html {
  font-size: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
 font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  line-height: 27px;
  color: #616161;
  font-weight: 400;
  text-align: center;
  overflow-x: hidden !important;
}

@font-face {
    font-family: myFirstFont;
    src: url(sansation_light.woff);
}

/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}


.loader {
  position: relative;
  margin: 0px auto;
  width: 70px;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #eb3a40;
  }
  40% {
    stroke: #b27cf5;
  }
  66% {
    stroke: #38c695;
  }
  80%,
  90% {
    stroke: #feb960;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #eb3a40;
  }
  40% {
    stroke: #b27cf5;
  }
  66% {
    stroke: #38c695;
  }
  80%,
  90% {
    stroke: #feb960;
  }
}


/*---------------------------------------
   1.2 ANCHOR AND INPUT FIELD
-----------------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  color: #313131;
}
a:hover {
  text-decoration: none;
  color: #eb3a40;
}
textarea.input-field:focus,
textarea.input-field:active,
input.input-field:focus,
input.input-field:active {
  border: 1px solid #eb3a40;
  outline: 0;
  background: #ffffff;
}

/*---------------------------------------
   1.3 BOOTSTRAP FIXES / OTHTER FIXES
-----------------------------------------*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
ul,
ol {
  padding-left: 0 !important;
}

.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* CAROUSEL NAV */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 17px;
  height: 17px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 20px;
  background: transparent;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
  background: #eb3a40;

}

/*---------------------------------------
   1.4 TEXT / COLORS
-----------------------------------------*/
.dark-text {
  color: #313131;
}
.dark-text2 {
  color: #616161;
}
.white-text {
  color: #ffffff;
}
.red-text {
  color: #eb3a40;
}
.green-text {
  color: #38c695;
}
.purple-text {
  color: #b27cf5;
}
.yellow-text {
  color: #feb960;
}
.uppercase {
  text-transform: uppercase;
}
.small-text {
  font-size: 14px;
}
.extra-small-text {
  font-size: 13px;
}
strong,
.strong {
  font-weight: 500;
}

/*---------------------------------------
   1.5 LINES, SHADOW & GRADEINTS
-----------------------------------------*/
.red-line-bottom {
  border-bottom: 3px solid #eb3a40;
}
.green-line-bottom {
  border-bottom: 3px solid #38c695;
}
.purple-line-bottom {
  border-bottom: 3px solid #b27cf5;
}
.yellow-line-bottom {
  border-bottom: 3px solid #feb960;
}
.red-line-top {
  border-top: 3px solid #eb3a40;
}
.green-line-top {
  border-top: 3px solid #38c695;
}
.purple-line-top {
  border-top: 3px solid #b27cf5;
}
.yellow-line-top {
  border-top: 3px solid #feb960;
}
.four-lines {
  width: 100%;
}
.four-lines .line {
  width: 25%;
  float: left;
}
.diffuse-shadow {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
.image-border {
  box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.red-gradient-overlay:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(252, 95, 69, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(252, 95, 69, 0.6) 100%);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.green-gradient-overlay:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(56, 198, 149, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(56, 198, 149, 0.6) 100%);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.purple-gradient-overlay:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(178, 124, 245, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(178, 124, 245, 0.6) 100%);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.yellow-gradient-overlay:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(254, 185, 96, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(254, 185, 96, 0.6) 100%);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.dark-gradient-overlay:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.75;
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 50%, #000000 100%);
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 50%, #000000 100%);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

/*---------------------------------------
   1.6 HEADINGS, SECTION HEADERS & BG
-----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #313131;
}
h1 {
  font-family: 'GothamRoundedBold';
  font-size: 3.75rem;
  line-height: 5.313rem;
}
h2 {
  font-family: 'GothamRoundedBold';
  font-size: 3.125rem;
  line-height: 4.688rem;
  font-weight: 600;
}
h3 {
  font-size: 30px;
  line-height: 48px;
  font-weight: 400;
}
h4 {
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
}
h5 {
  font-size: 20px;
  line-height: 33px;
  font-weight: 500;
}
h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

/* SECTION NUMBER, HEADER AND BG */
.section-number {
  font-weight: 700;
  font-size: 273px;
  color: #e0e0e0;
  opacity: 0.3;
  position: absolute;
  top: 110px;
  left: 0;
}
.centered-number {
  right: 0;
  left: 0;
}
.section-heading {
  position: relative;
  font-size:60px;
  z-index: 10;
      color: #eb3a40;
	  font-family: 'GothamRoundedBold';
}
.section-heading h1 { font-size:60px;}
section {
  position: relative;
}
.section-header {
  position: relative;
  z-index: 10;
  margin-bottom: 25px;
}
.sub-heading {
  font-size: 18px;
  margin-top: 13px;
}
.bgcolor-2 {
  background: #f7f7f7;
}
.white-bg {
    background:rgba(235, 58, 64, 0.7);
    border-radius: 50%;
	height:280px;
	width:280px;
}
.focuses .white-bg p { text-align: center;     line-height: 20px;}

/*1.7 BUTTONS*/
.standard-button {
  padding: 0 20px 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius:10px;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height:55px;
  border: none;
  box-shadow: none;
  width:140px;
}
.red-button {
  color: #ffffff;
  background: #eb3a40;
}
.submenu  .red-button  { float:right; font-size:24px;  font-family: 'MyriadProSemibold'; width:216px;}
.red-button:hover,
.red-button:active,
.red-button:active:hover,
.red-button:focus:hover,
.red-button:focus {
  background-color:#3a2542;
  color: #ffffff;
  outline: none;
}
.red-outline {
  color: #eb3a40;
  background: #fff;
  border: 2px solid #eb3a40;
  line-height: 46px;
  padding: 0 38px 0 38px;
}
.red-outline:hover,
.red-outline:active,
.red-outline:active:hover,
.red-outline:focus:hover,
.red-outline:focus {
  background-color: #eb3a40;
  color: #ffffff;
  outline: none;
  border: 2px solid #eb3a40;
}
.green-button {
  color: #ffffff;
  background: #38c695;
}
.green-button:hover,
.green-button:active,
.green-button:active:hover,
.green-button:focus:hover,
.green-button:focus {
  background-color: #17bb82;
  color: #ffffff;
  outline: none;
}
.green-outline {
  color: #38c695;
  background: #fff;
  border: 2px solid #38c695;
  line-height: 46px;
  padding: 0 38px 0 38px;
}
.green-outline:hover,
.green-outline:active,
.green-outline:active:hover,
.green-outline:focus:hover,
.green-outline:focus {
  background-color: #38c695;
  color: #ffffff;
  outline: none;
  border: 2px solid #38c695;
}
.purple-button {
  color: #ffffff;
  background: #b27cf5;
}
.purple-button:hover,
.purple-button:active,
.purple-button:active:hover,
.purple-button:focus:hover,
.purple-button:focus {
  background-color: #954fed;
  color: #ffffff;
  outline: none;
}
.purple-outline {
  color: #b27cf5;
  background: #fff;
  border: 2px solid #b27cf5;
  line-height: 46px;
  padding: 0 38px 0 38px;
}
.purple-outline:hover,
.purple-outline:active,
.purple-outline:active:hover,
.purple-outline:focus:hover,
.purple-outline:focus {
  background-color: #b27cf5;
  color: #ffffff;
  outline: none;
  border: 2px solid #b27cf5;
}
.yellow-button {
  color: #ffffff;
  background: #feb960;
}
.yellow-button:hover,
.yellow-button:active,
.yellow-button:active:hover,
.yellow-button:focus:hover,
.yellow-button:focus {
  background-color: #ed9c34;
  color: #ffffff;
  outline: none;
}
.yellow-outline {
  color: #feb960;
  background: #fff;
  border: 2px solid #feb960;
  line-height: 46px;
  padding: 0 38px 0 38px;
}
.yellow-outline:hover,
.yellow-outline:active,
.yellow-outline:active:hover,
.yellow-outline:focus:hover,
.yellow-outline:focus {
  background-color: #feb960;
  color: #ffffff;
  outline: none;
  border: 2px solid #feb960;
}

/* 2. SECTIONS*/
/* 2.1 SECTION: HOME PAGE*/
.home .color-overlay {
  padding-top: 175px;
  padding-bottom: 125px;
}
.home .intro {
  margin-top: 62px;
  margin-bottom: 18px;
}
.home .cta {
  text-align: center;
}
.home .cta .standard-button {
  margin-right: 10px;
  margin-left: 10px;
}
.home-features {
  margin-top: 55px;
}
.home-features .single-feature {
  margin-bottom: 45px;
}
.home-features .single-feature .icon {
  font-size: 45px;
  margin-bottom: 28px;
}
.color-overlay {
  background: rgba(38, 39, 50, 0.85);
}
/* LOGO AND STICKY NAVIGATION */
.sticky-navigation {
  background:rgba(62, 38, 71, 0.9);
  min-height:85px;
  margin-top:60px;
      padding-left: 60px;
  border-bottom: 0;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
}
.navbar-header {
	height:190px;
    width:190px;
    background:#fff;
    position:absolute;
    border-radius:50%;
    margin-top:-50px;
}
.sticky-navigation .navbar-brand {
  margin-top:5px;
}
.sticky-navigation .navbar-brand img {
  max-height:156px;
}
.sticky-navigation .current a {
  color: #eb3a40 !important;
}
.sticky-navigation .main-navigation li a {
  line-height:60px;
  color:#fff;
  font-weight: 500;
  font-size: 18px;
    font-family: 'MyriadProRegular';  
}
.sticky-navigation .main-navigation li a:hover,
.sticky-navigation .main-navigation li a:focus {
  color:#eb3a40;
}
/*page*/
.pg p { color:#fff; font-size:60px; padding-top:205px; font-family: 'GothamRoundedMedium';}
.contact_content .contact { font-size:24px; color:#3a2542;     text-align: left;}
.privacy  {    background: url(../images/privacy-header.jpg) no-repeat top;
    background-size: cover;
	height:300px;
	border-bottom:20px solid #ea3d3e;}
.terms {    background: url(../images/terms-header.jpg) no-repeat top;
    background-size: cover;
	height:300px;
	border-bottom:20px solid #ea3d3e;}
.contact-us {    background: url(../images/contact-header.jpg) no-repeat top;
    background-size: cover;
	height:300px;
}
.Capabilities {    background: url(../images/capabilities-header.jpg) no-repeat top;
    background-size: cover;
	height:300px;
}
.envintors {background: url(../images/envintors-header.jpg) no-repeat top;
    background-size: cover;
	height:300px;}
	.envintors_content h2 { color:#3a2542; font-size:40px; font-family: 'GothamRoundedBook';}
 h1.pa_title {background: #ea3d3e; color:#fff; font-size:40px;     margin-top: 0px; font-family: 'GothamRoundedMedium';}
	.clients {   background: url(../images/clients-header.jpg) no-repeat top;
    background-size: cover;
	height:300px;}
	.work {   background: url(../images/work-header.jpg) no-repeat top;
    background-size: cover;
	height:300px;
}
	
	.page_content { background:#fff; text-align:left;}
	.page_content  p {font-size:16px; color:#666666;}
	.page_content  h5 {font-size:16px; color:#666666;}
	.page_content  h6 {font-size:18px; color:#666666;}
	
	.page_terms    span {font-size:18px; font-weight:700; color: #ea3d3e;}
.page_terms  p { font-size:16px; text-align:left;}
.envintors_content  .item .item-wrap {

	    border: none;
    border-radius: 50%;

} 
.envintors_content  .envintors-prn  .item-wrap {

	    border: none;
    border-radius: 50%;

}


/*work*/
main {
  width:100%;
  margin: 0 auto;
  background:#ea3d3e;
}

main section {
  display: none;
  padding: 20px 0 0;
  background:#fff;
      padding: 3% 5%;
}

main  input {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight:normal;
  text-align: center;
  color: #fff;
  width: 21.8%;
  font-size:24px;
  font-family: 'GothamRoundedMedium';
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label:hover {
  color:#3a2542;
  cursor: pointer;
}

input:checked + label {
  color: #555;
      color: #ea3d3e;
    background: #fff;

}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

@media screen and (max-width: 650px) {
  label {
    font-size: 16px;
  }

  label:before {
    margin: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  label {
    padding: 15px 5px;
	font-size: 12px;
  }
}

/*clients*/
.item .item-wrap .link-icon {
 display: block;
    color: #fff;
    width: 90%;
    font-size: 18px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: 25%;
    left: 5%;
}
.item .item-wrap .link-icon span {display:block; color:#fff; font-size:20px;}
.item .item-wrap .link-icon p { color:#ea3d3e; font-size:28px;     line-height:30px;}
.envintors_content .item .item-wrap .link-icon p {color:#fff; font-size:18px; font-family:'MyriadProRegular';
margin-top:38%; font-family:'GothamRoundedBook';
text-align:left; margin-left:15%;
}
.envintors_content .item .item-wrap .link-icon span {display:block; color:#fff; font-size:24px;
font-family:'GothamRoundedBold';}
.item .item-wrap .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background-color:#3e2647;
}
.item:hover .overlay {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.envintors_content .item:hover .overlay {opacity:.8; }
.envintors_content .item .item-wrap {border:none; border-radius:50%; width:99%;}
.envintors_content .item { width:97%}
.envintors_content  .item .item-wrap img { height:280px;}
.item:hover .link-icon {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.item .item-wrap img {
    vertical-align: bottom;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	width: 100%;
    height: 143px;
}
.item:hover .item-wrap img {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.item .item-wrap a {
    display: block;
    cursor: pointer;
}

.item .item-wrap {
    background: #fff;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    background-color: transparent;
    border-color: rgb(233, 234, 234);
    border-width: 1px;
    border-style: solid solid solid solid;
    margin-bottom: 0px;
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}



.envintors-prn  .item-wrap .link-icon {
 display: block;
    color: #fff;
    width: 90%;
    font-size: 18px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: 25%;
    left: 5%;
}
.envintors-prn  .item-wrap .link-icon span { display:-webkit-box; color:#fff; font-size:24px; font-family: 'GothamRoundedBook'; }
.envintors-prn .item-wrap .link-icon p { text-align:left;  margin-left:30px; color:#ea3d3e; font-size:18px;font-family: 'GothamRoundedBold';
  margin-top: 80px;   line-height:30px;}
.envintors-prn  .item-wrap .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background-color:#3e2647;
}
.envintors-prn :hover .overlay {
    opacity:0.8;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.overlay_img { margin-top:50%;}
.envintors-prn :hover .link-icon {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.envintors-prn  .item-wrap img {
    vertical-align: bottom;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.envintors-prn:hover .item-wrap img {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.envintors-prn  .item-wrap a {
    display: block;
    cursor: pointer;
}

.envintors-prn  .item-wrap {
    background: #fff;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    background-color: transparent;
    border-color: rgb(233, 234, 234);
    border-width: 1px;
    border-style: solid solid solid solid;
    margin-bottom: 0px;
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.client_content .col-lg-2 {
    width: 16.66666667%;
    margin: 0px;
    padding: 0px;
}
/*---------------------------------------
   2.2 SECTION: ABOUT US
-----------------------------------------*/
.about-us {
  padding-top:0px;
  padding-bottom: 150px;
  background:#3e2647;
}
.about-us .overflow-box { margin-top:200px;}
.about-us .featured-image {
  position: relative;
  width: 100%;
      background-size: cover;
    background: url(../images/aboutus/story-back.png) no-repeat top left;
}
.about-us .section-heading { padding-top:20px;}
.about-us .featured-image img {
  width: 100%;
  display: block;
}
.portfolio  h2 { color:#fff;     font-size: 60px;}
.portfolio  a {color: #eb3940;
    text-decoration: underline;
    line-height: 100px;
    font-size: 24px;
	font-family: 'GothamRoundedBook';}
.portfolio  a.work_more {    display: inline-block;}
.overflow-box {
  position: relative;
  z-index: 10;
}
.about-box {
  background: #ffffff;
  position: relative;
  margin-top: 75px;
  z-index: 10;
  overflow: hidden;
}
.about-box .about-content {
  padding-top: 60px;
  padding-left: 82px;
  padding-right: 82px;
}
.about-us  p {
  margin-top: 22px;
  position: relative;
  text-align:justify;
  color:#fff;
  font-size:22px;
  font-weight:normal;
  font-family: 'MyriadProRegular';
}
.about-us h5 { color:#fff; font-size:50px;
text-align: left;
line-height:60px;
font-family: 'GothamRoundedBook';}
/*---------------------------------------
   2.3 SECTION: OUR FOCUS
-----------------------------------------*/
.our-focus {
    padding-top:200px;
    padding-bottom:65px;
    background: url(../images/capabilities/capabilities-bg.jpg) no-repeat top;
    background-size: cover;
}
.our-focus h2 { color:#fff;}
.focuses .single-focus {
  padding-left: 28px;
  padding-right: 28px;
  padding-top:30px;
  margin-top: 50px;
}
.focuses .single-focus h5 { color:#fff;     line-height: 13px; font-size:23px; font-family: 'GothamRoundedMedium';}
.focuses p { color:#fff; font-size:16px; line-height: 19px; font-family: 'MyriadProRegular';}
.focuses .single-focus .icon {
  font-size: 55px;
  margin-bottom: 20px;
}

/*2.4 SECTION: VIDEO*/
.video-play {
  background: url("../images/backgrounds/2.jpg") top no-repeat;
  background-size: cover;
}
.video-play .color-overlay {
  padding-top: 120px;
  padding-bottom: 147px;
}
.video-play h3 {
  margin-bottom: 35px;
}
.video-play .embed-responsive {
  margin-bottom: 50px;
}
.video-play .play-button {
  font-size: 80px;
  color: #38c695;
}
.video-play .play-button:hover,
.video-play .play-button:focus {
  color: #17bb82;
  outline: none;
  text-decoration: none;
}
.video-play .text {
  margin-top: 15px;
}

/* 2.5 SECTION: PORTFOLIO*/
.portfolio {
  padding-top:200px;
  padding-bottom: 37px;
    background: url(../images/work/work-back.jpg) no-repeat top;
    background-size: cover;
} 
.portfolio .section-header { margin-bottom:5px; }
.portfolio  .overlay:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(62, 38, 71, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(62, 38, 71, 0.6) 100%);
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
.portfolio .portfolio-items {
  margin-top: 40px;
}
.portfolio .portfolio-items li {
  display: inline-block;
  width: 33.333333333%;
  float: left;
  padding: 10px;
}
.portfolio .portfolio-items li img {
  width: 100%;
}
.grid {
  position: relative;
  list-style: none;
  text-align: center;
}
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin:0px;
  padding:0px;
  min-width: 280px;
  max-width: 370px;
  width:24.933333333%;
  background: #fff;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure:hover {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
.grid figure img {
  position: relative;
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure:hover img {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption {
  padding-right: 5px;
  padding-left: 5px;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption .caption-text {
  padding: 10px 0px 0 0px;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h6,
.grid figure p {
  margin: 0;
}
.grid figure p {
  font-size: 15px;
}
figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  height: 3.75em;
  background:rgba(236, 56, 65, 0.8);
  color: #fff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
figure.effect-zoe figcaption .caption-text {
	    position: relative;
    width: 100%;
    background-size: cover;
    background: url(../images/work/work-label.png) no-repeat top;
}
figure.effect-zoe h6 {
     display: inline-block;
    font-size: 24px;
    line-height: 60px;
    margin-top: 0px;
    padding-top: 0px;
    width: 100%;
	color:#fff;
	font-family: 'GothamRoundedBook';
}
figure.effect-zoe h6 span {
  padding: 10px;
}
figure.effect-zoe p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em;
}
figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
  color: #252d31;
}
figure.effect-zoe p.description {
  position: absolute;
  bottom:6.5em;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  /* Fix for Chrome 37.0.2062.120 (Mac) */
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */
}
.portfolio figure.effect-zoe p.description {bottom:3.5em;}
figure.effect-zoe p.description span {
  font-size: 60px;
  color: #fff;
}
figure.effect-zoe p.description span:hover {
  color: #fff;
}
figure.effect-zoe h6,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
figure.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: 'feathericons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
figure.effect-zoe h6 {
  display: inline-block;
}
figure.effect-zoe:hover p.description {
  opacity: 1;
}
figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h6,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-zoe:hover h6 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* SINGLE PROJECT */
#loader {
  min-height: 930px;
  position: relative;
  display: none;
}
#loader .loader-icon {
  background-color: #FFF;
  margin: -35px -35px;
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: fixed;
  width: 70px;
  height: 70px;
  background-size: 30px 30px;
  border-radius: 5px;
}
.project-image img {
  max-width: 100%;
}
.single-project {
  margin-top: 40px;
  margin-bottom: 40px;
}
.project-details-list {
  margin-top: 50px;
}
.project-details-list li {
  margin-bottom: 10px;
  border-bottom: 1px dotted #efefef;
}
.back-button {
  display: none;
  padding-top: 13px;
  padding-bottom: 10px;
}

/*---------------------------------------
   2.6 SECTION: TEAM MEMBER
-----------------------------------------*/
.team {
  padding-top: 114px;
  padding-bottom: 150px;
}
.member-list {
  margin-top: 25px;
}
.member-list .single-member {
  margin-top: 25px;
  background: #fff;
}
.member-list .single-member .member-pic {
  position: relative;
  display: inline-block;
  border: 5px solid #ffffff;
}
.member-list .single-member .member-pic img {
  width: 100%;
  display: block;
}
.member-list .single-member h6 {
  margin-top: 5px;
  margin-bottom: 0;
}
.member-list .single-member .extra-small-text {
  margin-bottom: 12px;
}

/*---------------------------------------
   2.7 SECTION: STATS
-----------------------------------------*/
.stats {
  background: url(../images/backgrounds/3.jpg) no-repeat top;
  background-size: cover;
}
.stats .color-overlay {
  padding-top: 150px;
  padding-bottom: 50px;
}
.stats .stats-icon {
  font-size: 50px;
  margin-bottom: 30px;
}
.stats .stats-text {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 13px;
  margin-bottom: 30px;
}
.stats .bottom-icon {
  font-size: 20px;
  margin-bottom: 90px;
}

/*---------------------------------------
   2.8 SECTION: WORK STEPS
-----------------------------------------*/
.work-steps {
  padding-top: 114px;
  padding-bottom: 150px;
}
.steps {
  margin-top: 125px;
}

/* WORK STEPS BACKGROUND IMAGES */
.steps .step-1-image {
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(252, 95, 69, 0.1) 100%), -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(252, 95, 69, 0.1) 100%), url(../images/work-steps/step-1.jpg) no-repeat top;
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(252, 95, 69, 0.1) 100%), linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(252, 95, 69, 0.1) 100%), url(../images/work-steps/step-1.jpg) no-repeat top;
  background-size: cover;
}
.steps .step-2-image {
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(56, 198, 149, 0.1) 100%), -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(56, 198, 149, 0.1) 100%), url(../images/work-steps/step-2.jpg) no-repeat top;
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(56, 198, 149, 0.1) 100%), linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(56, 198, 149, 0.1) 100%), url(../images/work-steps/step-2.jpg) no-repeat top;
  background-size: cover;
}
.steps .step-3-image {
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(178, 124, 245, 0.1) 100%), -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(178, 124, 245, 0.1) 100%), url(../images/work-steps/step-3.jpg) no-repeat top;
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(178, 124, 245, 0.1) 100%), linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(178, 124, 245, 0.1) 100%), url(../images/work-steps/step-3.jpg) no-repeat top;
  background-size: cover;
}
.steps .step-4-image {
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(254, 185, 96, 0.1) 100%), -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(254, 185, 96, 0.1) 100%), url(../images/work-steps/step-4.jpg) no-repeat top;
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0) 0%, rgba(254, 185, 96, 0.1) 100%), linear-gradient(to bottom, rgba(255, 0, 0, 0) 0%, rgba(254, 185, 96, 0.1) 100%), url(../images/work-steps/step-4.jpg) no-repeat top;
  background-size: cover;
}
.steps .step {
  padding-bottom: 50px;
}
.steps .step .step-image {
  position: relative;
}
.steps .step .step-image img {
  width: 100%;
}
.steps .step .step-box-left {
  position: relative;
  padding: 38px;
  float: left;
  margin-left: -293px;
  margin-top: -50px;
  z-index: 10;
  width: 458px;
  height: 300px;
}
.steps .step .step-box-right {
  position: relative;
  padding: 38px;
  float: right;
  margin-right: -293px;
  margin-top: -50px;
  z-index: 10;
  width: 458px;
  height: 300px;
}
.steps .step .step-number {
  position: relative;
  z-index: 1;
  float: left;
  font-size: 50px;
  font-family: 'Libre Baskerville', 'Playfair Display', Georgia, serif;
  font-weight: 600;
  color: #efefef;
  width: 67px;
  height: 100%;
  margin-top: 12px;
  margin-left: -10px;
  margin-right: 26px;
}
.steps .step .step-number:after {
  content: "";
  background: #e0e0e0;
  position: absolute;
  z-index: -1;
  top: -26px;
  right: 20px;
  width: 1px;
  height: 115px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.steps .step .content-area {
  margin-top: 28px;
}
.steps .step .content-area p {
  padding-right: 13px;
}

/*---------------------------------------
   2.9 SECTION: PRICING TABLE
-----------------------------------------*/
.pricing {
  padding-top: 114px;
  padding-bottom: 150px;
}
.price-circle-red {
  background:#eb3a40;
  width: 106px;
  height: 106px;
  margin: auto;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 0px 0px 3px #eb3a40;
}
.price-circle-red h4 {
  margin-bottom: 0;
  margin-top: 23px;
}
.price-circle-red .extra-small-text {
  line-height: 0.6;
}
.price-circle-green {
  background: #38c695;
  width: 106px;
  height: 106px;
  margin: auto;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 0px 0px 3px #38c695;
}
.price-circle-green h4 {
  margin-bottom: 0;
  margin-top: 23px;
}
.price-circle-green .extra-small-text {
  line-height: 0.6;
}
.price-circle-purple {
  background: #b27cf5;
  width: 106px;
  height: 106px;
  margin: auto;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 0px 0px 3px #b27cf5;
}
.price-circle-purple h4 {
  margin-bottom: 0;
  margin-top: 23px;
}
.price-circle-purple .extra-small-text {
  line-height: 0.6;
}
.price-circle-yellow {
  background: #feb960;
  width: 106px;
  height: 106px;
  margin: auto;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0px 0px 0px 3px #feb960;
}
.price-circle-yellow h4 {
  margin-bottom: 0;
  margin-top: 23px;
}
.price-circle-yellow .extra-small-text {
  line-height: 0.6;
}
.packages .single-package {
  margin-top: 51px;
  padding-bottom: 12px;
}
.packages .single-package h5 {
  margin-top: 27px;
  margin-bottom: 22px;
}
.packages .single-package .feature-list {
  margin-top: 38px;
}
.packages .single-package .feature-list li {
  margin-top: 12px;
  margin-bottom: 12px;
}
.packages .single-package .feature-list li .icon {
  margin-right: 5px;
  font-weight: bold;
}

/*---------------------------------------
   2.10 SECTION: TESTIMONIALS
-----------------------------------------*/
.testimonials {
  background: url("../images/backgrounds/4.jpg") no-repeat top;
  background-size: cover;
}
.testimonials .color-overlay {
  padding-top: 114px;
  padding-bottom: 140px;
}
.testimonials .section-number {
  color: #5d5d62;
}
.testimonials .single-feedback {
  margin-top: 50px;
  overflow: visible;
  width: 100%;
}
.testimonials .single-feedback .client-image {
  position: relative;
  margin-right: -15px;
}
.testimonials .single-feedback .client-image img {
  width: 100%;
  display: block;
  margin-top: 1px;
}
.testimonials .single-feedback .feedback-content {
  margin-top: 43px;
  margin-left: -15px;
  padding: 25px 0 0 0;
}
.testimonials .single-feedback .feedback-content .q-sign {
  font-family: 'Libre Baskerville', 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 337px;
  color: #e0e0e0;
  opacity: 0.3;
  position: absolute;
}
.testimonials .single-feedback .feedback-content .top {
  top: 200px;
  left: 10px;
}
.testimonials .single-feedback .feedback-content .bottom {
  bottom: -75px;
  right: 15px;
}
.testimonials .single-feedback .feedback-content blockquote {
  border: none;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 0;
}
.testimonials .single-feedback .feedback-content blockquote p {
  font-size: 15px;
  color: #616161;
}
.testimonials .single-feedback .feedback-content blockquote cite {
  margin-top: 30px;
  margin-bottom: 20px;
  font-style: normal;
}
.testimonials .single-feedback .feedback-content blockquote cite .client-image {
  max-width: 100px;
  float: left;
  margin-right: 20px;
}
.testimonials .single-feedback .feedback-content blockquote cite .client-details {
  float: left;
}
.testimonials .single-feedback .feedback-content blockquote cite .signature {
  margin-bottom: 20px;
}
.testimonials .single-feedback .feedback-content blockquote cite .signature img {
  max-height: 31px;
}
.testimonials .single-feedback .feedback-content blockquote cite h6 {
  margin-bottom: 0;
}
.testimonials .owl-carousel .owl-wrapper-outer {
  margin-bottom: -30px;
}
.testimonials .owl-theme .owl-controls {
  text-align: right;
  position: relative;
  z-index: 10;
  margin-top: 5px;
}
.testimonials .owl-theme .owl-controls .owl-page span {
  border: 2px solid #fff;
}
.testimonials .owl-theme .owl-controls .owl-page.active span,
.testimonials .owl-theme .owl-controls.clickable .owl-page:hover span {
  border: 3px solid #000000;
}

/*---------------------------------------
   2.11 SECTION: FEATURES
-----------------------------------------*/
.features {
  padding-top: 114px;
  padding-bottom: 125px;
}
.feature-grid {
  margin-top: 75px;
}
.feature-box {
  margin-bottom: 70px;
  padding-right: 20px;
  padding-left: 20px;
}
.feature-box .feature-header {
  margin-bottom: 26px;
}
.feature-box .feature-header h6 {
  margin-top: -4px;
}
.feature-box .feature-header .icon {
  float: left;
  font-size: 60px;
  margin-left: -2.5px;
  margin-top: -0.5px;
  margin-right: 5px;
}

/* CALL TO ACTION */
.cta-bottom {
  margin-top: 50px;
}
.cta-bottom h4 {
  display: inline-block;
  margin-right: 25px;
  margin-top: 30px;
}
.cta-bottom .standard-button {
  margin-top: 20px;
}

/*---------------------------------------
   2.12 SECTION: BLOG
-----------------------------------------*/
.blog {
  padding-top: 114px;
  padding-bottom: 127px;
}
.blog-posts {
  margin-top: 76px;
}
.post-info div {
  display: inline-block;
  margin-right: 20px;
}
.post-title:hover {
  text-decoration: underline;
}
.featured-post {
  margin-bottom: 23px;
}
.featured-post .post-featured-image {
  position: relative;
}
.featured-post .post-featured-image img {
  width: 100%;
  display: block;
}
.featured-post .post-info {
  margin-top: -50px;
  position: relative;
  padding-left: 50px;
}
.featured-post .post-info div {
  display: inline-block;
}
.featured-post .post-info .date {
  opacity: 0.7;
}
.featured-post .post-content {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 50px;
  padding-bottom: 28px;
}
.featured-post .post-content p {
  margin-top: 17px;
}
.regular-post {
  padding: 26px 35px 26px 35px;
  margin-bottom: 23px;
}

/*---------------------------------------
   2.13 SECTION: SUBSCRIBE FORM
-----------------------------------------*/
.subscribe-section {
  padding-top: 120px;
  padding-bottom: 125px;
}
.subscribe-form {
  margin-top: 11px;
}
.subscribe-form .input-box {
  border: 2px solid #efefef;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 0 20px 0 27px;
  width: 300px;
  background: #f7f7f7;
  line-height: 46px;
}
.subscribe-form input.input-box:focus {
  border: 2px solid #eb3a40;
  outline: 0;
  background: #ffffff;
}
.subscribe-form .standard-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -7px;
  padding: 0 25px 0 25px;
}
.mailchimp-success,
.mailchimp-error {
  display: none;
}

/*2.14 SECTION: FOOTER*/
.success {
  display: none;
}
.social-icons .icon {
	color:#e6e6e6;
    font-size: 15px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    width:25px;
    margin: 5px;
    height:25px;
	    text-align: center;
    line-height:25px;
    border-radius: 50%;
    background:#3e2647;
    display: inline-block;
    border-radius: 60px;}
.social-icons .icon:hover {
	    background:#ea3d3e; color:#3e2647;
}
.contact-form {
  text-align: center;
}
.contact li { margin-bottom:15px; font-size:24px; font-family: 'MyriadProRegular';     line-height: 5px;}
.contact li a { color:#eb3a40;}
.contact li  img {margin-right:15px;}
.contact   .icon {
    color: #fff;
    font-size: 28px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    width: 70px;
    margin: 5px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    background: #ea3d3e ;
    display: inline-block;
    border-radius: 60px;
}
.contact .icon:hover {
    background:#3e2647;
    color: #fff;
}
.contact-form .input-field {
    line-height: 49px;
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 4px;
    padding: 0 20px 0 20px;
    margin-bottom:14px;
    text-align: left;
    font-family: 'GothamRoundedBook';
    font-size: 22px;
}
.contact-form textarea.input-field {
  max-height: 175px;
  line-height: 27px;
  padding-top: 15px;
}
.contact-form .standard-button {
	font-size:24px;
	font-family: 'MyriadProSemibold';
  margin-top: 17px;
}
.contact-form ::-webkit-input-placeholder {
  text-align: left;
  color:#3a2542;
}
.contact-form :-moz-placeholder {
  /* Firefox 18- */
  text-align: left;
  color:#3a2542;
}
.contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  text-align: left;
  color:#3a2542;
}
.contact-form :-ms-input-placeholder {
  text-align: left;
  color:#3a2542;
}
/* CONTACT FORM */
.footer {
  background:#e6e6e6;
  height:100px;
  
}
.footer a { font-family: 'GothamRoundedMedium'; 
font-size:14px;}
.footer p {
	font-family: 'GothamRoundedBook';
	font-size:12px;
}
.footer .footer-col {
  text-align: left;
  margin-left:14%;
}
.footer .footer-col h6 {
  margin-bottom:0px;
  font-size:14px;
  color:#3e2647;
  padding-top:10px;
}
.footer .footer-col p {
  font-size:12px;
color:#999;  
}
.footer .footer-col .social-icons {
  padding-top: 5px;
  float:right;
  line-height:90px;
  margin-right:14%;
}
.footer .footer-col .social-icons a {
  color: #ffffff;
  font-size: 30px;
  margin-right: 10px;
}
.footer .footer-col .social-icons a:hover {
  color: #eb3a40;
}
.footer .footer-logo {
  margin-top: 45px;
  text-align: center;
}
.footer .footer-logo img {
  max-height: 38px;
}

.fixed-bg {
  background-attachment: fixed;
}
/*occordion*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul { list-style-type: none; }

/* Contenedor Principal*/
.accordion {
  width: 100%;
  background: #51519d;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 90px;
  color: #fff;
  font-size:28px;
  text-align:left;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: 'GothamRoundedMedium';
}
.accordion li {    border-bottom: 15px solid #fff;}
.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
  position: absolute;
    line-height:30px;
  left: 12px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right:93px;
  left: auto;
  font-size: 16px;
}
.accordion li.open i { color: #fff; }
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion li i.fa-chevron-right {
  right:93px;
  left: auto;
  font-size: 16px;
}
.accordion li.open i { color: #fff; }
.accordion li.open i.fa-chevron-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*Submenu*/
.submenu .container { padding:50px;}
.submenu {
  display: none;
  background:#fff;
  font-size: 14px;
}
.submenu img{
    margin-top: 15px;
}
.submenu p {
  display: block;
  text-decoration: none;
  color: #666;
  font-size: 16px;
  padding: 12px;
  line-height: 22px;
  text-align: justify;
  padding-left: 47px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width:1100px) {h1.pa_title {font-size:30px;} }
@media (max-width:999px) { 
.sticky-navigation {min-height: 65px; padding-left:0px;}
.focuses .single-focus {margin: 25px auto;}
.portfolio { padding-top:130px;}
.our-focus {padding-top: 130px;}
.about-us .overflow-box { margin-top:180px;}
figure.effect-zoe p.description { bottom:5.5em;}
.envintors-prn:hover .item-wrap img {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

}
@media (max-width:786px) { 
.footer .footer-col .social-icons {margin-right: 0%;}
.footer .footer-col {text-align: left; margin-left: 0%;}
.footer .footer-col .social-icons a {margin-right: 0px;}
.about-us .overflow-box {margin-top: 160px;}
.section-heading {font-size:36px;}
.about-us h5 {font-size: 24px; line-height: 30px;}
.about-us p {font-size: 18px; line-height: 22px;}
.about-us {padding-bottom: 50px;}
.our-focus {padding-top: 120px;}
.portfolio {padding-top: 120px;}
.sticky-navigation {padding-left:15px;}
.sticky-navigation .navbar-brand img {max-height: 100px;}
.navbar-header { height: 120px; width: 120px;    margin-top: -30px;}
.navbar-nav {margin-left: 90px;}
.envintors_content h2 { font-size:18px; line-height:24px;}
.portfolio h2 {font-size:36px;}
}
@media (max-width:639px) { .portfolio .portfolio-items { width: 90%; margin: 5%; }
.submenu img {width: 75%;}
.submenu .container {padding: 5px;}
.submenu p {padding-left: 7px;}
.accordion .link {padding: 15px 15px 15px 20px;     font-size:20px;}
.accordion li i.fa-chevron-down {right: 20px;}
.contact .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
label { font-size:16px;}
.portfolio figure.effect-zoe p.description {bottom:2.5em;}}
@media (max-width:618px) { 
.envintors_content .envintors-prn .item-wrap {width:60%; margin-left:20%;}
h1.pa_title {line-height:30px; padding:7px;}
}
@media (max-width:550px) {
.footer .footer-col .social-icons {  margin-right:0%; line-height: 50px;    width: 100%;}
.footer .footer-col {
    text-align: left;
    margin-left: 0%;
    width: 100%;}
	figure.effect-zoe p.description span {
    font-size: 40px;
}
.footer .footer-col .social-icons a {margin-right: 0px;}
.footer {height: 150px;}
.sticky-navigation .navbar-brand img {max-height: 100px;}
.navbar-header { height: 120px; width: 120px;     margin-top: -30px;}
.sticky-navigation {min-height: 65px; margin-top: 40px; padding-left: 20px;}
.footer .col-xs-6 {width: 100%;}
.pg p {
    font-size: 40px;
    padding-top: 180px;

}
.pg {
    height: 250px;
}
h1.pa_title {font-size:20px;}
.envintors_content .item .item-wrap {
    width: 70%;
    margin-left: 15%;
}
.envintors_content .item .item-wrap img {
    height: 350px;
}
}
}
.overlay img { margin-top:30%;}

@media (max-width:1300px) {  .envintors_content .item .item-wrap img {
    height: 280px;
}
}
@media (max-width:1250px) {  .envintors_content .item .item-wrap img {height: 280px;}}
@media (max-width:1200px) {  .envintors_content .item .item-wrap img {height: 240px;}}
@media (max-width:1197px) {  .envintors_content .item .item-wrap img {height: 315px;}}
@media (max-width:1016px) {  .envintors_content .item .item-wrap img {height: 315px;}
.envintors_content .item {
    width:90%;
    margin: 0 5%;
}
}
@media (max-width:450px) { .envintors_content .item .item-wrap img { height: 250px;}}
@media (max-width:480px) {
.envintors_content .item {
    width: 85%;
    margin-left: 7.5%;
}
label { font-size:14px;}
.envintors_content .item .item-wrap img {
    height:230px;
}
}

/*terms*/
.page_terms .overflow-box  { text-align:left;}
.page_terms .overflow-box h1 {font-size:30px; color:#3e2647; 
    line-height: 30px;}
.page_terms .overflow-box h3 {font-size:24px; color:#ea3d3e; 
    line-height: 30px;}
	.page_terms .overflow-box p {line-height: 22px;}
		.page_terms .overflow-box  ul ,.page_terms .overflow-box  ol { margin-left:4%;}
