@font-face {
  font-family: Gotham-Book;
  src: url('../fonts/gotham-book.otf');
}

@font-face {
  font-family: Gotham-Bold;
  src: url('../fonts/gotham-bold.otf');
}
@font-face {
  font-family: Gotham-Black;
  src: url('../fonts/gotham-black.otf');
}

.qx-element-section-title h2 span {
  font-family: Gotham-Black;
}

body, p {
    font-family: Gotham-Book;
    font-size: 14px;
}

.qx-element-section-title .section-description {
    font-size: 16px;
    margin: 15px 0;
}

.logo {
    float: left;
}

.qx-element-marvel-gallery .qx-fg-filter .btn:hover {
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
}

.portfolio-item figure .item-description {
    text-align: center;
}

.portfolio-item figure:hover:after {
    background-color: rgba(0, 0, 0, 0.9) !important;
    top: 0 !important;
    left: 0%;
}

.portfolio-item figure:hover .item-description {
    top: 35% !important;
}

.portfolio-item figure .item-description a {
    color: #ffe400;
    font-size: 20px;
}

.portfolio-item figure .item-description a:hover {
    color: #fff;
    text-decoration: none;
}

.portfolio-item figure .item-category:before {
    display: none;
}

.portfolio-item figure .item-category {
    width: 100%;
}

.qx-btn, .xpert-contact .btn {
  font-family: Gotham-Bold;
}

.qx-element-section-title h2 span {
    display: block;
    font-size: 70px;
    margin-bottom: -17px;
    color: rgba(0,0,0,0.1) !important;

}

.qx-element-person .overlay-body {
    border: 1px solid #000;
}

.navbar-nav {
    font-family: Gotham-Book;
    font-size: 13px;
}

.ourteam .qx-carousel-title {
    padding: 20px 10px;
    background: #000000;
    color: #fff;
    margin-top: -1px;
}

.ourteam .qx-carousel-title span {
    font-size: 11px;
}

.ourteam .qx-carousel-caption {
    position: absolute;
    top: 0;
    border: 1px solid #000;
    background: #ffe400;
    color: #000000;
    padding: 40px 15px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.ourteam .qx-carousel-caption span {
    font-size: 11px;
}

.ourteam .qx-carousel-caption h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.ourteam .qx-carousel-item:hover .qx-carousel-caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


h1, h2, h3, h4, h5, h6 {
  font-family: Gotham-Bold;
}

.qx-element-person h4, .qx-element-person p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}

.max-height100vh {
    max-height: 100vh;
}

.min-heighttext .qx-blurb-content {
    min-height: auto;
}


h3.qx-blurb-title  {
    font-size: 17px;
}


.qx-element-person .overlay-body .social-links {
    display: none;
}

.t3-footer {
    background: #000000;
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    padding: 20px 0;
}

.qx-element-person .overlay-body .name {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 24px;
}

.footer-social i {
    font-size: 20px;
}

.footer-social a {
    color: #fff;
}

.footer-contactdetail {
    width: 100%;
}

.footer-contactdetail td {
    border-top: 0px;
    padding: 5px;
    font-size: 14px;
}

.footer-contactdetail td i {
    font-size: 30px;
    color: #ffec00;
}

.contact-officephone {
    font-size: 80%;
    font-size: 12px;
    display: inline-block;
    background: #000000;
    border: 1px solid #ffec00;
    color: #ffec00 !important;
    padding: 3px 7px;
    font-family: Gotham-Bold;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 5px;
}

.contact-officephone:hover {
    background: #ffec00;
    border: 1px solid #ffec00;
    color: #000000 !important;
}

.contact-officephone i {
    font-size: 12px !important;
    color: #ffec00 !important;
}

.contact-officephone:hover i {
    color: #000000 !important;
}

.contact-watsapp {
    font-size: 80%;
    font-size: 12px;
    display: inline-block;
    background: #00a500;
    border: 1px solid #00a500;
    color: #fff !important;
    padding: 3px 7px;
    font-family: Gotham-Bold;
    border-radius: 3px;
    margin-top: 5px;
}

.contact-watsapp:hover {
    background: #35ac52 !important;
    border: 1px solid #4ba234;
    color: #ffffff !important;
}

.contact-watsapp i {
    font-size: 14px !important;
    color: #fff !important;
}

.contact-watsapp:hover i {
    color: #fff !important;

}

.t3-footnav h3 {
    color: #fff;
    font-size: 30px;
    line-height: 38px;
}

.footer-contactdetail a {
    color: #fff;
}

.footer-contactdetail a:hover {
    color: #ffec00;
    text-decoration: none;
}

.cta-head {
    color: #fff !important;
}


.min-heighttext p {
    margin-bottom: 10px;
}

.detail-head {
    color: #ffec00;
  font-family: Gotham-Bold;
}

.footer-ico i {
    font-size: 35px;
}

#qx-column-96556  {
    padding: 0 !important;
}

.absolute.display {
    display: none;
}

.notitle h3.qx-blurb-title  {
    display: none;
}

.portfolio-item figure .item-link:after {
    width: 55px !important;
}

.portfolio-item figure .item-description {
    margin-top: 100px !important;
}

.portfolio-item figure:hover .item-description {
    margin-top: 25px !important;
    left: 0%;
}




.portfolio-item figure .item-title {
    font-size: 14px !important;
}

.contactmap {
    min-height: 800px;
    margin-bottom:-7px;
    border:0;
}

.xpert-contact .btn {
    margin-top: 10px;
}

.logo-img {
    height: 55px;
}

.footer-logo {
 height: 55px;   
}

.qx-element-marvel-gallery .qx-fg-filter a {
    margin-right: 0 !important;
}

.qx-element-marvel-gallery .qx-fg-filter li {
    margin: 2px;
}

@media (max-width: 1024px) and (orientation: landscape) {
    #qx-column-42414 {
    padding-top: 40px !important;
    padding-right: 20px !important;
    padding-bottom: 40px !important;
    padding-left: 30px;
}
}

@media (max-width: 1024px) and (orientation: portrait) {
    .logo-img {
    height: 65px;
}

#qx-button-group-59120 {
    text-align: center !important;
}

#qx-button-group-841807 {
    text-align: center !important;
}


#qx-column-48484 img {
    width: 60%;
}

.form-col .section-title {
    text-align: center;
}

    .qx-element-slider-pro {
    height: 100vh;
    padding-top: 50px;
}

.map-col, .form-col  {
    width: 100% !Important;
}

.xpert-contact {
    max-width: inherit;
    margin: 0 auto;
}

.max-height100vh {
    max-height: calc(100vh - 90px);
}

.tx-main-menu {
    float: right;
}

.t3-header {
    background: #000000;
    height: 90px;
    padding: 5px 0;
}

#particles {
    background-image: url(../images/slide-mobile.jpg) !important;
    background-position: bottom center !important;
}

.slider-col {
    width: 100% !important;
}

.qx-element-slider-pro .qx-slide h3 {
    font-size: 27px;
    text-align: center;
    margin-bottom: 20px;
}

.qx-element-slider-pro .qx-slide__container {
    text-align: center;
}

.qx-element-slider-pro .slick-dots {
    left: 0;
    text-align: center;
}

.qx-element-section-title h2 span {
    display: block;
    font-size: 65px;
    margin-bottom: -5px;
}

.cta-head {
    color: #fff !important;
}

#qx-column-42414 {
    padding-top: 30px !important;
    padding-right: 20px !important;
    padding-bottom: 30px !important;
    padding-left: 20px !important;
}

.qx-element-person figure figcaption {
    background: #000;
    padding: 15px;
}

.contactmap {
    min-height: 650px;
}

.qx-element-marvel-gallery .qx-fg-filter .btn {
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 7px;
}

.contactmap {
    min-height: 300px;
}
}

@media (orientation: portrait) and (max-width: 768px) {
   .footer-contactdetail td {
    border-top: 0px;
    padding: 5px;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
}
    
.cta-head {
    color: #fff !important;
    display: block;
    width: 100%;
}

    .max-height100vh {
    max-height: calc(100vh - 100px);
}

#Mod141 {
    display: none;
}

#about_us {
    padding-top: 125px;
    padding-bottom: 100px;
}

#particles {
}

.qx-element-slider-pro .qx-slide__container {
    text-align: center;
}

.qx-element-slider-pro .slick-dots {
    left: 0;
    text-align: center;
}

#qx-button-group-59120 {
    text-align: center !important;
    width: 100%;
    display: block;
    overflow: auto;
}

#qx-button-group-41445 {
    text-align: center !important;
}

#qx-section-title-13489 {
    text-align: center;
}

#qx-button-group-841807 {
    text-align: center !important;
}

.qx-element-carousel .slick-slide img, .qx-fg-filter>li, .social-links>a {
    display: inline-block;
    margin: 5px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #000;
    background-color: #ffe400;
}

.t3-off-canvas {
    background: #444;
    color: #fff;
}

.t3-off-canvas .t3-off-canvas-body a {
    color: #fff;
    text-decoration: none;
}

.t3-off-canvas .t3-off-canvas-header {
    background: #000;
    color: #fff;
    padding: 0 0 0 30px;
    height: 35px;
}

.t3-off-canvas-header-title {
    color: #fff;
}

.t3-off-canvas .close {
    margin: 0;
    height: 35px;
    line-height: 35px;
    width: 35px;
    background: #333;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    opacity: 0.9;
}

.qx-media-left {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.qx-element-slider-pro {
    height: 100vh;
    padding-top: 30px;
}
}


@media (orientation: landscape) and (max-width: 998px){
 .qx-element-slider-pro .slick-dots {
     display: none !important;
}

#qx-section-title-13489 {
    text-align: center;
}

#Mod141 {
    display: none !important;
}

#qx-button-group-59120, #qx-button-group-841807 {
    text-align: center !important;
}

.tx-main-menu {
    float: right;
}

.contactmap {
    min-height: 300px;
}

.footer-contactdetail td {
    border-top: 0px;
    padding: 5px;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
}

.qx-element-section-title h2 span {
    margin-bottom: -7px;
}
    
    .t3-header {
    background: #000000;
    height: 80px;
    padding: 0;
    }
    
    
    #qx-column-55100 {
    width: 45%;
}


.qx-element-slider-pro .qx-slide h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.qx-element-slider-pro .qx-slide__container .qx-btn {
    margin-bottom: 0px;
}

.qx-btn.qx-btn-primary {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
    font-size: 13px;
}

.qx-btn.qx-btn-primary {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
    font-size: 13px;
}
    
}

@media (orientation: portrait) and (max-width: 767px){

    
    .logo-img {
    height: 55px;
}

    .contactmap {
    min-height: 300px;
}

.footer-contactdetail td {
    border-top: 0px;
    padding: 5px;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
}

    #particles {
            background-image: url('../images/slide-mobile.jpg') !important;
    background-position: bottom center !important;
    }
    
    
     .t3-footnav {
         text-align: center;
     }
    
.qx-element-slider-pro {
    height: 100vh;
    padding-top: 30px;
}

.qx-element-number-counter .qx-nc-title {
    font-size: 13px;
    min-height: 47px;
}

body, p {
    font-family: Gotham-Book;
    font-size: 14px;
    line-height: 23px;
}

.qx-element-marvel-gallery .qx-fg-filter .btn {
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 10px;
    margin-right: 0;
}

.qx-element-slider-pro .qx-slide__container {
    text-align: center;
}

.qx-element-slider-pro .slick-dots {
    left: 0;
    text-align: center;
    display: none !important;
}

.qx-element-slider-pro .qx-slide h3 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 10px;
}

.max-height100vh {
    max-height: calc(100vh - 100px);
}

#qx-section-title-6117 {
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.qx-btn {
    padding: 10px 20px;
    font-size: 12px !important;
    border-radius: 0;
    margin-bottom: 10px;
    margin: 0 10px !important;
    float: none;
}

#qx-button-group-59120 {
    text-align: center !important;
    width: 100%;
    display: block;
    overflow: auto;
}

#qx-row-46626 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

#about_us {
    padding-top: 125px !important;
    padding-bottom: 50px !important;
}

#qx-text-191546 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

#qx-row-621704 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 50px !important;
    padding-right: 0px;
    padding-bottom: 110px !important;
    padding-left: 0px;
}

.min-heighttext .qx-blurb-content {
    min-height: auto;
}

#qx-section-title-13489 {
    text-align: center;
}

#service {
    padding-top: 50px !important;
}

#qx-row-26823 {
    margin-bottom: 0px !important;
}

.min-heighttext {
    padding: 10px 0 !important;
}

#qx-column-48841 {
    margin-top: 0 !important;
    padding-left: 0px;
}

#qx-column-48841, #qx-column-14486 {
    padding: 0 20px !important;
}

.min-heighttext {
    margin-bottom: 0;
}

#qx-button-group-41445 {
    text-align: center !important;
}

#features, #team {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#qx-row-461692 {
    margin-bottom: 30px !important;
}
}