@font-face {
  font-family: 'Castellar';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Castellar.ttf') format('truetype'),
        url('../fonts/Castellar.woff') format('woff'),
        url('../fonts/Castellar.woff2') format('woff2'),
        url('../fonts/Castellar.eot'),
        url('../fonts/Castellar.svg#Castellar') format('svg');
}
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
body {
	font-family: 'Roboto', sans-serif;
	 overflow-x: hidden;
     background-color: #000;
}
#sp-page-builder .sp-pagebuilder-page-edit {
    display: none !important;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Castellar;
}
.off-canvas-toggle {
    display: none !important;
}
.page-1 .page-header {
    display: none;
}
.t3-megamenu ul {
    float: right;
}
.t3-megamenu ul li a {
    color: #ccc;
    text-transform: uppercase;
    font-family: Castellar;
    font-size: 15px;
    letter-spacing: 1.2px;
}
 .nav > li > a:focus {
	background: none;
    color: #fff;
 }
.t3-megamenu ul li a:hover {
    background: none;
    color: #09674b;
}
.navbar-brand {
    height: auto;
}
nav#t3-mainnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.t3-header,.t3-content {
    padding-top: 0;
    padding-bottom: 0;
}
.header-bg {
    position: fixed;
    z-index: 999;
    width: 100%;
}
.home-content-1 .sppb-row {
    display: flex;
    align-items: center;
}
.logo-image img {
    max-width: 130px;
}
.sticky-menu .logo-image img {
    max-width: 100px;
}
.sticky-menu  {
    background: #000;
}
.t3-megamenu ul li.current a {
    color: #09674b;
}
.video-bg {
    position: absolute !important;
    z-index: -1 !important;
    top: 0;
    width:100%;
}
 .video-bg  video {
     width: 100%;
 }
 .home .video-bg  video {
     width: auto;
 }
html:not(.home) .video-bg  video {
    max-height: 300px;
    object-fit: cover;
    object-position: top;
}
/*video#bgvid {
    width:100%;
}*/
.home-content-1:after {
    content:"";
    width: 100%;
    height: 155px;
    display: block;
    position: absolute;
    background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    bottom: 0;
}

/* Recent Projects */
a:hover {
    text-decoration: none;
}
.recent-projects .moduleItemIntrotext {
    position: relative;
    margin-bottom: 20px;
}
.recent-projects .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
}
.recent-projects .moduleItemIntrotext > a {
    display: block;
}
.recent-projects img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    padding: 0 4px;
}
.mod-project-detail {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.mod-project-detail a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #0ea584;
    background: rgba(0,0,0,0);
    transition: .2s ease all;
}
.recent-projects .item-cat {
    font-size: 0px;
    margin-bottom: 0;
    transition: .2s ease all;
}
.recent-projects .item-title {
    font-size: 0px;
    letter-spacing: 1.2px;
    transition: .2s ease all;
}
.recent-projects .mod-project-detail:hover a {
   background: rgba(0,0,0,0.8);
}
.recent-projects .mod-project-detail:hover a .item-cat {
    font-size: 12px;
}
.recent-projects .mod-project-detail:hover a .item-title {
    font-size: 16px;
}
.recent-project-column .clearfix {
    width: 33.33%;
    float: left;
}

/* Projects Category */
.projects-category {
    background: #000;
}
.video-divider {
    margin-top: 200px;
    position: relative;
}
.video-divider:before {
    content:"";
    width: 100%;
    height: 155px;
    display: block;
    position: absolute;
    background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    bottom: 0;
}
.projects-category  h2 {
    color: #fff;
    font-size: 36px;
    text-align: center;
    letter-spacing: 1.8px;
    margin-bottom: 130px;
    margin-top: 0;
}
.projects-category .subCategory {
    padding: 0;
    border: none;
    background: none;
    position: relative;
}
.projects-category .subCategory img {
    max-width: 100%;
    height: 290px;
    object-fit: cover;
    transition: .2s ease all;
    width: 100%;
}
.projects-category .subCategory h3 a{
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0, 0.8);
    margin: 0;
    font-size: 17px;
    color: #0ea584;
    letter-spacing: 0.85px;
    text-align: center;
    transition: .2s ease all;
}

.projects-category .row:hover .subCategory img {
   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
   filter: grayscale(100%);
}
.projects-category .row .subCategory:hover img {
   -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
   filter: grayscale(0%);
}
.projects-category .row .subCategory:hover h3 a{
    font-size: 0;
    background: transparent;
}

/* Project Listing */
.projects-listing {
    background: #000;
}
.projects-listing h2 {
    text-align: center;
    font-size: 36px;
    color: #fff;
    letter-spacing: 1.8px;
    margin-bottom: 130px;
    margin-top: 0;
}
.projects-listing .catItemImage img {
    height: 290px !important;
    object-fit: cover;
    width: 100% !important;
    transition: .2s ease all;
}
.projects-listing .catItemBody {
    position: relative;
    padding: 0;
}
.projects-listing h3 {
    margin-bottom: 0;
    margin-top: 0;
}
.projects-listing span.catItemImage {
    margin-bottom: 0;
}
.projects-listing .catItemView {
    margin-bottom: 8px;
    padding: 0 4px;
}
.projects-listing .catItemImageBlock {
    margin-bottom: 0;
    padding: 0;
}
.projects-listing h3 a {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0, 0.8);
    margin: 0;
    font-size: 17px;
    color: #0ea584;
    letter-spacing: 0.85px;
    text-align: center;
    transition: .2s ease all;

}
.projects-listing #itemListPrimary:hover img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.projects-listing  #itemListPrimary .itemContainer:hover img {
   -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
   filter: grayscale(0%);
}
.projects-listing  #itemListPrimary .itemContainer:hover h3 a {
     font-size: 0;
    background: transparent;
}

/* Project Details */
.project-details {
    background: #000;
    margin-bottom: 0 !important;
}
.project-details h2 {
    font-size: 30px;
    letter-spacing: 1.5px;
    color: #fff;
}
.project-details  div.itemExtraFields {
    margin:0;
    padding: 0;
    border: none;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 40px;
}
.project-details .itemExtraFieldsLabel {
    width: 107px !important;
    font-weight: 500 !important;
    color: #e0e0e0;
    letter-spacing: 0.4px;
    font-size: 16px;
}
.project-details .itemExtraFieldsValue {
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #9e9e9e;
}
.project-details div.itemFullText table {
    width: 100% !important;
    border: none !important;
}
.project-details div.itemFullText td {
    width: 33.33%;
    border: none;
    padding: 5px;
}
.project-details div.itemFullText td img {
    max-width: 100%;
    width: 100%;
    height: 245px;
    object-fit: cover;
    transition: .2s ease all;
}
.back-btn {
    text-align: center;
    margin: 60px 0;
}
.back-btn a {
    padding: 18px 60px;
    background: #0ea584;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.16);
}
.project-details table:hover img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.project-details table td:hover img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
   filter: grayscale(0%);
}

/* Home Clients */
.slick-prev:before, .slick-next:before {
	font-size: 25px !important;
}
.slick-dots {
    left: 0;
}
.slick-dots li button:before {
    color:#616161 !important;
    opacity: 1 !important;
    font-size: 8px !important;
}
.slick-dots li.slick-active button:before {
    color: #00a882 !important;
    opacity: 1 !important;
}
.slick-dots li {
    margin: 0 !important;
}


/* Home Contact */
.home-contact .sppb-col-md-4 {
    border-right: 1px solid #fafafa;
}
.home-contact .sppb-col-md-4:last-child {
    border: none;
}
.home-contact .sppb-col-md-4  h3 {
    margin-top: 0;
}
.home-contact .sppb-col-md-4 .clearfix {
    margin-bottom: 0 !important;
}
.home-contact img {
    border: 1px solid #0ea584;
    border-radius: 50%;
    margin-bottom: 15px;
    max-width: 50px;
}
.home-contact .sppb-addon-content {
    padding: 0px 15px;
}
.t3-footnav {
    padding-bottom: 0;
}

/* Footer */
#t3-footer {
    background: #000;
    border-top: none;
}
.t3-copyright {
    border-top: none;
    padding: 20px 0;
}
.t3-copyright p,
.t3-copyright a {
    color: #9e9e9e;
}
.t3-copyright .row {
    display: flex;
    align-items: center;
}
.t3-copyright .col-md-4 {
    text-align: right;
}
.t3-copyright .col-md-4 i {
    font-size: 24px;
    margin-left: 25px;
}

/* Clients List */
.page-2 .clearfix,
.page-3 .clearfix,
.page-4 .clearfix,
.page-5 .clearfix,
.page-6 .clearfix,
.page-10 .clearfix {
    margin-bottom: 0 !important;
}
.client-list img {
    width: 165px;
    padding: 0 15px;
    object-fit: contain;
}

/* Contact Us Pages */
#rsform_3_page_0 label {
    display: none;
}
#rsform_3_page_0 .formControls {
    margin-left: 0;
}
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="number"],
.formResponsive input[type="email"],
.formResponsive input[type="tel"],
.formResponsive input[type="url"],
.formResponsive input[type="password"] {
    width: 100%;
    background: none;
    border:none;
    /*border-bottom: 1px solid #bdbdbd;*/
    border-radius: 0;
    padding: 10px 0;
    margin-bottom: 0;
    color: #fff;
    box-shadow: none !important;
}
.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0;
}
.formResponsive button[type="submit"] {
    text-transform: uppercase !important;
    padding: 20px 80px;
    background-color: #0ea584 !important;
    background-image: none !important;
    border-color: #0ea584 !important;
    border-radius: 0;
}
button.rsform-submit-button {
    text-transform: uppercase !important;
    padding: 20px 80px !important;
    background-color: #0ea584 !important;
    background-image: none !important;
    border-color: #0ea584 !important;
    border-radius: 0;
    color: #fff !important;
}
.formResponsive button[type="submit"]:hover,
button.rsform-submit-button:hover {
    background-color: transparent !important;
}
.contact-details,
.contact-branch {
    display: flex;
}
.contact-details > div,
.contact-branch > div {
    margin-right: 45px;
}
.contact-details p strong,
.contact-branch p strong{
    color: #fff;
}
.contact-details {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255, 0.3);
}
.contact-branch {
    padding-top: 40px;
}
.formResponsive .formControls > div:after {
    content: '';
    display: block;
    width: 0;
    margin-top: -20px;
    height: 1px;
    background: #bdbdbd !important;
    -webkit-transition: 1.5s;
    transition: 1.5s;
}
.contact-us-form .contact-us-detail div.active:after{
    width: 100%;
}
.contact-us-form {
    width: 90%;
}
.formResponsive .formHorizontal p.formDescription {
    display: none;
}
.contact-us-form .contact-us-detail div.active {
    margin-bottom: 20px;
}
.rsform-block-send-message {
    margin-top: 20px;
}
.contact-right p:nth-child(1) {
    min-height: 113px;
}
.contact-right img {
    max-width: 35px;
}

.rsform p{
    color: #fff;
    margin-bottom: 20px;
}
/*.formResponsive .rsform-block-recaptcha2 .active:after,
.formResponsive .rsform-block-send-message .formBody:after{
    display: none;
}
*/
/* Services */
#sppb-addon-1560850995594 {
    margin-bottom: 0;
}
.services-detail img.sppb-img-responsive {
    max-height: 580px;
}
.services-detail ul {
    padding-left: 16px;
    letter-spacing: 0.34px;
}
/*.services-detail h3.sppb-addon-title {
    margin-top: 0;
}*/
.page-2, .page-3, .page-4,  #k2Container {
    padding-bottom: 80px;
    background: #000;
}
#k2Container {
    padding-top: 50px;
}
.home-contact p {
    margin-bottom: 0;
    line-height: 1.5;
}

/* About Us */
.about-desc p {
    color: #e0e0e0;
    letter-spacing: 0.4px;
    font-size: 16px;
    margin-right: 60px;
    margin-bottom: 25px
}
.about-desc p:first-child {
    color: #eee !important;
    font-size: 24px !important;
    font-weight: 500;
}
.about-desc p:first-child strong {
    color: #0ea584 !important;
}

.sppb-animated-number {
    font-family: Castellar;
}

/* Awards */
.awards-detail img {
    max-width: 100%;
    height: auto;
}

.k2Pagination ul{
    text-align: center;
    float: none;
}

.k2Pagination{
    color: #fff;
}

.k2Pagination ul li a{
    border-radius: 0px !important;
    color: #fff !important;
    background-color: #0ea584 !important;
    border: none !important;
    padding: 10px 15px !important
}

.k2Pagination ul li.active a{
    color: #0ea584 !important;
    background-color: #fff !important;
}

.k2Pagination ul li:first-child, .k2Pagination ul li:last-child{
    display: none;
}

.project-details .sppb-gallery img{
    width: 370px !important;
    height: 245px !important;
    object-fit: cover;
    padding: 2px;
}

.recent-project-column .slick-arrow{
    width: 25px;
    height: 25px;
}

.project-details .itemExtraFields>.row>div:first-child li{
    display: flex;
}

.project-details iframe{
    margin-top: 20px;
}

/* Responsive */

@media(min-width: 1617px) {

  .home .video-bg video{
    width: 100%;
  }

}

@media(max-width: 1200px) {
	/* Home */
	.t3-megamenu ul li a {
		font-size: 12px;
	}
	.sppb-addon-header .sppb-addon-title {
	    font-size: 28px !important;
	}
    .services-detail img.sppb-img-responsive {
        max-height: 472px;
    }
}
@media(max-width: 991px) {
	/* Home */
	.sppb-addon-header .sppb-addon-title {
	    font-size: 24px !important;
	}
	.t3-megamenu ul {
	    display: none;
	}
	.navbar-toggle {
	    display: none;
	}
	.off-canvas-toggle {
	    display: block !important;
	    background: transparent;
	}
	.off-canvas-toggle:hover,
	.off-canvas-toggle:active,
	.off-canvas-toggle:focus  {
		background: none;
	}
	#t3-off-canvas {
	    background: #000000;
	}
	.t3-off-canvas .t3-off-canvas-header h2 {
		display: none;
	}
	.t3-off-canvas .t3-off-canvas-body a {
	    color: #ffffff;
	}
	.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	    background-color: transparent;
	    color: #0ea584 !important;
	}
	.t3-off-canvas .t3-off-canvas-body a:hover {
	    background: none;
	    color: #0ea584;
	}
	.btn:focus, .btn:active:focus,
	.btn.active:focus, .btn.focus,
	.btn:active.focus, .btn.active.focus {
		outline: 0;
	}
	.home-content-1 img {
	    max-height: 300px;
	}
	section#section-id-1560741494805,
	section#section-id-1560755366229 {
	    padding-top: 0 !important;
	}
	.home-contact .sppb-col-md-4 {
	    margin-bottom: 25px;
	    border-right: none;
	}
	section#section-id-1560755366238 {
	    padding-bottom: 0 !important;
	}
	.t3-copyright .row {
	    flex-direction: column;
	    align-items: initial;
	    text-align: center;
	}
	.t3-copyright .col-md-4 {
	    text-align: center;

	}
	.t3-copyright .col-md-4 i {
		margin-left: 12px;
    	margin-right: 12px;
	}

	/* Projects Category */
	.video-divider {
		margin-top: 180px;
	}

    /* Contact Us */
    .contact-us-form {
        width: 100%;
    }

    /* About Us */
    .about-desc p {
        margin-right: 0;
    }

}
@media(max-width: 767px) {
	/* Home */
	.logo-image img {
	    max-width: 120px;
	}
	.sticky-menu  .logo-image img {
	    max-width: 100px;
	}
	.home-content-1 img {
	    max-height: 200px;
	}
	.t3-mainnav {
	    padding: 0 15px;
	}
	html:not(.home) #t3-mainbody {
	    padding: 0 15px;
	}
	.sp-page-builder .page-content #section-id-1560408844765 {
	    padding-top: 150px;
	}
	.slick-prev, .slick-next {
	    display: none !important;
	}
	ul.slick-initialized.slick-slider {
	    padding-left: 0;
	}
    .recent-project-column .clearfix {
        width: 50%;
    }

	/* Projects Category */
	.video-divider {
		margin-top: 150px;
	}
	.projects-category h2,
	.projects-listing h2 {
		font-size: 32px;
        margin-bottom: 40px;
	}

	/* Projects Detail */
	.project-details div.itemFullText td {
	    width: 100%;
	    float: left;
	}
	.project-details h2 {
		font-size: 25px;
	}
	.project-details div.itemExtraFields {
		margin-top: 20px;
	}

	/* Client List */
	.client-list {
	    padding-top: 0 !important;
	}
	.sp-page-builder .page-content #section-id-1560759703941 {
		padding-bottom: 0 !important;
	}

	/* Contact Us */
	.sp-page-builder .page-content #section-id-1560761344186,
    .sp-page-builder .page-content #section-id-1562645343552{
		padding-bottom: 0 !important;
	}
	.sp-page-builder .page-content #section-id-1560761344192,
    .sp-page-builder .page-content #section-id-1562645343561  {
		padding-top: 0 !important;
	}
	.contact-details, .contact-branch {
	    flex-direction: column;
	}
    .contact-right p:nth-child(1) {
        min-height: auto;
    }

	/* Services Pages */
	.sp-page-builder .page-content #section-id-1560850995596 {
		padding-bottom: 0 !important;
	}
	.page-2, .page-3 {
	    padding-bottom: 0px;
	}

    /* About Us */
    .sp-page-builder .page-content #section-id-1561612747719,
    .sp-page-builder .page-content #section-id-1561612447931 {
        padding: 0;
    }

    /* Our Team */
    .sp-page-builder .page-content #section-id-1565174422968 {
        padding-bottom: 0;
    }
    .sp-page-builder .page-content #section-id-1565174422973 {
        padding-top: 0;
    }
}
@media(max-width: 600px) {
	.projects-category div.itemContainer, div.subCategoryContainer {
		padding: 0 15px;
	}
	.projects-category .subCategory img {
	    width: 100%;
	}
	.projects-listing .catItemImage img {
	    width: 100% !important;
	}
}
@media(max-width: 480px) {

  .project-details iframe{
    height: 300px !important;
}

  .project-details .itemExtraFieldsLabel{
    width: 100% !important;
  }

  .project-details .itemExtraFields>.row>div:first-child li{
    display: block;
  }

	/* Home */
	.recent-projects .col-md-3 {
	    width: 100%;
	}
	.home-contact img {
		margin-bottom: 25px;
	}
	.home-contact .sppb-col-md-6 {
	    margin-bottom: 25px;
	}
	.home-content-1 h3.sppb-addon-title {
	    font-size: 20px !important;
	}
	.t3-copyright {
	    padding-bottom: 0;
	}
    .recent-project-column .clearfix {
        width: 100%;
    }
    .recent-projects img {
        padding: 0;
    }

	/* Projects Category */
	.projects-category h2,
	.projects-listing h2 {
		font-size: 26px;
	}

	/* Projects Detail */
	.project-details h2 {
		font-size: 20px;
		text-align: center;
	}

	/* Client List */
	.client-list .sppb-col-md-9 .sppb-addon-content {
	    text-align: center;
	}
	.client-list img {
	    max-width: 100%;
	}
	.contact-details > div, .contact-branch > div {
		margin-right: 0;
	}
	#sppb-addon-1560761344198 h3.sppb-addon-title {
	    margin-bottom: 10px;
	}
}
