@import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face {
    font-family: 'PillGothic300mg Bold';
    src: url(../fonts/PillGothic300mg-Bold.otf), url(../fonts/PillGothic300mg-Bold.ttf), url(../fonts/PillGothic300mg-Bold.eot), url(../fonts/PillGothic300mg-Bold.woff), url(../fonts/PillGothic300mg-Bold.woff2);
}
@font-face {
    font-family: 'PillGothic300mg Regular';
    src: url(../fonts/PillGothic300mg-Regular.otf), url(../fonts/PillGothic300mg-Regular.ttf), url(../fonts/PillGothic300mg-Regular.eot), url(../fonts/PillGothic300mg-Regular.woff), url(../fonts/PillGothic300mg-Regular.woff2);
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:before, :after {
    box-sizing: border-box;
}
body{
    font-family: 'PillGothic300mg Regular';
    font-weight: 500;
    font-size: 13px;
    color: #333;
}
html.iosBugFixCaret, body.iosBugFixCaret {
    -webkit-overflow-scrolling: touch !important;
    overflow: auto !important;
    height: 100% !important;
}
article, aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
ul, li {
    list-style: none;
}
a{
    color: #333;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
    color: #666;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}

input {
    font-family: 'Roboto', serif;
    font-size: 13px;
    -webkit-appearance: none;
}

input:focus {
    outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

img {
    max-width: 100%;
}
h2 {
    font-size: 35px;
    font-family: 'PillGothic300mg Bold';
    padding-bottom: 25px;
    position: relative;
    text-align: center;
}
h2:before {
    content: '';
    width: 100px;
    height: 2px;
    background-color: #d28535;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 0;
    padding: 0;
    margin: 0;
    background-size: contain !important;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
    background: url(../images/prev-icn.png) no-repeat;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
    background: url(../images/next-icn.png) no-repeat;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
header {
    position: fixed;
    width: 100%;
    z-index: 99;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
header .container {
    text-align: right;
}
header.scrolled {
    background: #d28535;
}
header img {
    transition: all .5s ease-in-out;
    vertical-align: middle;
    margin-left: 25px;
}
header.scrolled img {
    max-width: 70px;
}
.hotline{display: none;}

.slider-wrp {
    height: calc(100vh - 74px);
    background: url(../images/banner-new.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.slider-wrp .container{
    display: none;
}
.slide-cont {
    display: flex;
    width: 100%;
    padding: 0 10%;
    align-items: center;
    justify-content: space-between;
}
.slide-cont>div {
    width: 45%;
    text-align: center;
}
.offer-disc {
    background: #d28535;
    padding: 32px;
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    border-radius: 7px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
span.tagline{
    text-transform: uppercase;
    font-size: 24px;
    font-family:'PillGothic300mg Bold';
    margin-bottom: 15px;
    display: block;
}
.offer-disc span {
    color: #00bdf4;
}
.slide-cont strong {
    color: #000;
    font-size: 19px;
    margin-top: 10px;
    display: block;
    text-transform: uppercase;
}


.project-wrp {
    padding: 100px 0;
    margin-bottom: 80px;
    border-bottom: 1px solid #ccc;
}
.project-wrp .container {
    overflow: hidden;
}
.carousel-wrp {
    width: 55%;
    margin: 60px auto 0;
}
.project-wrp .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.project-wrp .owl-carousel .owl-item>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    transform: scale(.9);
    opacity: .3;
}
.project-wrp .owl-carousel .owl-item.active>div,
.project-wrp .owl-carousel .owl-item.active+div>div {
    flex-direction: row;
}
.project-wrp .owl-carousel .owl-item.active>div {
    transform: scale(1);
    opacity: 1;
}
.project-wrp .proj-img-wrp {
    width: 40%;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}
.project-wrp .proj-img-wrp:after {
    content: '';
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    position: absolute;
    bottom: 0;
}
.project-wrp .proj-img-wrp .btm-img {
    width: 100%;
    position: absolute;
    bottom: 0px;
    color: #fff;
    z-index: 9;
    padding: 20px;
    text-align: center;
}
.project-wrp .proj-img-wrp a {
    background: #00bdf4;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    display: none;
}
.project-wrp .proj-img-wrp a:hover{
    color: #000;
}
.project-wrp .active .proj-img-wrp a {
    display: inline-block;
}
.project-wrp .proj-img-wrp p {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.project-wrp .active .proj-img-wrp p {
    display: none;
}
.project-wrp .proj-img-wrp small {
    display: block;
    font-family: 'PillGothic300mg Regular';
    font-size: 12px;
    font-weight: normal
}
.project-wrp .proj-img-wrp .top-img {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.project-wrp .item-cont {
    width: 60%;
    height: 80%;
    padding: 20px 35px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.project-wrp .item-cont h3 {
    font-size: 30px;
    color: #d28535;
}
.project-wrp .item-cont h3 small {
    color: #000;
    font-size: 16px;
    display: block;
    font-weight: normal;
}
.project-wrp .item-cont hr {
    width: 40%;
    margin: 10px 0;
    border: none;
    border-bottom: 1px solid #ccc;
}
.project-wrp .item-cont h4 {
    font-size: 25px;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.project-wrp .item-cont h5 {
    font-size: 20px;
    color: #d28535;
    margin-bottom: 20px;
    text-transform: none;
    letter-spacing: 2px;
}
.project-wrp .item-cont h5 small {
    display: block;
    font-size: 13px;
    color: #101010;
    font-weight: normal;
    margin-top: 5px;
}
.project-wrp .item-cont h6 {
    display: block;
    font-size: 17px;
    color: #000;
    margin-bottom: 15px;
}
.project-wrp .item-cont .prj-high {
    font-size: 15px;
    color: #363636;
    padding: 6px;
    border-radius: 5px;
    display: inline-block;
    background: #cecdcd;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.project-wrp .item-cont .prj-high:before {
    position: absolute;
    content: '';
    width: calc(60% - 40px);
    height: 1px;
    background-color: #cecdcd;
    right: 0;
    margin-top: 5px;
    z-index: -1;
}
.project-wrp .item-cont p {
    font-size: 16px;
    font-family: 'PillGothic300mg Regular';
    line-height: 24px;
}
.project-wrp .owl-carousel .owl-item .item-cont {
    display: none;
}

.project-wrp .owl-carousel .owl-item.active .item-cont {
    display: block;
}

.project-wrp .owl-theme .owl-nav .owl-prev {
    left: -25%;
}

.project-wrp .owl-theme .owl-nav .owl-next {
    right: -25%;
}

.projects-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
    display: none;
}


/****************************************************** Configuration Start */

.config-wrp{
    padding: 0 0 100px;
    margin-bottom: 80px;
    border-bottom: 1px solid #ccc;
}
.config-wrp .container {
    text-align: center;
    position: relative;
}
.config-wrp .container table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 730px;
    border: 1px solid #ddd;
    max-width: 100%;
    margin: 0 auto;
}
.config-wrp .container table th{
    font-size:18px;
    text-align: center;
    padding: 16px;
    border:1px solid #ddd;
}
.config-wrp .container table td {
    text-align: left;
    padding: 16px;
    border:1px solid #ddd;
}
.config-wrp .container .configtbl .tblhead{
    display:flex;
    flex-direction:row;
    align-items: center;
    border:1px solid #ddd;
    position:relative;
    width: 149px;
    margin: 0 auto;
}

/****************************************************** Configuration End */


/****************************************************** Gallery Start */

.gallery-wrp .container {
    text-align: center;
    position: relative;
}
.gallery-wrp .tabcontent {
    margin: 60px auto 100px;
    width: 80%;
}
.tabcontent {
    display: none;
}
.tab-section {
    display: flex;
    flex-wrap: wrap;
}
.tab-wrp {
    display: flex;
    margin-top: 80px;
}
.tab-wrp {
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
}
.tab-wrp a {
    margin: 0 50px;
    color: #ccc;
}
.tab-wrp a.active {
    color: #d28535;
}
.gallery-wrp .item img {
    border: 1px solid #ccc;
    transition: all .3s ease;
    overflow: hidden;
}
.gallery-wrp .item a {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 5px 15px 24px rgba(0, 0, 0, .2);
}
.gallery-wrp .item p {
    color: #666;
    margin-top: 25px;
    font-size: 18px;
    text-transform: uppercase;
}
.gallery-wrp .item a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(116, 5, 6, 0.6);
    width: 100%;
    height: 100%;
    transform: skew(0deg) scale(0);
    transition: all .4s ease;
    z-index: 9;
    pointer-events: none;
}
.gallery-wrp .item a:hover:after {
    transform: skew(10deg) scale(1.3);
}
.gallery-wrp .item a:hover:before {
    background: url(../images/plus-icon.png) center center no-repeat;
    width: 53px;
    height: 53px;
    z-index: 99;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
}
.gallery-wrp .wrapper-01>p {
    padding: 30px 0;
    color: #666666;
}
.gallery-wrp .owl-theme .owl-nav .owl-prev {
    left: -13%;
}
.gallery-wrp .owl-theme .owl-nav .owl-next {
    right: -13%;
}
.fancybox-overlay {
    z-index: 9999;
}
.fancybox-opened {
    z-index: 99999;
}
.fancybox-nav span {
    visibility: visible;
}

/****************************************************** Video Start */
.video-wrp{
    padding-top: 60px;
    border-top: 1px solid #ccc;
}
.gallery-wrp .item a:after{
    display: none;
}
.gallery-wrp.video-wrp .item a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/play-icn.png) rgba(0,0,0,.4) no-repeat center;
}
.gallery-wrp.video-wrp .item:hover a:before{
    transform: scale(1);
}

/****************************************************** About Start */

.abt-wrp {
    background: #f3f3f3;
    text-align: center;
    padding: 60px 0;
    border-top: 1px solid #c9c8c8;
}
.abt-wrp h2:before {
    display: none;
}
.abt-wrp p {
    font-size: 16px;
    line-height: 25px
}
footer {
    margin-bottom: 74px;
    background: #d7d7d7;
    padding: 20px 0;
}
footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .container p {
    padding: 0 15px;
    line-height: 18px;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.mob-btn p.thanku{
    font-size:16px;
}
.thanku{
    margin:0 auto !important;
}
.tandc{
    padding: 130px 0 0;
}
.tandc h2 {
    text-align: center;
    font-size: 2rem;
    font-family: 'DINProBold';
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #000;
}
.tandc ul{
    padding: 30px 0;
}
.tandc ul li{
    background: url("../images/bullet-black.png") 0px 5px no-repeat;
    font-size: 18px;
    line-height: 22px;
    margin: 20px 0;
    padding-left: 22px;
}
.footer-form-wrp input::-webkit-input-placeholder {
    color: #999;
}
.footer-form-wrp input::-moz-placeholder {
    color: #999;
}
.footer-form-wrp input:-ms-input-placeholder {
    color: #999;
}
.footer-form-wrp input:-moz-placeholder {
    color: #999;
}
.footer-form-wrp {
    background: #000;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    z-index: 99;
    font-family: 'Roboto', sans-serif;
    padding: 20px 0;
}
.footer-form-wrp .container {
    display: flex;
    align-items: center;
}
.footer-form-wrp .form-head {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 20px 0 0;
    font-family: PillGothic300mg Regular;
    color: #fff;
}
.footer-form-wrp form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.footer-form-wrp form>div {
    width: 22%;
    position: relative;
}
.footer-form-wrp input,
.footer-form-wrp select {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    border: 0px;
    border: 1px solid #fff;
    outline: none;
    padding: 8px 10px;
    font-family: 'PillGothic300mg Regular';
    font-size: 14px;
    width: 100%;
    color: #fff;
    border-radius: 5px;
}
.footer-form-wrp input {
    color: #fff;
}
.footer-form-wrp select input[type=text] {
    color: #fff;
}
option {
    color: #333;
    padding: 10px 5px;
    font-size: 18px;
}
.footer-form-wrp .error_new {
    border: 1px solid red;
}
.intl-tel-input {
    width: 100%;
}
.footer-form-wrp input.error_new {
    border-color: red;
}
.footer-form-wrp .submit-wrp {
    width: auto;
}
.footer-form-wrp input[type="submit"] {
    font-family: 'PillGothic300mg Regular';
    width: auto;
    background: #d28535;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 20px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
    color: #333;
}
.iti-mobile .intl-tel-input .country-list {
    font-family: 'Roboto';
}
.mob-btn {
    display: none;
    background: #d28535;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    font-family: 'Roboto', sans-serif;
    padding: 20px 0;
    text-align: center;
    font-size: 28px;
    color: #fff;
}
.close-btn {
    display: none;
    font-size: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    line-height: 30px;
    color: #333;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
}
footer.thnk-msg .footer-form-wrp {
    justify-content: center;
}
footer.thnk-msg .footer-form-wrp .form-head {
    margin: 0;
}
.footer-form-wrp.popup {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    bottom: auto;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.footer-form-wrp.popup .close-btn {
    display: block;
}
.footer-form-wrp.popup .container {
    position: absolute;
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: auto;
    background: #000;
    padding: 30px;
    flex-direction: column;
}
.footer-form-wrp.popup form,
.footer-form-wrp.popup form>div {
    width: 100%;
    flex-direction: column;
}
.footer-form-wrp.popup form>div {
    margin-bottom: 20px;
    text-align: center;
}
.footer-form-wrp.popup .form-head {
    margin: 0 0 20px;
}
section.mobBanner {
	display:none;
}
section.mobBanner img {
	width:100%;
}
@media only screen and (max-width: 1280px) {
    .project-wrp .item-cont h3 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 768px), (max-width: 1024px) and (orientation: portrait) {
	section.slider-wrp {
		display:none;
	}
	section.mobBanner {
		display:block;
	}
    .slide-cont {
        flex-direction: column;
        padding: 0;
    }
    .offer-disc {
        padding: 20px;
        font-size: 18px;
        line-height: 24px;
    }
    .slide-cont>div {
        width: 95%;
        margin-bottom: 40px;
    }
    .slider-wrp {
        background: url(../images/mobile-main-bg.jpg) no-repeat center;
        background-size: cover;
        height: calc(100vh - 76px);
    }
    .carousel-wrp {
        width: 100%;
    }
    .projects-slider .owl-dots {
        display: block;
    }
    .mob-btn {
        display: block;
    }
    .footer-form-wrp {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0 auto;
        bottom: auto;
        background: rgba(0, 0, 0, .5);
        display: none;
    }
    .footer-form-wrp.popup .container {
        width: 50%;
    }
    .footer-form-wrp .container {
        position: absolute;
        width: 50%;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: auto;
        background: #000;
        padding: 30px;
        flex-direction: column;
    }
    .footer-form-wrp form,
    .footer-form-wrp form>div {
        width: 100%;
        flex-direction: column;
    }
    .footer-form-wrp form>div {
        margin-bottom: 20px;
    }
    .footer-form-wrp .form-head {
        margin: 0 0 20px;
    }
    .close-btn {
        display: block;
    }
    footer {
        margin-bottom: 75px;
    }
    footer .container p {
        text-align: center;
        padding: 5px 15px;
    }
}

@media only screen and (max-width: 480px) {
    h2 {
        font-size: 28px;
        padding-bottom: 12px;
    }
    .owl-carousel.owl-theme .owl-nav [class*=owl-] {
        width: 32px;
        height: 32px;
    }
    header img {
        max-width: 70px;
    }
    header.scrolled img {
        max-width: 60px;
    }
    .slide-cont>div:first-child {
        width: 66%;
        margin-bottom: 10px;
    }
    .slide-cont>div:last-child {
        margin-bottom: 0;
    }
    .slide-cont strong {
        font-size: 15px;
    }
    span.tagline{
        font-size: 19px;
        margin-bottom: 5px;
    }
    .slider-wrp {
        height: calc(100vh - 200px);
    }
    .project-wrp {
        padding: 40px 0;
        margin-bottom: 40px;
    }
    .carousel-wrp {
        margin: 40px auto 0;
    }
    .project-wrp .owl-carousel .owl-item>div,
    .project-wrp .owl-carousel .owl-item.active>div,
    .project-wrp .owl-carousel .owl-item.active+div>div {
        flex-direction: column;
    }
    .project-wrp .proj-img-wrp,
    .project-wrp .owl-carousel .owl-item .item-cont {
        width: 100%;
    }
    .project-wrp .item-cont {
        padding: 15px 22px;
    }
    .project-wrp .item-cont h3 {
        font-size: 22px;
    }
    .project-wrp .item-cont h4 {
        font-size: 20px;
    }
    .project-wrp .item-cont h5 {
        font-size: 17px;
    }
    .config-wrp{
        padding: 0 0 40px;
        margin-bottom: 4px;
    }
    .tab-wrp {
        margin-top: 30px;
    }
    .tab-wrp a {
        margin: 0 8px;
        font-size: 14px;
    }
    .gallery-wrp .tabcontent {
        margin: 30px auto 40px;
    }
    .abt-wrp {
        padding: 40px 0;
    }
    .abt-wrp p {
        font-size: 13px;
        line-height: 20px;
    }
    footer {
        margin-bottom: 50px
    }
    footer .container {
        flex-direction: column;
        align-items: center;
    }
    footer .container>div:first-child {
        margin-bottom: 10px
    }
    .footer-form-wrp {
        width: 100%;
    }
    .footer-form-wrp .container, .footer-form-wrp.popup .container {
        width: 90%;
    }
    .mob-btn {
        padding: 10px 0;
        font-size: 22px;
    }
}