@charset "utf-8";
/* CSS Document */
html {
    width: 100%;
    height: 100%;
	overflow-x:hidden;
}
/* html, body {
    overflow-x: hidden !important;
	-webkit-overflow-scrolling: touch;
} */
/***** Global reset styles *******/
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%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: arial;
    font-size: 15px;
    color: #222; /*font-family: 'Utsaah';*/
    line-height: 20px;
    text-decoration: none;
    background: #fff;
    height: 100%; /*display: table;*/
    width: 100%;
    font-family: 'GothamBook-Regular';/*overflow: hidden;*/
}
a, img {
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
    outline: none;
}
a:hover, a:focus, a:active {
    outline: 0;
    color: inherit;
    text-decoration: none;
}
p {
    font-size: 18px;
    line-height: 22px;
    font-family: 'GothamBook-Regular';
}
/*** Headings ***/
h2, h3, h4, h5, h6 {
    /* text-transform: uppercase; */
}

h1 {
    font-size: 32px;
    line-height: 32px;
}
h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    padding-top: 10px;
}
h3 {
    font-size: 31px;
    font-family: 'GothamLight-Regular';
    line-height: 42px;
}
h4 {
    font-size: 20px;
    line-height: 22px;
    color: #000;
    padding-top: 10px;
}
h5 {
    font-size: 36px;
    padding-top: 10px;
}
h6 {
    font-size: 16px;
    font-weight: bold;
    font-family: 'GothamBook-Regular';
    padding-top: 10px;
}
/*** Typography ***/
b, strong {
    font-weight: bold;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
small {
    font-size: 85%;
}
/*** Spacing ***/
hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, p, table, address, fieldset, figure {
    margin-bottom: 0px;
    margin-top: 0px;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    outline-offset: inherit;
}
.btn:active, .btn.active {
    box-shadow: none;
}
.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
    outline: none;
    outline-offset: inherit;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.alignnone {
    display: table;
    margin-bottom: 20px;
}
.hentry {
    margin: 0 0 1.5em;
    padding-right: 0;
}
.entry-meta {
    clear: both;
}
.byline {
    display: none;
}
.single .byline, .group-blog .byline {
    display: inline;
}
.entry-content, .entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
li {
    list-style: none;
}
/* =Media
----------------------------------------------- */
@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Gotham-Bold.woff') format('woff'),
  url('../fonts/Gotham-Bold.ttf')  format('truetype'),
  url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'Gotham-Bold';
	src: url('../fonts/Gotham-Bold.eot');
	src: local('Gotham-Bold'), 
	url('../fonts/Gotham-Bold.woff') format('woff'), 
	url('../fonts/Gotham-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Gothamlight';
  src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/gotham-light-webfont.woff') format('woff'),
  url('../fonts/gotham-light-webfont.woff2') format('woff2'),
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
         url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.site-header img, .entry-content img, .comment-content img, .widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img, .entry-content img, img[class*="align"], img[class*="wp-image-"] {
    height: auto;
}
.site-header img, .entry-content img, img.size-full {
    width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley, .comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    border: 1px solid #ccc;
    max-width: 100%;
}
.wp-caption.aligncenter, .wp-caption.alignleft, .wp-caption.alignright {
    margin-bottom: 1.5em;
}
.wp-caption img {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
a, a:visited {
    color: #46d001;
}
a:hover {
    color: #f7941d !important;
    background-color: transparent !important;
}
.contact-content a {
    color: #f7941d !important;
}
::-webkit-input-placeholder {
 color:#000000;
}
:-moz-placeholder { /* Firefox 18- */
 color:#000000;
}
::-moz-placeholder {  /* Firefox 19+ */
 color:#000000;
}
:-ms-input-placeholder {
 color:#000000;
}
ol {
    list-style: outside decimal;
    padding-left: 20px;
    font-size: 16px;
}
ol li {
    margin-bottom: 5px;
}
ul {
    list-style: outside disc;
    padding-left: 0;
}
ul li {
    margin-bottom: 0px;
}
table {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
}
table tr td, table th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
table th {
    background: #46d001;
    color: #FFF;
    border-right: 1px solid #fff;
}
input[type="button"] {
    transition: 1s;
    -webkit-transition: 1s;
}
input[type="button"]:hover {
    transition: 1s;
    -webkit-transition: 1s;
}
.theme-btn {
    display: table;
    margin: 20px auto 0;
    background: #46d001;
    padding: 12px 30px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #fff !important;
}
.theme-btn:hover {
    color: #fff;
}
/* Site Structure */
body {
    display: block;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    background: rgb(251,251,254); /*padding-top:80px;*/
}
.container {
    max-width: 1300px;
    width: 100%;
}
.header {
    padding: 0 0 20px;
    background: rgb(251,251,254);
    z-index: 9999;
}
.banner {/* background:url(../images/banner.jpg) no-repeat !important; width:100% !important; height:545px !important; background-size:cover !important;*/
    position: relative;
}
.navi-right li {
    text-transform: uppercase;
    font-size: 14px;
}
.navi-right li a {
    color: #323e48;
    font-family: Gotham-Bold;
    font-size: 16px;
}
.banner h4 {
    font-size: 138px;
    line-height: 100px;
    color: #fff;
    text-align: center;
    position: relative;
    text-shadow: 2px 3px 8px #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'GothamExtraLight-Regular';
}
.banner h4 span {
    font-size: 100px;
    display: block;
    font-family: 'GothamBook-Regular';
}
.green-left-part {
    background: #d4d756;
    padding: 86px 90px 58px 60px;
}
.orange-left-part {
    background: #f7941d;
    padding: 100px 30px 76px 30px;
}
.inner-boxes {
    padding-left: 3px;
    padding-right: 0;
}
.padd8 {
    padding-left: 8px;
}
.section1 {
    width: 100%;
    display: inline-block;
    margin-bottom: 4px;
}
.section2 {
    width: 100%;
    display: inline-block;
    float: left;
    width: 100%;
}
.white-left-part {
    padding: 70px 20px 63px 40px;
}
.right-ceo-part p img {
    width: 100%;
    line-height: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    float: left;
}
.content-part {
    background: #1d252c;
    padding: 50px 0 45px 52px;
}
.content-part p {
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
}
.content-part p span {
    font-size: 14px;
    color: #d4d756;
    display: block;
    text-transform: uppercase;
    line-height: 18px;
}
.in-footer {
    background: #1d252c;
    width: 100%;
    overflow: hidden;
    padding: 90px 0px 60px 0px;
}
.in-footer .col-md-6.col-sm-12.footer-logo {
  padding-left: 0;
}
.main-menu ul {
    padding-left: 0px;
}
.main-menu ul li {
    float: left;
    padding-right: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.main-menu ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.bottom-footer-menu ul {
    padding-left: 0px;
}
.bottom-footer-menu ul li {
    float: left;
}
.bottom-footer-menu ul li a {
    font-size: 10px;
    color: #d4d756;
    font-family: 'GothamBook-Regular';
    position: relative;
}
.bottom-footer-menu ul li a::after {
    color: #d4d756;
    content: ".";
    float: right;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    height: 4px;
    margin: -1px 10px 0;
    width: 5px;
}
.address p {
  color: #ffffff;
  font-family: gothamlight-regular;
  font-size: 16px;
  line-height: 23px;
}
.social-icon a {
    margin-right: 10px;
}
.main-menu {
    width: 100%;
    overflow: hidden;
}
.address p {
    text-transform: uppercase;
}
.left-deal-box {
    float: left;
    width: 80%;
}
.right-deal-box {
    float: left;
    width: 20%;
}
.billion-box {
    background: #f7941d;
    float: left;
    width: 48.5%;
    margin-right: 9px;
    height: 168px;
    margin-bottom: 10px;
    padding: 10px 15px;
}
.billion-box h6 {
    text-transform: none !important;
}
.blue-box {
    background: #0099a9;
}
.black-box {
    background: #1d252c;
}
.parrot {
    background: #d4d756;
}
.billion-box h6 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 25px;
}
.billion-box h6 span {
    font-family: 'Gotham-Black';
}
.right-deal-box h6 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.right-deal-box h6 span {
    font-family: 'Gotham-Black';
    display: block;
}
.right-deal-box .blue-box {
    height: 346px;
    padding: 10px 15px;
}
.right-deal-box .blue-box h6 {
    text-transform: none !important;
}
.green-left-part p {
    font-size: 24px;
    color: #323e48;
    line-height: 30px;
}
.green-left-part h5 {
    color: #fff;
    font-family: 'Gotham-Bold-Regular';
    text-transform: lowercase;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 10px;
}
.orange-left-part h3 {
    margin-bottom: 12px;
}
.orange-left-part p {
    color: #fff;
    font-size: 20px;
    padding-bottom: 12px;
}
.orange-left-part a {
    font-size: 10px;
    color: #fff;
    font-family: 'GothamBook-Regular';
}
.orange-left-part h3 span {
    display: block;
}
/*.billion-box h6 span {
	display:block;
}*/
.deals-boxes {
    padding-top: 0px;
    overflow: hidden;
    padding-bottom: 8px;
}
.navbar-toggle {
    margin: 0;
    padding: 0;
}
.logo img {
    max-width: 100%;
}
.bottom-footer-menu {
    width: 100%;
    overflow: hidden;
}
.navbar-nav > li.active > a {
    color: #1faad4;
}
.white-left-part p {
    line-height: 24px;
}
.parrot h6 {
    color: #1d252c;
}
.billion-box.inline h6 span {
    display: inline-block;
}
.social-icon {
    float: right;
}
/***********************************************Team page**************************************************/
.team-banner {
    background: url(../images/team-img.jpg) no-repeat;
    width: 100%;
    height: 330px;
    position: relative;
}
.left-banner-content {
    background: url(../images/transparent.png) repeat;
    width: 350px;
    position: absolute;
    left: 0;
    padding: 30px 20px 30px 60px;
    text-transform: uppercase;
    z-index: 999;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.single-post .left-banner-content {
    width: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  /*Only used for Safari*/
 ::i-block-chrome, .left-banner-content {
 -webkit-transform: translateY(-50%);
}
footer {
    bottom: -1px;
}
}
.left-banner-content p {
    font-size: 32px;
    color: rgb(201, 147, 71);
    font-family: 'GothamLight-Regular';
    line-height: 44px;
}
.left-banner-content p span {
    display: block;
}
.yellow-color {
    color: #d4d756;
}
.orange-color {
    color: #f7941d;
    padding-left: 4px;
}
.team-page p span.orange-color {
    font-family: 'Gotham-Black';
}
.team-page p {
    color: #323e48;
    font-family: 'GothamBook-Regular';
    line-height: 34px;
}
.team-page p span {
    font-family: "Gothamlight-Regular";
}
.top-content {
    padding: 15px 0 40px 55px;
}
.first-part h2 {
    margin-right: 4px;
    color: #000e16;
    font-size: 22px;
    line-height: 30px;
    padding: 17px 10px 16px 10px;
    text-align: center;
    font-family: "Gothamlight-Regular";
}
.first-part .gallery-left-part h2 a {
    display: table-footer-group;
    margin-right: 5px;
    margin-top: 5px;
    position: relative;
    width: auto;
}
.first-part h2 a {
    margin-right: 4px;
    color: #000e16;
    font-size: 22px;
    line-height: 30px;
    padding: 17px 10px 16px 10px;
    text-align: center;
    font-family: "Gothamlight-Regular";
}
.first-part .gallery-left-part a {
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
    width: 48.3%;
    position: relative;
}
.first-part .gallery-left-part p a img {
    max-width: 100%;
    width: 100%;
    height: 121px;
}
.gallery-left-part {
    padding: 0;
}
.gallery-right-part {
    padding: 0;
    margin-top: 0px;
}
.gallery-right-part a {
    display: inline-block;
}
.sec-part {
    width: 100%;
    display: inline-block;
}
.sec-part span {
    font-family: 'GothamBook-Regular';
    line-height: 15px;
}
.team-page .content-part p {
    color: #fff;
    font-size: 14px;
    padding-bottom: 5px;
}
.third-part a {
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
    width: 32.6%;
    position: relative;
}
.third-part a img {
    width: 100%;
}
.team-gallery .col-md-5 {
    padding-right: 0;
    padding-left: 0px;
}
.center-gallery-part img {
    max-width: 100%;
    height: 774px;
}
.top-part a {
    width: 49%;
    display: inline-block;
    margin-right: 5px;
    position: relative;
}
.top-part a img {
    width: 100%;
    height: 190px;
}
.pad-none {
    padding: 0;
}
.center-sec {
    padding: 0 5px 0 10px;
    width: 23.7%;
}
.orange-box {
    background: #f7941d;
    height: 85px;
    width: 66%;
    float: left;
    margin-right: 5px;
    display: inline-block;
}
.parrot-left {
    background: #d4d756;
    height: 85px;
    width: 33%;
    float: left;
    display: inline-block;
}
.bottom-part {
    width: 100%;
    display: inline-block;
    float: left;
}
.three-in-part a {
    width: 49%;
    display: inline-block;
    margin-right: 5px;
    position: relative;
}
.small-box {
    display: inline-block;
    height: 164px;
    margin-left: 0;
    margin-right: 5px;
    width: 18%;
}
.three-in-part a:first-child {
    width: 30%;
}
.third-part a:last-child {
    margin-right: 0;
}
.three-in-part img {/* width:100%;*/
    height: auto;
}
.col-md-4.gallery-right-part img {
    height: auto; /*width: 100%;*/
}
.bold-f {
    font-family: 'Gotham-Bold-Regular';
    font-weight: normal;
}
.billion-box.blue-box, .billion-box.parrot {
    margin-bottom: 0px;
}
/* New Team */
.bottom-footer-menu ul li:last-child a {
    border: 0;
}
.right-ceo-part .content-part {
    margin-bottom: 5px;
}
.banner video {
    width: 100%;
}
footer {
    background: #1d252c none repeat scroll 0 0;
    bottom: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
}
/***********************************************Team page**************************************************/
.first-part .gallery-left-part span {
    margin-right: 4px;
    float: left;
    width: 48.7%;
    position: relative;
}
.first-part .gallery-left-part p span img {
    max-width: 100%;
    width: 100%;
    height: 121px;
}
.gallery-left-part {
    padding: 0;
}
.gallery-right-part {
    padding: 0;
}
.gallery-right-part span {
    float: left;
}
.sec-part {
    width: 99.8%;
    float: left;
}
.sec-part span {
    font-family: 'GothamBook-Regular';
    line-height: 15px;
}
.team-page .content-part p {
    color: #fff;
    font-size: 14px;
    padding-bottom: 5px;
}
.third-part a {
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
    width: 32.6%;
    position: relative;
}
.third-part span img {/* width:100%; */
    float: left;
    height: 155px;
    min-width: 100%;
}
.team-gallery .col-md-5 {
    padding-right: 0;
    padding-left: 0px;
}
.top-part span {
    width: 49.4%;
    float: left;
    margin-right: 5px;
    position: relative;
}
.top-part a img {
    width: 100%;
    height: 190px;
}
.pad-none {
    padding: 0;
}
.center-sec {
    padding: 0 4px 0 4px;
}
.center-gallery-part {
    height: 774px;
}
.orange-box {
    background: #f7941d;
    height: 108px;
    width: 66%;
    float: left;
    margin-right: 5px;
}
.parrot-left {
    background: #d4d756;
    height: 108px;
    width: 33%;
    float: left;
}
.bottom-part {
    width: 100%;
    float: left;
}
.three-in-part span {
    width: 47.6%;
    float: left;
    margin-right: 5px;
    position: relative;
    height: auto;
    overflow: hidden;
    float: left;
}
.three-in-part span.small-box {
    float: left;
    height: 176px;
    margin-left: 0;
    margin-right: 5px;
    width: 12%;
}
.three-in-part ul li span:first-child {
    width: 38.4%;
    margin-right: 4px;
}
.third-part a:last-child {
    margin-right: 0;
}
.three-in-part img { /*width:100%;*/
    float: left; /*height:177px;*/
}
.col-md-4.gallery-right-part img {
    float: left;/* height: 177px;
  width: 100%;*/
}
.bold-f {
    font-family: 'Gotham-Bold-Regular';
    font-weight: normal;
}
.billion-box.blue-box, .billion-box.parrot {
    margin-bottom: 0px;
}
/* New Team */
.col-md-8.gallery-left-part img {
    float: left;
    height: 129px;
    min-width: 100%;
}
.gallery-left-part li {
    float: left;
    width: 100%;
    margin-bottom: 4px;
}
.small-boxes {
    width: 131px;
    height: auto;
    overflow: hidden;
}
.gallery-right-part span {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 4px;
}
.gallery-right-part span:last-child, .gallery-left-part li:last-child {
    margin-bottom: 0;
}
.third-part {
    float: left;
    width: 100%;
}
.third-part ul li span {
    width: 32.8%;
    float: left;
    margin-right: 4px;
    height: auto;
    overflow: hidden;
}
.third-part ul li span:last-child {
    margin-right: 0;
}
.top-part img {/* width:100%;*/
    float: left;
}
.top-part span {
    height: auto;
    overflow: hidden;
    position: relative;
}
.top-part ul li {
    margin-bottom: 4px;
    float: left;
    width: 100%;
}
.top-part, .three-in-part {
    float: left;
    width: 100%;
}
.three-in-part ul li {
    margin-bottom: 4px;
    width: 100%;
    float: left;
}
.third-part ul li {
    margin-bottom: 4px;
    width: 100%;
    float: left;
}
.center-gallery-part {
    float: left;
    width: 100%;
    overflow: hidden;
}
span.overlay {
    background: rgba(32, 33, 5, 0.8);
    position: absolute !important;
    height: 100%;
    color: #fff;
    top: 0;
    left: 0;
    width: 100% !important;
    padding: 35px 0 0px 15px;
    display: none;
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(50deg);
    height: 100% !important;
}
span.overlay h3 {
    color: #fff;
    line-height: 35px;
    float: left;
    font-family: 'GothamLight-Regular';
}
span.overlay h3 span {
    font-size: 12px;
    line-height: 16px;
    padding-top: 10px;
    height: auto;
    font-family: 'Gotham-Black';
}
span.overlay h5 span {
    font-size: 12px;
    line-height: 16px;
    padding-top: 10px;
    height: auto;
    font-family: 'Gotham-Black';
    width: 100%;
    display: block;
}
span.overlay h6 span {
    font-size: 12px;
    line-height: 16px;
    padding-top: 10px;
    height: auto;
    font-family: 'Gotham-Black';
    width: 100% !important;
}
.text-container:hover span.overlay {
    display: block;
}
.team-deatils .modal-lg {
    width: 1200px;
}
.team-deatils .modal-content {
    padding: 30px 0 0 30px;
    overflow: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    border-radius: 0;
}
.left-deails h1 {
    color: #323e48;
    font-size: 51px;
    font-family: 'GothamBook-Regular';
    line-height: 55px;
}
.left-deails span.des {
    font-size: 14px;
    color: #f7941d;
    font-family: 'Gotham-Black';
    padding-top: 10px;
    text-transform: uppercase;
    clear: both;
    float: left;
    width: 100%;
}
.left-deails p {
    font-size: 14px;
    color: #323e48;
    font-family: 'GothamBook-Regular';
    line-height: 20px;
    padding-top: 25px;
    clear: both;
}
.product-info ul li {
    float: left;
    width: 100%;
    color: #323e48;
    font-size: 14px;
    padding-bottom: 15px;
}
.product-info ul li label {
    font-family: 'Gotham-Black';
    padding-right: 5px;
}
.product-info ul li span {
    font-family: 'GothamBook-Regular';
}
.team-deatils .modal-footer {
    overflow: hidden;
}
.team-deatils .modal-body {
    width: 100%;
    float: left;
}
.product-info {
    margin-top: 25px;
    width: 100%;
    float: left;
}
.product-info ul li label.block {
    display: block;
}
.product-info ul li a {
    color: #0099a9;
    font-family: 'Gotham-Black';
}
.noteable-pro h4 {
    color: #323e48;
    font-size: 18px;
    padding-bottom: 30px;
}
.noteable-pro ul li {
    float: left;
    padding-right: 10px;
}
.product-img, .right-deails {
    float: left;
    width: 100%;
}
/*.product-img img { width:100%; }*/
.color-boxes .billion-box {
    height: 98px;
    width: 55.7%;
}
.color-boxes .right-deal-box .blue-box {
    height: 206px;
}
.color-boxes .black-box, .color-boxes .parrot {
    width: 40% !important;
}
.team-deatils .modal-footer {
    border-top: 0;
}
.team-deatils .btn-default {
    border: 0;
    color: #323e48;
    font-size: 12px;
    text-transform: uppercase;
}
.btn-default:hover {
    background-color: transparent;
    color: #1faad4;
}
.three-in-part span:last-child {
    margin-right: 0;
}
.three-in-part li:last-child {
    margin-bottom: 0;
}
.bottom-part ul li {
    float: left;
    width: 100%;
}
.top-part li span:last-child {
    margin-right: 0;
}
.team-deatils .modal-body {
    padding: 15px 15px 0;
}
/*@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
@media {
.banner, .banner video {
 background:url(../images/home-banner.jpg) center center no-repeat;
 background-size:cover;
}
}
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
.banner, .banner video {
 background:url(../images/home-banner.jpg) center center no-repeat;
 background-size:cover;
}
}*/
.page-template-team-page .inner-part .row {
    margin-left: -15px;
    margin-right: -15px;
}
.left-gallery-part {
    width: 40%;
}
.right-gallery-sec {
    width: 36.2%;
}
.gallery-right-part {
    width: 196px;
}
.gallery-left-part {
    width: 322px;
}
.top-part span.wid239 {
    width: 51.3%;
}
.top-part span.wid224 {
    width: 224px;
}
.address {
}
#menu-footer-menu li:last-child a:after {
    display: none;
}
.text-container {
    position: relative;
}
.overlay h5 {
    font-size: 20px;
    line-height: 20px;
}
/*********************************************************About page**********************************************************************/
.team-gallery span img {
    cursor: auto;
}
.left-about-part {
    margin-left: -15px;
}
.left-about-part .content-part {
    width: 100%;
    text-align: right;
    margin-bottom: 30px;
    padding: 10px 30px 10px 0;
    position: relative;
}
.left-about-part .content-part p {
    padding-bottom: 0;
}
.left-about-part p {
    font-size: 15px;
    font-family: 'Gotham-Black';
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    line-height: 22px;
}
.left-about-part p a {
    font-family: 'GothamBook-Regular';
    display: block;
    text-transform: capitalize;
    color: #fff;
}
/*.left-about-part p a:after { color:#d4d756; float:right; font-size:15px; padding-left:8px; content:">>"; float:right; position:absolute; right:15px; font-family:'GothamBook-Regular'; }*/
.left-about-part p img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}
.left-talent-box ul li {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
.left-talent-box ul li h2.parrot {
    color: #000e16;
    font-family: "Gothamlight-Regular";
    font-size: 22px;
    line-height: 30px;
    padding: 12px 10px;
    text-align: center;
}
.left-talent-box ul li h2.parrot a {
    color: #000e16;
    font-family: "Gothamlight-Regular";
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}
.orange-color-box {
    background: #f7941d;
}
.left-blue-box {
    width: 80%;
    margin-right: 8px;
    float: left;
    height: 180px;
}
.right-orange-box {
    float: left;
    width: 18%;
    height: 180px;
}
.right-about-part h5 {
    color: #0099a9;
    font-size: 24px;
    font-family: 'GothamBook-Regular';
    line-height: 35px;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.right-about-part h5 span {
    font-family: 'Gotham-Black';
}
.right-about-part p {
    font-size: 14px;
    color: #323e48;
    font-family: 'GothamBook-Regular';
    line-height: 24px;
}
.right-about-part {
    padding: 0 60px 0 0px;
}
.left-talent-box {
    float: left;
    padding-bottom: 6px;
    width: 100%;
}
/*********************************************************smart page**********************************************************************/
.first-sec { /*margin:0 -15px;*/
    overflow: hidden;
    clear: both;
}
.left-smart-part {
    padding: 91px 20px 100px 50px;
    background: #a6aa3d;
}
.left-smart-part p {
    font-size: 27px;
    font-family: 'GothamBook-Regular';
    color: #fff;
    line-height: 38px;
    line-height: 38px;
}
.left-content {
    padding-right: 8px;
    padding-left: 0;
}
.right-img {
    padding-left: 0;
    padding-right: 0;
}
.smart-img img {
    width: 100%;
    float: left;
}
.sec-part-content h4 {
    font-size: 33px;
    font-family: 'GothamLight-Regular';
    line-height: 46px;
}
.sec-sec {/* margin:0 -15px;*/
    padding-top: 10px;
    overflow: hidden;
}
.right-sec-part {
    padding-right: 0;
}
.right-sec-part img {
    width: 100%;
    float: left;
}
.right-sec-part p:first-child {
    padding-bottom: 8px;
    overflow: hidden;
}
.sec-part-content {
    padding: 100px 60px 60px 70px;
}
.smart-img {
    float: left;
    width: 100%;
}
.smart-center-img {/* border-top:28px #0099a9 solid;*/
    margin: 0 8px;
    float: left;
    width: 53.1%;
}
.smart-listing {
    float: left;
    width: 30%;
    background: #0099a9;
    padding: 32px 0 15px 0;
}
.smart-listing ul {
    float: left;
    width: 100%;
}
.smart-listing ul li {
    font-family: 'GothamBook-Regular';
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-bottom: 21px;
}
.smart-listing ul li a {
    color: #fff;
    font-size: 14px;
}
.right-smart-orange-box {
    float: left;
    width: 15%;
    background: ##f7941d;
    height: 295px;
    background: #f7941d;
}
.third-sec {
    padding: 8px 0 25px 0;
    overflow: hidden;
}
.distnic-content h4 {
    color: #fff;
    font-size: 23px;
    font-family: 'GothamBook-Regular';
    line-height: 30px;
    text-transform: inherit;
}
.distnic-content {
    float: left;
    width: 51%;
    padding: 0px 10px 0px 0px;
}
.distnic-parrot {
    background: #d4d756;
    width: 100%;
    height: 95px;
    float: left;
    margin-bottom: 8px;
}
.distnic-black-box {
    background: #1d252c;
    height: 140px;
    width: 85%;
    float: left;
    margin-right: 8px;
}
.distnic-orange-box {
    background: #f7941d;
    height: 140px;
    width: 13%;
    float: left;
}
.distnic-box {
    float: left;
    width: 49%;
}
.third-left {
    padding-right: 8px;
}
.third-left {
    padding-left: 0;
}
.spot-light-box {
    background: #d4d756;
}
.spot-light-box {
    float: left;
    width: 100%;
    margin-top: 8px;
    text-align: right;
    padding: 15px;
}
.spot-light-box p {
    font-size: 14px;
    color: #1d252c;
}
.spot-light-box p span {
    font-family: 'Gotham-Black';
}
.spot-light-box p:first-child span {
    text-transform: uppercase;
}
.page-template-Smarter-living .left-banner-content {
    background-image: none;
}
.cls-allnews {/* width:900px;*/
    margin: 0 auto;
}
.news-section {
    padding-bottom: 40px;
    float: left;
    width: 100%;
}
.news-content h2 {
    font-size: 17px;
    text-transform: none;
    color: #323e48;
    padding-top: 0;
}
.news-content .news-date {
    font-size: 15px;
    color: #323e48;
    font-family: 'GothamBook-Regular';
}
.news-content .news-description p {
    font-size: 15px;
    color: #323e48;
    font-family: 'GothamBook-Regular';
}
.news-content .news-description a {
    color: #d4d756;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Gotham-Black';
    word-break: break-all;
}
.news-content .news-description {
    padding-top: 20px;
    position: relative;
}
.cls-allnews {
    padding: 10px 0 70px 0;
    overflow: hidden;
}
.news-content {
    padding-left: 20px;
}
/* ** */
.all-hover {
    display: none;
    background: rgba(19, 20, 3, 0.8);
    position: absolute !important;
    left: 0;
    bottom: 0;
    width: 100% !important;
    padding: 0 0 5px 10px;
    color: #fff;
    cursor: pointer;
    height: auto !important;
}
.name-on-hover:hover .all-hover {
    display: block;
}
.name-on-hover {
    position: relative;
}
.background-1 .story-content {
    background: #1d252c;
    padding: 37px 25px 27px 25px;
    overflow: hidden;
}
.background-2 .story-content {
    background: #0099a9;
    padding: 36px 25px 26px 25px;
    overflow: hidden;
}
.background-3 .story-content {
    background: #f7941d;
    padding: 36px 25px 26px 25px;
    overflow: hidden;
}
.background-4 .story-content {
    background: #d4d756;
    padding: 36px 25px 26px 25px;
    overflow: hidden;
}
.content-cls .story-name {
    color: #fff;
    font-family: "GothamLight-Regular";
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 11px;
    padding-top: 0;
}
.story-description p {
    color: #000;
    font-size: 15px;
    font-family: "GothamBook-Regular";
    padding-top: 20px;
}
.content-cls .story-description a {
    color: #fff;
    font-size: 15px;
    font-family: 'Gotham-Black';
    float: left;
    text-transform: uppercase;
    margin-top: 20px;
}
.all-success-stories {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 17px;
}
.img-cls {
    padding: 0;
}
.background-1 {
    padding: 0 5px 0 0;
}
.background-2 {
    padding: 0 0px 0 5px;
    float: left;
}
.background-3 {
    padding: 0 5px 0 0px;
}
.background-4 {
    padding: 0 0px 0 5px;
}
.background-1 .story-description p {
    color: #d4d756;
    ;
}
.story-img img {
    width: 100%;
    float: left;
}
.story-img {
    float: left;
    width: 100%;
}
.img-cls {
    float: left;
}
.story-section {
    padding-bottom: 8px;
    float: left;
    width: 100%;
}
.page-id-46 .left-banner-content {
    width: 425px;
}
.team-banner {
    background-repeat: no-repeat !important; /* background-size: cover !important;*/
}
/*.page-id-10 .left-banner-content { bottom:60px; }*/
/*.page-id-16 .team-banner { height:379px; }*/
/*.page-id-16 .left-banner-content { bottom:60px; padding:30px 20px 100px 60px; }*/
.page-id-18 .team-banner {
    height: 385px;
}
.orange-left-part h3 {
    padding-bottom: 10px;
}
.footer-social {
    padding-right: 0;
}
.footer-social .social-icon a:last-child {
    margin-right: 0;
}
.address {
    letter-spacing: 0.3px;
}
.top-part .overlay span {
    width: 100%;
}
.three-in-part ul li .overlay span:first-child {
    width: auto;
}
.noteable-pro {
    float: left;
    width: 100%;
    padding-top: 20px;
}
span.overlay.cls-sml-img {
    padding-top: 30px;
}
.last-distnic-img {
    float: left;
    width: 100%;
}
.last-distnic-img img {
    width: 100%;
}
.third-sec .third-left:last-child {
    padding-right: 0;
}
.background-colr-cls h2 {
    color: #000 !important;
}
/* Changes */
.nav > li.current-menu-item > a {
    color: #c97400 !important;
}
.menu-main-menu-container {
    margin-right: 15px;
}
.nav > li > a {
  padding: 12px 7px 10px;
}
.billion-box h6 {
    padding-top: 0;
}
.page-template-Smarter-living .left-banner-content {
    width: auto;
}
.modal h1 {
    text-transform: uppercase;
}
.left-deal-box {
    padding-left: 5px;
}
.page-id-46 .left-banner-content p {
    font-size: 39px;
    font-family: 'GothamBook-Regular';
}
.page-id-46 .team-banner {
    height: 395px;
}
.single-news .news-section {
    padding-top: 90px;
}
.single-news .header {
    border-bottom: 1px #f4f4f4 solid;
}
.single-news .news-content h2 {
    color: #323e48;
    font-size: 25px;
    padding-bottom: 12px;
    line-height: 31px;
    padding-top: 0;
    text-transform: capitalize;
    clear: both;
}
.single-news .news-content .news-description p {
    padding-bottom: 15px;
    line-height: 24px;
    clear: both;
}
.single-news h6 {
    padding-bottom: 15px;
}
.single-news .news-content .news-description p img {
    float: left;
    width: 100%;
    margin-top: 12px;
}
.single-news .news-img img {
    float: left;
    width: 100%;
    height: 100%;
}
.single-news .news-img {
    text-align: center;
    background: #fff;
    padding: 10px;
    border: 1px #CCC solid;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.single-news .news-image img {
    width: 100%;
    float: left;
}
.single-news .news-content {
    padding-left: 0;
}
.single-news .news-content .news-description {
    padding-top: 0;
    float: left;
    width: 100%;
}
.news-sidebar h4 {
    padding: 6px 0 12px 0;
    text-transform: none;
    font-weight: bold;
}
.rpwe-block a {
    color: #000;
    font-size: 15px !important;
}
.cycloneslider-template-standard .cycloneslider-pager {
    bottom: 10px !important;
}
.page-template-home-template .inner-part .inner-boxes {
    padding-left: 0;
}
.cycloneslider-template-standard {
    margin-bottom: 0 !important;
}
.page-template-home-template .inner-part .inner-boxes.padd8 {
    padding-left: 8px;
}
.team-page p {
    padding-bottom: 20px;
}
.product-img {
    text-align: center;
}
.color-boxes .left-deal-box {
    padding-left: 0;
}
.team-gallery {
    float: left;
    position: relative;
}
.team-page {
    float: left;
    width: 100%;
}
.full-overlay {
    background: rgba(19, 20, 3, 0.6);
    width: 100%;
    float: left;
    position: absolute;
    height: 100%;
    z-index: -1;
    display: none;
}
.right-ceo-part p a {
    color: #fff;
}
.right-about-part h2 {
    padding-bottom: 10px;
    padding-top: 0;
}
.right-about-part h6 {
    padding-bottom: 10px;
}
.hover-content {
    display: none;
}
.billion-box:hover .hover-content {
    display: block;
}
.hover-content {
    text-align: center;
    color: #fff;
    font-size: 17px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.billion-box:hover h6, .right-deal-box .blue-box:hover h6 {
    display: none;
}
.right-deal-box .blue-box:hover .hover-content {
    display: block;
}
.current-item {
    z-index: 2;
}
.overlay h6, .overlay h5, .overlay h3 {
    cursor: pointer;
}
.current-item img {
}
.sec-part p a {
    color: #fff;
}
.postid-112 .story-img img {
    width: auto;
    max-width: 100%;
}
.left-blue-box img {
    width: 100%;
    height: 100%;
    float: left;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}
.cls-content {
    padding-left: 0;
}
.cls-sidebar {
    padding-top: 25px;
}
.cls-sidebar h4 {
    padding-bottom: 15px;
}
.rpwe-ul .rpwe-title {
    text-transform: capitalize;
}
.logo-banner {
    bottom: 20px;
    left: 50px;
    position: absolute;
    z-index: 999;
}
.cls-page-content .top-content p {
    color: #323e48;
    font-family: "GothamBook-Regular";
    line-height: 30px;
}
.careers-form-link h2 {
    padding-bottom: 10px;
}
.careers-form-link .wpcf7 input[type="text"], .careers-form-link .wpcf7 input[type="email"], .contact-form .wpcf7 input[type="text"], .contact-form .wpcf7 input[type="email"], .contact-form .wpcf7 input[type="tel"], .careers-form-link .wpcf7-form input[type="tel"] {
    border: 1px #e0e0e0 solid;
    padding: 5px;
    width: 100%;
}
.contact-form .wpcf7 textarea {
    border: 1px #e0e0e0 solid;
    padding: 5px;
    width: 100%;
    height: 140px;
    resize: none;
}
.careers-form-link a {
    color: #333;
    margin-bottom: 8px;
    font-size: 14px;
}
.careers-form-link .wpcf7 label, .wpcf7-form label {
    color: #323e48;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 7px;
}
.careers-form-link .wpcf7 {
    padding-top: 20px;
}
.careers-form-link .wpcf7 p, .wpcf7 p {
    padding-bottom: 12px;
}
.careers-content {
    line-height: 25px;
}
.careers-form-link {
    padding-bottom: 30px;
}
.careers-form-link input[type="submit"], .contact-form .wpcf7 input[type="submit"] {
    background: #d4d756;
    padding: 5px 15px;
    color: #fff;
    border: 0;
}
.careers-form-link input[type="submit"]:hover, .contact-form .wpcf7 input[type="submit"]:hover {
    background: #1faad4 !important
}
.only-name:hover .all-hover {
    display: block;
}
.bottom-title h2 {
    font-size: 37px;
    font-family: "Gothamlight-Regular";
    padding-top: 0;
    line-height: 27px;
}
.background-1 .bottom-title {
    color: #d4d756;
}
.bottom-title {
    width: 100%;
    float: left;
    margin-top: 5px;
    padding: 47px 25px 47px 25px !important;
}
.background-2 .story-description p, .background-2 .bottom-title, .background-3 .story-description p, .background-3 .bottom-title {
    color: #fff;
}
.hentry {
    margin-bottom: 0;
}
.page-heading-title h1 {
    font-family: "GothamBook-Regular";
    font-size: 39px;
    text-align: right;
    text-transform: uppercase;
}
.page-heading-title {
    padding: 50px 50px 35px 0;
}
.single-stories .team-banner {
    height: 696px;
}
.all-success-stories .story-section:last-child {
    padding-bottom: 0;
}
.top-images-section {
    padding: 8px 0 70px 8px;
    float: left;
    width: 100%;
}
.top-thumbimg {
    float: left
}
.top-thumbimg {
    float: left;
    margin-right: 10px;
    width: 14%;
}
.top-thumbimg img {
    max-width: 100%;
}
.suc-stry {
    float: left;
    background: #1d252c;
    text-align: center;
    padding: 56px 0px;
    width: 55.6%
}
.suc-stry h2 {
    color: #d4d756;
    font-size: 39px;
}
.single-story-sec .left-about-part .left-title {
    min-height: 500px;
}
.single-story-sec .left-about-part p {
    color: #d4d756;
    text-align: center;
    padding: 50px 0;
}
.single-story-sec .left-talent-box li:last-child {
    margin-bottom: 0;
}
.single-story-sec .left-talent-box {
    padding-bottom: 0;
}
.single-story-sec .right-about-part h2 {
    font-size: 37px;
    color: #d4d756;
    font-family: "GothamBook-Regular";
}
.single-story-sec .right-about-part h1 {
    font-size: 80px;
    font-family: 'Gotham-Black';
    line-height: 65px;
    padding-top: 12px;
}
.single-story-sec .right-about-part {
    padding: 0;
}
.careers-content h5 {
    font-size: 19px;
    line-height: 25px;
    padding-bottom: 14px;
    text-transform: capitalize;
}
.careers-content p {
    font-size: 15px;
}
.page-id-589 .left-banner-content {
    width: 78%;
}
.page-id-589 .left-banner-content p span {
    display: inline-block;
}
.page-id-589 .left-banner-content p span.blue {
    color: #0099a9;
}
.expertise-content {
    padding: 30px 20px;
}
.expertise-content p {
    line-height: 22px;
    padding-bottom: 12px;
    font-size: 17px;
}
.expertise-content .green-color {
    color: #aeb254;
}
.green-color {
    color: #aeb254;
}
#client-widget .orenge-color {
    background: transparent;
}
.orenge-color {
    background: #f7941d;
    padding: 15px 20px 30px 20px;
    text-align: center;
}
.orenge-color h4 {
    padding-top: 0px;
    color: #f7941d;
    font-size: 39px;
    font-family: "GothamBook-Regular";
    text-transform: uppercase;
}
.page-id-589 .entry-content {
    margin-top: 0;
}
.client-sidebar {
    padding-right: 0;
    padding-top: 5px;
    margin-bottom: 20px;
}
.client-sidebar .textwidget ul li {
    color: #1d252c;
    font-size: 13px;
    font-family: "Gothamlight-Regular";
    padding-top: 13px;
    text-transform: uppercase;
}
.client-sidebar .textwidget ul {
    padding-left: 15px;
}
.client-content {
    padding-top: 20px;
}
.oreng-box {
    background: #f7941d;
    padding: 33px 200px 33px 40px;
    color: #fff;
}
.oreng-box h2 {
    font-size: 14px;
    font-family: 'Gotham-Black';
    margin: 0;
    padding: 0;
}
.oreng-box p {
    font-size: 14px;
    font-family: "GothamBook-Regular";
}
.client-top-content p {
    color: #323e48;
    font-size: 24px;
    font-family: "GothamBook-Regular";
    line-height: 30px;
}
.client-top-content p span {
    font-family: 'Gotham-Black';
}
.client-top-content {
    float: left;
    padding: 0 20px 50px 30px;
    width: 100%;
}
.client-second-section {
    padding-top: 50px;
    padding-bottom: 5px;
    float: left;
    width: 100%;
}
.client-second-img img {
    max-width: 100%;
    width: 100%;
}
.client-page .client-content {
    padding-left: 0;
}
.contact-form .wpcf7 input[type="submit"] {
    margin-top: 20px;
}
.contact-map {
    margin-top: 30px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.contact-content p {
    font-size: 15px;
}
.contact-content h6 {
  font-family: Gotham-Medium;
  font-size: 14px;
  padding-top: 14px;
}
.rpwe-time {
    font-size: 12px !important;
}
body.page-template-team-page {
    display: inherit;
    position: inherit;
    padding-bottom: 0;
}
body.page-template-team-page footer {
    position: inherit;
}
.top-content p {
    padding-bottom: 0px;
}
.modal {
    z-index: 9999;
}
#thumbwrapper2 #huge_it_gallery li img {
    border-radius: 0 !important;
    border: 0 !important;
}
#thumbwrapper2 #huge_it_gallery .huge_it_big_li {
    margin: 0 !important;
    border-radius: 0 !important;
}
#thumbwrapper2 #huge_it_gallery {
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 10px;
}
.element_2 hugeitmicro-item {
    -webkit-transform: translate(280px, 0px) !important;
    -ms-transform: translate(280px, 0px) !important;
    transform: translate(280px, 0px) !important;
}
section #huge_it_gallery li .infoLayer {
    bottom: 5px !important;
    height: auto !important;
    padding-bottom: 15px;
    left: 0;
    top: auto !important;
    width: 100%;
    z-index: 4;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .75)), color-stop(1, rgba(0, 0, 0, 0)));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, .75)0, rgba(0, 0, 0, 0)100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0.75)', GradientType=0);
}
section #huge_it_gallery li .overLayer, section #huge_it_gallery li:hover .overLayer {
    background-color: transparent !important;
}
.orange-left-part a:hover {
    color: #ffffcd !important;
}
.cls-cntent {
    float: left;
    padding: 10px 0 15px 0;
    width: 100%;
}
.cls-thumbnl img {
    width: 100%;
}
.cls-cntent {
    background-color: #f8f8f8;
    margin-bottom: 15px;
    float: left;
    border: 1px #ececec solid;
    width: 100%;
    padding: 10px;
}
.search-form {
    padding-top: 20px;
}
.search-submit {
    background: #1D252C;
    border: 0;
    color: #fff;
    padding: 3px 14px;
}
.search-submit:hover {
    background: #f7941d !important;
}
.cls-cntnt, .cls-thumbnl {
    padding-left: 0;
}
.paging-navigation {
    float: left;
    width: 100%;
    padding: 20px 0;
}
.overlay h5 {
    padding-top: 0;
}
.easy-wp-page-navigation {
    margin: 40px 0 20px 0
}
.easy-wp-page-navigation a, .easy-wp-page-navigation span {
    border: 1px #e1e1e1 solid;
}
.easy-wp-page-navigation a:hover, .easy-wp-page-navigation span.current {
    background: #f7941d !important;
    color: #fff !important;
}
.small-block-grid-3 > li {
    border-radius: 0px;
    height: 204px;
    margin: 0 0.4% 4px 0!important;
    max-width: 321px;
    overflow: hidden;
    padding: 0 !important;
    width: 100%;
    float: left;
}
.small-block-grid-3 > li.second-section-second-image {
    width: 100%;
    max-width: 974px;
    margin-right: 0 !important;
    padding: 40px !important;
    color: #fff;
}
.attachment-medium.size-medium.wp-post-image {
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.small-block-grid-3 > li img {
    /*transform:scale 1s;
animation: scale 1s;*/
    -moz-animation: scale 1s; /* Firefox */
    -webkit-animation: scale 1s; /* Safari and Chrome */
    -o-animation: scale 1s; /* Opera */
}
@keyframes scale {
from {
 -webkit-transform: scale(0.2);
 -moz-transform: scale(0.2);
 transform: scale(0.2);
}
to {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 transform: scale(1);
}
}
@-moz-keyframes scale { /* Firefox */
from {
 -webkit-transform: scale(0.2);
 -moz-transform: scale(0.2);
 transform: scale(0.2);
}
to {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 transform: scale(1);
}
}
@-webkit-keyframes scale { /* Safari and Chrome */
from {
 -webkit-transform: scale(0.2);
 -moz-transform: scale(0.2);
 transform: scale(0.2);
}
to {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 transform: scale(1);
}
}
@-o-keyframes scale { /* Opera */
from {
 -webkit-transform: scale(0.2);
 -moz-transform: scale(0.2);
 transform: scale(0.2);
}
to {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 transform: scale(1);
}
}
.page-template-hometest-template-php .banner {
    margin-bottom: 5px !important;
}
.small-block-grid-3 > li.forth-section-fisrt-content {
    max-width: 648px;
    padding: 35px 10px 40px 20px !important;
    width: 100%;
}
.small-block-grid-3 > li.forth-section-fisrt-content p {
    font-size: 18px;
    font-family: 'GothamLight-Regular';
    color: #1d252c;
}
.page-template-hometest-template-php .banner img {
    width: 100%;
}
.page-template-hometest-template-php .small-block-grid-3 > li:nth-child(4), .page-template-hometest-template-php .small-block-grid-3 > li:nth-child(10), .page-template-hometest-template-php .small-block-grid-3 > li:nth-child(13) {
    margin-right: 0 !important;
}
.page-template-hometest-template-php .inner-part {
    padding-bottom: 10px;
}
/*.page-id-731 .cls-allprojects{ text-align:center;}*/
.page-id-731 .cls-allprojects li {
    display: inline-block;
    float: left;
}
.page-id-731 .small-block-grid-3 > li {
    max-width: 317px;
}
.cls-allprojects .img-project {
    float: left;
    height: 100%;
    width: 100%;
}
.sec-left-content {
    float: left;
}
.sec-left-content p {
    font-family: 'GothamLight-Regular';
    font-size: 38px;
    line-height: 42px;
}
.first-right-content {
    float: right;
    text-align: right;
}
.first-right-content .first-content-section {
    font-size: 18px;
    font-family: "GothamBook-Regular";
    margin-bottom: 20px;
    margin-top: 8px;
}
.first-right-content .first-content-section b {
    display: block;
    font-family: 'Gotham-Black';
    padding-top: 6px;
}
.second-content-section b {
    font-family: 'Gotham-Black';
}
.second-content-section {
    font-size: 18px;
    font-family: "GothamBook-Regular";
    margin-bottom: 12px;
}
.three-in-part span.small-box.orange-box {
    height: 178px;
}
.page-id-731 .left-banner-content {
    width: 390px;
}
.img-project {
    position: relative;
}
.on-hover-project {
    text-transform: uppercase;
    color: #fff;
    top: 0%;
    height: 98.7%;
    left: 0;
    vertical-align: middle;
    position: absolute;
    text-align: center;
    z-index: 9;
    width: 100%;
    opacity: 0;
}
.on-hover-project span {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 44%;
    vertical-align: middle;
}
.img-project:hover .on-hover-project {
    opacity: 1;
    color: #fff;
    background: rgba(31, 63, 72, 0.5294117647058824) !important;
}
.big_image .on-hover-project span {
    bottom: 70px;
    font-size: 18px;
    font-weight: 100;
    line-height: 24px;
    margin: 0 auto;
    max-width: 350px;
    position: absolute;
    text-align: left;
    top: initial;
    width: 100%;
}
.img-project a:hover {
    color: #fff !important;
}
/*.img-project a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

  height: 250px;
  left: 0;
  max-width: 350px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 6;
}*/

.noteable-pro ul.project-block-grid-3 li {
    float: left;
}
.noteable-pro ul.project-block-grid-3 li .prjct-hvrt {
    display: block;
    width: 100%;
    word-break: break-all;
}
.noteable-pro ul.project-block-grid-3 li {
    float: left;
    width: 33%;
}
.attachment-thumbnail.size-thumbnail.wp-post-image {
    max-width: 100%;
}
#client-widget .orenge-color {
    padding-left: 0;
    text-align: left;
    padding-bottom: 10px;
}
#client-widget .orenge-color h4 {
    line-height: 30px;
}
.page-template-hometest-template .left-banner-content {
	background-image: none;
	width: 100%;
	top: 80%;
}
.banner-part {
  position: relative;
}
/* .page-template-hometest-template .left-banner-content p { */
    /* font-size: 31px; */
    /* font-family: "Gothamlight-Regular"; */
    /* line-height: 38px; */
    /* letter-spacing: 3px; */
    /* -webkit-text-shadow: 5px 6px 10px #000; */
    /* -moz-text-shadow: 5px 6px 10px #000; */
    /* text-shadow: 5px 6px 10px #000; */
/* } */
.page-template-hometest-template .left-banner-content p {
    background-color: rgba(0, 0, 0, 0.6);
    display: table;
    font-family: 'GothamBook-Regular';
    font-size: 31px;
    letter-spacing: 3px;
    line-height: 38px;
    padding: 8px 10px;
    text-shadow: inherit;
}
.page-template-hometest-template .left-banner-content p span {
    font-family: "Gothamlight-Regular";
    text-transform: lowercase;
}
.ajax-loader {
    width: auto !important;
}
#swipebox-overlay {
    z-index: 999999999 !important;
}
.page-template-about-page .top-content p, .page-id-589 .top-content p, .page-id-12 .top-content p {
    color: #323e48;
    font-family: "GothamBook-Regular";
    line-height: 28px;
}
.modal-backdrop {
    z-index: 9999 !important;
}
.modal {
    z-index: 9999999 !important;
}
.inner-part {
    margin-top: 4px;
    position: relative;
}
.inner-part .entry-content {
    margin-top: 0px;
}
.full-h {
    display: block;
    float: left;
    height: 100%;
    cursor: pointer;
}
.left-about-part p span {
    color: #fff;
    display: block;
    font-family: "GothamBook-Regular";
    margin-right: 12px;
    text-transform: capitalize;
}
.left-about-part p span::after {
    color: #d4d756;
    content: ">>";
    float: right;
    font-family: "GothamBook-Regular";
    font-size: 15px;
    padding-left: 8px;
    position: absolute;
    right: 15px;
}
.cycloneslider-template-standard .cycloneslider-prev, .cycloneslider-template-standard .cycloneslider-next {
    opacity: 1 !important;
}
.cycloneslider-template-standard .cycloneslider-prev, .cycloneslider-template-standard .cycloneslider-next {
    background-color: transparent !important;
    box-shadow: none !important;
    height: 71px !important;
    width: 40px !important;
}
.cycloneslider-prev .arrow {
    background: url(https://www.childsdreyfus.com/wp-content/uploads/2016/09/left-arrow-white-1.png) no-repeat;
    height: 71px !important;
    background-size: 70%;
    width: 40px !important;
}
.cycloneslider-next .arrow {
    background: url(https://www.childsdreyfus.com/wp-content/uploads/2016/09/right-arrow-white.png) no-repeat;
    height: 71px !important;
    background-size: 70%;
    width: 40px !important;
}
.cycloneslider-next .arrow, .cycloneslider-prev .arrow {
    border: 0 !important;
}
.cycloneslider-template-standard .cycloneslider-next {
    right: 0px !important;
}
.cycloneslider-template-standard .cycloneslider-prev {
    left: 0;
}
.cycloneslider-template-standard .arrow {
    left: 20% !important;
    margin-top: -31px !important;
}
.cycloneslider-template-standard .arrow {
    left: 10% !important;
    margin-top: -37px !important;
}
.page-template-Smarter-living .inner-part {
    margin: 0;
}
.page-id-12 .left-banner-content {
    width: 365px;
}
.spot-light-box {
    height: 120px;
}
.client-content p {
    line-height: 34px;
}
.logo-part {
    padding-left: 0;
}
.nav-box {
    padding-right: 0;
}
.page-template-hometest-template .left-banner-content {
	bottom: auto;
}
.client-page .client-content {
    padding-left: 40px !important;
}
.tos-wrapper.tos-fixed {
    z-index: 99999 !important;
}
.distnic-content h4 {
    background: #f7941d;
    padding: 31px 20px;
}
.tos-caption {
    display: none !important;
}
.page-template-tow-column-with-rightsidebar-php .cls-sidebar {
    padding-top: 5px;
}
.team-deatils .modal-footer {
    padding: 15px 22px;
}
.cls-btn:focus, .cls-btn:hover {
    background: none;
    background-color: transparent;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background-color: transparent !important;
}
.page-template-hometest-template .left-banner-content {
	text-transform: lowercase;
	transform: translateY(-80%);
	-webkit-transform: translateY(-80%);
	-ms-transform: translateY(-80%);
}
.new-home-page .first-content-part {
    padding: 40px 50px;
}
.new-home-page .content-part {
    max-width: 60% !important;
    background-color: #1d252c !important;
    color: #fff !important;
    min-height: 298px !important;
}
.new-home-page .content-part h4 {
    color: #fff !important;
    font-size: 30px;
    text-transform: inherit;
    padding-bottom: 30px;
    font-family: "Gothamlight-Regular";
}
.new-home-page .content-part p {
    font-size: 22px;
    line-height: 30px;
    font-family: "GothamBook-Regular";
}
.new-home-page .second-img {
    margin-right: 0 !important;
    max-width: 39.6% !important;
    min-height: 300px !important;
}
.new-home-page .small-block-grid-3 > li.simple-li:nth-child(4n+4) {
    margin-right: 0 !important;
}
.new-home-page .small-block-grid-3 > li {
    max-width: 24.7%;
}
.header {
    display: none;
}
.header.navbar-fixed-top {
    display: block;
}
/* .page-template-homenew-template .banner-part {
    color: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
} */
.page-template-homenew-template .inner-part {
    background: rgb(251, 251, 254);
}
body.page-template-homenew-template {
    /* padding-top: 545px;*/
    z-index: 0;
    position: relative;
}
.cycloneslider-template-standard .cycloneslider-prev, .cycloneslider-template-standard .cycloneslider-next {
    z-index: 99 !important;
}
.cls-allprojects .small-block-grid-3 li:nth-child(4n+4) {
    margin-right: 0 !important;
}
/*.cls-allprojects .small-block-grid-3 li{ width:322px;}*/
.banner img {
    max-width: 100%;
    width: 100%;
}
.small-block-grid-3 {
    float: left;
    margin-bottom: 2px;
    width: 100%;
}
.single-team .inner-part {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.single-team .header {
    border-bottom: 1px #ededed solid;
}
.bottom-part .orange-box, .bottom-part .parrot-left {
    height: 122px !important;
}
.mobile-sec {
    display: none;
}
.desktop-sec {
    display: block;
}
.unner-bannr-image .project-three-img {
    float: left;/* cursor:pointer;*/
    width: 33.3%;
    padding-right: 10px;
}
.unner-bannr-image .project-three-img img {
    max-width: 100%;
    width: 100%;
    float: left;
    height: 270px;
}
.unner-bannr-image .project-three-img:last-child {
    padding-right: 0;
}
.unner-bannr-image, .project-bottom-sec {
    float: left;
    width: 100%;
}
.project-bottom-right-img {
    float: left;
    padding-right: 10px;
    width: 66.6%;
}
.project-bottom-right-img img {
    width: 100%;
}
.project-bottom-left-content {
    float: left;
    width: 33%;
}
.project-bottom-left-content h4 {
    color: #aba000;
    font-size: 24px;
    font-family: "GothamBook-Regular";
    line-height: 28px;
    padding-bottom: 10px;
}
.project-bottom-sec {
    padding-top: 10px;
}
.project-bottom-left-content h4 span {
    color: #363636;
    padding-top: 15px;
}
.project-first-content {
    padding: 15px 20px 55px 0;
}
.project-bottom-left-content {
    padding-left: 40px;
}
.projects-banner-img {
    position: relative;
    float: left;
}
.project-title-sec {
    position: absolute;
    bottom: 25px;
    left: 150px;
}
.project-title-sec h2 {
    color: #fff;
    font-size: 75px;
    font-weight: normal;
    line-height: 70px;
    margin-bottom: 15px;
    font-family: "Gothamlight-Regular";
    text-shadow: 0.1em 0.1em 0.2em black
}
.project-title-sec span {
    color: #fff;
    font-size: 37px;
    font-family: "GothamBook-Regular";
    text-transform: uppercase;
    padding-top: 5px;
    text-shadow: black 0.1em 0.1em 0.2em;
}
.member-description {
    float: left;
    width: 48%;
    padding-right: 10px;
}
.projects-banner-img img {
  float: left;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.project-page-content {
    float: left;
    width: 100%;
    padding-top: 10px;
}
.project-second-content p {
    text-transform: uppercase;
}
.related.projects {
    padding-top: 40px;
}
.related.projects p {
    text-transform: uppercase;
}
.contectuspage, .careerspage {
    padding-top: 20px;
}
.about-sec .right-about-part h6 {
    font-weight: normal;
    font-size: 13px;
    padding-bottom: 0;
}
.about-sec .right-about-part .top-content p {
    font-size: 18px;
    line-height: 30px;
}
.about-sec .right-about-part .top-content {
    padding: 0 0 30px;
}
.about-sec {
    float: left;
    padding-top: 30px;
    width: 100%;
}
.page-id-1289 .left-banner-content {
    width: 70%;
    padding: 30px 20px 30px 30px;
}
.page-id-1289 .left-banner-content p {
    font-size: 27px;
    text-transform: capitalize;
    line-height: 32px;
}
.single-expert {
    float: left;
    margin: 30px 0 20px 0;
    width: 100%;
}
.single-expert h4 {
    font-size: 39px;
    font-family: "Gothamlight-Regular";
    margin-bottom: 5px;
    line-height: 40px;
}
.exp-img {
    display: table-cell;
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.exp-img img {
    float: left;
    width: 100%;
}
.exp-cont {
    background: url("https://www.childsdreyfus.com/wp-content/uploads/2016/10/bg.png") repeat;
    display: table-cell;
    float: none;
    padding: 20px 22px 20px 40px;
    vertical-align: middle;
}
.exp-cont p {
    color: #fff;
    font-family: "Gothamlight-Regular";
    font-size: 27px;
    line-height: 30px;
    padding-top: 50px;
}
.about-sec .right-about-part p {
    font-size: 13px;
}
/*.nav > li:last-child a{ padding-right:0;}*/
.client-map-img {
    margin: 30px 0 0;
    text-align: center;
}
.right-deails .project-img img {
    height: 100% !important;
}
.rene-pabon-section.noteable-pro ul.project-block-grid-3 li {
    margin-right: 7px;
    width: 16% !important;
}
.rene-pabon-section.noteable-pro ul.project-block-grid-3 li img {
    width: 100%;
    height: 100%;
}
.project-img a img {
    height: 100%;
}
.menu-main-menu-container ul ul {
    background: rgba(69, 76, 82, 0.9) none repeat scroll 0 0;
    left: 0;
    padding: 14px 0;
    position: absolute;
    top: 100%;
    display: none;
}
.menu-main-menu-container .navbar-nav li.current_page_parent ul.sub-menu {
    display: block;
}
.menu-main-menu-container ul ul li {
    float: none;
    margin-bottom: 10px;
    width: 200px;
    padding: 0 10px;
}
.menu-main-menu-container ul ul a {
  cursor: pointer;
  font-family: GothamLight-Regular;
  font-size: 14px!important;
  padding: 10px 0;
}
.menu-main-menu-container ul ul ul {
    top: 0;
    left: 100%;
}
.menu-main-menu-container ul li:hover > ul {
    display: block
}
.menu-main-menu-container ul li:hover {
    background: #454c52;
}
.menu-main-menu-container ul ul li:hover {
    background: transparent none repeat scroll 0 0;
}
.menu-main-menu-container ul li:hover a {
    color: #fff;
}
.page-id-12 .small-block-grid-3 > li {
    width: 24.7%;
}
.exp-transp {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: 0;
    width: 46px;
}
.in-footer .menu-main-menu-container ul ul {
    display: none;
}
.in-footer .menu-main-menu-container ul li:hover {
    background: transparent none repeat scroll 0 0;
}
.in-footer .menu-main-menu-container ul li:hover > ul {
    display: none;
}
.page-id-1433 .small-block-grid-3 > li {
    width: 24.7%;
}
.cat-button {
    margin-bottom: 10px;
}
.cat-button input {
    background: rgba(136, 136, 136, 0.08);
    border: 0;
    padding: 5px 10px;
}
.cat-button input:hover, .cat-button input.current-button {
    color: #fff;
    background: #f7941d;
}
#loader {
    left: 50%;
    position: absolute;
    margin: 65px 0 0 -100px;
    top: 50%;
    z-index: 1;
    height: 130px;
    width: 200px;
}
#loader > img {
    height: 130px;
    width: 200px;
}
.portfolio-page-management {
    min-height: 220px;
}
.page-id-1289 .top-content p {
    line-height: 30px;
    color: #323e48;
}
.single-expert.fist-exp {
    margin-top: 0 !important;
}
.page-id-1289 .top-content {
    padding: 15px 0 6px 55px;
}
.single-post .team-banner {
    background-size: cover!important;
    width: 100%;
}
.left-banner-content strong {
    color: rgb(255, 255, 255);
    font-size: 56px;
    font-weight: 900;
}
.news-description > strong {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.news-description > p {
    float: left;
    /*  margin-bottom: 10px; padding-top:15px;*/
    width: 100%;
}
.blog-by {
    bottom: 0;
    padding: 20px 0 0 50px;
    position: relative;
    right: 0;
}
.news-content .news-description .bottom-content {
    font-size: 12px;
}
.news-description strong {
    float: left;
    padding-bottom: 3px;
    width: 100%;
}
.bottom-content strong {
    width: auto;
    float: none;
}
.blog-desc h3 {
    font-size: 20px;
    line-height: 25px;
    padding: 18px 0 15px;
    clear: both;
    font-weight: bold;
}
.blog-desc p {
    padding-top: 5px;
}
.single-post .left-banner-content {
    padding: 30px 20px 23px 60px;
}
.page-id-1379 .left-banner-content {
    padding: 23px 20px 23px 60px;
}
.page-id-1379 .news-content .news-description {
    padding-top: 15px;
    position: relative;
}
.news-description .description-rdmor {
    padding: 0;
}
.content-part p span.home-first-project {
    font-size: 19px;
    line-height: 28px;
    text-transform: none;
}
.cls-single-contact-form {
    background: #eaeaea none repeat scroll 0 0;
    float: left;
    padding: 23px 40px;
    width: 70%;
}
.portfolio_form .col-md-3 {
    padding-left: 0;
}
.portfolio_form .wpcf7-form-control.wpcf7-text {
    float: left;
    width: 100%;
}
.portfolio_form h3 {
    font-family: "GothamBook-Regular";
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}
.portfolio_form .textfield {
    float: left;
    padding-right: 20px;
    width: 28%;
}
.portfolio_form .buttonfield {
    float: left;
    margin-top: 20px;
    width: 15%;
    position: relative;
}
.cls-previous, .cls-next {
    float: left;
    margin: 46px 0;
    padding: 0 24px;
    width: 15%;
}
.ajax-loader {
    position: absolute;
}
.form-pagination {
    float: left;
    padding: 20px 0;
    width: 100%;
}
/* .portfolio_form .wpcf7-form-control.wpcf7-text {
    border: 1px solid #e0e0e0;
    height: 35px;
} */
.cls-previous-inner, .cls-next-inner {
    background: #1d252c none repeat scroll 0 0;
    padding: 10px 10px;
    text-align: center;
}
.cls-previous-inner > a, .cls-next-inner > a {
    color: #ffffff;
    font-size: 14px;
}
.cls-next-inner img {
    float: right;
    margin-top: 6px;
    margin-left: 5px;
}
.cls-previous-inner img {
    float: left;
    margin-right: 5px;
    margin-top: 6px;
}
div.wpcf7-validation-errors {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.cat-button .catgory-button.btn5:hover {
    background: #b0b579 none repeat scroll 0 0;
    color: #ffffff;
}
.header .cls-top-bar {
    background-color: #0099a9;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 6px;
}
.cls-top-bar a {
    background: #000 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    margin-left: 13px;
    padding: 6px 11px;
}
.cls-top-bar a:hover {
    background-color: #000 !important;
    color: #fff !important;
}
/*.cls-top-bar a:hover{ color:#000 !important;  background-color: rgb(176,181,121) !important;}*/
.page-id-1011 .home-first-project {
    color: #fff;
}
/* New CSS */
.page-template-template-hamilton .team-banner {
    background-position: center center;
    float: left;
    padding: 37px 0;
    width: 100%;
    height: 460px;
}
.page-template-template-hamilton .team-banner .banner_content h1 {
    box-sizing: border-box;
    color: #fff;
    font-family: "GothamLight-Regular";
    font-size: 72px;
    font-weight: 300;
    line-height: 70px;
    max-width: 638px;
    padding-left: 83px;
    padding-top: 64px;
}
.page-template-template-hamilton .inner-part h1 {
    color: #000;
    font-family: "Gotham-Bold-Regular";
    font-size: 36px;
    letter-spacing: -2px;
    padding-top: 38px;
    text-transform: uppercase;
    word-spacing: 0;
}
.page-template-template-hamilton .no-padd {
    padding: 0;
}
.page-template-template-hamilton .ticket_inner-box {
    margin: 0 auto;
    width: 1140px;
}
.page-template-template-hamilton .ticket_content {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0;
}
.page-template-template-hamilton .form-control, .page-template-template-hamilton .wpcf7-form-control {
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
    color: #b8bf33;
    font-size: 18px;
    height: 65px;
    width: 100%;
    position: relative;
    font-family: "Gotham-Bold-Regular";
}
.page-template-template-hamilton .tickets_form .wpcf7-form-control::-moz-placeholder {
color:#b8bf33;
font-size:18px;
font-family:'Gotham Bold';
}
.page-template-template-hamilton .tickets_form .form-group {
    margin-bottom: 45px;
}
.page-template-template-hamilton .ticket_inner {
    float: left;
    margin-bottom: 70px;
    max-width: 852px;
    width: 100%;
}
.page-template-template-hamilton .ticket_inner-filed {
    float: left;
    max-width: 412px;
    width: 100%;
}
.page-template-template-hamilton .ticket_inner-filed:nth-child(2n) {
    float: right;
}
.page-template-template-hamilton .inner-part p {
    color: #323e48;
    font-family: 'GothamMedium';
    font-size: 22px;
    line-height: 30px;
    padding: 20px 0 51px;
}
.page-template-template-hamilton .tickets_form .checkbox {
    margin-bottom: 30px;
}
.page-template-template-hamilton .also-want h2 {
    color: #b8bf33;
    font-size: 34px;
    margin-top: 30px;
    padding-bottom: 16px;
    text-transform: uppercase;
    font-family: "Gotham-Bold-Regular";
    margin-bottom: 35px;
}
.page-template-template-hamilton .ticket_inner-filed .wpcf7-form-control {
    padding-left: 30px;
}
.page-template-template-hamilton .tickets_form .checkbox .wpcf7-list-item-label, .tickets_form .checkbox1 .wpcf7-list-item-label {
    color: #323e48;
    font-family: "Gotham-Bold-Regular";
    font-size: 22px;
    font-weight: 500;
    padding-left: 0;
    width: 100%;
}
/*.page-template-template-hamilton .radio input[type="radio"], .page-template-template-hamilton .radio-inline input[type="radio"], .page-template-template-hamilton .checkbox input[type="checkbox"], .page-template-template-hamilton .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
    position: absolute;
    top: 5px;
}*/
.page-template-template-hamilton .submit {
    margin-top: 28px;
    float: left;
    width: 100%;
}
.page-template-template-hamilton .submit input {
    background: #323e48 none repeat scroll 0 0;
    border: medium none;
    color: #b8bf33;
    font-size: 34px;
    padding: 10px 47px;
    text-transform: uppercase;
}
 .page-template-template-hamilton .wpcf7-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #b8bf33;
 opacity: 1;
}
.page-template-template-hamilton .wpcf7-form-control::-moz-placeholder { /* Firefox 19+ */
 color: #b8bf33;
 opacity: 1;
}
.page-template-template-hamilton .wpcf7-form-control:-ms-input-placeholder { /* IE 10+ */
 color: #b8bf33;
 opacity: 1;
}
.page-template-template-hamilton .wpcf7-form-control:-moz-placeholder { /* Firefox 18- */
 color: #b8bf33;
 opacity: 1;
}
/* New */
/*wpcf7-list-item-label*/
/* Hide the checkbox */
.page-template-template-hamilton .wpcf7-list-item [type="checkbox"]:not(:checked), .page-template-template-hamilton .wpcf7-list-item [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
/* Prepare the label */
.page-template-template-hamilton .wpcf7-list-item [type="checkbox"]:not(:checked) + label, .page-template-template-hamilton .wpcf7-list-item [type="checkbox"]:checked + label {
    position: relative; /* permet de positionner les pseudo-éléments */
    padding-left: 0px; /* fait un peu d'espace pour notre case à venir */
    cursor: pointer;    /* affiche un curseur adapté */
    font-size: 22px;
    font-family: 'GothamBook-Regular';
    float: left;
}
/* Checkboxes aspect */
/* :before is for the box */
.page-template-template-hamilton .wpcf7-list-item [type="checkbox"]:not(:checked) + label:before, .page-template-template-hamilton .wpcf7-list-item [type="checkbox"]:checked + label:before {
    background: white none repeat scroll 0 0;
    border: 2px solid #323e48;
    content: "";
    display: inline-block;
    height: 24px;
    margin-right: 30px;
    vertical-align: text-top;
    width: 24px; /* slight inner shadow */
}
/* Check symbol aspect */
.page-template-template-hamilton .wpcf7-list-item [type="checkbox"]:not(:checked) + label:after, .page-template-template-hamilton .wpcf7-list-item [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: -3px;
    left: 2px;
    font-size: 30px;
    color: #09ad7e;
    transition: all .2s; /* animation incoming :p */
}
/* if "not checked" */
.page-template-template-hamilton .wpcf7-list-item [type="checkbox"]:not(:checked) + label:after {
    opacity: 0; /* invisible */
    transform: scale(0); /* scaled down to 0 */
}
/* If "checked" */
.page-template-template-hamilton .wpcf7-list-item [type="checkbox"]:checked + label:after {
    opacity: 1; /* visible */
    transform: scale(1); /* scaled up to normal */
}
/* Disabled aspect */
.page-template-template-hamilton .wpcf7-list-item [type="checkbox"]:disabled:not(:checked) + label:before, .page-template-template-hamilton .wpcf7-list-item [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
/* Disabled checked aspect */
.page-template-template-hamilton .wpcf7-list-item [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
/* Styling label when disabled? :p */
.page-template-template-hamilton .wpcf7-list-item [type="checkbox"]:disabled + label {
    color: #aaa;
}
/* Focused item */
.page-template-template-hamilton .wpcf7-list-item [type="checkbox"]:checked:focus + label:before, .page-template-template-hamilton .wpcf7-list-item [type="checkbox"]:not(:checked):focus + label:before {
/*border: 1px dotted blue;*/
}
.page-template-template-hamilton .also-want .checkbox1 .wpcf7-form-control, .page-template-template-hamilton .also-want .checkbox .wpcf7-form-control {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    height: auto;
    padding: 0;
}
.page-template-template-hamilton .also-want label.wpcf7-list-item {
    margin-left: 0;
}
.page-template-template-hamilton .also-want label.wpcf7-list-item label {
    padding-left: 0px;
    color: #323e48;
}
.page-template-template-hamilton {
    padding-top: 88px;
}
.page-template-template-hamilton .also-want {
    padding: 0px;
}
.checkbox1 {
    margin-bottom: 30px;
}
.page-template-template-hamilton .also-want .wpcf7-form-control {
    width: auto;
}
.page-template-template-hamilton .form-group {
    margin-bottom: 0px;
}
.page-template-template-hamilton .wpcf7-form-control-wrap {
    float: left;
    /*height: 65px;*/
    position: relative;
    margin-bottom: 38px;
    width: 100%;
}
.page-template-template-hamilton .also-want span.wpcf7-list-item {
    margin-left: 0;
}
.team-banner .col-md-12 {
    padding: 0px;
}
.container.no-padding {
    padding: 0;
}
.page-template-template-hamilton span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -25px;
    width: 265px;
}
.page-template-template-hamilton div.wpcf7-validation-errors {
    border: 2px solid red;
    color: red;
    text-align: center;
    padding: 10px;
    margin-left: 0px;
}
.page-template-template-hamilton div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #398f14;
    float: left;
    padding: 10px;
    position: relative;
    text-align: center;
    top: -31px;
    width: 100%;
}
.white-bg {
    background: #fff;
    float: left;
    width: 100%;
    padding: 0 76px 150px 88px;
}
@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/GothamMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamMedium.woff') format('woff'), url('../fonts/GothamMedium.ttf') format('truetype'), url('../fonts/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
.right-section li {
    float: left;
    width: 50%;
}
.second-grid li {
    float: left;
    padding-left: 4px;
    width: 50%;
}
.second-grid #porject-image > img {
    width: 100%;
}
.first-grid, .second-grid, .right-section, .left-section {
    margin-bottom: 1px;
    margin-top: -2px;
    padding: 0;
    position: relative;
}
.image-section .row {
    margin: 0;
}
.left-section #porject-image > img {
    width: 100%;
}
.left-section {
    padding-left: 4px;
}
.right-section #porject-image > img {
    width: 100%;
}
.right-section li, .left-section li {
    float: left;
    margin: 1px 0;
    width: calc(50% - 2px);
}
::i-block-chrome, .right-section li, .left-section li {
width: 49.8%;
}
::i-block-chrome, .cls-allprojects {
float: left;
width: 100.1%;
/* margin: 1px 9px 0px 8px; */
}
/* ::i-block-chrome, .in-footer {
margin: 0 0 0 8px;
} */
.right-section li.first-homepage, .left-section .first-homepage {
    width: 100%;
}
.right-section li:nth-child(2n), .left-section li:nth-child(2n) {
    float: right;
}
.image-section .right-section:nth-child(3), .image-section .right-section:nth-child(5), .image-section .right-section:nth-child(7) {
    clear: left;
}
.home-first-project {
    color: #ffffff !important;
}
#porject-image > img {
    width: 100%;
}
.nav-box .navbar-right {
    margin-right: 0;
}
.menu-main-menu-container .navbar-nav li {
    padding: 0 6px;
}
.page-template-hometest-template .left-section ul li:nth-child(2) img {
    height: 252px;
    margin: -2px 0 0;
}
.page-template-hometest-template .left-section ul li:nth-child(3) img {
    margin: -2px 0 0;
    height: 252px;
}
#show-nav .container {
    padding-right: 0;
}
.big_image strong {
    font-family: GothamMedium;
    font-weight: 600;
    letter-spacing: 1px;
}
::i-block-chrome, footer {
bottom: -1.9px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
footer {
    bottom: -1.9px;
}
}
.cycloneslider-template-standard .cycloneslider-prev, .cycloneslider-template-standard .cycloneslider-next {
    z-index: 999 !important;
}
.page-template-homenew-template .banner .cycloneslider.cycloneslider-template-standard.cycloneslider-width-responsive {
    max-width: 100% !important;
}
/*.page-id-1824 .on-hover-project {
background:rgba(0, 153, 169, 0.31) none repeat scroll 0 0;
}
.page-id-1824 .on-hover-project span
{
    background:none;
}*/
.cycloneslider-template-standard .cycloneslider-caption {
  background: #20282f none repeat scroll 0 0 !important;
  opacity: 1 !important;

}
.cycloneslider-template-standard .cycloneslider-caption-title {
    font-size: 18px  !important;
    line-height: 1  !important;
    margin-bottom: 0  !important;
    padding: 10px 20px 10px !important;
	text-transform: uppercase;
}
.cycloneslider-template-standard .cycloneslider-caption-description {
    display: none;
}
/*13-11-17*/
.banner-con .container {
  position: relative;
}
.left-banner-content {
  float: left;
  left: 9px;
  padding: 30px 20px 30px 0px;
  width: 100%;
}
/*14-11-17*/
.inner-part .container.bottom-gallery-grid {
  max-width: 1650px;
}
.home footer .container {
  max-width: 1650px;
}
.new-home-page .banner-part .container.bottom-gallery-grid {
  max-width: 1650px;
}
.banner-bootm-text {
  background: rgba(32, 40, 47, 0.9) none repeat scroll 0 0;
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: 9px 0;
  position: absolute;
  right: 0;
  z-index: 999;
}
.wp-caption .wp-caption-text {
	margin: 0;
	background: #eee;
	padding: 5px 10px;
}
.page-template-template-portfolio .page-content {
  float: left;
  padding: 38px 70px 10px 44px;
  width: 100%;
}
.page-template-template-portfolio p strong {
  display: inline-block;
  font-family: Gotham-Black;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
  margin-right: 5px;
}
.page-template-template-portfolio .page-content > p {
  line-height: 24px;
  margin-bottom: 25px;
  padding: 0 60px 0 0;
}
.page-template-template-portfolio .attachment-images_portfolio_thumb.size-images_portfolio_thumb {
  width: 100%;
}
.cls-image-grid .pad_none {
  padding: 3px 6px;
}
.information-below-gallery {
  float: left;
  text-align: center;
  width: 100%;
}
.information-below-gallery h4 {
  color: #98a924;
  font-size: 17px;
  text-transform: uppercase;
}
.cls-project-first-content > p {
  color: #363636;
  font-size: 13px;
  text-transform: uppercase;
}
.cls-project-second-content li {
  display: inline-block;
  font-size: 13px;
  list-style-type: unset;
  margin: 0 6px;
  position: relative;
  text-transform: uppercase;
}
.cls-project-second-content li::before {
  content: "•";
  font-size: 15px;
  left: -11px;
  padding-right: 5px;
  position: absolute;
}
.cls-project-second-content li:first-child::before {
  content: none;
}
.cls-related.cls-projects > h4 {
  color: #98a924;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
}
.cls-related .cls-member-description {
  display: inline-block;
  margin: 0 7px;
  position: relative;
}
.cls-member-description img {
  border: 1px solid #adb2b9;	
}
.cls-related .projecttitle {
  color: #ffffff;
  font-size: 17px;
  left: 0;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-shadow: 0 0 3px #000000;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 9;
}
.cls-project-second-content {
  float: left;
  padding-top: 2px;
  width: 100%;
}
.cls-related.cls-projects {
  float: left;
  padding-top: 26px;
  width: 100%;
}
.cls-project-first-content {
  padding-top: 21px;
}
.form-pagination .cls-single-contact-form.portfolio-page-cls {
  background: #eaeaea none repeat scroll 0 0;
  float: left;
  margin: 10px 7px;
  padding: 36px 40px 63px;
  width: 99%;
}
.portfolio-page-cls .portfolio_form h3 {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.5px;
  padding-bottom: 13px;
  text-shadow: 0 0 1px #000000;
  text-transform: uppercase;
}
.portfolio-page-cls .textfield {
  font-size: 16px;
}
.portfolio-page-cls .portfolio_form .wpcf7-form-control.wpcf7-text {
  border: 1px solid #e0e0e0;
  height: 45px;
  margin-top: 6px;
  padding: 0 15px;
}
.portfolio-page-cls .wpcf7-submit {
  background: #d4d756 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  height: 42px;
  padding: 4px 20px;
  position: relative;
  text-transform: uppercase;
  top: 7px;
  width: 100%;
}
.projects-banner-img {
  width: 100%;
}
.projects-banner-img img {
	float: left;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	max-height: 640px;
}
.cls-member-description > a {
  display: block;
  height: 100%;
  position: relative;
}
.portfolio_form .wpcf7-form-control.wpcf7-text {
  border: 1px solid #e0e0e0;
  height: 35px;
  margin-top: 6px;
  padding: 0 15px;
}
.cls-single-contact-form .wpcf7-submit {
  background: #d4d756 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  padding: 7px 20px;
  position: relative;
  text-transform: uppercase;
  top: 7px;
  width: 100%;
}
.hover-effect-cls:hover .on-hover-project {
  background: rgba(31, 63, 72, 0.53) none repeat scroll 0 0 !important;
  color: #ffffff;
  opacity: 1;
}
.hover-effect-cls.cls-single-image .on-hover-project {
  height: 95.7%;
  left: 6px;
  top: 3px;
  width: 96%;
}

/*-- 23-03-2018 --*/

.left-banner-content {
  float: left;
  left: 16%;
  padding: 0 30px;
  width: auto;
}
.page-id-589 .left-banner-content {
	width: 50%;
}
/*-- 23-03-2018 --*/
.home .tos-wrapper.tos-fixed .tos-caption {
border: 1px solid #ffffff;
box-sizing: border-box;
display: block!important;
float: none;
margin: 0 auto;
padding: 10px 70px;
right: 0;
text-align: center;
width: 400px;
opacity:1;
}

/*30-08-18*/
.imgSec > img {
  width: 100%;
}
.enhanceBlock h2 {
  color: #1d252c;
  font-family: Gotham-Bold;
  font-size: 35px;
  font-weight: 700;
  margin: 25px 0;
  text-align: center;
  line-height: 40px;
}
.enhanceBlock p {
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 26px;
}
.enhance-life-gallery .title > h2 {
  text-align: center;
}
.enhanceSecton {
  position: relative;
}
.titleSec {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1290px;
  z-index: 9;
}
.titleSec p {
  background: rgba(61, 65, 66, 0.79) none repeat scroll 0 0;
  color: #ffffff;
  float: right;
  font-size: 22px;
  padding: 8px 30px;
  text-align: right;
  text-transform: uppercase;
  /*width: 380px;*/
}
.enhance-life {
  padding-left: 15px;
  padding-right: 15px;
}
.enhance-life-gallery .enhanceSecton.snd p {
  float: left;
  text-align: left;
}
.enhance-life-gallery > h2 {
  text-align: center;
}
.img_news > img {
  width: 100%;
}
.bottom_section_three .no_pad {
  padding-right: 0;
}
.title_news > h2 {
  margin: 15px 0 23px;
  text-align: left;
}
.title_news > a {
  color: #1d252c;
  font-size: 20px;
  text-transform: uppercase;
}
.title_news > p {
  padding: 0;
}
.title_news {
  padding: 0 50px 30px;
}
.title_news > a {
  color: #1d252c;
  display: inline-block;
  font-family: Gotham-Bold;
  font-size: 20px;
  margin-top: 10px;
  text-transform: uppercase;
}
.enhance-life .row > h2 {
  text-align: left;
}
.enhance-life {
  padding-top: 40px;
}
#cycloneslider-full-width-home-page-slider-1.cycloneslider.cycloneslider-template-standard.cycloneslider-width-responsive {
  max-width: 100% !important;
}
.enhance-news-event {
  padding-bottom: 40px;
  padding-top: 30px;
}
.imgSec{
 position:relative;	
}
/*.imgSec:hover::before {
  background: rgba(164, 161, 68, 0.64) none repeat scroll 0 0;
  content: "";
  height: 99%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}*/
.enhanceBlock .cycloneslider-template-standard .cycloneslider-caption {
  background: rgba(61, 65, 66, 0.79) none repeat scroll 0 0 !important;
  bottom: inherit;
  color: #ffffff;
  left: inherit;
  opacity: 0.7;
  position: absolute;
  right: 17%;
  text-align: right;
  top: 0;
  width: 380px;
  z-index: 500;
}
.enhanceBlock .cycloneslider-template-standard .cycloneslider-next {
  right: 8% !important;
}
.enhanceBlock .cycloneslider-template-standard .cycloneslider-prev {
  left: 8% !important;
} 
/*End 30*/
.multyBlock {
  float: left;
  margin-bottom: 7px;
  width: 100%;
}
.blackbacground-content-section, .portfolioBlock .cls-featreimage {
  min-height: 412px;
  position: relative;
}
.multyBlock .col-md-5.col-sm-5.pad {
  padding-right: 0;
}
.multyBlock .col-md-7.col-sm-7.pad { 
  padding: 0;
}
.blackbacground-content-section .top_coller {
  font-size: 26px;
  font-weight: 100;
}
.content-section-middle > a {
  color: #b7be11;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
  text-transform: uppercase;
}
.content-section-middle {
  padding: 30px;
}
#content .main.rental_product_ad.custom_page_viewrental {
  margin: 0;
}
.blackbacground-content-section {
  background: #1d252c none repeat scroll 0 0;
  position: relative;
}
.content-section-middle {
  padding: 0 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.topcontnet {
  background: rgba(61, 65, 66, 0.79) none repeat scroll 0 0;
  color: #ffffff;
  font-size: 18px;
  padding: 12px 20px;
  position: absolute;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  top: 0;
  width: 50%;
}
.blackbacground-content-section .top_coller {
  font-family: Gothamlight-Regular;
  font-size: 26px;
  font-weight: 100;
  line-height: 30px;
  padding-bottom: 30px;
}
.blackbacground-content-section p {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
}
.portfolioBlock .col-md-3 {
  padding-right: 0;
}

.bottom-thumb-nail-image .topcontnet {
  width: 70%;
}
.portfolioBlock h2 {
  font-family: Gotham-Bold;
  font-size: 35px;
  margin: 20px 0;
  line-height: 40px;
}
.portfolioBlock p {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 30px;
}
.cls-featreimage img {
  max-height: 412px;
}
.portfolioBlock .multyBlock h2 {
  padding-bottom: 3px;
  padding-left: 40px;
}
.multyBlockSection {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.multyBlockSection:last-child {
  padding-bottom: 40px;
}
.multyBlockSection .bottom-thumb-nail-image img {
  max-height: 300px;
  width: 100%;
}
.portfolioBlock .entry-content {
  padding-bottom: 60px;
}
.team-banner {
  background-size: cover !important;
  padding: 19% 0;
}
.newsEvent img, .imgSec > img {
  height: inherit;
}

/*team-page*/
.teamGroup {
  background: #1d252c none repeat scroll 0 0;
  position: relative;
}
.teamGroup .right-img > p {
  color: #ffffff;
  padding: 0 25px 0 15px;
}
.teamGroup .right-img {
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 60%;
}
.teamGroup {
  background: #1d252c none repeat scroll 0 0;
  overflow: hidden;
  padding: 40px 0 0;
  position: relative;
}
.left-img > img {
  position: relative;
  top: 5px;
}
.top-name > p {
  color: #ffffff;
  text-transform: uppercase;
}
.teamGroup .top-name {
  padding: 13px 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.teamCtr {
  padding-bottom: 20px;
  padding-top: 50px;
}
.teamContent {
  padding-bottom: 10px;
  padding-top: 20px;
}
.portfolioBlock .top-content.project-top-content {
  padding-bottom: 0;
  padding-left: 0;
}
.teamMeamber .custom_colom:nth-child(2n+1) {
  padding-left: 0;
  padding-right: 15px;
}
.teamMeamber .custom_colom:nth-child(2n) {
  padding-left: 15px;
  padding-right: 0;
}
.img-block > img {
  width: 100%;
}
.img-block {
  position: relative;
}
.top-name-banner {
  left: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  z-index: 9;
}
.top-name-banner > p {
  background: #4a5156 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 17px;
  padding: 9px 20px;
  text-align: left;
  width: 100%;
}
.teamMeamber .custom_colom {
  padding-bottom: 30px;
}
.imageBanner {
  position: relative;
}
.btm_class {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.teamBlocksection h3 {
  background: rgba(37, 49, 59, 0.91) none repeat scroll 0 0;
  color: #ffffff;
  font-size: 52px;
  padding: 18px 50px;
}

.overlay-portfolio {
  background: #b7be11;
  opacity: 1;
  bottom: 0;
  height: 100%;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0px;
  top: 0;
  /*   transform: scale(0.01);
  -webkit-transform: scale(0.01);
  transition: all 0.7s ease 0.2s;
  -webkit-transition: all 0.7s ease 0.2s;
  z-index: 1; */
}
/* .img-block:hover .overlay-portfolio {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
} */
/*End Team page*/

.cls-bannercontent {
  color: #ffffff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1275px;
}
.team-banner .cls-bannercontent > p {
  background: rgba(61, 65, 66, 0.75) none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  float: right;
  padding: 11px 40px;
}
.menu-main-menu-container ul ul {
  z-index: 9999;
}
#thumbnails .image {
  margin: 0;
  padding: 0px;
  width: 140px;
}
.portfolioBlock .top-content.project-top-content {
  padding-left: 0;
}
.portfolioBlock .top-content.project-top-content > p {
  padding-bottom: 23px;
}
.portfolioBlock .inner-part {
  background: #ffffff none repeat scroll 0 0;
}

/*pop design css*/

#post_addition_images .modal-dialog {
  width: 1030px;
}
#post_addition_images .modal-footer {
  display: none;
}
#post_addition_images .modal-body {
  padding: 0;
}
#post_addition_images .modal-header {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom-left-radius: 11px;
  color: #ffffff;
  padding: 1px 7px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}
#post_addition_images button.close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  padding: 0;
}
#post_addition_images .thumbnails-wrapper {
  background: #000000 none repeat scroll 0 0;
  padding: 15px 70px 30px 70px;
}
#post_addition_images .description div {
  color: #ffffff;
  text-transform: uppercase;
}
#post_addition_images .description .title {
  font-family: Gothamlight-Regular;
  font-size: 40px;
  line-height: 50px;
}
#post_addition_images .description .other-info {
  font-family: Gotham-Bold;
  font-size: 16px;
  padding-top: 20px;
}
#post_addition_images #carousel .item {
  height: 450px;
  position:relative;
}
#post_addition_images .modal-content .item .image {
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width:100%;
  height:100%;
}
.multyBlockSection img {
  cursor: pointer;
  width: 100%;
}
.enhance-life-gallery .imgSec, .bottom_section_three .img_news {
    cursor: pointer;
}
.imgSec.clsonclickpopup {
	cursor: pointer;
}
.newsEvent .title_news h2 a {
	color: #000;
}
.logo-part .logo {
	margin-top: 9px;
}
.nav-box {
	margin-top: 6px;
}
#thumbnails .owl-controls.clickable .owl-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}
#thumbnails .owl-prev {
  color: #ffffff;
  font-size: 44px;
  left: -45px;
  position: absolute;
      top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#thumbnails .owl-next {
  color: #ffffff;
  font-size: 44px;
  position: absolute;
  right: -45px;
  text-align: right;
      top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#thumbnails img {
  cursor: pointer;	
  height: 100px;
  padding: 0 14px;
}
.modal-body .counter {
  display: none;
}
#thumbnails.owl-carousel {
  padding-top: 15px;
}
#thumbnails .owl-controls.clickable {
  position: static !important;
}
/* .multyBlockSection {
    overflow-x: hidden !important;
	-webkit-overflow-scrolling: touch;
}  */
/*End pop*/

.imgSec.clsonclickpopup:hover .overlay_text {
  background: rgba(164, 161, 68, 0.64) none repeat scroll 0 0;
  bottom: 0;
  height: 99%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.imgSec.clsonclickpopup1 {
    cursor: auto;
}
.page-template-portfoliowith-newdesign-php .portfolioBlock .entry-content {
  padding-bottom: 40px;
}
#post_addition_images .modal-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
  position:fixed; 
}
body.modal-open {
  overflow: hidden;
}
.menu-main-menu-container ul li a:hover{
 color: #f7941d !important;	
}
.menu-main-menu-container ul li ul {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 0 0 0 9px;
  width: 450px;
}
.menu-main-menu-container ul li ul li {
  display: inline-block;
  padding: 0 10px;
  width: auto;
}
.navi-right .menu-main-menu-container ul li ul li a {
  color: #c97400;
  font-size: 15px;
}
.navi-right .menu-main-menu-container ul li:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.nav > li > a {
  color: #1c252c !important;
}
.menu-main-menu-container ul li.menu-item-1423 ul {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 0 0 0 7px;
  width: 450px;
}
.employ-spotlight img {
  height: 100%;
  width: 100%;
}
.employ-spotlight .custom_inner, .employ-spotlight .custom_clm {
  padding: 0;
}
.employ-spotlight, .employ-spotlight .custom_clm {
  display: flex;
}
.employ-spotlight {
  position: relative;
}
.inspire-text {
  bottom: 20px;
  position: absolute;
  right: 0;
  width: 68%;
}
.inspire-text > p {
  font-family: gothambold;
  padding: 0;
}
.inspire-text blockquote p {
  color: #ffffff;
  font-size: 26px;
  line-height: 28px;
  text-transform: uppercase;
}
.employ-spotlight .col-md-4.col-sm-4.custom_inner {
  position: absolute;
  right: 0;
  width: 46.3%;
}
.emply_spot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.emply_spot > h2 {
  background-color: rgba(0, 0, 0, 0.74);
  color: #ffffff;
  display: block;
  font-family: gothamlight-regular;
  font-size: 47px;
  margin: 0;
  padding: 25px 30px 16px;
  width: 100%;
}
.emply_spot span {
  color: #c3c3c3;
  font-size: 24px;
}
.teamMeamber .team-title > strong {
  color: #ffffff;
  font-family: gothamlight-regular;
  font-size: 48px;
  text-transform: uppercase;
}
.teamMeamber .team-title {
  line-height: 29px;
  position: absolute;
  right: 0;
  top: 100px;
  width: 290px;
}
.teamMeamber .img-block > img {
  margin-top: 60px;
  width: auto;
}
.teamBlocksection .img-block {
  background: #2d322f none repeat scroll 0 0;
  float: left;
  min-height: 415px;
  width: 100%;
}
.teamMeamber .custom_colom:last-child .img-block img {
  float: left;
}
.teamMeamber .img-block > img {
  position: relative;
  top: 4px;
}
.teamMeamber .custom_colom:last-child .team-title {
  right: 20px;
}
.in-footer .textwidget a, .in-footer .textwidget a:hover, a[href^="tel"] {
  color: #ffffff !important;
}
.in-footer .cls-footer-address {
  padding-right: 0;
}
.left-banner-content .container > p {
  background: rgba(61, 65, 66, 0.75) none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  padding: 1px 20px;
  line-height: 33px;
}
.team-banner .left-banner-content {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 0;
  right: 0;
  left:0;
  text-align: right;
  top: 0;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  width:100%;
}
.team-banner .orange-color {
  color: #ffffff;
}
.main-menu ul#menu-footer-navigation li a {
  color: #ffffff;
  font-family: Gotham-Book;
  font-size: 15px;
  font-weight:normal;
  text-transform: uppercase;
}
.multyBlockSection .row {
  float: left;
  width: 100%;
}
.contectuspage {
  float: left;
  padding-bottom: 60px;
  width: 100%;
}
.careers-content > h2 {
  color: #1d252c;
  font-family: Gotham-Bold;
  font-size: 35px;
  font-weight: 700;
  line-height: 39px;
  margin: 25px 0;
}
.main_block h2 {
  color: #1d252c;
  font-family: Gotham-Bold;
  font-size: 35px;
  line-height: 40px;
  margin: 10px 0 0;
}
.blockSection {
  float: left;
  padding: 15px 0 0;
  width: 100%;
}
.consulting {
  padding-bottom: 50px;
  padding-top: 15px;
}
.consultingBlock {
  position: relative;
}
.consultingBlock > p, .consulting > p {
  font-size: 20px;
  line-height: 28px;
  padding: 27px 0;
}
.consultingBlock .titleSec p {
  background: rgba(0, 0, 0, 0.66) none repeat scroll 0 0;
  font-family: gothamlight-regular;
  font-size: 30px;
  padding: 20px 30px;
  width: 70%;
}
.consultingBlock .titleSec {
  width: 100%;
}
.main_block img {
  max-width: 100%;
}
.main_block article {
  float: left;
  padding-bottom: 60px;
  width: 100%;
}
.strg strong {
  display: block;
  font-family: Gotham-Medium;
  font-size: 20px;
  line-height: 28px;
}
.purpose .consulting {
  padding-bottom: 0;
}
.purpose .consultingBlock .titleSec p {
  width: 44%;
}
.purpose .consultingBlock > p {
  font-family: Gotham-Medium;
  padding-top: 10px;
}
.strg br {
  display: none;
}
#primary {
  margin-top: 100px;
}
.contectuspage form.wpcf7-form {
  padding-top: 21px;
}
 .menu-main-menu-container .navbar-nav li.current-menu-item.menu-item-has-children UL.sub-menu {
  display: block;
}
.new-home-page .row > p {
  padding: 7px;
}
input[type="file"] {
  border-radius: 0;
}
.wpcf7-form input, .wpcf7-form textarea {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   box-shadow: none;
}
.consultingBlock a {
  color: #212121;
}
.modal-open .modal {
  position: fixed;
}
.client-sidebar .textwidget ul li:before {
  position: absolute;
  content: "\f105";
  font-family: fontawesome;
  left: -10px;
}
.client-sidebar .textwidget ul li {
  position: relative;
}
a.pdflnks img {
    margin-top: 17px;
}


#primary.inner-part {
	margin-top: 110px;
	display: block;
}
.inner-part .team-banner .left-banner-content {
	background: url(../images/transparent.png) repeat;
	text-transform: uppercase;
	z-index: 999;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	right: 0;
	left: 0;
	text-align: right;
	top: 35px;
	width: 100%;
	padding: 30px 20px 23px 60px;
}
/*-- 05-03-2019 --*/
#post_addition_images .modal-dialog {
	margin: 0;
}

/* #post_addition_images .modal-content .item .image {
	object-fit: cover;
} */
#post_addition_images .modal-content{
margin: 0 auto;
width: 800px;
}
/*-- 05-03-2019 End --*/

#post_addition_images .description {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}
#post_addition_images .description .title {
    float: left;
}
#post_addition_images .description .other-info {
    padding-top: 15px;
    float: right;
}



/**23-3-19**/
.page-template-Template-virtual-tours .main_block h2 {
    margin: 65px 0 28px 0;
}
.page-template-Template-virtual-tours .consultingBlock img {
    width: 100%;
}
.page-template-Template-virtual-tours .main_block p {
    font-size: 21px;
    line-height: 34px;
}
.page-template-Template-virtual-tours .consultingBlock {
    float: left;
    width: 100%;
    line-height: 0;
}
.page-template-Template-virtual-tours .virtual-content-section {
	float: left;
	width: 100%;
	background: #1d252c;
	margin-bottom: 25px;
}
.page-template-Template-virtual-tours .virtual-content-section p {
    color: #fff;
    padding: 20px 37px 45px;
}
.page-template-Template-virtual-tours .virtual-content-section h5 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 25px;
    position: relative;
    line-height: 35px;
    padding: 35px 37px 25px;
    text-transform: none;
    font-family: 'GothamLight-Regular';

}
.page-template-Template-virtual-tours .pop-up-display-inner {
    display: flex;
    flex-direction: row;
} 
.page-template-Template-virtual-tours .popup-image-section {
	max-height: 487px;
	display: flex;
	flex: 0 0 43%;
	max-width: 43%;
}
.page-template-Template-virtual-tours .pop-up-content-section {
	flex: 0 0 57%;
	max-width: 57%;
	padding-left: 37px;
	padding: 30px 24px 28px 37px;
}
.page-template-Template-virtual-tours .pop-up-data-content p {
	color: #1d252c;
	font-size: 17px;
	line-height: 27px;
}
.page-template-Template-virtual-tours .popup-image-section img {
	width: 100%;
	height: 100%;
}
.page-template-Template-virtual-tours .popupformfields .fields-namesection .wpcf7-form-control.wpcf7-text, .page-template-Template-virtual-tours .popupformfields .fields-emailsection .wpcf7-form-control.wpcf7-text {
	float: left;
	width: 100%;
	background: #f1f1f1;
	border: 1px solid #e6e6e6;
	padding: 10px 10px 10px 40px;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.page-template-Template-virtual-tours .popupformfields .fields-namesection {
	width: 48%;
	margin-right: 2%;
	float: left;
	position: relative;
}
.page-template-Template-virtual-tours .popupformfields .fields-emailsection {
	width: 48%;
	margin-left: 2%;
	float: left;
	position: relative;
}
.page-template-Template-virtual-tours .pop-up-data-content p span.text-color {
	color: #b0b579;
	font-size: 32px;
	float: left;
	width: 100%;
	text-transform: uppercase;
	padding-bottom: 58px;
	position: relative;
}
.page-template-Template-virtual-tours .popupformfields {
	float: left;
	width: 100%;
	margin-top: 39px;
}
.page-template-Template-virtual-tours .pop-up.large {
    max-width: 1020px;
	margin: 0 auto;
	left:0;
	right:0;
}
.page-template-Template-virtual-tours .wpcf7-form-control.wpcf7-submit.formsunmitcls {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background: #1d252c;
	color: #fff;
	letter-spacing: 3px;
	font-family: 'GothamBook-Regular';
	font-weight: 600;
	margin-top: 30px;
    border: 0 none;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.page-template-Template-virtual-tours .pop-up-data-content p span.text-color::after {
	position: absolute;
	content: "";
	border-bottom: 3px solid #c6c6c6;
	width: 100px;
	left: 0;
	bottom: 28px;
}
.page-template-Template-virtual-tours #post_addition_images .thumbnails-wrapper #thumbnails img {
    height: auto;
    padding: 0 6px;
    width: 100%;
}
.page-template-Template-virtual-tours .pop-up-content-section .pop-up-title h2 {
    font-size: 48px;
    color: #1d252c;
    font-family: 'GothamBold-Regular';
    float: left;
    width: 100%;
    line-height: 1.2;
    padding-bottom: 10px;
    padding-top: 0;
}
.page-template-Template-virtual-tours #pop-up .pop-up-content {
	padding: 0;
}
.page-template-Template-virtual-tours .pop-up .close a {
	width: 52px;
	height: 52px;
	background:  url(../images/close-btn.png) no-repeat;
	opacity:1;
}
.page-template-Template-virtual-tours .pop-up .close {
	position: absolute;
	top: -26px;
	right: -24px;
	z-index: 99;
	opacity: 1;
}
#thumbnails img {
    cursor: pointer;
    height: auto;
    padding: 0 6px;
    width: 100%;
}
.page-template-Template-virtual-tours  .pop-up-background {
	background: rgba(0,0,0,.7);;
}
.page-template-Template-virtual-tours  .pop-up-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.page-template-Template-virtual-tours .popupformfields .fields-namesection .fields-namesection-icon, .page-template-Template-virtual-tours .popupformfields .fields-emailsection .fields-namesection-icon {
	position: absolute;
	top: 13px;
	left: 13px;
}
.page-template-Template-virtual-tours  .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -20px;
	font-size: 12px;
}
.page-template-Template-virtual-tours div.wpcf7-validation-errors, .page-template-Template-virtual-tours div.wpcf7-mail-sent-ok {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: -23px;
}
.page-template-Template-virtual-tours #wpcf7-f2853-o1 form {
	position: relative;
	float: left;
	width: 100%;
}
.page-template-Template-virtual-tours .fields-namesection .wpcf7-form-control-wrap {
	position: static;
}
span.wpcf7-form-control-wrap.email span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: auto;
    left: auto;
    width: 200px;
    top: 42px;
}
iframe {
    width: 100%;
}
.cls-iframe p {
    line-height: 0 !important;
}
.pop-up-content-section .wpcf7-mail-sent-ok {
  display: none!important;
}




/**END**/
.page-template-Template-virtual-tours .pop-up.large {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 999991 !important;
}
.page-template-Template-virtual-tours .pop-up .close a:hover{
    opacity: 1 !important;
}
.pop-up-background {
	background: rgba(255,255,255,.8);
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999 !important;
}
.page-template-Template-virtual-tours .ajax-loader {
	float: left;
	display: block;
	margin: 5px 0px;
}
.popupformfields .wpcf7-form-control-wrap {
	position: relative;
	float: left;
    width: 100%;
}
.page-template-Template-virtual-tours .pop-up-content .close {
  display: none;
}

.page-id-2828.popuponpage-cls .pop-up-background.pop-up-background-modal{
	display: block;
}


.error404 #primary.inner-part {
    min-height: 571px;
}
.error404 footer {
    bottom: 0;
}
 body.error404 {
    height: auto;
}
/*-- 08-07-2019 --*/
.portfolioBlock h2 {
	line-height: 40px;
}
#post_addition_images .thumbnails-wrapper {
    float: left;
    width: 100%;
}
#thumbnails.owl-carousel {
	float: left;
	width: 100%;
}
#thumbnails.owl-carousel  .item {
    text-align: center;
}

.single-news .news-section {
    padding-top: 20px;
}



/*-- 08-07-2019 End --*/


/**04-10-19**/
.home-main-content {
	float: left;
	width: 100%;
	padding: 30px 0 35px;
	display: flex;
	height: 100%;
}
.home-main-content .pad {
	padding: 0;
}
.home-main-content .pad .cls-featreimage {
	height: 100%;
}
.home-main-content .pad .cls-featreimage img {
	width: 100%;
	height: 100%;
	max-height: initial;
}
.home-main-content .content-section-middle h2 {
	color: #fff;
	text-align: left;
	line-height: 54px;
	margin: 0px 0 18px;
}
.home-main-content .content-section-middle p {
	font-size: 17px;
	line-height: 32px;
	font-family: 'GothamLight-Regular';
}
.home-main-content .content-section-middle {
	padding: 0 35px;
}
.home-main-content .content-section-middle p br {
	display: none;
}
.home-main-content .blackbacground-content-section {
	min-height: 398px;
}
/**END**/
.home-uper-section {
	background: #1c252c;
	padding: 25px 0 35px;
}
.enhance-life.home-uper-full-width {
	padding: 0;
}

.home-uper-section h2, .home-uper-section p {
	color: #fff;
	text-align:center;
}
.home-uper-section h2 {
	font-size: 34px;
}
.home-uper-section p br {
	display: none;
}


/* 9 oct 2019 */
.sec_content{
    line-height: 1.6;
    padding: 15px 10px;
}
.news-description.sec_content {
    float: left;
    width: 100%;
}
.news-description.sec_content p {
    line-height: 28px;
}   



.right_sidebar_form {
    padding: 0 10px 10px;
    border: 1px solid #e6e6e6;
    margin: 0 0 40px;
}
.right_sidebar_form h2.western {
    background: #000;
    color: #fff;
    margin: 0 -10px;
    padding: 14px;
}
.right_sidebar_form ul {
    padding: 10px 0 10px;
}
.right_sidebar_form ul li {
    padding: 5px 0;
}
.right_sidebar_form ul li a {
    color: #323e48;
    font-size: 18px;
    font-family: 'GothamBook-Regular';
}
.right_sidebar_form form p span input {
    border: 1px solid #dadada;
    width: 100%;
    padding: 5px;
}
.right_sidebar_form form p span {
    width: 100%;
}
.right_sidebar_form form input.wpcf7-form-control.wpcf7-submit {
    background: #d4d756;
    color: #fff;
    border: none;
    padding: 5px 15px;
}

@media only screen and (max-width:767px){
    .cls-sidebar.right_sidebar_form {
        padding-left: 10px;
        margin: 0 15px 20px;
}
.right_sidebar_form h2.western {
    padding: 10px;
    font-size: 17px;
}
}
/*End 9 oct 2019 */

/*-- 11-10-2019 --*/
.page-template-tow-column-with-rightsidebar .top-content h2, .page-template-career .top-content h2{
	font-family: Gotham-Bold;
	font-size: 35px;
	line-height: 40px;
}
.page-template-tow-column-with-rightsidebar .top-content, .page-template-career .top-content{
	padding: 15px 15px 40px;
}
/*-- 11-10-2019 End --*/

/* Banner Spacing */
.inner-part article section:first-child .consulting, .inner-part article section:first-child .consulting h2, .inner-part  .teamContent h2, .inner-part .cls-page-content h2, .inner-part .top-content, .inner-part  .top-content.project-top-content h2, .inner-part  article#post-2828  .entry-content h2:first-child,  .inner-part  .contectuspage, .inner-part  .contectuspage h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-family: 'GothamBook-Regular';
}
.inner-part  .contectuspage .wpcf7-form {
	margin-top: 8px;
	padding-top: 0px;
}
.inner-part article section:first-child {
	padding: 0px !important;
}
.inner-part{
	padding-top: 35px;
	margin-top: 0px;
}
.portfolioBlock h2 {
	font-family: 'GothamBook-Regular';
}
#primary.inner-part {
	padding-top: 0;
}

/*-- 31-01-2020 --*/
.single-news .news-content .news-description p {
    padding: 10px 0 10px 0 !important;
    clear: none;
}
img{
	max-width:100%;
}
.news-content .news-description p.article__mm-image-caption-text {
    font-size: 14px;
    color: #a8a8a8;
}
.single-news .news-content .news-description p img {
    width: auto;
    margin: 0 20px 20px 0;
}
.single-news .news-content .news-description p img.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}
.single-news .news-description strong {
    float: none;
    padding-bottom: 3px;
    width: auto;
}
.postid-3230.single-news .news-content .news-description p {
    padding: 10px 0;
}
/*-- 31-01-2020 End --*/

/*-- 18-03-2020 --*/
.child-pre-header {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #1d252c;
	padding: 10px 0;
}
.child-pre-header p {
	float: left;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}
.child-pre-header p a {
	background: #b0b579 !important;
	color: #000 !important;
	display: inline-block;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 14px;
	margin-left: 10px;
}
/*-- 18-03-2020 End --*/

/*-- 31-12-2020 --*/
.in-footer .social-icon a {
    float: left;
    margin-left: 35px;
}
.in-footer .social-icon a:first-child {
    margin: 0;
}
.in-footer .social-icon a i {
    font-size: 65px;
}
.in-footer .menu-footer-navigation-container ul li a {
    color: rgba(255, 255, 255, 0.3) !important;
}
.in-footer .main-menu ul li {
    padding-right: 30px;
}
.in-footer .textwidget.custom-html-widget a button {
    background-color: transparent;
    border: 1px solid #f7941d;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'GothamBook-Regular';
    font-weight: normal;
    line-height: 1;
    float: left;
    padding: 8px 10px;
}
.in-footer .main-menu .textwidget h2 {
    font-family: 'Gotham-Bold';
    font-size: 36px !important;
    float: left;
    width: 100%;
    line-height: 1;
    text-transform: uppercase;
}
.in-footer .main-menu .textwidget h2 span {
    font-family: 'GothamBook-Regular';
    font-weight: normal;
}
.main-menu ul#menu-footer-navigation li a {
    float: left;
}
.menu-footer-navigation-container {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
}



.header-search {
    position: absolute;
    right: 0;
    top: 6px;
}
.nav-box.zz {
    position: relative;
    padding-right: 30px;
}
.cstm-search-form {
    position: fixed;
    top: -125px;
    left: 0;
    width: 100%;
    height: 125px;
    background: #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.cstm-search-form form label .screen-reader-text {
    display: none;
}
.cstm-search-form form {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    margin-top: 35px;
}
.cstm-search-form form label {
    float: left;
    width: 75%;
}
.cstm-search-form form input[type="submit"] {
    float: left;
    width: 25%;
    font-size: 18px;
    line-height: 1;
    padding: 19px 0;
}
.cstm-search-form form label input {
    float: left;
    width: 100%;
    border: 1px solid #d5d5d5;
    height: 56px;
    padding: 0 20px;
    font-size: 18px;
}
.cstm-search-form .close {
    position: absolute;
    right: 20px;
    line-height: 1;
    padding: 0;
    font-size: 25px;
    color: #a8a8a8 !important;
    opacity: 1;
    top: 10px;
}
.cstm-search-form.intro {
    top: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header-search > img {
    cursor: pointer;
}
/*-- 31-12-2020 End --*/


.teamsSection .custom_wrapper {

    margin: 0 0 50px 0;

}
.custom_wrapper {

    margin: 0 0 20px 0;

}

.enhance-lifes {
	

background: #1d252c;
position: relative;
	background-image: url(https://www.childsdreyfus.com/dev/wp-content/uploads/2025/04/bb.jpg);
    background-position: center;
    background-size: cover;
}

.enhance-title {
background: #a7ae32;
max-width: 500px;
padding: 15px 20px 15px 0;
position: relative;
	overflow: inherit;
}
.enhance-title::before {
	content: "";
	background: #a7ae32;
	position: absolute;
	right: 100%;
	width: 30vw;
	height: 100%;
	display: block;
	top: 0;
}
.enhance-title h3 {
   font-size: 40px;
   line-height: 50px;
   color: #fff;

}

.enhance-description {
  width: 100%;
  float: left;
  padding: 25px 0;
  }

.enhance-description p {

color: #fff;
font-size: 28px;
line-height: 31px;
padding: 0;
font-family: 'Gotham-Light';

}

.enhance-lifes::after {

position: absolute;
content: '';
right: 0;
top: 50%;
transform: translateY(-50%);
height: 100px;
width: 10px;
background: #ff8700;

}
.image-grid-zick {
	width: 100%;
	padding: 80px 0;
}
 
.row.image-content {
display: flex;

}
 
.zick-text {
text-align: left;

}
 
.zick-text h2 {
text-align: left;
font-family: 'Gotham-Black';
font-size: 32px;
line-height: 35px;
margin: 5px 0 20px 0;
padding: 0;

}
 
.zick-text p {
	line-height: 28px;
	padding: 0 0 20px 0;
	font-size: 18px;
	color: #1d252d;
	font-family: 'GothamLight-Regular';
}
 
.zick-text a.read-more {
text-transform: uppercase;
color:#ff9432;
font-size: 17px;
line-height: 22px;
font-weight: bold;
font-family: 'Gotham-Black';
transition:all ease 0.3s;

}
.zick-text a.read-more:hover {
  color: #1d252c !important;
}

.zick-text span {
text-transform: uppercase;
	font-size:19px;
	font-family: 'GothamLight-Regular';
}
.row.image-content.even {
	padding: 80px 0;
}






.col-md-6.main_class {
    align-items: center;
    display: flex;
}

span.news-type {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 25px 0;
    display: inline-block;
}

#newsandevents {
	padding: 80px 0 0;
	background: #1d252d;
	color: #FFF;
}

#newsandevents .news-headings {
  margin: 0 0 50px;
}
#newsandevents .news-headings h4 {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 19px;
  text-transform: uppercase;
  font-family: 'GothamLight-Regular';
}
#newsandevents .news-headings h3 {
  font-size: 31px;
  font-family: 'Gotham-Black';
}
#newsandevents .news-content {
  padding: 30px 0 0;
}
#newsandevents .news-content h3 {
	font-size: 27px;
	font-family: 'Gotham-Black';
	margin: 0 0 25px;
	line-height: 31px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#newsandevents .news-content p {
	font-size: 18px;
	line-height: 28px;
	font-family: 'GothamLight-Regular';
	margin: 0 0 30px;
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#newsandevents .news-content p a {
  display: none;
}
#newsandevents .news-content a {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Gotham-Black';
  color: #FFF;
}
#newsandevents .news-content h4 {
  color: #FFF;
  font-size: 15px;
  margin: 0 0 15px;
  text-transform: uppercase;
	font-family: 'GothamLight-Regular';
}

#newsandevents .news_img img {
	object-fit: cover;
	line-height: 1;
	display: block;
}
#newsandevents .slick-news .slick-list {
  margin: 0 -30px;
}
#newsandevents .slick-news .slick-list .slick-slide {
  margin: 0 30px;
}
#newsandevents .slick-news .news_img * {
  width: 100%;
}
#newsandevents .owl-item{
	margin:0px !important;
}
#newsandevents .owl-item .item {
  margin: 0 30px !important;
}
#newsandevents .owl-stage {
  margin: 0 -30px !important;
}
#newsandevents .slick-news .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	background-size: contain !important;
	font-size: 0;
}
#newsandevents .slick-news .slick-arrow::before{
	display:none;
}
#newsandevents .slick-news .slick-arrow.slick-next {
  right: -120px;
  background: url(https://www.childsdreyfus.com/wp-content/uploads/2025/05/arrow-right-2.png) center center no-repeat;

}
#newsandevents .slick-news .slick-arrow.slick-prev {
	left: -120px;
	background: url(https://www.childsdreyfus.com/wp-content/uploads/2025/05/arrow-right-1.png) center center no-repeat;
}
#newsandevents .slick-dots {
	display: none;
}
@media (max-width:1549px){
#newsandevents .slick-news .slick-arrow.slick-prev{
	left: -90px;
}
#newsandevents .slick-news .slick-arrow.slick-next{
	right: -90px;
}
}
@media (max-width:1439px){
#newsandevents .slick-news .slick-arrow.slick-prev {
	left: -60px;
	max-width: 50px;
	
}
#newsandevents .slick-news .slick-arrow.slick-next{
	right: -60px;
		max-width: 50px;
}
	.container {
	max-width: 1260px;
}
}


.new-home-page .zick-text .main_class {
    display: flex;
    align-items: center;
}
.page-template-hometest-template.enhanceBlock p:empty {
    display: none;
}