body {
	font-family: 'Humanst521 BT', sans-serif;
}
a { outline: none!important; }
a:hover { text-decoration: none; }

.portfoliolist {
  position:relative;
}
.portfoliolist.all-project_listing, .portfoliolist > #pro-architecture, .portfoliolist > #pro-interior-design {
	display: grid;
	grid-template-columns: repeat( 4, 25%);
  

  /* animation  : grow-fixed 1s ease; */
}
.portfoliolist > div {
  z-index:1;
}

.portfoliolist > #pro-architecture .portfolio, .portfoliolist > #pro-interior-design .portfolio {
  display:none;
}

.portfoliolist .portfolio-hidden {
  position: absolute;
  top:0;
  z-index:0;
}


.portfoliolist .slick-arrow {
  display:block !important;
}

.portfoliolist .portfolio-hidden .slick-arrow {
  display: none !important;
} 




.portfoliolist > .portfolio {
  display:block !important;
  position: relative;
  
 
}

.portfolio img {
  height: 100%;
  position: relative;
  transition:none;
}
.portfolio-wrapper {
  animation:fade 1s;/*  cubic-bezier(0.645, 0.045, 0.355, 1) 60s; */
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  
}
.portfolio {
z-index:1;
}
.portfolio.fadeout {
  z-index: 0;
}
.portfolio-wrapper.fadeout {
  animation:fadeout 1s;/*  cubic-bezier(0.645, 0.045, 0.355, 1) 60s; */
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}



@keyframes fade {
  0% {width: 0; height:0px;margin-bottom: 50%; margin-left:50%; margin-top: 50%;}  
  10% { width: 2%;height:2%;margin-bottom:48%;margin-left: 48%; margin-top:  48%;}
  20% { width: 6%;height:6%;margin-bottom: 47%;margin-left: 47%; margin-top:  47%;}
  30% { width: 12%;height:12%;margin-bottom: 44%;margin-left: 44%; margin-top:  44%;}
  40% { width: 27%; height:27%; margin-bottom: 36.5%;margin-left:36.5%;  margin-top: 36.5%;}
  45% { width: 40%; height:40%; margin-bottom: 30%;margin-left:30%;  margin-top: 30%;}
  50% { width: 50%; height:50%; margin-bottom: 25%;margin-left:25%;  margin-top: 25%;}
  60% { width: 75%; height:75%; margin-bottom: 12.5%;margin-left:12.5%;  margin-top: 12.5%;}
  70% { width: 80%; height:80%; margin-bottom: 10%;margin-left:10%;  margin-top: 10%;}
  80% { width: 95%; height:95%; margin-bottom: 2.5%;margin-left:2.5%;  margin-top: 2.5%;}
  90% { width: 99%; height:99%; margin-bottom: 0.5%;margin-left:0.5%;  margin-top: 0.5%;}
  100% {width: 100%; height: 100%; margin-bottom: 0%; margin-left:0%; margin-top: 0%;}
}

@keyframes fadeout {
  0% {width: 100%; height: 100%; margin-bottom: 0%; margin-left:0%; margin-top: 0%;}
  10% { width: 99%; height:99%; margin-bottom: 0.5%;margin-left:0.5%;  margin-top: 0.5%;}
  20% { width: 95%; height:95%; margin-bottom: 2.5%;margin-left:2.5%;  margin-top: 2.5%;}
  30% { width: 80%; height:80%; margin-bottom: 10%;margin-left:10%;  margin-top: 10%;}
  40% { width: 75%; height:75%; margin-bottom: 12.5%;margin-left:12.5%;  margin-top: 12.5%;}
  50% { opacity: 0; display: none;} 
  100% { display: 0;display: none;} 
}
 



/* Preloader */

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  background: url(../images/loader-pic.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* change if the mask should have another color then white */
  z-index: 9999;
  /* makes sure it stays on top */
}

#status {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
}
#status img { max-width: 200px; margin-left: -100px; margin-top: -71px; }

@font-face {
    font-family: 'Humanst521 BT';
    src: url('../fonts/Humanst/Humanist521BT-Roman.eot');
    src: url('../fonts/Humanst/Humanist521BT-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Humanst/Humanist521BT-Roman.woff2') format('woff2'),
        url('../fonts/Humanst/Humanist521BT-Roman.woff') format('woff'),
        url('../fonts/Humanst/Humanist521BT-Roman.ttf') format('truetype'),
        url('../fonts/Humanst/Humanist521BT-Roman.svg#Humanist521BT-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

.font-14 { font-size: 14px; }

/* Button Style */
.btn { padding: 8px 25px; font-weight: 500; text-transform: uppercase; border-radius: 0px; }
.btn-black {
    color: #FFF;
    background-color: #000;
    border-color: #000;
}
.btn-black:hover,
.btn-black.active, 
.btn-black:active,
.btn-black.focus, 
.btn-black:focus {
    color: #fff;
    background-color: #3e3e3e;
    border-color: #3e3e3e;
}

.btn-white {
    color: #000;
    background-color: #FFF;
    border-color: #000;
}
.btn-white:hover,
.btn-white.active, 
.btn-white:active,
.btn-white.focus, 
.btn-white:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn_white_border {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
}
.btn_white_border:hover,
.btn_white_border.active, 
.btn_white_border:active,
.btn_white_border.focus, 
.btn_white_border:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}


.btn-gold {
    color: #FFF;
    background-color: transparent;
    border-color: #d1aa5b;
}
.btn-gold:hover,
.btn-gold.active, 
.btn-gold:active,
.btn-gold.focus, 
.btn-gold:focus {
    color: #fff;
    background-color: #d1aa5b;
    border-color: #d1aa5b;
}

.btn-primary:active, 
.btn-primary:active {
    background-color: transparent;
}


/* Button Style */
.btn-transparent {
    color: #000;
    background-color: transparent;
    border-color: #000;
}
.btn-transparent:hover,
.btn-transparent.active, 
.btn-transparent:active,
.btn-transparent.focus, 
.btn-transparent:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.site-content.full-width {
	float: left;
	width: 100%;
}

.so-widget-sow-button .ow-button-base a {
	padding: 0.8em 2em;
	font-weight: 600;
}

/* Header Style */
.bar--absolute, .pos-fixed {
    z-index: 999;
    width: 100%;
}
.bar--absolute {
    position: relative;
    top: 0;
}
.home .bar--absolute {
    position: fixed;
    top: 0;
}

.float-panel.fixed { background-color: #FFF; padding:5px 0;animation:slide-down 0.7s;opacity:1; -moz-box-shadow: 0 2px 7px 0px #d1d1d1;
  -webkit-box-shadow: 0 2px 7px 0px #d1d1d1;
  box-shadow: 0 2px 7px 0px #d1d1d1;}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
.float-panel img.mob-logo { display: block; }
.float-panel.fixed.site-header .branding {
    max-width: 80px;
    margin-top: 0px;
    margin-bottom: 3px;
}
.float-panel.fixed .main-navigation {
    margin-top: 15px;
}
.float-panel.fixed .head__social { display: none; }


.wrapper { top:0px; position: relative; 
	}
.home .wrapper { margin-top:0px; box-shadow: none; }

.site-header,
.site-header.fixed {
	-moz-box-shadow: 0 0 4px 0px #c5c5c5;
-webkit-box-shadow: 0 0 4px 0px #c5c5c5;
box-shadow: 0 0 4px 0px #c5c5c5;
}
.home .site-header { box-shadow: none; }
.home .site-header.fixed { 
  -moz-box-shadow: 0 0 4px 0px #c5c5c5;
-webkit-box-shadow: 0 0 4px 0px #c5c5c5;
box-shadow: 0 0 4px 0px #c5c5c5;
 }

.site-header .branding {
	max-width: 130px; 
}
.site-header .branding img {
	max-width: 100%; 
}




.head__social { display: block; text-align: center; margin-top: 8px; }
.head__social a { margin: 5px 4px; color: #000; }



.footer-section {
	background-color: #000000;
	padding-top: 45px;
	padding-bottom: 25px;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	line-height: 1.4;
}
.footer-section p { margin-bottom: 25px; }
.footer-section a { color: #FFF; }
.footer-section .ft-logo { margin-bottom: 35px; }
.footer-section .ft-logo img { max-width: 140px;  }
.page-template-special-edition-page .footer-section .ft-logo img.ft-all-page-logo,
.footer-section .ft-logo img.ft-special-page-logo { display: none;  }

.page-template-special-edition-page .footer-section .ft-logo img.ft-special-page-logo { display: inline-block;  }


.footer-section .ft__social a {
	border:1px solid #929397;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin: 24px 8px 15px 8px;
}
.footer-section .ft__social a:hover {
	border:1px solid #FFF;
	background-color: #FFF;
	color: #000;
}
.footer-section .ft-contact-info {}
.footer-section .ft-contact-info > span { margin-left: 6px; margin-right: 6px; color: #252525; }
p.copyright { font-size: 15px;  }
.divider-line { display: block; text-align: center; margin-bottom: 10px; }
.divider-line span { width: 100px; height: 2px; background-color: #7b7b7b; display: inline-block; }
.page-template-special-edition-page .divider-line span {
  background-color: #d5ae6d;
}
/* Press Carousal Style */

.press__home__section .press_panel img { width: 100%; }


/* Contact form style */

.contact-form .form-field { margin-bottom: 24px; }
.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form input[type='tel'],
.contact-form textarea,
.contact-form select { width: 100%; padding: 15px 20px 20px; box-sizing: border-box; border:0px; border-bottom: 1px solid #929397; border-radius: 0; font-weight: 500; background-color: transparent; }
.contact-form textarea { height: 80px; }

.contact-form input[type='text']:active,
.contact-form input[type='email']:active,
.contact-form select:active,
.contact-form input[type='text']:focus,
.contact-form input[type='email']:focus,
.contact-form select:focus {
	border-bottom: 2px solid #000;
}

.contact-form select {
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	background: url(../images/dropdown-icon.png) no-repeat;
	background-position: 97% center;
	background-color: transparent;
	color: #000000;
}

/* HOME BLOG SECTION STYLE */

.blog__home__section .blog_home_item { padding-left: 10px; padding-right: 10px; margin-bottom: 45px; }
.blog__home__section .blog_home_item .blog_panel { text-align: left; }

.blog__home__section .blog_home_item h3 { font-size: 20px; line-height: 1.1; position: relative; margin-top: 10px; margin-bottom: 10px; min-height: 70px; font-weight: 500; }
.blog__home__section .blog_home_item h3 a { color: #000; }

.blog__home__section .blog_home_item .blog-thumb { margin-bottom: 10px; }
.all-blog-btn { display: block; text-align: center; margin-top: 50px; }
.all-blog-btn .btn-primary { padding: 10px 40px; position: relative; }

.blog__home__section .blog-meta { font-size: 13px; color: #bdbec2; position: relative; line-height: 1; margin-bottom: 5px; }
.blog__home__section .blog-meta span.date { padding-right: 6px; margin-right: 4px; }
.blog__home__section .blog-meta span.date:before {content: url(../images/date-icon.jpg); padding-right: 6px; position: relative; top: 2px; }



.all-award-btn .btn-primary,
.all-award-btn .btn-primary,
.all-blog-btn .btn-primary { min-width: 200px; box-sizing: border-box; }


/* Booking section Style */

.book_sec_heading { color: #FFF; }
.book_sec_heading h1 span { 
	font-size: 24px;
	position: relative;
	top: -2px;
	font-weight: 500;
}

/* Award Section style */

.since-start { float: right; font-size: 13px; margin-top: 35px; }
.awards__home__section { margin-left: 0px; margin-right: 0px; }
.awards__home__section .awards_home_item { padding: 35px 20px; box-sizing: border-box; border:1px solid #909193; margin-left: 8px; margin-right: 8px; max-height: 195px; }
.awards__home__section .awards_panel { padding-left: 120px; position: relative; min-height: 125px; vertical-align: middle; display: inline-block;  }
.awards__home__section .awards_panel figure { position:absolute; left: 0; top: -15px;  }
.awards__home__section .awards_panel figure img { max-width: 110px;  }
.awards__home__section .awards_panel h4 { margin-bottom: 5px; margin-top: 0px; font-size: 15px; font-weight: 500; }
.awards__home__section .awards_panel h3 { margin-bottom: 5px; margin-top: 0px; font-size: 14px; font-weight: 500; }
.awards__home__section .awards_panel .title-line { width: 30px; height: 3px; background-color: #909193; display: inline-block; margin-bottom: 5px; margin-top: 20px; }


.at_award_section_wrap {  }

/*Hide all except first fieldset*/
.at_award_section_wrap #msform fieldset:not(:first-of-type) {
  display: none;
}

/*progressbar*/
.at_award_section_wrap #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  position: relative;
  padding-top: 20px;
}
.at_award_section_wrap #progressbar:before {
  content: '';
  background: #929397;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
}

.at_award_section_wrap #progressbar li {
  list-style-type: none;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  width: 11.1%;
  float: left;
  text-align: center;
  position: relative;
  margin:0;
  cursor: pointer;
}
.at_award_section_wrap #progressbar li span.years { position: relative; top:-44px; color: #949599;  }
.at_award_section_wrap #progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 16px;
  line-height: 16px;
  display: block;
  font-size: 10px;
  color: #333;
  background: #939498;
  color: #939498;
  z-index: 9;
  position: relative;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0 auto 5px auto;
  top: 2px;
}
.at_award_section_wrap #progressbar li.active { font-weight: 600; }
.at_award_section_wrap #progressbar li.active:before {
  background: #000;
  color: #000;
  width: 26px;
  line-height: 26px;
  top: -3px;
}
.at_award_section_wrap #progressbar li.active span.years { top:-55px; color: #000;  }
/*progressbar connectors*/
.at_award_section_wrap #progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #929397;
  position: absolute;
  left: -50%;
  top: 10px;
  z-index: -1; /*put it behind the numbers*/
}
/*.at_award_section_wrap #progressbar li:first-child:after {
  content: none; 
}*/

.at_award_section_wrap .at_award_filter .at_award-nav { position: relative; z-index: 9999; }
.at_award_section_wrap .at_award_filter .at_award-nav > a { border:1px solid #000; background-color: #FFF; width: 32px; height: 32px; line-height: 32px; text-align: center; display: inline-block;
  -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
position: relative;
color: #000; font-size: 18px; cursor: pointer;
top: 46px;
 }
.at_award_section_wrap .at_award_filter .at_award-nav.aw_next {position: absolute;
  right: 0; top: 0; }
.at_award_section_wrap .at_award_filter .at_award-nav.aw_next > a {top: 46px;} 


.at__award_info_showhide { max-width: 600px; margin: 0 auto; }
.at__award_info_showhide .awards_panel { padding-left: 150px; position: relative; min-height: 150px; vertical-align: middle; display: inline-block; padding-top: 25px;  }
.at__award_info_showhide .awards_panel figure { position:absolute; left: 0; top: 0px;  }
.at__award_info_showhide .awards_panel figure img { max-width: 140px;  }
.at__award_info_showhide .awards_panel h2 { margin-bottom: 10px; padding-bottom: 0px; margin-top: 0px; font-size: 18px; font-weight: 500; }
.at__award_info_showhide .awards_panel p { margin-bottom: 10px; }
.at__award_info_showhide .awards_panel .title-line { width: 30px; height: 3px; background-color: #909193; display: inline-block; margin-bottom: 15px; }

/* HOME PROJECT STYLE */

.home-project-section > .panel-grid-cell > .widget,

.home-project-section .all-blog-btn { margin-top: 30px; }


.all-project_listing .portfolio .label-text-top {
	top: 30%;
	text-align: center;
	max-width: 100%;
	float: none;
}
#portfoliolist.all-project_listing {
	margin-left: 0px;
	margin-right: 0px;
}
#portfoliolist.all-project_listing .portfolio { width: 25%; margin: 0px; }

/* SLIDER CAPTION STYLE */
.slider-caption {font-family: 'Humanst521 BT' !important}
.slider-caption h4 { font-size: 18px; font-weight: 400; color: #000; margin: 8px 0px;padding: 0px 0px 0px 8px; padding-left: 15px; text-transform: uppercase; margin-bottom: 50px !important;position: relative;}
.slider-caption h4:before { content: ''; width: 30px; height: 2px; padding-right: 10px; background-color: #000; display: inline-block; position: relative; top:-5px; right: 10px; }
.slider-caption h1 { font-size: 84px; letter-spacing: 0.1em; font-weight: 600; color: #000; text-transform: uppercase; margin-bottom: 35px; font-weight: 400; }
.slider-caption h1 span { font-size: 28px; font-weight: 300; color: #000; position: relative; left: -5px; top: -5px; }
.slider-caption .btn { padding: 10px 25px; min-width: 150px; box-sizing: border-box; text-align: center!important; font-size: 18px; font-weight: 400;   }
.slider-caption .btn.btn-transparent { background-color: transparent; color: #000; margin-left: 15px; border:1px solid #000!important; }
.slider-caption .btn.btn-transparent:hover { background-color: #000; color: #FFF; }



.tparrows { background:none; }
.tparrows::before {
	font-size: 15px;
	color: #000;
}
.tparrows:hover {
    background: none;
}


.services-button .btn-white:hover,
.services-button .btn-white.active, 
.services-button .btn-white:active,
.services-button .btn-white.focus, 
.services-button .btn-white:focus {
    color: #fff;
    background-color: #3e3e3e;
    border-color: #3e3e3e;
}

/* Breadcrumb style */

.breadcrumb {
	padding: 8px 0px;
	margin-bottom: 15px;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 500;
}

.breadcrumb a {
	color: #000;
}
.breadcrumb i { font-size: 12px; }

/* BLOG PAGE STYLE */

.blog-listing-section { margin-bottom: 0px; padding-bottom: 0px; }
.single .blog-thumbnail img { width:100%; }
.single-meta { margin-bottom: 15px!important; }

.single-nav-meta { margin-bottom: 35px; }
.single-nav-meta a { color: #FFF; float: left; }
.single-nav-meta a.btn { padding-right: 5px; }
.single-nav-meta a.btn:before { 
  content: '\f104';
  font-family:'FontAwesome';
  position: relative;
  left: -10px;
  top: 1px;
  font-weight: 400;
 }
.single-nav-meta .nav-previous,
.single-nav-meta .nav-next {
	float: left;
}
.single-nav-meta .nav-previous a,
.single-nav-meta .nav-next a {
	color: #FFF;
	background-color: #000;
	border-color: #000;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0px;
	padding: 7px 10px;
}

.loadmore_div { text-align: center; margin-bottom: 25px; }

/* Blog Sidebar */
.widget-area .widget { display: inline-block; width: 100%; }
.widget_related_widget .related_item { margin-bottom: 15px; }
.widget_related_widget .related_item .blog_panel {
	padding-left: 105px;
	position: relative;
}
.widget_related_widget .related_item .blog_panel .blog-icon {
	position: absolute;
	left: 0px;
	top: 0px;
}
.widget_related_widget .related_item .blog_panel .blog-icon img {
	max-width: 90px;
}
.widget_related_widget .related_item .blog-info { padding-top: 20px; }
.widget_related_widget .related_item h2 { margin-bottom: 10px; font-size: 18px; }

.blog-meta { font-size: 14px; color: #bdbec2; position: relative; line-height: 1; margin-bottom: 5px; }
.blog-meta span.date { padding-right: 6px; margin-right: 4px; }
.blog-meta span.date:before { content: url(../images/date-icon.jpg); padding-right: 6px; position: relative; top: 2px; }

#secondary .tagcloud a.tag-cloud-link { padding: 6px 15px; border: 1px solid #ebebeb;
color: #939498; font-size: 13px !important;
display: inline-block;
margin-bottom: 10px;
}
#secondary .tagcloud a.tag-cloud-link:hover { border: 1px solid #000;
color: #FFF; background-color: #000;
}



/* AWARD PAGE STYLE */

.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline ul li,
.cd-horizontal-timeline ol li { list-style: none; margin: 0; padding: 0; }
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #7b9d6f;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #7b9d6f;
}

/* PROJECT FULL SCREEN POPUP */

.at_project_popup { padding-right: 0px!important; }
.at_project_popup .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.at_project_popup .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  background-color: #fff;
  text-align: center;
  border:0px;
  box-shadow: none;
  border-radius: 0px;
}
.at_project_popup .modal-content .project_info_bar {
  position: absolute; top: 0; left: 0;  padding: 10px 20px;
    background-color: rgba(88,89,91,0.9);
    color: #ffffff; z-index: 999;
    text-align: left;
    font-size: 14px;
}
.at_project_popup .modal-content .project_info_bar h1 { font-size: 16px; font-weight: 500; margin-bottom: 0px; }
.at_project_popup button.close { font-size: 28px;
  color: #FFF;
  text-shadow: none;
  padding: 0px;
  background-color: rgba(88,89,91,0.9);
  opacity: 1;
  border-radius: 0px;
  width: 30px;
  height: 30px; position: relative; z-index: 999; }
.at_project_popup #home_sliderProjects { max-width: 70%; margin: 0 auto; text-align: center; }  
.at_project_popup #home_sliderProjects img { min-height: 100%; max-width: 100%;

      background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    -webkit-height: 100vh;
    display: inline-block;
 }  


.insta-gallery-feed .insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap .insta-gallery-image-mask { background: rgba(0,0,0,0.55)!important; }
.insta-gallery-feed .insta-gallery-actions .insta-gallery-button.follow {
    background-color: #000000!important;
}

@media only screen and (min-width: 768px) {
.at_project_popup #home_sliderProjects {
    max-width: 100%;
  }
}


@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}


/* Project Details Page Style */

.pr__single-heading { margin-bottom: 25px; }
.pr__single-heading h1.entry-title {
  font-size: 36px;
  font-weight: 500;
}
.portfolio__single_gallery .sy-pager,
.portfolio__single_gallery .sy-caption-wrap { display: none; }

.project__info_row {
  margin-bottom: 25px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  }
.project__info_row p { margin-bottom: 5px;  }

.project__thumb_box { margin-left: -8px; margin-right: -8px; margin-top: 8px; }
.project__thumb_box ul.pr__thumbs li { display: inline-block; vertical-align: middle; width: 25%; float: left; }
.project__thumb_box ul.pr__thumbs li img { max-width: 100%; border:8px solid #FFF; }

.widget_other_project { margin-top: 100px; }
.widget_other_project h3.widget-title { margin-bottom: 10px; }
.widget_other_project .sidebar_project_item { margin-bottom: 25px; }
.widget_other_project .sidebar_project_item h4 { margin-bottom: 5px; margin-top: 10px; font-size: 18px; font-weight: 700; }
.widget_other_project .sidebar_project_item p { font-size: 14px; }

.single-portfolio_list .site-content {
  width: 74%;
}
.single-portfolio_list .widget-area {
  width: 23.042%;
}

/* About Us Page Style */

.heading-top-line { padding-bottom: 20px; }
.heading-top-line:after {
  content: '';
  width: 45px;
  height: 3px;
  background-color: #939498;
  display: block;
  top: 8px;
  position: relative;
}
.page-id-8 .site-content { padding: 35px; background-color: #FFF; margin-bottom: 35px;
  -moz-box-shadow: 0 0 4px 0px #c5c5c5;
-webkit-box-shadow: 0 0 4px 0px #c5c5c5;
box-shadow: 0 0 4px 0px #c5c5c5;
 }

.page-id-8 .wrapper {
  background: url(../images/about-banner.jpg) no-repeat top center; 
  background-size: 100% auto;
} 

.home .all-award-btn { display: block; text-align: center; margin-top: 30px; }
.cnt-bold { font-weight: 500; font-size: 16px;  }
.cnt-bold h2 { margin-bottom: 35px; }

/* Special Edition Page Style */

.page-template-special-edition-page .portfolio .label-bg {
    background-color: rgba(212,171,91,0.7);
  }
.page-template-special-edition-page .portfolio .label-text-top h3,
.page-template-special-edition-page .portfolio .label-text-top h4 {
  color: #FFF;
  }
.page-template-special-edition-page .portfolio a.btn-transparent {
  border-color: #FFF;
  color: #FFF;
}
.page-template-special-edition-page .portfolio a.btn-transparent:hover {
  color: #000;
  background-color: #FFF;
  }    
.page-template-special-edition-page .site-header { background-color: #000; }  
.page-template-special-edition-page .main-navigation li a { color: #939498; }
.page-template-special-edition-page .main-navigation li a:hover { color: #d5ae6d; }
.page-template-special-edition-page .main-navigation li.current-page-ancestor a { color: #d5ae6d; }

a.special-edition-logo { display: none; }
.page-template-special-edition-page a.special-edition-logo { display: block; }
.page-template-special-edition-page a.at_all_pg_logo { display: none; }
.page-template-special-edition-page .mob-menu-click span.line {
  background-color: #FFF;
  }




@media only screen and (max-width: 991px) and (min-width: 767px) {
.at_project_popup #home_sliderProjects img { height: inherit; }
}


@media screen and (max-width: 767px) {
.page-id-8 .site-content {
  padding: 0px;
  background-color: #FFF;
  margin-bottom: 15px;
  box-shadow: none;
  } 
.heading-top-line {
  font-size: 24px !important;
  margin-top: 0px;
  }  
.footer-section .ft__social a {
  margin: 24px 2px 15px 2px;
  }  
.footer-section {
  font-size: 16px;
  }  
  .slider-caption { font-size: 14px!important; line-height: 1.4!important; } 
  .slider-caption h4  { font-size: 16px!important;  margin-bottom: 15px !important;line-height: 1.4 !important; } 
  .slider-caption h1  { font-size: 30px!important; line-height: 1.4 !important; margin-bottom: 35px!important; }
  .slider-caption h1 span { font-size: 32px;} 
  .slider-caption .caption-button .btn{ font-size: 14px!important; margin-bottom: 10px!important; line-height: 1.6 !important; display: block; width: 160px;  }
  

.at__award_info_showhide .awards_panel figure {
  position: relative;
  text-align: center;
}
.at__award_info_showhide .awards_panel {
  padding-left: 0px;
}
.at__award_info_showhide .awards_panel { padding-top: 0px; padding-bottom: 30px; }

#portfoliolist .portfolio {
  width: 100%;
  margin: 0%;
}
.at_project_popup #home_sliderProjects img {
    min-height: inherit;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    display: inline-block;
    max-height: 100%;
    height: inherit;
}

.at_project_popup .modal-content .modal-body { padding-left: 0px; padding-right: 0px; padding-top: 0px; }
.at_project_popup #home_sliderProjects {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    height: 100% !important;
}
.at_project_popup #home_sliderProjects .slick-list { /*height: auto!important;  min-height: auto !important;*/}
.at_project_popup .modal-content .project_info_bar {
    position: relative;
    top: inherit;
    /*bottom: 0;*/
    bottom: inherit;
    top: 0;
    left: 0;
    padding: 5px 25px;
    background-color: rgba(88,89,91,0.9);
    color: #ffffff;
    z-index: 99;
    line-height: 1;
    text-align: center;
    font-size: 14px;
    width: 100%; margin-bottom: 0px;
}
.at_project_popup .modal-content .modal-body {
  height: 100vh;
}

.page-id-8 .wrapper { background: none; }
.at_project_popup .modal-content .project_info_bar h1,
.at_project_popup .modal-content .project_info_bar p { margin: 0px; display: inline; margin: 0px 5px; }
.at_project_popup button.close { position: absolute; top: 0; right: 0; }
}

/* Enquiry popup form style */

.at_enquiry_form.modal {
  text-align: center;
  padding: 0!important;
}

.at_enquiry_form.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.at_enquiry_form .modal-body { display: inline-block; width: 100%; }
h4.modal-title { font-size: 24px; display: inline-block; }
.modal-header .close {
    margin-top: 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #000;
    opacity: 1;
    color: #FFF;
    text-shadow: none;
}
.modal-header .close:hover { opacity: 0.8; background-color: #000; }
.modal-dialog {
  width: 500px;
}
.at_enquiry_form .contact-form .form-field {
    margin-bottom: 10px;
    }
.at_enquiry_form input[type="submit"] { padding: 10px 20px; }
.at_enquiry_form .contact-form input[type="text"], 
.at_enquiry_form .contact-form input[type="email"], 
.at_enquiry_form .contact-form input[type="tel"], 
.at_enquiry_form .contact-form textarea, 
.at_enquiry_form .contact-form select {
  padding: 10px 10px 10px;
  }
.tp-tabs, .tp-thumbs, .tp-bullets { display: none; }

.page-id-10 .wrapper { margin-bottom: 40px; }
.mob-page-heading { display: none; }
.show-desktop-section { display: block; }
.show-mobile-section { display: none; }

.awards_carousal .slick-track {
    -moz-animation:scrollin 20s linear infinite;
    -webkit-animation:scrollin 20s linear infinite;
    animation:scrollin 20s linear infinite;
  }
.awards_carousal .slick-track:hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
@keyframes scrollin {
0% {left:800px;}
100% {left:-800px;}
}

.hebe .tp-bullet-image { display: none!important; }
.mobile-menu-wrapper{display:none;}
.mobile-contact { display: none; }

.awards_panel .mob-award-title { display: none!important; }


@media only screen and (max-width: 767px) and (min-width: 533px) {
.at_project_popup #home_sliderProjects img {
    max-height: 375px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) and (min-width: 533px) {
.at_project_popup #home_sliderProjects img {
    max-height: 420px;
    display: inline-block;
  }
}



@media screen and (max-width:991px){

  .show-hide-menu { display: none; }

  .desktop-menu-wrapper{display:none;}
  .mobile-menu-wrapper{display:block;position:absolute;z-index:99; width: 100%; top: 0; right: 0;}
  .mobile-menu-wrapper .branding { float: right;  margin-top: 20px; margin-right: 15px;}
  .mobile-menu-wrapper .branding img {  max-height: 50px;}
  .mob-menu-click{float:right;padding:0px;color:#f9ad37;cursor:pointer;font-size:inherit;position:absolute;right: 15px;top:10px; width: 40px; line-height: 11px;}
  .mob-menu-click span.line { width: 100%; height: 4px; background-color: #000; display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
   }
  .mob-menu-click span.line.line-bg { width: 100%; }
  .mob-menu-click span.line.short { width: 85%; }
  .mob-menu-click span.line.line-small { width: 70%; }

  .mob-menu-close-btn {font-size: 50px;
    color: #000;
    position: relative;
    top: 19px; }

  .site-header {
    padding: 10px 0px 10px 0px;
  }
  .content-area{padding-top:0px;}
  #at__mob_menu,#at__mob_menu ul,#at__mob_menu ul li,#at__mob_menu ul li a{margin:0;padding:0;border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
  #at__mob_menu{width:100%;color:#ffffff;}
  #at__mob_menu ul ul{display:none;}
  .align-right{float:right;}
  #at__mob_menu ul > li > a{padding:10px 20px;cursor:pointer;z-index:2;font-size:16px;text-decoration:none;color:#ffffff;border-bottom:1px solid #333; cursor: pointer;}
  #at__mob_menu > ul > li > a:hover,#at__mob_menu > ul > li.active > a,#at__mob_menu > ul > li.open > a{color:#eeeeee;background:#1fa0e4;background:-webkit-linear-gradient(#1fa0e4,#1992d1);background:-moz-linear-gradient(#1fa0e4,#1992d1);background:-o-linear-gradient(#1fa0e4,#1992d1);background:-ms-linear-gradient(#1fa0e4,#1992d1);background:linear-gradient(#1fa0e4,#1992d1);}
  #at__mob_menu > ul > li.open > a{box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.15);border-bottom:1px solid #1682ba;}
  #at__mob_menu > ul > li:last-child > a,#at__mob_menu > ul > li.last > a{border-bottom:1px solid #1682ba;}
  .holder{width:0;height:0;position:absolute;top:0;right:0;}
  .holder::after,.holder::before{display:block;position:absolute;content:"";width:6px;height:6px;right:20px;z-index:10;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg);}
  .holder::after{top:17px;border-top:2px solid #ffffff;border-left:2px solid #ffffff;}
  #at__mob_menu > ul > li > a:hover > span::after,#at__mob_menu > ul > li.active > a > span::after,#at__mob_menu > ul > li.open > a > span::after{border-color:#eeeeee;}
  .holder::before{top:18px;border-top:2px solid;border-left:2px solid;border-top-color:inherit;border-left-color:inherit;}
  #at__mob_menu ul ul li a{cursor:pointer;border-bottom:1px solid #333;padding:10px 20px;z-index:1;text-decoration:none;font-size:13px;color:#eeeeee;background:#01acf1;}
  #at__mob_menu ul ul li:hover > a,#at__mob_menu ul ul li.open > a,#at__mob_menu ul ul li.active > a{color:#ffffff;}
  #at__mob_menu ul li.current-menu-item a {background:#585858;color:#ffffff;}
  #at__mob_menu ul ul li a {background:#1a1a1a;color:#ffffff;}
  #at__mob_menu ul ul li.current-menu-item a {background:#585858;color:#ffffff;}
  #at__mob_menu ul ul li:first-child > a{box-shadow:none;}
  #at__mob_menu ul ul ul li:first-child > a{box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);}
  #at__mob_menu ul ul ul li a{padding-left:30px;}
  #at__mob_menu > ul > li > ul > li:last-child > a,#at__mob_menu > ul > li > ul > li.last > a{border-bottom:0;}
  #at__mob_menu > ul > li > ul > li.open:last-child > a,#at__mob_menu > ul > li > ul > li.last.open > a{border-bottom:1px solid #32373e;}
  #at__mob_menu > ul > li > ul > li.open:last-child > ul > li:last-child > a{border-bottom:0;}
  #at__mob_menu ul li.menu-item-has-children > a::after,#at__mob_menu ul ul li.menu-item-has-children > a::after{display:block;position:absolute;content:"";width:10px;height:10px;right:20px;z-index:10;top:10px;border-top:2px solid #eeeeee;border-left:2px solid #eeeeee;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg);}
  #at__mob_menu ul ul li.menu-item-has-children > a::after{top:12px;width:8px;height:8px;}
  #at__mob_menu ul ul li.active > a::after,#at__mob_menu ul ul li.open > a::after,#at__mob_menu ul ul li > a:hover::after{border-color:#ffffff;}
  .sidenav{height:100%;width:0;position:fixed;z-index:999;top:0;left:0;background-color:#1a1a1a;overflow-x:hidden;transition:0.5s;padding-top:15px;}
  .sidenav a{padding:8px 8px 8px 32px;text-decoration:none;font-size:25px;color:#FFF;display:block;transition:0.3s;}
  .sidenav a:hover{color:#f9ad37;}
  .sidenav .closebtn{position:absolute;top:0;right:5px;font-size:36px;margin-left:0px;line-height:26px;padding-left:10px;}

  .head__social { display: none; }
  .home-project-section > .panel-grid-cell > .widget, .portfolio__section {
      padding-left: 15px;
      padding-right: 15px;
  }
  .blog__home__section .blog_home_item .blog_panel {
    text-align: left;
    max-width: 300px;
    margin: 0 auto 25px;
  }
.blog__home__section .blog_home_item h3 {
    margin-bottom: 20px;
    min-height: auto;
  }
.contact-form .form-field {
    padding-left: 0px;
    padding-right: 0px;
  }

  .since-start {
      margin-top: -78px;
  }
.breadcrumb { display: none; }
.entry-header {
  margin-top: 20px;
  }
.single-portfolio_list .site-content,
.single-portfolio_list .widget-area {
    width: 100%;
    float: none;
  }
.widget_other_project {
    margin-top: 10px;
  }
.site-content { margin-top: 0px; }  
  .site-header .branding {
    max-width: 78px;
  }

.portfoliolist.all-project_listing , .portfoliolist > #pro-architecture, .portfoliolist > #pro-interior-design {
  grid-template-columns: repeat( 3, 33.33%);
}

.portfoliolist.all-project_listing .portfolio {
margin: 0px;
}

}

@media screen and (max-width:767px) {
.custom.tparrows { display: none; }
.tp-tabs, .tp-thumbs, .tp-bullets { display: block; }

.slick-dots { padding-bottom: 0px; margin-bottom: 0px!important; }
.slick-dotted.slick-slider {
  margin-bottom: 0px;
  }
.desktop-contact { display: none; }  
.mobile-contact { display: block; }
.mob_cotact_cta { display: block; }

.mob_cotact_cta a { padding: 6px 15px; min-width: 220px; color: #FFF; border:1px solid #929397; display: inline-block; margin: 15px 0px; font-size: 14px; }
  #portfoliolist.all-project_listing .portfolio {
    width: 50%;
  }

.at_award_section_wrap .at_award_filter .at_award-nav {
    z-index: 99;
  }  
.at_award_section_wrap .at_award_filter .at_award-nav > a,
.at_award_section_wrap .at_award_filter .at_award-nav.aw_next > a {
    top: -10px;
  }
  .at_award_section_wrap #progressbar {
    margin-bottom: 0px;
  }

.section-bg-none { background-color: inherit!important; }
.service-black-box { margin-right: -15px; margin-left: -15px; padding: 15px; }
.page-id-10 .wrapper { margin-bottom: 0px; }
.mob-page-heading { display: block; }
.mob-page-heading h1 { font-size: 26px; margin-bottom: 0px; }
.entry-content h2 {
    font-size: 26px;
}

.entry-content .wpcf7-form-control.wpcf7-submit { width: 100%; }
.show-desktop-section { display: none; }
.show-mobile-section { display: block; }
.contact-form .form-field {
    margin-bottom: 0px;
  }
.awards_panel .mob-award-title { display: block!important; }
.awards_panel .desktop-award-title { display: none!important; }

.home-project-section > .panel-grid-cell > .widget, .portfolio__section {
    padding-left: 0px;
    padding-right: 0px;
}
.home .all-award-btn { padding-left: 15px; padding-right: 15px; }

.modal-dialog {
  width: 100%;
}
.portfoliolist.all-project_listing, .portfoliolist > #pro-architecture, .portfoliolist > #pro-interior-design{
  grid-template-columns: repeat( 2, 50%);
}
}

.mob_cotact_cta a:hover { color: #000; background-color: #FFF; } 

@media screen and (max-width:600px) {
  .home .site-content .btn {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
  }
  .blog__home__section .blog_home_item .blog_panel .btn { margin-left: 0px;
    margin-right: 0px; }
  .ig-item {
    min-width: 20%;
  }  
  .instagram-heading h2 { font-size: 18px; margin-bottom: 10px; }
  .services-button .btn { margin-bottom: 10px; display: block; }

  .widget_other_project .sidebar_project_item {
    max-width: 300px;
    margin: 0 auto 25px;
  }

  #portfoliolist.all-project_listing .portfolio {
    width: 100%;
  }

  .awards__home__section .awards_panel figure img {
    max-width: 90px;
  }
  .awards__home__section .awards_panel {
    padding-left: 100px;
  }
  .awards__home__section .awards_panel .title-line {
    margin-top: 0px;
  }
  .awards__home__section .awards_home_item {
    padding: 20px 10px;
  }
  .panel-grid-cell { margin-bottom:0px!important; }

  .portfoliolist.all-project_listing, .portfoliolist > #pro-architecture, .portfoliolist > #pro-interior-design {
    grid-template-columns: repeat( 1, 100%);
  }
}

#projects_slider_popup #home_sliderProjects .projects_panel {
  width:inherit;
}

#projects_slider_popup .modal-body {
  overflow-y: hidden;
  height: 100%; /* Adjust for modal header height */
}


.at_project_popup #home_sliderProjects .img { min-height: 100%; width:inherit;

  background-size: contain;
background-repeat: no-repeat;
background-position: top center;
/* display: inline-block; */
}  

@media only screen and (max-width: 512px) and (min-width: 533px) {
  .at_project_popup #home_sliderProjects .img {
      max-height: 375px;
      display: inline-block;
    }
   
  }
  
  @media only screen and (max-width:533px) {
    .at_project_popup .modal-content .project_info_bar {
      position: relative;
    }
  
  }
  @media only screen and (max-width: 767px) and (min-width: 533px) {
  .at_project_popup #home_sliderProjects .img {
      max-height: 420px;
      display: inline-block;
    }
  
    .at_project_popup .modal-content .project_info_bar {
      position: relative;
    }
  }
  
  @media only screen and (max-width: 1024px) and (min-width: 512px) {
    .at_project_popup #home_sliderProjects .img {
        height:100vh;
        display: inline-block;
      }
      .at_project_popup #home_sliderProjects .slick-list {
        max-height: 100vh;
      }
    
  
    }

    @media screen and (max-width: 1024px) {
      /* .slider-caption h4  {margin-bottom: 15px !important;} */
      .slider-caption { font-size: 16px!important; line-height: 1.6!important; } 
    
    }
  