/* Base */
body {
    font-family: 'Muli', sans-serif;
}
p, h4, .h4 {
    font-size: 18px;
}
/* Original dark blue #003042 */
/* Top */
.top-bar {
    background: #ffcb05;
    color:#000; /*#003143*/
/*
    padding-top: 4px;
    padding-bottom: 8px;
*/
}

.top-info p{
    display: inline-block;
    margin-right: 10px;
}

.top-bar p {
    margin-bottom: 0;
    font-weight: 600;
}
.top-bar a {
    color:#000; /*#003143*/
}
.top-bar a:hover {
    color:#000; /*#003143*/
}
.top-bar .glyphicon {
    width: 28px;
    height: 28px;
    border-radius: 28px;
    margin-right: 5px;
    margin-left: 5px;
    background: #000; /*#003142*/
    color:#FFCB05; /*#fff*/
    line-height: 28px;
    font-size: 14px;
}
.top-bar .glyphicon:before {
    padding-left:7px;
}
.top-bar-space {
    display:inline-block;
    width: 30px;
}

.top-bar i:before{
    font-family: FontAwesome;
    font-size: 18px;  
}

.ws{
    background: #24d366;
    color: #fff;
    padding: 8px 10px;
}

.ws .glyphicon{
    background: none;
    color: #fff;
}

.ws a{
    color: #fff;
}

.ws i:before{
    font-size: 28px;
    padding-left: 3px !important;
}

.t3-header{
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-header .logo {
    display:inline-block;
}

.logo-image img{
    max-width: 80px;
}

.navbar-header > * {
    vertical-align: middle;
}
/* Menu */
.navbar-default .navbar-collapse{
    padding: 15px 0 5px;
}
.navbar-default, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: none;
    border: 0;
}
.navbar-nav{
    text-align: right;
    font-size: 0;
    float: right;
}
.navbar-default .navbar-nav > li {
    float:none;
    display:inline-block;
    margin: 0 10px;
}
.navbar-default .navbar-nav > li > a {
    background: none;
    font-weight: 900;
    font-size:16px;
    text-transform: uppercase;
    color:#231f20;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: #ffcb05;
    color:#000;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background:none;
}
.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
    margin-left: 5px;
}
.dropdown-menu, .mega-col-nav, .t3-megamenu .mega-inner {
    padding:0;
}
.t3-megamenu .dropdown-menu .mega-nav > li a {
    background:#ffcb05;
    padding:20px;
    line-height: 1;
    border-top:1px solid #000; /*#003143*/
    color:#000; /*#003143*/
    transition: 0.3s all ease;
    text-transform: uppercase;
}
.t3-megamenu .dropdown-menu .mega-nav > li:first-child a {
    border-top:0;
}
.t3-megamenu .dropdown-menu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:focus, .t3-megamenu .dropdown-menu .mega-nav > li a.active {
    background:#000; /*#003143*/
    color:#fff;
}
/* Home */
.home .t3-sl-1 {
    border-bottom: 0;
}
/* Footer */
.t3-footer{
    border-top: 0;
}
.t3-copyright {
    background:#000; /*#003143*/
    padding:30px 0;
    color:#fff;
    font-size:16px;
    border-top: 0;
}
.t3-copyright i {
    text-align: center;
    width: 18px;
    background:#ffcb05;
    color:#000; /*#003143*/
    padding:4px;
    border-radius:32px;
    width:24px;
    height:24px;
}
.t3-copyright i:before {
    display: inline-block;
}
.t3-copyright .fa-map-marker:before {
    padding-left: 2px;
}
.t3-copyright li {
    margin-bottom: 10px;
}
.t3-copyright .fa-ul a {
    color:#fff;
    text-decoration: none!important;
}
.t3-copyright-2 {
    background: #ffcb05;
    color:#000; /*#003143*/
    text-align: center;
    padding:15px 0;
}
.t3-copyright .nav {
    list-style: none;
}
.t3-copyright .nav li {
    display:block;
    float:none;
}
.t3-copyright .nav li a {
     color:#fff;   
    background:none!important;
    padding: 4px 8px;
    text-transform: uppercase;
    font-weight: 600;
}
.t3-copyright .nav li .dropdown-menu {
    display:block;
    position: static;
    float:none;
    background: none;
    box-shadow: none;
    border:0;
    padding-left: 2px;
}
.t3-copyright .nav li .dropdown-menu li a {
    color:#fff;
}
.t3-copyright .nav li .dropdown-menu li a:before {
     content:">";
    color:#FFCB05;
    margin-right: 5px;
}
.t3-copyright .nav .caret {
    display:none!important;
}
.copyright img {
    display: block;
    max-width: 100%;
}
/* Slideshow */

.uk-slideshow {
    max-height:400px;
}

ul.uk-slideshow li {
    max-height:400px;
}

.uk-slidenav-position .uk-slidenav {
    display:block!important;
    opacity:0.8;
    color:#FFCB05!important;
    transition: 0.3s all ease;
}
.uk-slidenav-position:hover .uk-slidenav {
    opacity:1;
}
.uk-slideshow .uk-slidenav-previous, .uk-slideshow .uk-slidenav-next { 
    color: #000!important;
    background: #ffcc06;
    font-size:20px!important;
    width: 32px!important;
    height: 32px!important;
    border-radius:32px;
    text-align: center;
    line-height: 32px!important;
}
.uk-slidenav-previous {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: none;
    padding-left: 5px;
}
.uk-slidenav-next {
    padding-left: 5px;
}
.uk-slidenav-previous:before {
    content:"\f04b"!important;  
}
.uk-slidenav-next:before {
    content:"\f04b"!important;
}
/* Home - Building Relationships */
.home .t3-sl-1{
    border-bottom: 0;
}
.home .t3-sl-2 {
    background:#ffcb05;
    text-align: left!important;
    padding-bottom: 0px !important;
}
.home .t3-sl-2 h2 {
    color:#fff;
    font-size:60px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}
.home .t3-sl-2 h2 span {
    background:#000; /*#003142*/
    padding:25px 35px;
    line-height: 1;
    display:inline-block;
    margin-top: 15px;
    margin-left: -35px;
}
.home .t3-sl-2 p {
    margin-bottom: 30px;
}
.home .t3-sl {
    padding:45px 0;
    border-bottom: 0!important;
}
.home .t3-sl:first-of-type{
    padding: 0px;
}
.home .t3-sl-2 .col-sm-4 a {
    position: relative;
    display:block;
    overflow: hidden;
}
.home .t3-sl-2 .col-sm-4 a img {
    width: 100%;
    transition: 0.3s all ease;
}
.home .t3-sl-2 .col-sm-4 a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.home .t3-sl-2 .caption-wrapper {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    text-align: center;
    width:200px;
    height:100px;
    margin:auto;
    background:rgba(0,0,0,0.8);
    border:6px solid #fff;
    color:#feffff;
    font-size:20px;
    text-transform: uppercase;
}
.home .t3-sl-2 .caption {    
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /* bottom: 7px; */
    padding-bottom: 12px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.home .t3-sl-2 .caption:before { 
    content: "";
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 6px;
    right: 0;
    text-align: center;
    display: block;
    width: 102px;
    height: 2px;
    margin: 0 auto;
    background: #feffff;
    transition: 0.3s all ease;
}
.home .t3-sl-2 a:hover .caption:before {
    width: 80%;
    height: 4px;
}
/* Portfolio */
.home .t3-sl-3 {
    text-align: center;
    padding:20px;
}
.home .t3-sl-3 h2, .home  .home-idea1 h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
    padding:10px 50px 20px;
    display:inline-block;
    background: none; /*#003143*/
    position: relative;
    letter-spacing: 1px;
}
.home .t3-sl-3 h2:before, .home-idea1 h2:before {
    content: "";
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 5px;
    right: 0;
    text-align: center;
    display: block;
    width: 300px;
    height: 2px;
    margin: 0 auto;
    background: #ffcb05;
    transition: 0.3s all ease;
}
.home .portfolio {
    background: none!important;
    padding-bottom: 0;
}
.section-clients {
    border-top:1px solid #d2d4d3;
    border-bottom:1px solid #d2d4d3;
    overflow-x: hidden;
    clear: both;
}
.slide-clients img {
    max-width: 100%!important;
    width: auto!important;
    height: auto!important;
}
.slide-clients > .uk-slidenav-position > ul {
    margin:0 95px 0 60px!important;
}
.slide-testimonial > .uk-slidenav-position > ul {
    margin:0 95px 0 60px!important;
}
.slide-clients .uk-slidenav-previous, .slide-clients .uk-slidenav-next,
.slide-testimonial .uk-slidenav-previous, .slide-testimonial .uk-slidenav-next,
.portfolio-wrapper .uk-slidenav-previous, .portfolio-wrapper .uk-slidenav-next { 
    color: #fff!important;
    background: #231f20!important;
    font-size:16px!important;
    width: 30px!important;
    height: 30px!important;
    text-align: center;
    line-height: 30px!important;
    border-radius:0!important;
}
.testimonial-page .testimonial-wrapper {
    min-height: 223px;
}
.portfolio-wrapper .owl-theme .owl-controls .owl-buttons div {
    
}
.portfolio-wrapper.owl-carousel {
    padding:0 80px!important;
}
.portfolio-wrapper .owl-controls {
    height: 100%;
}
.portfolio-wrapper.owl-theme .owl-controls .owl-buttons .owl-next, 
.portfolio-wrapper.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -30px;    
    display: block!important;
    opacity: 0.5;
    transition: 0.3s all ease;
    margin:0!important;
    left:15px;
}
.portfolio-wrapper.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 15px;
    left:auto;
}
.uk-slidenav-previous, .uk-slidenav-next {
    padding-left: 3px;
}
.testimonial-wrapper {
    display: flex;
    min-height: 204px;
}
.slide-testimonial .testimonial-wrapper {
    min-height: 244px;
}
.testimonial-title {
    max-width: 186px;
    width: 33.3333%;
    padding:22px;
    background: #ffcb05;
    color:#231f20;
    vertical-align: bottom;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    text-align: left;
}
.testimonial-title h4 {
    margin-top: auto; 
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}
.testimonial-body {
    padding:22px;
/*    max-width: 405px;*/
    width: 100%;
    background: #000;
    color:#fff;
    text-align: justify;
    align-items: center;
    display: flex;
}
.testimonial-body p {
    font-size: 13px!important;
    font-style: italic;
    margin-bottom: 0;
    line-height: 1.6!important;
    
}
/* About Page */
.t3-sl {
    padding:0;
}
#t3-content .article-header, #t3-content .article-aside, #t3-content .article-footer {
    display:none;
}
#Mod110 {
    margin-bottom: 0;
}
.t3-mainbody, .t3-content {
    padding: 0;
}
.about-us h2 {
    color:#fff;
    font-size:60px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: left;
}
h2 span.black-bg-header {
    background:#000; /*#003142*/
    padding:25px 35px;
    line-height: 1;
    display:inline-block;
    margin-top: 15px;
    margin-left: -35px;
}
.portfolio h2, .alternate h2 {
    color:#fff;
    font-size:60px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
}
.portfolio h2 span.black-bg-header, .alternate h2 span.black-bg-header {
    background:#000;
}
.about-us p {
    margin-bottom: 30px;
    text-align: justify;
}
.whnth-title {
    text-align: center;
}
.whnth-title h2.rspbld-title {
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
    padding: 10px 50px 20px;
    display: block;
    background: none; /*#003143*/
    position: relative;
    letter-spacing: 1px;
}
.whnth-title h2.rspbld-title:before {
    content: "";
    position: absolute;
    /* top: 0; */
    left: 0;
    bottom: 5px;
    right: 0;
    text-align: center;
    display: block;
    width: 300px;
    height: 2px;
    margin: 0 auto;
    background: #ffcb05;
    transition: 0.3s all ease;
}
.uk-panel .uk-text-center img, .uk-panel .uk-overlay img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
/* Portfolio */
.portfolio .page-title {
    margin-bottom:30px;
}
.option_portfolio .col-md-6 {
    width:100%;
}
.option_portfolio ul.sub-options {
    display:none;
}
.option_portfolio ul li:hover a, .option_portfolio ul li a.selected {
    color:#ff8721;
    border-color:#ff8721;
}
.portfolio .option_portfolio ul li:hover a:after, .portfolio .option_portfolio ul li a.selected:after {
    color:#ff8721;
}

.portfolio .itemListPrimary {
    list-style-type: none;
    padding: 0;
}
.portfolio .itemContainer {
	display: block;
	float: left;
    margin-bottom:2px;
	padding: 2px;
    width: 25% !important;
	text-align: center;
}
.k2ItemsBlock .portfolio .itemContainer {
	display: block;
	float: left;
    margin-bottom:5px;
	padding: 15px;
    width: 33.333% !important;
	text-align: center;
}
.home .itemContainer, .service-page .itemContainer {
    width: 100%!important;
}
.home .itemContainer img , .service-page .itemContainer img { 
    width: 100%;
}
.portfolio .catItemIntroText p {
    display:none;
}
.portfolio .itemContainerLast {
	//margin-right: 0;
}
/*.itemListView.container .itemContainer:nth-child(3n) {
	margin-right: 0;
}*/
.portfolio .itemContainer .catItemBody {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
}
.portfolio .itemContainer .catItemHeader {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background:rgba(23,23,23,0.8);
    color: #fff;
}
.portfolio .itemContainer .catItemTitle {
    text-align:left;
	font-size: 16px;
	font-weight: 400;
	margin: 10px auto 10px;
    text-align: center;
}
.portfolio .itemContainer .catItemTitle a {
	font-weight: 400;
	color:#fff;
}
.portfolio div.catItemView {
    margin-bottom: 0;
}
.portfolio .k2ItemsBlock .catItemView .featured-img img {
	margin: 0 auto;    
    height: 362px!important;
    object-fit: cover;
    display:block;
}
.portfolio .catItemView .featured-img img {
	margin: 0 auto;    
    height:  288px!important;
    object-fit: cover;
    display:block;
}
.portfolio .catItemView .catItemIntroText p {
	font-size: 16px;
	font-weight: 300;
	margin: 0 auto 25px;
}
.portfolio .catItemView .catItemReadMore .k2ReadMore {
	font-size: 12px;
	font-weight: 400;
    font-family:'ProximaNova-Regular', sans-serif;
	color: #999;
	line-height: 1;
	text-align: center;
	/*background: #ff8721;*/
	/*padding: 12px 25px;*/
	/*border-radius: 6px;*/
	display: block;
	transition: all 0.3s ease-in-out;
    padding:10px 0 10px;
    text-align:right;
}	
.portfolio .catItemView .catItemReadMore .k2ReadMore:hover {
	/*background: #000;*/
}
.portfolio #portfolio-window {
    z-index: 2000;
}
.portfolio .portfolio-detail {
	background: #f6f6f6;
}
.portfolio .portfolio-detail .container {
    position: absolute;
    /* height: 100%; */
    top: 50%;
    /* bottom: 0; */
    transform: translateY(-50%);
	left:0;
	right:0;
}
.portfolio .open-box {
    padding-right: 0px;
    padding-left: 0px;
    max-height: 640px;
    /*height: 100%;*/
    top: 50%;
    position: absolute;
    left:0;
    right:0;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #f5f6f8;
    transition: all .3s ease;
    -moz-transition: all.3s ease;
    -webkit-transition: all .3s ease;
	
} 
.project-content {
    padding: 30px 15px 30px 0;
    position: relative;
}
.service-page .portfolio .portfolio-detail .col-sm-6:nth-child(1) {
    padding-left: 0;
}
.close-detail .fa {
    font-size:24px;
    color: #000;
}
.portfolio-gallery > p {
    margin-bottom: 0;
}
.portfolio-gallery > img {
    max-width: 100%;
}
.owl-theme .owl-controls {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.owl-theme .owl-controls .owl-buttons{
    pointer-events: all;
}
.portfolio .owl-item img {
    width: 100%;
	height: auto;
    max-height: 640px;
}
.portfolio-wrapper .owl-item .itemContainer {
    overflow: hidden;
}
.portfolio-wrapper .owl-item a {
    overflow: hidden;
    display: block;
}
.k2ItemsBlock .portfolio-wrapper .owl-item img {
    min-height: 230px;
    object-fit: cover;
    min-width: 230px;
    transform: translateX(-15%);
    width: auto;
    height: 230px;
}
.owl-theme .owl-controls .owl-buttons div {
    color:#fff!important;
    border:0!important;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    background:none!important;   
}
.portfolio .featured-img {
    cursor:pointer;
    transition:0.3s all ease;
    max-height:603px;
}
.portfolio .catItemHeader, .portfolio .catItemReadMore {
    float:left;
    width:50%;
    padding-left:5px; 
    padding-right:5px;
}
..portfolio .portfolio-detail {
    background:rgba(255,255,255,0.98);
}   
.portfolio .links {
    position: absolute;
    right: 10px;
    top: 6px;
}
.portfolio .links .pull-left a {
    background: #ff8721;
    padding: 8px 30px;
    border-radius: 40px;
    color: #fff;
    transition:0.3s all ease;
    font-size:18px;
}
.portfolio .links .pull-left a:hover {
    background: #000;
}
.portfolio .portfolio-detail img.desktop-ss {
    box-shadow:0 3px 10px rgba(23,23,23,0.3);
}
.portfolio .k2wrap .catItemView .featured-img img {
    padding-bottom:0;
}
.theme-wrapper {
    position: relative;
    padding-right:30px;
}
.theme-wrapper img.mobile-ss {
    position:absolute;
    bottom:-40px;
    right:-8px;
    max-width:200px;
}
.portfolio .portfolio-detail .col-md-6 {
    width:49%;
    display:inline-block;
    vertical-align: middle;
    float: none;
}

.portfolio-wrapper {
	padding-top:60px;
	padding-bottom:60px;
    background:#fff;
}
.home .portfolio-wrapper, .ervice-page .portfolio-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}
.portfolio {
	background: #000 !important;
	padding-bottom:0px;
}
.service-page .portfolio {
    background: none!important;
}
.portfolio .itemListCategory{
	margin-bottom:20px;
    background: none;
    bordeR:0;
    padding: 30px 0;
    margin:0;
    color:#fff;
}
.portfolio .row {
	margin-bottom: 0px;
}
.portfolio .col-md-12 {
	text-align: center;
}
.portfolio h3 {
	margin-top: 0;
}
.portfolio .option_portfolio {
	margin: 0 auto !important;
}
.option_portfolio .col-md-4 {
	padding-left: 0;
	padding-right: 0;
}
.option_portfolio ul li {
    display: inline-block;
    vertical-align: middle;
}
.option_portfolio ul li a {
	font-size: 28px;
	margin-left: 7px;
	margin-right: 7px;
	vertical-align: top;
	margin-bottom: 35px;
    padding: 18px 30px;
    border: 10px solid #fff;
    display: block;
    color:#fff;
    text-transform: uppercase;
    transition: 0.3s all ease;
    font-weight: 700;
    max-width: 260px;
    height: 160px;
    position: relative;
}

.option_portfolio ul li a:after {
    bottom: 0;
    left:0;
    background:#fff;
    height: 1px;
    right: 0;
    width: 100%;
    content:"";
    display:block;
    transition: 0.3s all ease;
}
.option_portfolio ul li:nth-child(1) a {
    line-height: 75px;
}
.option_portfolio ul li:hover a, .option_portfolio ul li a:hover, .option_portfolio ul li a:focus, .option_portfolio ul li a.selected {
    text-decoration: none;   
    background: #FFCB0A;
    border-color:#fff;
    color:#fff;
}
.option-set {
    margin-bottom: 30px;
}
.option_portfolio ul li a.selected:before {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 60px;
    color: #fff;
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;

}
.option_portfolio ul li a:hover:after { 
    height: 4px;
}
.preload-show:before {
    content: "";
    transition: 0.3s all ease;
    background: url(../images/loading.gif) center center no-repeat rgba(23,23,23,0.6);
    background-size: 64px 64px;
    width: 64px;
    height: 64px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 199;
    left: 0;
}
#form .col-sm-3.control-label.formControlLabel {
    display:none;
}
#form .col-sm-6.formControls {
    width: 100%
}
#form select, #form input[type="text"], #form input[type="email"] {
    width: 100%;
    border-radius: 0;
    background:#EEEEEE;
    box-shadow: none;
    border: 0;
    padding: 15px;
    height: 48px;
}
#form textarea {
    width: 100%;
    border-radius: 0;
    background:#EEEEEE;
    box-shadow: none;
    border: 0;
    padding: 15px;
}
#form button.btn-primary {    
    background: #000; /*#003143*/
    border: 0;
    padding: 15px 30px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.3s all ease;
}
#form button.btn-primary:hover, #form button.btn-primary:focus  {
    background: #FFCB05;
}
.service-page .modal-backdrop {
    display: none;
}
.itemid-162 .t3-mainbody > .row {
    margin-left: 0;
    margin-right: 0;
}
.copyright img {
    margin-left: auto;
}
/* Page Builder Fix */
.com_rspagebuilder .t3-mainbody > .row {
    margin-left: 0;
    margin-right: 0;
} 
.rspbld-page .no-title h2.rspbld-title {
    display:none;
}
.rspbld-progress-circles  {
    font-size: 0;
}
.rspbld-progress-circles .progress-circle {
    width: 33.3333%;
    margin:0 0 30px 0;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
}
.rspbld-page .rspbld-progress-circles .item-wrapper {
    margin: 0 auto;
}
.rspbld-page .rspbld-progress-circles .item-wrapper > span {
    width: 166px;
    height: 166px;
}
.rspbld-page .row > .col-md-12.container {
    float:none;
    margin: 0 auto;
    display:block;
}
.rspbld-page .row > .container .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.rspbld-page section > .row {
    margin-right: 0;
}
.rspbld-progress-circles .progress-circle .rspbld-item-title {
    font-size: 16px;
}
.slide-clients > div > ul, .client-grid > div > div {
    min-height: 140px!Important;
}
.slide-clients > div > ul > li > div > div, .client-grid > div > div > div {
    top:50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    margin:0 auto;
    width: 100%;
}
.slide-clients > div > ul > li > div > div > img, .client-grid > div > div > div img {
    max-height:100px!important;
    width: auto;
}
.contact-details p {
    font-size: 18px;
}


/*NEW CTA BUTTON*/

.new-cta{
    text-align: center !important;
    margin-top: 40px;
    margin-bottom: 40px;
}

.new-cta a{
    background: #ffcb05;
    color: #000;
    padding: 15px 25px;
    font-size: 16px;;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
    border: 2px solid #000;
    font-weight: 600;
    border-radius: 4px;
}

.new-cta a:after{
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 20px;
}

.new-cta a:hover{
    background: #ffcb02;
    color: #000; 
}

.home .t3-sl-2 .new-cta{
    margin-bottom: 0px;
}

.home-below-slider img{
    width: 100%;
}

.home-idea1{
    background: #fff;
    margin-top: 50px;
    text-align: center;
}

.home-idea1 p:first-of-type{
    text-align: left;
}

.home-idea1 .new-cta{
    padding-bottom: 50px;
}

.home-idea2{
    background: #f3f4f5;
    padding-top: 50px;
    padding-bottom: 10px;
}

.home-idea2 p{
    font-weight: bold;
    font-size: 24px;
}

.home-idea3 .col-sm-4{
    padding: 40px 60px;
}

.home-idea3 .col-sm-4:nth-child(1){
    background: #57595a;
    color: #fff
}

.home-idea3 .col-sm-4:nth-child(3){
    background: #000000;
    color: #fff
}

.home-idea3 .row{
    display: flex;
    margin: 0px;
}

.capabilities-glance img{
    width: 100%;
}

.capabilities-glance h3{
    font-size: 20px;
    color: #000;
}

.capabilities-glance .row{
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    margin-right: 0px;
}

.capabilities-glance p{
    text-align: justify;
}

.custom-stand p{
    margin-bottom: 25px;
    text-align: justify;
}

.custom-stand img{
    width: 100%;
}

.custom-stand .row{
    display: flex;
    align-items: center;
    margin-right: 0px;
}

.work-process p{
    text-align: justify;
    margin-bottom: 25px;
}

.setup-dismantling img{
    width: 100%;
}

.setup-dismantling p{
    margin-bottom: 25px;
}

.setup-dismantling .row{
    display: flex;
    align-items: center;
    margin-right: 0px;
}

.process-objective img{
    width: 200px;
    max-width: 200px;
    padding: 0px 10px
}

.process-objective .col-sm-6{
    display: flex;
    align-items: center;
    padding: 0px;
}

.process-objective .left{
    text-align: right;
}

.process-objective .col-sm-6:nth-child(2){
    top: 60px;
}

.process-objective .row{
    margin-bottom: 20px;
}

.process-objective{
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.interior-design-service ul{
    padding-left: 0px;
    list-style: none;
    margin-top: 30px
}

.interior-design-service ul li::before {
  content: "\2022";  
  color: #ffcb05;
  display: inline-block; 
  width: 1em;
}

.interior-design-service ul li{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
}

.interior-design-service ul li p{
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 15px;
}

.interior-process img{
    width: 50%;
}

.interior-process p:last-child{
    text-align: center;
    margin-top: 50px;
}

.about-brand img{
    width: 90%;
}

.about-brand{
    text-align: center;
    margin-top: 50px;
}

.interior-design-service img{
    width: 100%;
}

.interior-design-service .row{
    display: flex;
    align-items: center;
}

.copyright iframe{
    width: 100%;
}

.t3-copyright i:before{
    font-family: FontAwesome;
}

.t3-copyright i{
    font-style: normal;
    background: none;
    color: #fff;
}

.t3-copyright .facebook-footer{
    width: 24px;
    height: 24px;
    background: #425e9b;
    border-radius: 24px;
    padding-left: 2px;
    padding-top: 2px;
}

.footer-top:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    text-align: left;
    display: block;
    width: 50px;
    height: 2px;
    background: #ffcb05;
    transition: 0.3s all ease;
}

.footer-top{
    position: relative;
    margin-bottom: 15px;
}

.t3-copyright .footer-address li{
    margin-bottom: 15px;
}

.contact-details p{
    position: relative;
}

.contact-details a{
    color: #333;
}


/* responsive */
@media (min-width: 1200px) {
    .container {
        width: 1230px;
    }
}
@media (max-width:1440px) {
    p {
        font-size:18px;
    }
}
@media(max-width:1024px) and (min-width:992px) {
    .copyright img {
        padding-left: 50px;
        object-fit: cover;
        height: 220px;
    }
}
@media (max-width:991px) {
    p {
        font-size:16px;
    }
    .contact-details p {
        font-size: 14px;
    }
    .navbar-default .navbar-collapse {
        padding-top: 0;
    }
    .option-set{
        padding-left: 0;
        table-layout: fixed;
        display: table;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .option_portfolio ul li {
        display:  table-cell;
        width: 33.333%;
    }
    .option_portfolio ul li a {
        font-size: 16px;
        border-width: 5px;
        margin: 0 2px;
        padding: 10px 5px;
        height: 72px;
        line-height: 38px;
    }
    .option_portfolio ul li:nth-child(1) a {
        line-height: 38px;
    }
}
@media (max-width:768px) {
    
    .top-info p{
        margin-right: 0px;
    }
    
    .copyright iframe{
        margin-top: 20px;
    }
    
    .footer-address .fa-ul{
        max-width: 100% !important;
    }
    
    .interior-design-service .row{
        flex-direction: column;
    }
    
    .interior-process img{
        width: 100%;
    }
    
    .process-objective .col-sm-6:nth-child(2){
        top: 0;
    }
    
    .process-objective{
        padding-bottom: 0px;
    }
    
    .setup-dismantling .row{
        flex-direction: column;
    }
    
    .custom-stand .row{
        flex-direction: column;
    }
    
    .top-bar-space{
        display: block;
        height: 5px;
    }
    
    .top-bar>.container{
        padding: 0px;
    }
    
    .top-bar p{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
    }
    
    .home-below-slider .col-sm-3{
        margin-top: 20px;
    }
    
    .home-idea3 .row{
        display: block;
    }
    
    .home-idea3 .col-sm-4{
        padding: 20px;
    }
    
    .capabilities-glance .row{
        flex-direction: column;
        margin-bottom: 20px;
    }
    
    .capabilities-glance .row:nth-child(even) {
        flex-direction: column-reverse;
    }
    
    p {
        font-size:14px;
        line-height:1.8;
    }
    .contact-details p {
        font-size: 12px;
    }
    .home .t3-sl-2 h2, h2, .about-us h2, .portfolio h2, .alternate h2 {
        font-size: 30px;
    }
    .home .t3-sl {
        padding: 15px 0;
    }
    .logo-img {
        height: 45px;
    }
    navbar-toggle {
        margin-right: 0;
        width: 40px;
        height: 40px;
        font-size: 24px;
        padding-top: 5px;
    }
    .off-canvas-toggle, .off-canvas-toggle:hover, .off-canvas-toggle:focus {
        font-size: 20px;
        border:0;
        color:#000;
        background: none;
        margin-right: 15px;
        width: 24px;
        height: 24px;
        font-size: 24px;
        line-height: 24px;
        margin-left: 30px;
    }
    .t3-off-canvas .t3-off-canvas-header h2 {
        display:none;
    }
    .t3-off-canvas .t3-off-canvas-body {
        padding:0;
    }
    #t3-off-canvas li {
        float:none;
        margin-top:0;
        border-bottom:1px solid #00171F;
    }
    #t3-off-canvas li.active {
    
    }
    #t3-off-canvas li a {
        border-radius: 0;
        text-transform: uppercase;
        color:#fff;
    }
    #t3-off-canvas li > a:hover, #t3-off-canvas li > a:focus {
        background: #ffcb05;
    }
    #t3-off-canvas li.active > a {    
        background: #ffcb05!important;
        font-weight: 600;
        color:#fff;
    }
    #t3-off-canvas li.active.dropdown.parent > a { 
        color:#aaa;
        font-weight: 400;
    }
    #t3-off-canvas .dropdown-submenu > .dropdown-menu {
        margin-top:0;
    }
    #t3-off-canvas .dropdown-submenu > a:after {
        content:none;
    }
    .t3-off-canvas {
        z-index:10!important;
        background: #000; /*#003142*/
    }
    #t3-off-canvas .dropdown.parent .dropdown-toggle .caret {
        display:none;
    }
    .t3-off-canvas .t3-off-canvas-body .dropdown-menu {
        margin-top: 0;
        background:none;
    }
    #t3-off-canvas li a.dropdown-toggle,  #t3-off-canvas li.active.parent > a, .dropdown-submenu.parent > a {
        /*display:none;*/
        background:#00171F!important;
        padding: 6px 12px;
        color:#aaa;
        font-weight: 400;
    }
    .dropdown-menu > li > a{
        padding: 10px 15px;
    }
    .navbar {
        min-height: 0;
    }
    .slide-testimonial > .uk-slidenav-position > ul {
        margin:0 0 0 -25px!important;
    }
    .portfolio .itemContainer {
        padding: 10px;
    }
    .home .itemContainer, .service-page .itemContainer, .portfolio .itemContainer {
        width: 100%!important;
    }
    .rspbld-progress-circles .progress-circle {
        width:50%;
    }
    .t3-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .t3-copyright .nav li {
        margin-bottom: 0;
    }
    h2 span.black-bg-header {
        margin-left: -15px;
        padding: 10px 15px;
    }
    .portfolio {
        padding-bottom: 0px;
    }
    .option_portfolio.row > .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }
    .option_portfolio ul li a {
        font-size: 12px;
        border-width: 5px;
        margin: 0 2px;
        padding: 10px 5px;
        height: 72px;
        line-height: 19px;
    }
    .option_portfolio ul li:nth-child(1) a {
        line-height: 38px;
    }
    .option_portfolio ul li a.selected:before {
        font-size: 35px;
        bottom: -30px;
    }
    .portfolio-wrapper.owl-carousel {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .portfolio .itemContainer .catItemTitle {
        font-size: 12px;
        margin: 10px auto 10px;
    }
    .project-content {
        padding: 30px;
    }
    .t3-copyright {
        padding: 10px 0;
    }
    .contact-details ul {
        padding-left: 0;
    }
    .contact-details.rspbld-list .rspbld-icon {
        display: none;
    }
    .k2ItemsBlock .portfolio-wrapper .owl-item img {
        transform: none;
    }
    .uk-slideshow-fullscreen, .uk-slideshow-fullscreen>li {
        height: 300px;
    }
    
    .home .t3-sl-2 .new-cta{
        margin-bottom: 30px;
    }
    
    ul.uk-slideshow li{
        max-height: 300px
    }
}
@media (min-width: 768px) {
    .off-canvas-toggle {
        display:none;
    }
}
@media (max-width: 420px) {
    
    .top-bar-space:last-of-type {
        display: block;
        line-height: 0.5;
    }

    .top-bar .glyphicon:last-of-type {
        margin-bottom: 2px;
    }  
    p, .t3-copyright {
        font-size: 12px;
    }
    .top-bar-space {
        width: 10px;
    }
    .rspbld-progress-circles .progress-circle {
        width: 100%;
    }
    .t3-copyright ul.nav {
        margin-bottom: 30px;
    }
    .copyright .col-sm-3:nth-child(1) {
        display:none;
    }
    .rspbld-progress-circles .progress-circle .rspbld-item-title {
        font-size: 12px;
    }
}
/* CSS END */