
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.px-ct {
    padding-left: 7%;
    padding-right: 7%;
}
.ps-ct {
    padding-left: 7%;
}
.pe-ct {
    padding-right: 7%;
}
.py-ct {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.pt-ct {
    padding-top: 3rem;
}
.pb-ct {
    padding-bottom: 3rem;
} 
body {
    background: #fff;
    color: #444;
     /* font-family: HKGrotesk-Regular; */
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #F26739;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #F26739;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 10px 0;
    /* font-family: HKGrotesk-Light; */
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    /* font-family: HKGrotesk-Regular; */
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

@font-face {
    font-family: HKGrotesk-Regular;
    src: url(/fonts/HKGrotesk-Regular.otf);
}

@font-face {
    font-family: HKGrotesk-Light;
    src: url(/fonts/HKGrotesk-Light.otf);
}

@font-face {
    font-family: HKGrotesk-Italic;
    src: url(/fonts/HKGrotesk-Italic.otf);
}

@font-face {
    font-family: HKGrotesk-Bold;
    src: url(/fonts/HKGrotesk-Bold.otf);
}

@font-face {
    font-family: HKGrotesk-SemiBold;
    src: url(/fonts/HKGrotesk-SemiBold.otf);
}

@font-face {
    font-family: HKGrotesk-LightItalic;
    src: url(/fonts/HKGrotesk-LightItalic.otf);
}

@font-face {
    font-family: HKGrotesk-BoldLegacy;
    src: url(/fonts/HKGrotesk-BoldLegacy.otf);
}

@font-face {
    font-family: HKGrotesk-BoldLegacy;
    src: url(/fonts/HKGrotesk-BoldLegacy.otf);
}

.text-orange {
    color: #F26739
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    color: #000;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 5px;
    bottom: 15px;
    transition: background 0.5s;
}

.sticky-bar {
	z-index: 2;
	width: 42px;
	background-color: #f26739;
	border-radius: 10px 0 0 10px;
	position: fixed;
	right: 0;
	top: calc(50% - 50px);
	padding: 10px;
}
/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/

.landing-background {
    background: url(../img/header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}

.login-box {
    margin-top: 45%;
    padding: 40px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.4);
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: rgba(0, 0, 0, 0) linear-gradient(60deg, #ffffff 55%, #F26739 50%) repeat scroll 0 0;
    padding: 5px 0;
    font-size: 14px;
}

#topbar .contact-info a {
    line-height: 2;
    color: #807e7e;
    padding-left: 5px;
}

#topbar .contact-info a:hover {
    color: #F26739;
}

#topbar .contact-info i {
    color: #c3c4c6;
    padding: 4px;
}

#topbar .contact-info .fa-phone {
    padding-left: 20px;
    margin-left: 20px;
}

#topbar .social-links a {
    color: #fff;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
}

#topbar .social-links a:hover {
    color: #000;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    /* height: 130px; */
    /* padding: 20px; */
    transition: all 0.5s;
    background: #f8f8f9;
}
#header #logo {
    padding-left: 7%;
    position: relative;
    z-index: 1;
}
#headerstk #header #logo,
#headerstkhome #header #logo {
    padding-left: 16%;
}
#header #logo img {
    /* margin: -20px; */
    height: 130px;
}

.page-header {
    /* font-family: HKGrotesk-Bold; */
    background-color: #5a5959;
    padding: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    margin-top: auto;
    text-align: center;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

/* #home-banner {
	background-image: url('/images/banner.png');
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	height: 600px;
} */

#service-details-banner {
    background-image: url('/images/service_details_banner.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    height: 450px;
}

.video-box {
    position: relative;
    z-index: 0;
}

.video-box .overlay {
    position: absolute;
    left: 0;
    color: #fff;
    top: 10%;
    z-index: 100;
    text-align: center;
    line-height: initial;
}
.headerstkhome .video-box .overlay {
    top: 27%;
}
.video-box .overlay .video-title {
    color: #F26739;
    font-size: 4rem;
    font-weight: 300;
}

.video-box .overlay .video-sub-title {
    font-size: 3.25rem;
    font-weight: 400;
}

.video-box .overlay .header-line hr {
    width: 40%;
    border-bottom: 3px solid #fff;
}

.video-box .overlay .video-text {
    font-size: 2rem;
}

.video-box video {
    object-fit: initial;
    width: 100%;
    /* height: 660px; */
    display: block;
    height: 88vh;

}


.video-box:before {
    content: '';
    position: absolute;
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.landing-header {
    position: absolute;
    margin: 3.5% auto;
    width: 100%;
    z-index: 90;
}

.landing-header img {
    margin: 0px auto;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul, .nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Meu Container */

#nav-menu-container {
    /* float: right; */
    margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
    padding: 40px 20px;
    text-decoration: none;
    display: inline-block;
    color: #555;
    font-weight: 600;
    font-size: 18px;
    outline: none;
}

.dropdown-menu {
    left: -10px;
    border: 0px;
    padding: 0;
}

.dropdown-menu a {
    display: block;
    padding: .8rem 1.5rem;
    background: #f8f8f9;
    font-size: 14px;
    color: #7a7a7a;
}

.dropdown-menu a {
    border-bottom: 1px solid #f00;
}

.dropdown-menu a:last-child {
    border-bottom: 0px;
}

.nav-menu li:hover>a, .nav-menu .menu-active>a {
    border-bottom: 4px solid #F26739;
}

.nav-menu>li {
    margin-left: 25px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li:hover>a {
    color: #50d8af;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 36px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #555;
}

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover, :focus {
    color: #f68e0b;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #50d8af;
}

#mobile-nav ul .menu-item-active {
    color: #50d8af;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header {
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 27px;
    color: #000;
    text-transform: uppercase;
    font-weight: 1000;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    letter-spacing: 2px;
    font-family: HKGrotesk-BoldLegacy;
}

.section-header h2:after {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 4px;
    background: #F26739;
    bottom: 0;
    left: 47%;
}

.section-header p {
    padding: 0;
    margin: 0;
}

/* Brochure Section
--------------------------------*/

#brochure {
    background-size: cover;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/news_1.png);
    padding: 85px 0;
    margin: 20px auto;
    position: relative;
}

#brochure .brochure-form {
    position: relative;
    z-index: 100px;
}

#brochure::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

#brochure .form-control {
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}

#get-brochure.btn-primary {
    background: #e7572a;
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 8px 30px;
    transition: 0.4s;
    cursor: pointer;
}

#get-brochure.btn-primary:hover {
    background: #e7572a;
    color: #fff;
}

#message-modal {
    color: #000;
    font-family: HKGrotesk-SemiBold;
    font-size: 15px;
}

#message-modal .btn-primary {
    background: #e7572a;
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 8px 30px;
    transition: 0.4s;
    cursor: pointer;
    margin: 15px;
}

#message-modal .btn-primary:hover {
    background: #e7572a;
    color: #fff;
}

#brochure h2 {
    color: #fff;
}

.error {
    color: red;
}

/* About Section
--------------------------------*/

#about {
    margin: 40px auto 20px;
}

.about-floating-img {
    float: right;
    width: 50%;
    padding-bottom: 0px;
    padding-left: 0px;
}

#about .content h2 {
    color: #000;
    font-weight: 1000;
    font-size: 25px;
    letter-spacing: 3px;
    font-family: HKGrotesk-BoldLegacy;
}

#about .content h3 {
    color: #555;
    font-weight: 400;
    font-size: 28px;
    line-height: 26px;
    margin: -20px 0 40px 0;
    letter-spacing: 3px;
}

#about .content h3:after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 4px;
    background: #F26739;
    margin: 20px 0;
}

#about .content p {
    margin-top: 60px;
    font-size: 18px;
    line-height: 27px;
}

#about .content p:last-child {
    margin-bottom: 0;
    margin-top: auto;
}

#about .member1 {
    /* padding: 30px 50px 0 50px; */
    background: #F26739;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
}

#about .member2 {
    /* padding: 30px 50px 0 50px; */
    background: #474B4F;
    text-align: center;
    color: #ffffff;
    font-size: 18px;

}

#about .card-text {
    font-size: 12px;
}

#about .detail {
    position: absolute;
    bottom: 10%;
    top: 50%;
    left: 20%;
    right: 20%;
    background: rgba(241, 89, 34, 0.95);
    color: #fff;
    padding: 20px;
    border: 1px solid #fff;
    border-image-outset: 10px;
}

/* Services Section
--------------------------------*/

#services {
    margin: 90px auto 70px;
}

.kas-4-s {
    height: 220px;
    /* width: 240px; */
    width: auto;
    border: 2px solid #F26739;
    /*border-radius: 50%;*/
    padding: 10px;
    font-size: 20px;
    color: #555;
    cursor: pointer;
}
.kas-4-s strong {
    font-weight: 600;
}
.kas-4-s div {
    margin: auto;
}

#services .service-description span {
    font-weight: 700;
    font-size: 20px;
}

/* 
#services .service-image {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 260px;
    width: 400px;
}
#services .item img {
    width: 85%;
}
#services .item:hover {
    height: 150%;
}
#service-image-1,
#service-image-8 {
    background-image: url('/images/services/1.jpg');
}
#service-image-2,
#service-image-9 {
    background-image: url('/images/services/2.jpg');
}
#service-image-3,
#service-image-10 {
    background-image: url('/images/services/3.jpg');
}
#service-image-4,
#service-image-7 {
    background-image: url('/images/services/4.jpg');
}
#service-image-5,
#service-image-6 {
    background-image: url('/images/services/5.jpg');
}
#services .service-image .service-header-overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: height 0.4s ease-out;
    background: linear-gradient(to bottom, transparent 0%, #e7572a 100%);
}
#services .service-header h3 {
    font-size: 40px;
    font-weight: bolder;
}
#services .service-image:hover {
    opacity: 0.7;
}
#services .service-image:hover .service-header {
    opacity: 1;
}

#services .service-header {
    text-align: center;
    position: absolute;
    bottom: 0%;
    left: 28%;
		width: 50%;
    color: #fff;
    font-size: 20px;
    opacity: 0;
}
#services .service-header:hover {
    opacity: 1;
}
.service-image:before {
    content: '';
    display: block;
    position: absolute;
    height: 0%;
    width: 100%;
    bottom: 0;
    transition: height 0.5s ease-out;
    background: linear-gradient(to bottom, transparent 0%, #e7572a 100%);
}
.service-image:hover:before {
    height: 100%;
}
*/

.view-more-link {
    color: #F26739 !important;
    margin-bottom: 5px;
}

/* Service details Section */

#service-details {
    margin-bottom: 20px;
}

#service-details .content {
    margin: 20px 0 40px 0;
    border-bottom: 1px solid #ebebeb;
}

#service-details h1 {
    color: #F26739;
    font-size: 29px;
    font-weight: 300;
    line-height: 44.8px;
    margin: 35px auto 70px 35px;
    /* font-family: 'HKGrotesk-Light'; */
}

#service-details h1:after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 4px;
    background: #F26739;
    margin: 20px 0;
}

#service-details .service-categories p {
    display: initial;
    font-size: 17px;
    /* font-family: HKGrotesk-Regular; */
}

#service-details .service-categories .header {
    /* font-family: HKGrotesk-Bold; */
}

#service-details .service-categories .description {
    color: #555;
    /* font-weight: 400; */
    line-height: 27px;
    margin-bottom: 20px;
}

/* Our Portfolio Section
--------------------------------*/

#portfolio {
    margin: 20px auto;
    background: #474B4F;
    padding: 30px 0;
    color: #e5e5e5;
}

#portfolio .member {
    text-align: center;
    margin: 40px;
}

#portfolio .pic {
    margin: 0 0 20px 0;
}

#portfolio .pic img {
    max-height: 50px;
    max-width: 50px;
}

#portfolio .details h5 {
    font-size: 22px;
    margin: 0;
    /* font-family: HKGrotesk-Light; */
}
#portfolio .details h5 b {
    font-weight: 600;
}
#portfolio .details h2 {
    font-size: 38px;
    margin: 0;
}

#portfolio .details h6 {
    font-size: 20px;
    margin: 0;
    letter-spacing: 2px;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
    margin: 20px auto;
}

.testimonials-size {
    margin: 0 70px 0 70px;
}

.overlay {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .3s ease;
    /* background: rgba(0, 0, 0, 0) linear-gradient(135deg, transparent 94%, #F26739 6%) repeat scroll 0 0; */
}

#testimonials .icon {
    color: white;
    font-size: 27px;
    position: absolute;
    top: 92%;
    left: 98%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: right;
}

#testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 20px 0 20px 0;
    margin: 30px 0;
    text-align: left;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

#testimonials .testimonial-item:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -2em;
    left: 20%;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 5px 5px 0 rgba(0, 0, 0, 0.1);
}

#testimonials .testimonial-item .testimonial-img {
    object-fit: cover;
    width: 165px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 20px;
    height: 165px;
}

#testimonials .testimonial-item h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 5px 0;
    color: #111;
    letter-spacing: 1px;
}

#testimonials .testimonial-item p {
    margin: 33px 5px 15px 3px;
    padding: 0 5px 0 120px;
    font-family: HKGrotesk-Italic;
    letter-spacing: 1px;
    font-size: 16px;
}

#testimonials .owl-dots {
    margin-top: -90px;
    text-align: right;
    margin-bottom: 50px;
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ddd;
}

#testimonials .owl-dot.active {
    background-color: #F26739;
}

.col-md-offset-3 {
    position: absolute;
    top: 110%;
    left: 20%;
}

.owl-item {
    margin-bottom: 20px;
}

#testimonials .owl-item {
    margin-bottom: 75px;
}

/* Our News Section
--------------------------------*/

#news {
    padding: 40px 0px;
}

    {
    padding-top: 40px;
    padding-bottom: 40px;
}

.news-size {
    margin-left: 50px;
    margin-right: 50px;
}

#news .member {
    margin-bottom: 20px;
    position: relative;
}

#news .member img {
    width: 375px;
    height: auto;
}

#news .member .details {
    color: #000;
    padding: 15px;
    border-radius: 0 0 3px 3px;
}

#news .member h4 {
    font-weight: bolder;
    margin-bottom: 2px;
    font-size: 30px;
    font-family: HKGrotesk-BoldLegacy;
    border-right: 1px solid #555;
}

#news .member span {
    display: block;
    font-size: 22px;
    font-weight: 100;
    /* font-family: HKGrotesk-Regular; */
}

p {
    font-size: 16px;
}

.news-title, #blog .blog-title {
    /* font-family: HKGrotesk-Bold; */
    font-size: 16px;
    margin: 2% 0;
    height: 45px;
}
.news-title{
    font-weight: 700;
}

.news-tag {
    margin: 0;
}

.card-header-image {
    position: relative;
}

.btn, #blog .btn {
    border: 1px solid #dddbdb;
    background: transparent;
    border-radius: 0;
    padding: 2px 23px;
    color: #474B4F;
}

.cate-name {
    width: 125px;
}

.card, #blog .card {
    margin: 0 4% 15%;
}

.card-body, #blog .card-body {
    border: 1px solid rgba(0, 0, 0, .125);
}

.card, #blog .card, .card-body, #blog .card-body, .card-img-top, #blog .card-img-top {
    border-radius: 0px;
}

#blog .card:hover>.card-body,
#news-page .card:hover>.card-body,
#news .card:hover>.card-body,
#service-page .card:hover {
    background: #fcfaf9;
    border: 1px solid #F26739;
}

.text, #blog .text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

a {
    color: black;
    cursor: pointer;
}

.trapezoid, #blog-page .trapezoid {
    border-top: 31px solid #F26739;
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    width: 43%;
    height: 0;
    position: absolute;
    top: 0;
    left: 57%;
}

#news .trapezoid {
    border-top: 31px solid #F26739;
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    width: 49%;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
}

.trapezoid p, #blog-page .trapezoid p, #news .trapezoid p {
    position: absolute;
    top: -28px;
    left: 22%;
    color: #fff;
}

.card-text, #blog .card-text {
    font-size: 14px;
}
#blog .card-text {
    line-height: 14.1px;
}
.filter, #blog .filter {
    margin: 2% 0;
}

.icon {
    position: absolute;
    left: 80%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

.icon img {
    width: 100%;
}

/* Blog section 
--------------------------------*/

#blog .card-title {
    /* font-family: HKGrotesk-Bold; */
    font-size: 16px;
    margin: 2% 0;
}

#blog a {
    color: #F26739;
    font-size: 15px;
    margin: 3% 0;
    font-family: HKGrotesk-SemiBold;
}

#blog-page .dropdown-item {
    color: black;
    cursor: pointer;
    margin: 0;
}

/* Career Page 
-------------------------------*/

#career-page-banner {
    margin: 6% 15% 8% 15%;
    width: 70%;
}

#career .desk-content {
    padding: 3% 4.5%;
    background-color: #f7f6f6;
}

#career h1 {
    color: #F26739;
    font-size: 21px;
}

#career h1:after {
    content: '';
    display: block;
    width: 35%;
    height: 4px;
    background: #F26739;
    margin: 30px auto;
}

#career h3 {
    font-size: 20px;
}

#career ol {
    padding-left: 1.25rem;
    font-size: 14px;
}

#career p {
    /* font-family: HKGrotesk-Regular; */
    font-size: 16px;
    margin: 0 0 18px 0;
    letter-spacing: -0.3px;
    line-height: 1.3;
}

#career .card {
    margin: 4% 1%;
}

#career .card {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

#vacancies {
    margin-top: 38px;
    margin-bottom: 50px;
}

#career .note {
    font-size: 24px;
    padding: 2% 0;
}

#career .career-img {
    background: url('/images/careers.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
}

.career-floating-img {
    float: right;
    width: 50%;
    padding-bottom: 0px;
    padding-left: 0px;
}

#career label {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    color: #333;
}

#career .btn-primary {
    background: #e7572a;
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 8px 30px;
    transition: 0.4s;
    cursor: pointer;
}

/* Contact Section
--------------------------------*/

#contact {
    /* padding: 30px 0; */
    background: #1a1a1a;
    color: #ffffff;
}
#contact .form-control.title {
    background-color: transparent;
    border: 0;
    color: #fff;
    text-align: left;
    margin-bottom: -10px;
    padding: 70px 0 0;
    font-size: 26px;
    font-weight: 700;
}
#contact .contact-info {
    /* margin-bottom: 20px; */
    flex-direction: column-reverse;
    padding-bottom: 80px;
}

#contact .contact-info p {
    margin-bottom: 20px;
    color: #8F8F8F;
    /* font-family: HKGrotesk-LightItalic; */
    font-size: 17px;
    /* letter-spacing: 1px; */
    /* font-weight: 400; */
    line-height: 27px;
}

#contact .contact-info h3 {
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
}
#contact .contact-info a {
    margin: 0 10px 0px 0px;
    color: #676767;
    font-size: 15px;
    border-right: 2px solid #676767;
    padding-right: 10px;
    /* opacity: .4; */
    /* font-weight: 400; */
    line-height: 30.4px;
}

#contact .contact-info a:last-child {
    border-right: 0px;
}

#contact .contact-info a:hover {
    color: #fff;
}

#contact .contact-info h3 {
    color: #fff;
}

#contact .form #sendmessage {
    color: #50d8af;
    border: 1px solid #50d8af;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
    display: block;
}

#contact .form .validation {
    color: black;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input, #contact .form textarea, #contact .form select {
    padding: 14px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    background-color: #383838; 
    border-color: #383838;
    color: #fff;

}
#contact select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 20px);
}
#contact .form-group {
    margin-bottom: 28px;
}
#contact .form input::placeholder,
#contact .form textarea::placeholder,
#contact .form select::placeholder {
    color: #fff;
    opacity: 1;
  }
  
  #contact .form input:-ms-input-placeholder,
  #contact .form textarea:-ms-input-placeholder,
  #contact .form select:-ms-input-placeholder { 
    color: #fff;
  }
  
  #contact .form input::-ms-input-placeholder,
  #contact .form textarea::-ms-input-placeholder,
  #contact .form select::-ms-input-placeholder {
    color: #fff;
  }
#contact .form button[type="submit"] {
    background: #F26739;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #4f4f4f;
    transition: 0.4s;
    cursor: pointer;
    margin-top: 10px;
    /* font-family: HKGrotesk-Bold; */
    color: #fff;
}

#contact .form button[type="submit"]:hover {
    background: #000;
    color: #fff
}

label {
    margin-top: -50px;
    margin-bottom: 50px;
    text-align: center;
    color: white;
}

.contactForm {
    margin: 0 100px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #fff;
    padding: 0 0 10px 0;
    font-size: 14px;
    border-top: 1px solid #fff;
}

#footer .copyright {
    color: #000;
    text-align: center;
    padding-top: 10px;
    /* font-family: HKGrotesk-Light; */
    padding: 35px 0 20px;
    font-size: 15px;
    font-weight: 400;
}

#footer .address {
    color: #000;
    text-align: left;
    padding-top: 10px;
    /* font-family: HKGrotesk-Light; */
}

#footer .address a {
    color: #ffffff;
}

/*------------------------------------------------------
our team
------------------------------------------------------*/

#our-team-section {
    margin: 80px auto;
}

#our-team-section .founder-img {
    width: 85%;
}

#our-team-section h1 {
    /* font-family: HKGrotesk-Bold; */
    font-size: 28px;
    color: #F26739;
    letter-spacing: 2px;
}

#our-team-section h2 {
    font-size: 22px;
    letter-spacing: 1px;
}

#our-team-section .chairman-subtitle:after {
    content: '';
    position: absolute;
    display: block;
    width: 275px;
    height: 4px;
    background: #F26739;
    margin: 30px 0;
}

#our-team-section p {
    /* font-family: HKGrotesk-Regular; */
    font-size: 16px;
    line-height: 24px;
    margin-top: 70px;
}

#our-team-section .member-list .member-name {
    color: #F26739;
    /* font-family: HKGrotesk-Bold; */
    margin: 10px auto;
}

#our-team-section .member-list .member-designation:after {
    content: '';
    position: absolute;
    display: block;
    width: 215px;
    height: 2px;
    background: #F26739;
    margin: 10px 0;
}

#our-team-section .member-list p {
    margin-top: 10px;
}

/*------------------------------------------------------
about us
------------------------------------------------------*/

.facility-header {
    border: 2px solid #e7572a;
    background-color: #e7572a;
    color: #fff;
    font-size: 18px;
    min-width: 150px;
}

/*------------------------------------------------------
why choose us
------------------------------------------------------*/

#choose-us {
    margin: 40px auto;
}

#choose-us .choose-header h5 {
    color: #f15b25;
    font-size: 24px;
    font-weight: 900;
    padding-top: 5px;
}

#choose-us .info-row {
    padding-bottom: 40px;
}

#choose-us .info-title {
    font-size: 20px;
    text-transform: uppercase;
}

#choose-us .info-border {
    border: 1px solid #F26739;
    width: 150px;
    margin: 4px 0px;
}

#choose-us .info-details p {
    /* font-family: HKGrotesk-Regular; */
    font-size: 16px;
    margin: 0 0 4px 0;
    color: #555;
}

#choose-us .info-details p b {
    color: #4c4c4c;
}

.choose-us-floating-img {
    float: right;
    width: 50%;
    padding-bottom: 0px;
    padding-left: 0px;
}

/*------------------------------------------------------
services
------------------------------------------------------*/

#service-page {
    /* padding: 3%; */
}

#service-page ul {
    padding-inline-start: 0px;
}

#service-page .service-types li {
    display: inline-block;
}

#service-page .service-types li a {
    color: #1E1E1D;
    font-size: 21px;
}

#service-page .service-types li a.active {
    color: #fff;
    background-color: #E7572A;
}

#services .content-header {
    cursor: pointer;
}

#services .content-header.active:after {
    content: '';
    display: block;
    width: 80%;
    height: 2px;
    background: #F26739;
    margin: 10px 0;
    margin: 15px auto;
}

/* #service-page .btn {
    border-radius: 0rem;
} */

#services .service-types {
    border: 2px solid #e7572a;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    min-width: 120px;
    white-space: normal;
}

#services .service-types.active {
    background: #e7572a;
    color: #fff;
}

#service-page .service-description label {
    color: #333;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

#services .card {
    border: none;
    color: #555;
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

#services .card-body{
    /*margin-bottom: 50px;
    border: 2px solid #F26739;*/
		border-top: 1px solid rgba(0, 0, 0, 0.4);
		
}

#services .card-title, #news .card-title {
    font-size: 15px;
    font-weight: 600;
    color: #666768;
    height: 50px;
    text-transform: uppercase;
}

#services .card-text {
    font-size: 12px;
    margin-top: 10px;
    /* font-family: HKGrotesk-Regular; */
    font-weight: 600;
    line-height: 20.15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

#services .card i {
    color: #F69D85;
}

#services .card .circle {
    padding: 8px 10px;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #666768;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

#services .card .fa-chevron-right {
    font-size: 13px;
}

#services .card a:hover, :focus {
    color: #F69D85;
}

.side-menus {
    position: fixed;
    bottom: 78px;
    right: 22px;
    z-index: 999;
}

.brochure {
    transition: 0.4s;
    font-size: 15px;
    color: #fff !important;
    border-radius: 50%;
    cursor: pointer;
    height: 50px;
}

.brochure img {
    height: 100%;
}

.brochure:hover {
    box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.7);
}

#brochure-modal label {
    margin: 0px auto;
    color: #333;
}

.modal h3 {
    color: #e7572a;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #fff;
}

.tooltip-inner {
    background-color: #fff;
    color: #333;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e2e2;
    margin-left: -15px !important;
}

@media (max-width: 1440px) {
    .nav-menu>li {
        margin-left: 16px;
    }
}

/* TODO: change carousel background-div to div-image*/

@media (max-width: 1500px) {
    #services .service-image {
        width: 360px;
    }
}

@media (max-width: 1440px) {
    #news .member img {
        width: 350px;
    }
    #portfolio .details h2 {
        font-size: 34px;
    }
}

@media (max-width: 1400px) {
    p {
        font-size: 14px;
    }
    #services .service-image {
        width: 340px;
    }
    .nav-menu a {
        padding: 40px 15px;
    }
    .dropdown-menu a {
        padding: .8rem 1.5rem;
    }
    #about .content p {
        margin-top: 51px;
        font-size: 15px;
    }
    #topbar {
        font-size: 12px;
    }
    #news .member img {
        width: 325px;
    }
    #service-details-banner {
        height: 375px;
    }
    #service-details .service-categories p {
        font-size: 20px;
    }
    #portfolio .details h2 {
        font-size: 30px;
    }
}

@media (max-width: 1300px) {
    .nav-menu>li {
        margin-left: 0px;
    }
    #services .service-image {
        width: 320px;
    }
    #header #logo img {
        height: 100px;
    }
}

@media (max-width: 1024px) {
    .nav-menu a {
        padding: 40px 10px;
        font-size: 16px;
    }
    #services .service-image {
        width: 230px;
        height: 175px;
    }
    #topbar {
        font-size: 11px;
    }
    #news .member img {
        width: 235px;
    }
    #news p {
        font-size: 12px;
    }
    #news .member span {
        font-size: 18px;
    }
    #news .member h4 {
        font-size: 20px;
    }
    #about .content {
        /* padding-bottom: 0px !important; */
    }
    #about .content p {
        font-size: 14px;
        margin-top: 20px;
    }
    #about .content h3 {
        font-size: 22px;
        margin: 0px;
    }
    #about .content h3:after {
        margin: 10px 0px;
    }
    #about .details p {
        margin: auto !important;
    }
    #about .member1, #about .member2 {
        padding: 20px auto;
    }
    #news .trapezoid {
        left: 56%;
        border-top: 23px solid #F26739;
    }
    #news .trapezoid p {
        top: -22px;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    h1, h2, h3, h4, h5, h6 {
        margin: 0px;
    }
    
}

@media (max-width: 768px) {
    .bg-cover .column_attr {
        padding: 10% !important;
    }
    .section_wrapper .mcb-wrap, .section_wrapper .column, .container .column, .sections_group, .four.columns{
        width: 100%!important;
        clear: both;
    }
    #services .service-image {
        width: 220px;
        height: 185px;
        margin: auto;
    }
    #header {
        height: 100px;
    }
    #header #logo img {
        height: 80px;
    }
    #service-details .service-categories p {
        font-size: 16px;
    }
    #service-details h1 {
        font-size: 20px;
    }
    #portfolio .details h2, #portfolio .details h5 {
        font-size: 22px;
    }
    #portfolio .details h6 {
        font-size: 16px;
    }
    .trapezoid, #blog-page .trapezoid {
        border-top: 23px solid #F26739;
        width: 55%;
        left: 45%;
    }
    .trapezoid p, #blog-page .trapezoid p {
        left: 7%;
        margin: 5% 0;
    }
    .news-title, #blog .blog-title, #services .card-title, .card-title span {
        font-size: 13px;
        margin: 0;
    }
    .btn, #blog .btn {
        font-size: 13px;
        padding: 2px 10px;
    }
    .cate-name {
        width: 85px;
    }
    .card-body, #blog .card-body {
        padding: 18px;
    }
    #choose-us .info-details p {
        font-size: 14px;
    }
}

/*-------------------------------------------------------------------
sm-tablet-landscape responsive
--------------------------------------------------------------------*/

@media (min-width: 800px) and (max-width: 1023px) {
    #topbar {
        display: block!important;
    }
    #topbar .contact-info {
        width: 50%;
        font-size: 12px;
    }
    #topbar .contact-info i {
        padding: 0;
    }
    #topbar .fa {
        font-size: 12px;
    }
    #topbar .social-links {
        width: 50%;
        font-size: 12px;
        text-align: right;
    }
    #topbar .container {
        padding: 0;
    }
    #topbar .contact-info .fa-phone {
        padding: 0;
    }
    .section-header {
        margin-bottom: 10px;
    }
    .section-header h2 {
        font-size: 30px;
        padding-bottom: 2px;
    }
    .section-header h2:after {
        width: 95px;
        height: 3px;
        left: 44.4%;
    }
    #intro .content {
        width: 100%;
        position: absolute;
        z-index: 8;
        color: white;
        text-align: center;
        padding: 80px 541px 0 105px;
        margin: 0;
    }
    #intro .content h2 {
        font-size: 40px;
        margin-bottom: 5px;
    }
    #intro .content h3 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    #intro .content h5 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    #intro .content hr {
        font-size: 30px;
        width: 213px;
        margin: 5px 7px;
    }
    #intro #intro-carousel::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 50%;
        left: 70px;
        z-index: 7;
        border-left: 15px solid rgba(255, 255, 255, 0.5);
        border-right: 15px solid rgba(35, 75, 113, 0.8);
        transform: skew(-30deg);
        background-image: linear-gradient( to right, #e38161, transparent);
    }
    #about {
        padding: 0;
    }
    #about .content {
        margin: 10px 0 5px 0;
    }
    #about .content p {
        font-size: 18px;
        line-height: 24px;
    }
    #about .content h2, #services h2 {
        font-size: 30px;
    }
    #about .content h3 {
        font-size: 25px;
        margin: -20px 0 4px 0;
    }
    #about .content h3:after {
        height: 3px;
    }
    #about .details {
        font-size: 18px;
    }
    #services .col-lg-3 {
        width: 25%;
        padding: 6px 5px;
    }
    #services .col-lg-6 {
        width: 50%;
        padding: 6px 5px
    }
    #services .content {
        font-size: 18px;
        padding: 7px;
    }
    #services .service-img {
        object-fit: cover;
        height: 342px;
    }
    #services .service-img:after {
        height: 342px;
    }
    .col-lg-2 {
        width: 15%;
        padding: 0;
    }
    #testimonials .testimonial-item p {
        width: 80%;
        padding: 0 0 0 110px;
        margin-top: 15px;
        font-size: 15px;
    }
    #testimonials .testimonial-item .testimonial-img {
        margin: 0 0 0 20px;
        height: 168px;
        width: 168px;
    }
    #testimonials .icon {
        font-size: 18px;
        top: 92%;
    }
    .col-md-offset-3 {
        top: 108%;
        left: 20%;
    }
    #portfolio .member {
        margin: 0;
    }
    #contact .col-md-6 {
        width: 50%;
    }
    #service .col-lg-4 {
        width: 33%;
        padding: 0 5px;
    }
    #service .member {
        text-align: left;
    }
    #service .member .pic img {
        height: 100%
    }
    #service .member h4, #service .member span {
        font-size: 18px;
    }
    #service .col-lg-8 {
        width: 64%;
        font-size: 18px;
        padding: 0;
        margin: 1px
    }
    .back-to-top {
        bottom: 15px;
    }
    #header {
        padding: 20px 0;
        height: 100px;
    }
    #header #logo h1 {
        font-size: 34px;
    }
    #header #logo img {
        max-height: 100px;
    }
    #nav-menu-container {
        display: none;
    }
    #mobile-nav-toggle {
        display: inline;
        position: fixed;
        margin: 51px 35px 0 0;
    }
    .cta-text, #contact .contact-info a, #contact .form input, #contact .form textarea, button {
        font-size: 18px;
    }
    .contactForm {
        margin: 0;
    }
    label {
        margin-bottom: 26px;
        font-size: 20px;
    }
    .card-body, #blog .card-body {
        padding: 15px;
    }
}

/*------------------------------------------------------
tablet-portrait responsive
------------------------------------------------------*/

@media (min-width: 690px) and (max-width: 799px) {
    .section-header {
        margin-bottom: 5px;
    }
    .section-header h2 {
        font-size: 15px;
        padding-bottom: 2px;
    }
    .section-header h2:after {
        width: 60px;
        height: 3px;
        left: 44%;
    }
    #intro .content {
        width: 100%;
        position: absolute;
        z-index: 8;
        color: white;
        text-align: center;
        padding: 50px 356px 0 150px;
        margin: 0;
    }
    #intro .content h2 {
        font-size: 30px;
    }
    #intro .content h3 {
        font-size: 20px;
    }
    #intro .content h5 {
        font-size: 15px;
    }
    #intro .content hr {
        font-size: 15px;
        width: 130px;
    }
    #intro #intro-carousel::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 50%;
        left: 70px;
        z-index: 7;
        border-left: 15px solid rgba(255, 255, 255, 0.5);
        border-right: 15px solid rgba(35, 75, 113, 0.8);
        transform: skew(-30deg);
        background-image: linear-gradient( to right, #e38161, transparent);
    }
    #about {
        padding: 0;
    }
    #about .content {
        margin: 10px 0 5px 0;
    }
    #about .content p {
        font-size: 15px;
        line-height: 18px;
        margin-top: 25px;
    }
    #about .content h2 {
        font-size: 25px;
    }
    #about .content h3 {
        font-size: 20px;
    }
    #about .content h3:after {
        height: 2px;
        margin: 2px 0;
    }
    #news .member h4 {
        font-size: 15px;
        margin-right: -10px;
    }
    #news .member span {
        display: block;
        font-size: 15px;
    }
    #news .member img {
        width: 200px;
    }
    .card-text {
        font-size: 12px;
    }
    #about .details {
        font-size: 15px;
    }
    #services .col-lg-3 {
        width: 50%;
        padding: 6px 5px;
    }
    #services .col-lg-6 {
        width: 50%;
        padding: 6px 5px
    }
    #services h2 {
        font-size: 20px;
    }
    #services .content {
        font-size: 15px;
        padding: 7px;
    }
    #services .service-img {
        object-fit: cover;
        height: 200px;
    }
    #services .service-img:after {
        height: 200px;
    }
    .section-header h2 {
        margin: 24px;
        font-size: 20px;
    }
    .col-lg-2 {
        width: 15%;
        padding: 0;
    }
    #testimonials .testimonial-item p {
        width: 83%;
        padding: 3px 0 0 67px;
        font-size: 13px;
        margin: 0;
    }
    #testimonials .testimonial-item .testimonial-img {
        margin: 0 5px;
        height: 116px;
        width: 116px;
    }
    #testimonials .icon {
        font-size: 12px;
    }
    .col-md-offset-3 {
        top: 105%;
        left: 18%;
        font-size: 12px;
    }
    #testimonials .owl-dot {
        height: 5px;
        width: 5px;
    }
    #testimonials .testimonial-item h3 {
        font-size: 12px;
    }
    #testimonials .testimonial-item:after {
        bottom: -1em;
        border: 0.5em solid white;
    }
    #portfolio .member {
        margin: 0;
    }
    #contact .col-md-6 {
        width: 50%;
    }
    #service .col-lg-4 {
        width: 31%;
        padding: 0 5px;
    }
    #service .member {
        text-align: left;
    }
    #service .member .pic img {
        height: 100%
    }
    #service .member h4 {
        font-size: 15px;
    }
    #service .member span {
        font-size: 10px;
    }
    #service .col-lg-8 {
        width: 64%;
        font-size: 10px;
        padding: 0;
        margin: 1px
    }
    .back-to-top {
        bottom: 15px;
    }
    #header {
        padding: 20px 0;
        height: 100px;
    }
    #header #logo h1 {
        font-size: 34px;
    }
    #header #logo img {
        max-height: 95px;
    }
    #nav-menu-container {
        display: none;
    }
    #mobile-nav-toggle {
        display: inline;
        position: fixed;
    }
    #about .about-img {
        height: auto;
    }
    #contact .contact-info a, .cta-text, #contact .form input, #contact .form textarea, button {
        font-size: 14px;
    }
    .contactForm {
        margin: 0;
    }
    label {
        margin-bottom: 26px;
        font-size: 14px;
    }
}

/*------------------------------------------------------
sm-tablet-portrait responsive
------------------------------------------------------*/

@media (min-width: 595px) and (max-width: 689px) {
    body {
        overflow-x: hidden;
    }
    #mobile-nav-toggle {
        display: inline;
        position: fixed;
    }
    .video-box .overlay .video-title {
        color: #F26739;
        font-size: 1.5rem;
    }
    .video-box .overlay .video-sub-title {
        font-size: 1.5rem;
    }
    .video-box video {
        object-fit: initial;
        width: 100%;
        height: 255px;
        display: block;
    }
    .get-in-touch {
        margin-top: 100px;
    }
    #nav-menu-container {
        display: none;
    }
    #intro #intro-carousel::before {
        width: 49%;
    }
    #intro .content {
        margin: 95px 690px 0 180px;
    }
    #intro .content h2, #about .content h2, #services h2, .section-header h2, #portfolio .details h2 {
        font-size: 28px;
    }
    #intro .content h3, #about .content h3, #news .member h4, #news .member span {
        font-size: 18px;
    }
    #intro .content hr {
        width: 192px;
    }
    body, #intro .content h5, #portfolio .details h5, #portfolio .details h6 {
        font-size: 15px;
    }
    #about .content h3:after {
        margin: 10px 0;
    }
    #about .content p {
        margin-top: 0;
    }
    .section-header h2:after {
        left: 38%;
    }
    #portfolio .col-lg-4 {
        width: 33.33333%;
        padding: 0;
    }
    .testimonials-size {
        margin: 0 50px 0 50px;
    }
    .owl-carousel.owl-drag .owl-item {
        width: 348px;
    }
    #testimonials .col-lg-2 {
        width: 20%;
    }
    #testimonials .col-lg-9 {
        width: 80%;
    }
    #testimonials .testimonial-item .testimonial-img {
        height: 105px;
        width: 105px;
        margin: 0;
    }
    #testimonials .testimonial-item p {
        margin: 0;
        padding: 0 0 0 53px;
        font-size: 12px;
    }
    #testimonial .icon, #testimonials .testimonial-item h3, .col-md-offset-3 {
        font-size: 12px;
    }
    #news .member img {
        height: 245px;
    }
    #news .details .col-lg-4 {
        width: 30%;
    }
    #news .details .col-lg-8 {
        width: 70%;
        text-align: left;
        border-left: 1px solid #979696;
    }
    .contactForm {
        margin: 100px 100px 0 100px;
    }
}

/*------------------------------------------------------
mobile landscape responsive
------------------------------------------------------*/

@media (min-width: 480px) and (max-width: 594px) {
    body {
        overflow-x: hidden;
    }
    #mobile-nav-toggle {
        display: inline;
        position: fixed;
    }
    .video-box .overlay .video-title {
        color: #F26739;
        font-size: 1.5rem;
    }
    .video-box .overlay .video-sub-title {
        font-size: 1.5rem;
    }
    .video-box .overlay .video-text {
        font-size: 1rem;
    }
    .video-box video {
        object-fit: initial;
        width: 100%;
        height: 255px;
        display: block;
    }
    #nav-menu-container {
        display: none;
    }
    #nav-menu-container {
        display: none;
    }
    #intro #intro-carousel::before {
        width: 49%;
    }
    #intro .content {
        margin: 95px 690px 0 180px;
    }
    #intro .content h2, #about .content h2, #services h2, .section-header h2, #portfolio .details h2 {
        font-size: 26px;
    }
    #intro .content h3, #about .content h3, #news .member h4, #news .member span {
        font-size: 18px;
    }
    #intro .content hr {
        width: 192px;
    }
    body, #intro .content h5, #portfolio .details h5, #portfolio .details h6 {
        font-size: 13px;
    }
    #about .content h3:after {
        margin: 10px 0;
    }
    #about .content p {
        margin-top: 0;
        line-height: 21px;
    }
    .get-in-touch {
        margin-top: 100px;
    }
    .section-header h2:after {
        left: 38%;
    }
    #portfolio .col-lg-4 {
        width: 33.33333%;
        padding: 0;
    }
    #testimonials .col-lg-2 {
        width: 20%;
    }
    .testimonials-size {
        margin: 0 50px 0 50px;
    }
    #testimonials .col-lg-9 {
        width: 80%;
    }
    .owl-carousel.owl-drag .owl-item {
        width: 348px;
    }
    #testimonials .testimonial-item .testimonial-img {
        height: 105px;
        width: 105px;
        margin: 0;
    }
    #testimonials .testimonial-item p {
        margin: 0;
        padding: 0 0 0 53px;
        font-size: 12px;
    }
    #testimonials .icon, #testimonials .testimonial-item h3, .col-md-offset-3 {
        font-size: 12px;
    }
    #news .member img {
        height: 245px;
    }
    #news .details .col-lg-4 {
        width: 30%;
    }
    #news .details .col-lg-8 {
        width: 70%;
        text-align: left;
        border-left: 1px solid #979696;
    }
    .contactForm {
        margin: 100px 100px 0 100px;
    }
}

/*------------------------------------------------------
mobile portrait responsive
------------------------------------------------------*/

@media (max-width: 479px) {
    body {
        overflow-x: hidden;
    }
    #services .service-image {
        width: 230px;
        height: 160px;
    }
    #service-details-banner {
        height: 0;
        min-height: 100px;
    }
    #service-details .service-space {
        margin: 0px 20px 0 20px;
    }
    .page-header {
        padding: 15px;
        font-size: 16px;
    }
    #mobile-nav-toggle {
        display: inline;
        position: fixed;
    }
    .video-box .overlay .video-title {
        color: #F26739;
        font-size: 2rem;
    }
    .video-box video {
        object-fit: initial;
        width: 100%;
        height: 425px !important;
        display: block;
    }
    .headerstkhome .video-box .overlay {
        top: 37%;
    }
    .video-box .overlay .video-sub-title {
        font-size: 1.5rem;
    }
    .video-box .overlay .video-text {
        font-size: 1rem;
    }

    #nav-menu-container {
        display: none;
    }
    #intro #intro-carousel::before {
        width: 49%;
        left: 53px;
    }
    #intro .content {
        margin: 74px 80px 0 46px;
    }
    #intro .content h2, #about .content h2, #services h2, .section-header h2, #portfolio .details h2 {
        font-size: 26px;
    }
    #intro .content h3, #about .content h3, #news .member h4, #news .member span {
        font-size: 18px;
    }
    #intro .content hr {
        width: 192px;
    }
    body, #intro .content h5, #portfolio .details h5, #portfolio .details h6 {
        font-size: 13px;
    }
    #about .content h3:after {
        margin: 10px 0;
    }
    #about .content p {
        margin-top: 20px;
        line-height: 21px;
        font-size: 16px;
    }
    .section-header h2:after {
        left: 38%;
        width: 84px;
    }
    .service-img, .service-img::after {
        height: 300px;
    }
    #testimonials .col-lg-2 {
        padding: 0 25%;
    }
    .testimonials-size {
        margin: 0 50px 0 50px;
    }
    .owl-carousel.owl-drag .owl-item {
        width: 348px;
    }
    #testimonials .testimonial-item .testimonial-img {
        height: 105px;
        width: 105px;
        margin: 0;
    }
    #testimonials .testimonial-item p {
        margin: 0;
        padding: 0 10px 0 10px;
        font-size: 12px;
        text-align: center;
    }
    #testimonials .icon, #testimonials .testimonial-item h3, .col-md-offset-3 {
        font-size: 12px;
    }
    #testimonials .icon {
        top: 95%;
        left: 97%;
    }
    #news .member img {
        height: auto;
        max-width: 100%;
    }
    #news .details .col-lg-4 {
        width: 25%;
    }
    #news .details .col-lg-8 {
        width: 61%;
        text-align: left;
        border-left: 1px solid #979696;
        margin: 0 0 0 26px;
    }
    #news .member h4 {
        border-right: 0px;
    }
    .contactForm {
        margin: 100px 10px 0 10px;
    }
    .trapezoid, #blog-page .trapezoid {
        border-top: 23px solid #F26739;
    }
    .trapezoid p, #blog-page .trapezoid p {
        font-size: 16px;
        margin: 3% 16% 3% 14%;
    }
    .news-title, #blog .blog-title, #services .card-title, .card-title span {
        font-size: 14px;
    }
    #news {
        padding: 10px 0 40px 0;
    }
    #choose-us .info-row {
        padding-bottom: 60px;
    }
    #news .trapezoid {
        left: 42%;
    }
    .talk-img{
        text-align: left !important;
    } 

}

@media (max-width: 320px) {
    body {
        overflow-x: hidden;
    }
    #news .btn, #blog .btn {
        padding: 2px 15px;
    }
    #news .cate-name {
        width: 100px;
    }
}
.service-info h1{
    margin: 0px auto 35px 0px !important;
}
.service-info{
    margin-bottom: 80px !important;
}
.service-info .service-categories p{
    display: block !important;
    text-align: justify;
}
.service-info ul li{
    font-size: 18px !important;
}
.owl-carousel .owl-item img{
    max-width: 100%;
    display: math !important;
    height: auto;
    width: auto !important;
}
.one-second.column {
    width: 48%;
}
.column-margin-0px.column {
    margin-bottom: 0 !important;
}
.one.mcb-wrap {
    width: 100%;
}
.service-banner{
    background-image: url('/images/business-services-banner.jpg');
    /* -webkit-background-size: cover; */
    background-repeat: no-repeat;
    background-position: center;
    padding: 12% 0;
    background-attachment: fixed;
}
.service-banner h3 {
    color: #000000;
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 25px;
}
.service-banner ul li::marker {
    font-size: 12px;
}
.service-banner ul li {
    color: #000;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 18px;
}

/* .grid__item {
    float: left;
    padding: 20px 30px 0;        
    width: 100%;
} */
#headerstk #siteNav.center,
#headerstkhome #siteNav.center {
    padding-right: 16%;
}
#siteNav.center {
    text-align: right;
    justify-content: center;
    gap: 9%;
    padding-right: 7%;
}
#siteNav {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
#siteNav > li.dropdown {
    display: inline-block;
    text-align: left;
}

#siteNav a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: block;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

#siteNav > li .megamenu {
    opacity: 0;
    visibility: hidden;
    padding: 50px 8% 0px;
    width: 100%;
    position: absolute;
    /* top: 138px; */
    left: 0;
    z-index: 999;
    background-color: rgb(71 75 78 / 95%);
    box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.3);
    pointer-events: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* border: 1px solid #eee; */
    overflow: auto;
}
#siteNav > li .megamenu li.lvl-1 {
    margin-bottom: 30px;
    /* padding-right: 0; */
}
#siteNav > li .megamenu li.lvl-1 a.lvl-1, #siteNav .product-menu .site-nav.lvl-1 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    /* padding: 0 0 16px; */
    margin: 0 0 16px;
    font-weight: 600;
    display: inline-block;
}
#siteNav > li .megamenu li.lvl-1 a.lvl-1:hover {
    opacity: .8;
}
#siteNav > li .megamenu li.lvl-1 li .site-nav {
    color: #fff;
    opacity: .8;
    padding: 2px 0 5px;
    font-weight: 300;
    font-size: 14px;
}

#siteNav > li:hover > .megamenu {
    top: 130px;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}
#siteNav > li .megamenu ul {
    padding: 0;
    list-style: none;
}
#siteNav > li {
    display: inline-block;
    text-align: left;
}
#siteNav > li > a {
    color: #555;
    padding: 52px 15px;
    text-transform: capitalize;
    position: relative;
    /* line-height: 40px; */
}
#siteNav > li .megamenu li.lvl-1 li .site-nav:hover {
    opacity: 1;
}
#siteNav > li .megamenu li.lvl-1 li .site-nav:hover:before {
    width: 10px;
}
#siteNav > li .megamenu li.lvl-1 li .site-nav:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    margin-right: 5px;
    vertical-align: middle;
    background-color: #fff;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 1px;
}

#siteNav > li .megamenu li.lvl-1 li .site-nav.sub:hover:before {
    display: none;
}
#siteNav > li > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
#siteNav > li:hover a:after,
#siteNav > li.menu-active a:after {
    border-bottom: 4px solid;
    border-bottom-color: #F26739;
}
#siteNav > li .megamenu li.lvl-1 a.lvl-1.sub {
    font-weight: 600;
    margin: 0 0 10px;
}
#siteNav > li .megamenu li.lvl-1 li .site-nav.sub:before {
    display: none;
}

.headerstk #header,
.headerstkhome #header {
    background-color: transparent;
    position: relative;
    z-index: 101 !important;

}
.headerstk #home-banner,
.headerstkhome #home-banner {
    margin-top: -130px;
    position: relative;
    /* margin-bottom: -10px; */
}
.headerstk #siteNav > li > a,
.headerstkhome #siteNav > li > a {
    color: #fff;
}
.headerstk #home-banner::after,
.headerstkhome #home-banner::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 63%) 50%, rgb(0 0 0 / 34%) 100%);
}
.headerstkhome #home-banner .video-box {
    z-index: inherit;
}
.headerstkhome #home-banner::after {
    background: linear-gradient(180deg, rgb(0 0 0 / 90%) 50%, rgb(0 0 0 / 90%) 100%);

}
.headerstk #home-banner.overlay::after {
    background: linear-gradient(180deg, rgb(0 0 0 / 83%) 50%, rgb(0 0 0 / 83%) 100%);
}
.headerstk #home-banner.overlay-lt::after {
    height: 88vh;
}
.headerstk #home-banner.overlay-lt::after {
    background: linear-gradient(180deg, rgb(0 0 0 / 90%) 50%, rgb(0 0 0 / 90%) 100%);
}

.headerstk #home-banner.overlay-lt {
    margin-bottom: 100px;
}
.headerstk .is-sticky #header,
.headerstkhome .is-sticky #header {
    background-color: #fff;
}
.headerstk .is-sticky #siteNav > li > a,
.headerstkhome .is-sticky #siteNav > li > a {
    color: #555;
}
.logo-white {
    display: none;
}
.headerstk .logo-dark,
.headerstkhome .logo-dark {
    display: none;
}
.headerstk .logo-white,
.headerstkhome .logo-white {
    display: block;
}
.headerstk .is-sticky .logo-white,
.headerstkhome .is-sticky .logo-white {
    display: none;
}
.headerstk .is-sticky .logo-dark,
.headerstkhome .is-sticky .logo-dark {
    display: block;
}
#services .card::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0,0,0);
    background: radial-gradient(circle, rgb(0 0 0 / 19%) 0%, rgb(0 0 0 / 73%) 100%);
}
#services .card-body {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 4px;
    padding: 0;
    border: 0;
    color: #fff;
    text-align: center;
    z-index: 1;
}
#services .card-body .box {
    background-color: #F26739;
    padding: 12px 10px;


}
#services .card:hover .sci {
    height: 130px;
    visibility: visible;
}
#services .card:hover::after {
    
    background: radial-gradient(circle, rgb(0 0 0 / 73%) 0%, rgb(0 0 0 / 73%) 100%);
}
#services .card:hover .sci .more {
    font-size: 15px;
    font-weight: 600;
}
#services .card-body .sci {
    transition: 0.5s;
    height: 0;
    visibility: hidden;
    transition: height 1s ease 0s;
    -webkit-transition: height 1s ease 0s;
    -moz-transition: height 1s ease 0s;
    -ms-transition: height 1s ease 0s;
    -o-transition: height 1s ease 0s;
}
#services .card-title {
    color: #fff;
    margin-bottom: 0;
    justify-content: center;
}
#services .card-img-top {
    height: 370px;
    object-fit: cover;
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;

}
#services .card {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    overflow: hidden;
    transition: background 1s ease 0s;
    -webkit-transition: background 1s ease 0s;
    -moz-transition: background 1s ease 0s;
    -ms-transition: background 1s ease 0s;
    -o-transition: background 1s ease 0s;
}
#services .card:hover .card-img-top {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
#service-page .card:hover {
    border: none;
}
#services .card-title {
    font-size: 13px;
    text-transform: capitalize;
    height: auto;
}
.headerstk #topbar,
.headerstkhome #topbar {
    display: none !important;
}

.get-in-touch {
    padding-top: 30px;
}
#contact.dark {
    background-color: #000;
    padding-top: 40px;
}
.inline-div {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(255 255 255 / 31%);
    margin-bottom: 30px;
    padding-bottom: 10px;
    gap: 60px;
}
#service-page.detail {
    padding: 0;
}
.service-banner.bim {
    background-image: url('/images/Mask group.png');
}
#service-details h1.after-none:after {
    display: none;
}
@media(max-width: 1366px) {
    #services .card-img-top {
        height: 300px;
    
    }
}
@media (min-width: 1536px) {
    #services .card-img-top {
        height: 350px;
    
    }
}
@media (max-width: 1536px) {
    #contact .form-control.title {
        padding: 60px 0 0;
        font-size: 22px;
        margin-bottom: 10px;

    }
    #contact .form input, #contact .form textarea, #contact .form select {
        padding: 7px 14px;
        font-size: 14px;;
    }
    #contact .form-group {
        margin-bottom: 18px;
    }
    #contactModalCenter .modal-body {
        padding: 10px;
    }
    #contactModalCenter .close {
        font-size: 2.5rem;
        padding-bottom: 0;
    }
    #contactModalCenter #contact .form button[type="submit"] {
        font-size: 14px;
    }
    #contactModalCenter #contact .contact-info {
        padding-bottom: 40px;
    }
    .banner-slider {
        padding-left: 5%;
        padding-right: 5%;
    }
    .banner-slider h2 {
        font-size: 45px;
    }
    .banner-slider .swiper-button-next.offset-1, .banner-slider .swiper-button-prev.offset-1,
    .swiper-btn-top .swiper-button-next.offset-2, .swiper-btn-top .swiper-button-prev.offset-2 {
      width: 55px;
      height: 55px;
  }
  .banner-slider .swiper-button-next:after, .swiper-btn-top .swiper-button-next:after {
    background-size: 1.5rem 1.5rem;
    width: 25px;
    height: 25px;
}
.services-detail-bct h2 {
    font-size: 60px;

}
.services-detail-bct p {
    font-size: 22px;
}
.talk-about p {
    font-size: 17px;
}
.talk-about .touch {
    font-size: 17px;
}
#service-details h1 {
    font-size: 30px;
}
.swiper-btn-top .swiper-button-next.offset-2, .swiper-btn-top .swiper-button-prev.offset-2 {
    width: 40px;
    height: 40px;
}
.swiper-btn-top .swiper-button-prev.offset-2 {
    left: -95px;
}
.swiper-btn-top .swiper-button-next.offset-2:after, .swiper-btn-top .swiper-button-prev.offset-2:after {
    background-size: 1rem 1rem;
    width: 17px;
    height: 17px;
}
.banner-slider .swiper-button-prev:after,
.swiper-btn-top .swiper-button-prev:after {
    background-size: 1.5rem 1.5rem;
    width: 25px;
    height: 25px;
}
.services-detail-bct {
    width: 65%;
}
#about .details p {
    font-size: 17px;
    text-align: justify;
}
.service-description p {
    font-size: 17px;
}
.abc .item {
    margin: 18px;
}
}
@media (min-width: 1536.98px) {
	.px-ct {
		padding-left: 16%;
		padding-right: 16%;
	}
    .px-ct.fit {
		padding-left: 9%;
		padding-right: 9%;
	}
	.ps-ct {
		padding-left: 16%;
	}
	.pe-ct {
		padding-right: 16%;
	}
	#siteNav a {
		font-size: 18px;
	}
	#siteNav > li .megamenu li.lvl-1 a.lvl-1, #siteNav .product-menu .site-nav.lvl-1 {
		font-size: 18px;
	}
	/* #siteNav > li .megamenu li.lvl-1 li .site-nav {
		font-size: 15px;
	} */
	.banner-slider h2 {
		font-size: 55px;
	}
	.banner-slider .swiper-button-next.offset-1, .banner-slider .swiper-button-prev.offset-1, .swiper-btn-top .swiper-button-next.offset-2, .swiper-btn-top .swiper-button-prev.offset-2 {
		width: 65px;
		height: 65px;
	}
	.banner-slider .swiper-button-next:after,
	.banner-slider .swiper-button-prev:after {
		background-size: 2rem 2rem;
		width: 35px;
    height: 35px;
	}
.swiper-btn-top .swiper-button-next:after,
.swiper-btn-top .swiper-button-prev:after {
		background-size: 1.5rem 1.5rem;
		width: 25px;
    height: 25px;
	}
	#header #logo {
		padding-left: 9%;
	}
	#siteNav.center {
		padding-right: 9%;
	}
	#siteNav > li .megamenu {
		padding: 50px 10% 0px;
	}
	.banner-slider {
		padding-left: 12%;
		padding-right: 12%;
	}
	#services .card-title {
		font-size: 14px;

	}
	#services .card-text {
		font-size: 13px;
	}
	#services .card:hover .sci .more {
		font-size: 16px;
	}
	#contact .form-control.title {
		font-size: 32px;
	}
	#contact .form input, #contact .form textarea, #contact .form select {
		font-size: 17px;
	}
	#contact .contact-info p {
		font-size: 18px;
	}
	#contact .contact-info a {
		font-size: 16px;
	}
	#contact .contact-info h3 {
		font-size: 22px;
	}
	#footer .copyright {
		font-size: 16px;
	}
	.services-detail-bct h2 {
		font-size: 70px;
        line-height: 98px;

	}
	.services-detail-bct p {
		font-size: 24px;
	}
	.talk-about p {
		font-size: 18px;
	}
	.talk-about .touch {
		font-size: 18px;
	}
	.service-banner h3 {
		font-size: 28px;
	}
	.service-banner ul li {
		font-size: 20px;
	}
	#service-details h1 {
		font-size: 32px;
	}
	.swiper-btn-top .swiper-button-next.offset-2, .swiper-btn-top .swiper-button-prev.offset-2 {
		width: 45px;
		height: 45px;
	}
	.swiper-btn-top .swiper-button-prev.offset-2 {
		left: -105px;
	}

	#service-details .service-categories p {
		font-size: 18px;
	}
    .services-detail-bct {
        width: 60%;
    }
    #about .member1 {
        font-size: 18px;
    }
    #about .details p {
        font-size: 18px;
        line-height: 1.8;

    }
    .section-header h2 {
        font-size: 28px;
    }
    .service-description p {
        font-size: 18px;
    }
    #portfolio .details h5 {
        font-size: 24px;
    }
    #portfolio .details h2 {
        font-size: 40px;
    }
    #portfolio .details h6 {
        font-size: 22px;
    }
    .card-text, #blog .card-text {
        font-size: 14px;
    }
    #services .card-title, #news .card-title {
        font-size: 16px;
    }
    .news-title, #blog .blog-title {
        font-size: 17px;
    }
    .abc .item {
        margin: 36px;
    }
}
.talk-about{
    background-color: #F26739;
    /* padding: 10px; */
    color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .talk-about .touch {
    background-color: #393838;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    /* font-weight: 400; */
    border: 0;
}
  .talk-about img {
    /* transition: 0.4s; */
    /* font-size: 15px; */
    /* color: #fff !important; */
    /* border-radius: 50%; */
    /* cursor: pointer; */
    height: 70px;
    /* margin-top: 8px; */
}
.talk-about p {
    font-weight: 600;
}
.talk-img {
    text-align: right;
}
.talk-about .social-links img{
    height: 30px;
    margin: 10px;
}
.social-links {
    margin-top: 13px;
}
.social-links a {
    display: none;

}
.social-links a:last-child {
    display: block;
}
.mcb-column{
    float: left;
    margin: 0 1% 40px;
}
.banner-slider {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner-slider .swiper-button-next.offset-1, .banner-slider .swiper-button-prev.offset-1,
  .swiper-btn-top .swiper-button-next.offset-2, .swiper-btn-top .swiper-button-prev.offset-2 {
    background: #F26739;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    opacity: .6;
}
.swiper-btn-top {
    position: absolute;
    right: 0;
    z-index: 0;
    top: 20px;

}
.swiper-btn-top .swiper-button-next.offset-2 {
    right: 0;
}

.banner-slider .swiper-button-prev.offset-1 {
    margin-left: 0;
}
.banner-slider .swiper-button-next:after, .swiper-btn-top .swiper-button-next:after {
    display: inline-block;
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-right' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/></svg>");
    background-repeat: no-repeat;
    content: '';
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.swiper-btn-top .swiper-button-next.offset-2, .swiper-btn-top .swiper-button-prev.offset-2 {
    background-color: #393838;

    opacity: 1;
}
.swiper-btn-top .swiper-button-next.swiper-button-disabled, .swiper-btn-top .swiper-button-prev.swiper-button-disabled {
    opacity: .7;
}
.swiper-btn-top .swiper-button-next:hover, .swiper-btn-top .swiper-button-prev:hover {
    opacity: .9;
}
.banner-slider .swiper-button-prev:after,
.swiper-btn-top .swiper-button-prev:after {
    display: inline-block;
    vertical-align: -.125em;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-left' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z'/></svg>");
    background-repeat: no-repeat;
    content: '';
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.banner-slider h2 {
    color: #fff;
    font-weight: 700;
}
.banner-slider h2 span {
    color: #F26739;
}
.footer-logo {
    width: 160px;
}
.services-detail-bct {
    position: absolute;
    top: 30%;
    color: #fff;
    z-index: 1;
    padding-left: 16%;
}
.services-detail-bct h2 {
    font-weight: 700;
}
.services-detail-bct p {
    font-weight: 400;
    line-height: 37.2px;
}
#service-details.service-info {
    padding-top: 70px;
}
.bim .column_attr {
    background-color: rgb(255 255 255 / 85%);
    padding: 8% 7%;
}
/* .home-banner .text-block {
    position: absolute;
    bottom: 20px;
    color: white;
    left: 8rem;
    top: 12rem;
    width: 48%;
  }
  .home-banner .text-block h1{
    font-size: 50px;
    font-weight: 900;
  }
  .home-banner .text-block p{
    font-size: 18px;
  }
  @media (max-width: 479px){
    .home-banner .text-block {
        position: absolute;
        bottom: 20px;
        color: #000;
        left: 3rem;
        top: 7rem;
        width: 48%;
    }
    .home-banner .text-block h1{
        font-size: 20px;
        font-weight: 900;
      }
  } */
.service-banner.cse{
    background-image: url('/images/civil-structural.jpg');
}


.img-fluid.cover {
    height: 100%;
    object-fit: cover;
}
.inner-services #service-details {
    margin-bottom: 0;
}
.inner-services #service-details h1:after {
    display: none;
}
.inner-services #service-details h1 {
    font-weight: 600;
    margin-bottom: 32px;
}
#home-banner img {
    width: 100%;
}
#home-banner video {
    width: 100%;
    /* height: 88vh; */
    object-fit: cover;
}
.headerstk #home-banner video {
    height: 88vh;
}
.headerstk #home-banner::after {
    /* height: 88vh; */
}
.service-banner ul li > ul {
    margin-top: 12px;
}
#MobileNav ul {
    display: none;
}
#contactModalCenter .modal-content {
    background-color: transparent;
    border: 0;
}
#contactModalCenter .modal-body {
    background-color: #fff;
}
#contactModalCenter .close {
    font-size: 3.5rem;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    padding-right: 0;
}
.headerstk #contact {
    display: none;
}
.headerstk #contact.dark,
#contactModalCenter #contact  {
    display: block;
}
#contactModalCenter .close:focus {
    border: 0;
    outline: none;
}
.mapouter { 
    position:relative;
    height:400px;
    width:100%;
    background:#fff;
}
.office-contact .item .cont h6 {
    font-size: 20px;
    color: #f26739;
    margin-bottom: 10px;
}
.office-contact .item .cont p {
    font-size: 13px;
}
.office-contact .item {
    padding: 25px 20px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.office-contact {
    background-color: #d5d5d5;
    padding: 40px 30px;
    margin-top: -6px;
}
.office-contact .item .icons {
    font-size: 30px;
    color: #999;
    padding-right: 30px;
}
@media (min-width: 992px) {
    .headerstkhome #topbar.block {
        display: block !important;
    }
}
@media (max-width: 991px) {
    .mobile-nav-wrapper.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .mobile-nav-wrapper {
        width: 270px;
        height: 100%;
        position: fixed;
        left: -270px;
        top: 0;
        z-index: 999;
        background-color: #ffffff;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        opacity: 0;
        visibility: hidden;
        -ms-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .mobile-nav-wrapper {
        display: block;
    }
    .mobile-nav-wrapper .closemobileMenu {
        color: #000000;
        font-size: 13px;
        padding: 8px 10px;
        background-color: #eee;
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    .mobile-nav-wrapper .closemobileMenu .bi {
        font-size: 12px;
        padding: 0 5px 0 0;
        float: left;
    }
    #MobileNav {
        height: calc(100vh - 40px);
        overflow: auto;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #MobileNav li {
        border-top: 1px solid #eeeeee;
        position: relative;
    }
    #MobileNav li a {
        color: #333333;
        font-size: 13px;
        text-decoration: none;
        display: block;
        padding: 8px 45px 8px 10px;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        position: relative;
    }
    #MobileNav li a .bi {
        color: #333333;
        font-size: 18px;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
    }
    #MobileNav li ul {
        display: none;
        background-color: #f2f2f2;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #MobileNav li {
        border-top: 1px solid #eeeeee;
        position: relative;
    }
    #MobileNav li.lvl1.parent:last-child {
        padding-bottom: 80px;
    }
    #MobileNav li li a {
        padding-left: 20px;
    }
    body.menuOn:after,
    body.menuOn #header:after {
        content: '';
        background: rgba(0, 0,0, 0.5);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 49;
    }
    .js-mobile-nav-toggle .bi {
        display: none;
        color: #000000;
    }
    body.menuOn .js-mobile-nav-toggle.mobile-nav--close .icon.bi.bi-x-lg {
        color: #ffffff;
        position: absolute;
        z-index: 999;
        right: 0;
        /* left: 0; */
        transform: none;
    }
    .js-mobile-nav-toggle.mobile-nav--open .bi-justify, .js-mobile-nav-toggle.mobile-nav--close .icon.bi.bi-x-lg {
        display: inline-block;
    }

    .site-header__menu:hover, .site-header__menu:focus {
        opacity: 1;
    }
    .site-header__menu {
        border: 0;
        padding: 0;
        margin: 0 10px 0 0;
        font-size: 24px;
        display: block;
        cursor: pointer;
    }
    .site-header__menu {
        float: right;
        display: inline-block;
        line-height: 1;
    }
    .mob-inline {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 2%;
    }
    #MobileNav li ul ul {
        background-color: #f6f6f6;
    }
    #MobileNav li li li a {
        padding-left: 30px;
    }
    .menuOn {
        overflow: hidden;
    }
}

@media (max-width: 575.98px)  {
    .inline-div {
        display: grid;
        gap: 0;
    }
    #contact .form-control.title {
        padding-top: 0;
        margin-bottom: 0;
    }
    .get-in-touch {
        margin-top: 70px;
    }
    #contact .form-control.title {
        font-size: 18px;
    }
    #contact .form input, #contact .form textarea, #contact .form select {
        padding: 8px 12px;
        font-size: 14px;
    }
    #contact .form-group {
        margin-bottom: 10px;
    }
    #home-banner img {
        height: 80vh;
        object-fit: cover;
    }
    .headerstk #home-banner {
        height: 80vh;
    }
    .banner-slider h2 {
        font-size: 29px;
    }
    .services-detail-bct h2 {
        font-size: 28px;
    }
    .services-detail-bct p {
        line-height: 26.2px;
        font-size: 18px;
    }
    .services-detail-bct {
        width: 100%;
    }
    .services-detail-bct {
        padding-left: 9%;
        padding-right: 9%;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .talk-about .social-links img {
        height: 20px;
        margin: 5px;
    }
    #service-details.service-info {
        padding-top: 50px;
    }
    .service-info {
        margin-bottom: 30px !important;
    }
    .service-banner h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .service-banner ul li {
        font-size: 16px;
        margin-bottom: 6px;
    }
    #services {
        margin: 60px auto 60px;
    }
    .talk-about p {
        font-size: 16px;
    }
    .talk-about .touch {
        font-size: 14px;
    }
    #service-details h1 {
        font-size: 22px;
        line-height: 30.8px;
    }
    #home-banner.ht img {
        height: 100%;
    }
}

.inves-heading h2 {
    font-size: 28px;
    margin: 30px 0;
    border-bottom: 2px solid #fff;
    display: inline-block;
}
.headerstkhome.menuOn #home-banner .video-box {
    z-index: 0;
}
.about-text{
    margin-top: auto !important;
}
.masonry-hover-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}
.masonry-hover-wrapper .hover-desc {
    background: rgba(0, 62, 126, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    height: 100%;
    width: 100%;
    padding: 7% 10%;
    box-sizing: border-box;
    z-index: 2;
}
.masonry-hover-wrapper .hover-desc .desc-inner {
    height: 100%;
    overflow: hidden;
    color: #fff;
}
.project-link h1 {
    color: #fff;
    font-weight: 700;
    line-height: 100%;
}
.masonry-hover-wrapper .hover-desc h1:after {
    content: "";
    display: block;
    margin: 15px 0;
    width: 50px;
    height: 3px;
    background: #fff;
}
.masonry-hover-wrapper .image-wrapper {
    line-height: 0;
}
img.scale-with-grid, #Content img {
    max-width: 100%;
    height: auto;
}
.masonry-hover-wrapper:hover .hover-desc {
    opacity: 1;
    backdrop-filter: blur(5px);
    background: rgb(242 103 57 / 82%);
}
.projectwrap{
    padding: 80px 50px;
}
@media only screen and (max-width: 767px){
    .projectwrap{
        padding: 50px 0;
    }
    .hirarchy {
        padding: 50px 0 !important;
    }
    .leadership-list{
        margin: 0 0 40px;
    }
    .hirarchy-deatils .section-header h2{
        font-size: 20px;
    }
}
.desc-wrappper ul{
    padding-left: 0;
}
.desc-wrappper ul li{
    margin-bottom:10px;
}
.hirarchy{
    padding: 50px 50px;
}
.leadership-list {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 33%);
    transition: all .5s;
    background: #fff;
    padding: 25px 15px;
    width: 100%;
}
.team.team_circle {
    text-align: center;
}
.leadership-list .team.team_circle .image_frame {
    width: 115px;
    height: 115px;
}
.team.team_circle .image_frame.photo {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.leadership-list .image_frame {
    border: solid 8px #f6f6f6;
}
.image_frame {
    display: block;
    margin: 0;
    border-width: 8px;
    border-style: solid;
    max-width: 100%;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.image_frame .image_wrapper{
    border-color: #e2e2e2;
    position: relative;
    overflow: hidden;
}
.image_frame .image_wrapper img:not(.ls-l) {
    position: relative;
    top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.leadership-list img {
    filter: grayscale(1000%);
}
.team .desc_wrapper h3 {
    margin-bottom: 15px;
}
.leadership-list h3 {
    font-size: 18px;
    font-weight: 600;
    color: #f26739;
}
.leadership-list p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    height: 60px;
}
.team.team_circle .desc_wrapper hr {
    margin-left: auto;
    width: 40%;
    color: #f26739;
    background: #f26739;
    display: block;
    border: none;
    outline: none;
    height: 1px;
}
.leadership-list:hover {
    box-shadow: 0 15px 20px 20px rgba(0, 0, 0, .1);
}
.hirarchy-teams .row{
    justify-content: center;
}
.hirarchy-deatils{
    margin-bottom: 40px;
}
.hirarchy-teams h1{
    font-size: 33px;
    color: #000;
    text-transform: uppercase;
    font-weight: 1000;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    letter-spacing: 2px;
    font-family: HKGrotesk-BoldLegacy;
}
.team-card .heading{
    font-weight: 700;
}
.team-card {
    text-align: center;
}
.team-card .img {
    overflow: hidden;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    margin-bottom: 15px;
    object-position: center;
    border: 6px solid #f26739;
}
.team-card img {
    width: 100%;
    object-position: center;
    object-fit: cover;
}

/*=============================================
=            industry slider            =
=============================================*/
.industry-slider-nav-area {
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .industry-slider-nav-area {
      padding: 0;
    }
  }
  .industry-slider-nav-area .ht-swiper-button-nav {
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
  .industry-slider-nav-area .ht-swiper-button-next {
    right: 50px;
  }
  .industry-slider-nav-area .ht-swiper-button-prev {
    left: 50px;
  }
  
  .industry-slider-nav-area .industry-slider-nav-container {
    padding-bottom: 30px;
    z-index: 2;
  }
  .industry-slider-nav-container .swiper-slide-visible {
    z-index: 6;
    -webkit-box-shadow: -10px 0 20px rgba(0, 0, 0, 0.05);
            box-shadow: -10px 0 20px rgba(0, 0, 0, 0.05);
  }
  .industry-slider-nav-container .swiper-slide-active {
    background-color: #F26739;
    color: #fff;
    position: relative;
  }
  .industry-slider-nav-container .swiper-slide-active:before {
    content: "";
    width: 100%;
    height: 20px;
    background-color: #F26739;
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
    opacity: 1;
  }
  .industry-slider-nav-container .swiper-slide-active:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #F26739;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -30px;
  }
  
  .industry-single-nav {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    justify-content: center;
    height: 80px;
  }
  .section-title-content {
    font-size: 16px;
    font-weight: 600;
}
.section-title-content span{
    font-weight: 400;
    font-size: 15px;
}
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .industry-single-nav {
      padding: 10px 30px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .industry-single-nav {
      padding: 10px 30px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .industry-single-nav {
      padding: 10px 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .industry-single-nav {
      padding: 20px 30px 0;
    }
  }
  .industry-single-nav__icon {
    font-size: 3.125rem;
    margin-right: 20px;
  }
  @media (max-width: 1200px) {
    .industry-single-nav__icon {
      font-size: calc(1.4375rem + 2.25vw);
    }
  }
  .industry-single-nav__title {
    font-size: 1.25rem;
    font-weight: 700;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .industry-single-nav__title {
      font-size: 18px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .industry-single-nav__title {
      font-size: 16px;
    }
  }
  
  .industry-slider-content-container {
    margin-top: -30px;
  }
  
  .industry-slider-content-single {
    height: 730px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .industry-slider-content-single {
      height: 600px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .industry-slider-content-single {
      height: 600px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .industry-slider-content-single {
      height: 600px;
    }
  }
  @media only screen and (max-width: 767px) {
    .industry-slider-content-single {
      height: 600px;
    }
  }
  .industry-slider-content-single .industry-content-inner {
    width: 550px;
    max-width: 100%;
    background-color: #fff;
    padding: 40px 40px;
    text-align: left;
  }
  .industry-slider-content-single .industry-content-inner .title {
    font-size: 20px;
    font-weight: 700;
  }
  .industry-content-inner ul li{
    font-size: 15px;
    font-weight: 600;
  }
/* slider default style */
.ht-swiper-button-nav {
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s linear 2s, opacity 0.3s linear 2s;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s linear 2s, opacity 0.3s linear 2s;
    background-image: none;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    outline: none !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    border: 2px solid rgba(34, 34, 34, 0.16);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
  }
  .ht-swiper-button-nav:hover {
    background-color: #F26739;
    border-color: rgba(34, 34, 34, 0.16);
    color: #ffffff;
  }
  .ht-swiper-button-prev {
    left: 0;
  }
  .ht-swiper-button-next {
    right: 0;
  }
  
  .swiper-pagination {
    position: static;
    display: block;
    max-width: 100%;
    text-align: center;
    width: auto;
    z-index: 7;
    line-height: 1;
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin: 0 5px;
  }
  .swiper-pagination-bullet-active {
    background-color: #222;
    cursor: default;
  }
  .swiper-pagination .swiper-pagination-bullet {
    vertical-align: bottom;
  }
  
  input::-webkit-input-placeholder {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  input::-moz-placeholder {
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  input:-ms-input-placeholder {
    -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  input::-ms-input-placeholder {
    -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  input::placeholder {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
  .vertical-navigation-home-wrapper {
    margin-left: 300px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .vertical-navigation-home-wrapper {
      margin-left: 0;
    }
  }
  
  @-webkit-keyframes moveVertical {
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes moveVertical {
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes box-image-pop {
    50% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  @keyframes box-image-pop {
    50% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  /*=====  End of Default CSS  ======*/
.section-padding{
    padding-top: 30px;
}

/*=============================================
=            brand logo slider            =
=============================================*/
.brand-logo-slider__container-area {
    margin: -20px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .brand-logo-slider__container-area {
      margin: -15px;
    }
  }
  @media only screen and (max-width: 575px) {
    .brand-logo-slider__container-area {
      margin: -15px;
    }
  }
  .brand-logo-slider__container {
    padding: 20px;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .brand-logo-slider__container {
      padding: 15px;
    }
  }
  @media only screen and (max-width: 575px) {
    .brand-logo-slider__container {
      padding: 15px;
    }
  }
  .brand-logo-slider__single {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-align: center;
    position: relative;
  }
  .brand-logo-slider__single .image {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .brand-logo-slider__single .image-hover {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
  }
  .brand-logo-slider__single:hover .image {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .brand-logo-slider__single:hover .image-hover {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  
  .brand-logo-grid__single {
    border: 1px solid #eee;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .brand-logo-grid__single:hover {
    border-color: transparent;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
  
  /*=====  End of brand logo slider  ======*/
@media only screen and (max-width: 767px){
    .industry-slider-content-single .industry-content-inner{
	    padding: 15px;
    }
    .section-title-content{
        font-size: 14px;
    }
    .industry-slider-content-single .industry-content-inner .title{
        font-size: 18px;
    }
    .industry-content-inner ul li{
        font-size: 14px;
    }
    .ht-swiper-button-nav{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .industry-slider-nav-area .ht-swiper-button-prev{
        left: 15px;
    }
    .industry-slider-nav-area .ht-swiper-button-next{
        right: 15px;
    }
}