@font-face {
    font-family: "Roboto";
    src: url('../fonts/Roboto-Regular.ttf');
}

html,
body {
    font-family: "Roboto", Arial, sans-serif;
    padding: 0;
    margin: 0;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none!important;
}

.wow {
    visibility: hidden;
}

/***********
    COLOR
***********/

.white {
    color: #fff;
}

.red {
    color: #E50505;
}

/*****************************
    CUSTOM CSS STARTS HERE
*****************************/

/* HEADER */

header {
    z-index: 99;
    position: relative;
    width: 100%;
    background-color: #131B44;
}

nav.main-navbar .navbar-toggler {
    background-color: white;
}

nav.main-navbar {
    background-color: transparent;
}

nav.main-navbar a.navbar-brand img {
    width: 450px;
    padding: 5px 0;
}

nav.main-navbar ul.navbar-nav li {}

nav.main-navbar ul.navbar-nav li a.nav-link {
    color: #fff!important;
    position: relative;
    border-bottom: 1px solid transparent;
}

nav.main-navbar ul.navbar-nav li.nav-item.active {
    color: #fff;
    border-bottom: 2px solid #fff;
    position: relative;
}

nav.main-navbar ul.navbar-nav li.nav-item.active span {
    color: #fff;
    position: absolute;
    left: 45%;
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.navbar-light .navbar-nav .active>.nav-link {
    /* color: #fff; */
    color: #fff!important;
}

section.clients {
    background-color: #F6F6F6;
}

section.services {
    background-image: url('../images/bg-services.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.recent-projects {
    background-color: #F6F6F6;
}

#hp-contact-btn:hover {
    cursor: pointer;
}

#header-cta {
    /* display: none;
    list-style-image: url(../images/phone-01-compressor.png); */
}

#header-cta .wrapper {

}

#header-cta .header {
    display: block;
    color: #fff;
    font-size: 0.8em;
    font-weight: 500;
    font-style: italic;
}

#header-cta .phone-cta {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.4em;
    font-weight: 500;
    background-color: #0069d9;
    border-color: #0062cc;
    border-radius: 5px;
}

#header-cta .phone-cta:hover {
    cursor: pointer;
    opacity: 0.8;
}

#phone-cta-sm {
    display: none;
    position: absolute;
    top: 5%;
}

#phone-cta-sm .header, #phone-cta-sm .phone-cta {
    font-size: 1em;
    color: #fff;
    font-weight: 500;
}

#phone-cta-sm .header {
    font-style: italic;
}

#phone-cta-sm .phone-cta {
    font-size: 1.2em;
    margin-left: 15px;
    background-color: #0069d9;
    border-color: #0062cc;
    border-radius: 5px;
    padding: 3px 5px;
}

#phone-cta-sm .phone-cta:hover {
    opacity: 0.8;
}

#mobile-cta {
    display: none;
    width: 40px;
}

/* FOOTER */

footer {
    background-color: #131B44;
    color: #fff;
}

footer ul>li>a {
    color: #f6f6f6;
}

footer>.copyright {
    background-color: #3E466D;
    color: rgba(255, 255, 255, 0.5);
}

footer ul.navigation-list>li {
    margin: 5px 0;
}

footer .footer-line {
    border-bottom: 1px solid #868e96;
}

footer #newsletter-form>input.email {
    border-radius: 50px 0 0 50px;
    border: none;
}

footer #newsletter-form button {
    border: none;
    border-radius: 0 50px 50px 0;
    background-color: red;
    color: #fff;
}

footer .awards ul li img {
    height: 90px;
    padding: 10px;
}

footer .social-media .social-links li img {
    max-height: 50px;
    max-width: 50px;
}

footer .social-media .social-links li a:hover {
    opacity: 0.8;
}

footer .navigation-list.contact-us li span {
    position: relative;
    bottom: 7px;
}

footer .navigation-list.contact-us li.address {
    list-style-image: url('../images/icon-location.svg');
}

footer .navigation-list.contact-us li.phone {
    list-style-image: url('../images/phone-01-compressor.png');
}

footer .navigation-list.contact-us li.email {
    list-style-image: url('../images/icon-email.svg');
}

#mobile-phone-sticky {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #131B44;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 5px;
    font-size: 1.35em;
    z-index: 99;
    font-weight: 500;
}

#mobile-phone-sticky:hover {
    cursor: pointer;
}

/**********************
    BANNERS
**********************/

section.banner .bg-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}


/***********************
    Homepage
************************/

#landingPageCarousel.carousel {}

#landingPageCarousel.carousel .carousel-item {
    min-height: 700px;
    height: 100vh;
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    background-repeat: no-repeat;
    background-position: inherit;
}

#landingPageCarousel.carousel .carousel-item {
    min-height: 800px;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: cover;
}

#landingPageCarousel.carousel .carousel-inner img {
    max-height: 100vh;
}

#landingPageCarousel.carousel .carousel-caption {
    right: 0px;
    width: 650px;
    position: relative;
    top: 250px;
    left: 180px;
    text-align: left;
}

#landingPageCarousel.carousel .carousel-caption p {
    
}

.banner-carousel a.carousel-control-prev,
.banner-carousel a.carousel-control-next {
    background-color: rgba(0, 0, 0, 0.5);
    height: 50px;
    width: 50px;
    top: 45%;
}

#landingPageCarousel.carousel a.btn {
    min-width: 180px;
    max-width: 180px;
    margin-bottom: 10px;
}

#landingPageCarousel .carousel-caption .sub-header {
    text-shadow: 1px 1px 1px #000;
}

.home-tabs {}

.home-tabs .tab {
    border-top: 5px solid #fff;
}

.home-tabs .tab:first-child {
    border-right: 5px solid #fff;
}

.home-tabs .tab:last-of-type {
    border-left: 5px solid #fff;
}

.navbar-brand {}

.button-nav-style {
    color: black;
    background-color: white;
    border-color: white;
}

.button-carousel1-style {
    background-color: #E50505;
    border: 2px solid #E50505;
    width: 30%;
    font-size: 16px;
    padding-right: 10px;
}

.button-carousel2-style {
    background: none;
    border: 2px solid white;
    width: 30%;
    font-size: 16px;
}

.home-tabs .content {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    height: 250px;
}

.learn-more-btn {
    background: none;
    color: #E50505;
    border: 2px solid #E50505;
}

.center-test {
    align-content: center;
}

section.clients .client-list li img {
    /*	height: 150px;*/
}

.home-tab-style {
    max-height: 335px;
}

section.services .services-btn {
    background: none;
    border: 2px solid white;
}

section.services .services-btn:hover {
    background: transparent;
    color: #E50505;
    border: 2px solid #E50505;
}

section.services .service {
    padding-top: 30px;
}

section.services .service-card {
    background: white;
    position: relative;
    max-width: 500px;
    margin: auto;
    height: 295px;
}

section.services .services-card-link {
    color: red;
    text-decoration: underline;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 40%;
    padding: 10px 0;
}

section.services .card-icon-style {
    z-index: 5;
    position: absolute;
    top: -47px;
    height: 110px;
    width: 320px;
    left: 20px;
}

.service-card .title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.service-card .desc {
    line-height: 26px;
    font-size: 15px;
    font-weight: 400 !important;
}

.services-inner img.card-icon-style {
    max-height: 200px;
}

section.services-inner {
    background-image: url('../images/bg-services-long.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.services-inner .service-card .services-card-link {
    position: absolute;
    bottom: 0;
    left: 40%;
    padding: 5px 0;
}

section.services-inner .service-card {
    background-color: #fff;
    height: 350px;
}

section.services-inner .card .card-footer {
    background-color: transparent;
}

section.contact-us .form-group label, section.contact-us label {
    color: #868e96;
}

section.contact-us label.form-check-label {
    color: #000;
}

#form-services .form-check:first-of-type label {
    margin-left: 12px;
}

section.contact-us .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
}

.modal-body .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
}

.modal-body .form-group label {
    color: #868e96;
}

.icon-bg-style {
    width: 15%;
    z-index: 4;
    position: absolute;
    top: -40px;
}

.diamondicon {
    padding-bottom: 50px;
    /*	background: url('../images/Shape%203%20copy%2010.png') no-repeat center;*/
}

.card-img-top {}

.wrapper {}

.services-bg {
    background-image: url('../images/Layer%2031.png');
}

.servies-header-text {
    padding-top: 50px;
    color: white;
}

.experiences-img {
    padding: 0 20px 20px 0;
}

section.testimonials .customer-col {
    position: relative;
}

section.testimonials .customer-col img.bg-img {
    position: absolute;
    height: 330px;
    width: 330px;
    z-index: 1;
    left: 7%;
}

section.testimonials .customer-col img.customer-img {
    height: 170px;
    width: 150px;
    z-index: 2;
    position: relative;
    transform: rotate(-45deg) scale(1.3);
    top: 15px;
    left: 15px;
}

section.testimonials .testimonial-bg-square {
    border: 10px solid #131B44;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    transform: rotate(45deg);
    left: 130px;
    top: 60px;
    height: 200px;
    width: 200px;
}

section.testimonials .customer-border {
    border: 10px solid #f3f3f3;
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 3;
    transform: rotate(45deg);
    left: 150px;
    top: 64px;
    overflow: hidden;
    height: 190px;
    width: 190px;
}

section.testimonials .wrapper .name {
    color: #131B44;
    position: relative;
}

#testimonialCarousel .row {
    min-height: 400px;
}

section.testimonials #testimonialCarousel a.carousel-control-prev {
    display: inline-block;
    height: 30px;
    width: 40px;
    position: absolute;
    left: 85%;
}

section.testimonials #testimonialCarousel a.carousel-control-next {
    display: inline-block;
    height: 30px;
    width: 40px;
}

section.testimonials #testimonialCarousel a.carousel-control-next img,
section.testimonials #testimonialCarousel a.carousel-control-prev img {
    height: 25px;
    width: 25px;
}

section.contact-us ul.contact-info li span {
    position: relative;
    bottom: 7px;
}

section.contact-us ul.contact-info li {
    margin-bottom: 10px;
}

section.contact-us ul.contact-info li.address {
    list-style-image: url('../images/icon-location.svg');
}

section.contact-us ul.contact-info li.phone {
    list-style-image: url('../images/phone-01-compressor.png');
}

section.contact-us ul.contact-info li.email {
    list-style-image: url('../images/icon-email.svg');
}

section.contact-us div.social li img {
    height: 25px;
    width: 25px;
}

section.team-inner ul#team-tab a.nav-link.active {
    background-color: red;
    color: #fff;
    border-radius: 0;
}

section.team-inner ul#team-tab a.nav-link {
    color: #000;
    font-weight: bold;
}

section.team-inner ul#team-tab a.nav-link:hover {
    cursor: pointer;
}

section.team-inner ul.nav.nav-tabs li.nav-item {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

section.clients-inner {
    background-color: #f6f6f6;
}

section.clients-inner img.client-img {
    max-height: 150px;
}

.experience-col-padding {
    padding-left: 0;
}

.exp-img-text {
    font-weight: bold;
    position: relative;
    margin-top: 15px;
    padding: 10px 0;
}

section.experiences .exp-img-text:after {
    position: absolute;
    width: 40px;
    height: 3px;
    background: rgb(21, 30, 72);
    content: "";
    left: 0;
    top: 0;
}

section.project-inner .experiences-img-icon {
    width: 100%;
}

.experiences-img-icon-hp {
    width: auto;
    height: 40px;
}

section.experiences .experiences-img-icon-hp {
    position: absolute;
    width: 45px;
}

.test span {
    font-size: 40px;
    font-weight: bold;
    vertical-align: bottom;
}

.lets-work-together-bg {
    background-image: url('../images/bg-contact_us.png');
    padding-bottom: 30px;
    background-color: #131B44;
}

.contact-us-form-bg {
    background-color: white;
}

.contact-information-bg {
    background-color: #131b44;
}

section.testimonials.customer-testimonial-bg {
    background-image: url(../images/bg-customer_testomonial.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* min-height: 800px; */
}

.contact-us-style {
    color: white;
}

.test {
    background-image: url('../images/about-CEO-Sid.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.sign-img {
    height: 80px;
    width: 350px;
}

.test-space {
    padding-top: 50px;
}

.p-1 {}

section.board-of-directors .card .social-links li img {
    max-height: 50px;
    max-width: 50px;
}

section.board-of-directors .card .social-links ul {
    padding: 0;
    margin: 0;
}

section.board-of-directors .card-img {
    max-width: 175px;
    margin: auto;
    display: block;
}

section.board-of-directors .card:hover {
    box-shadow: 0px 0px 25px darkgrey;
    cursor: pointer;
    z-index: 3;
}

section.board-of-directors .card {
    border: none;
    padding-top: 30px;
    color: #000;
}

.btn-team-style {
    background-color: #E50505;
    border: 2px solid #E50505;
    width: 25%;
    font-size: 16px;
    padding-right: 10px;
    color: white;
    font-weight: bold;
}

.btn-team-style:hover {
    color: #fff;
    opacity: 0.8;
}

section.about-us-stats {
    /*
	
	background-color: lightgray;
*/
}

.btn-portfolio-style {
    width: 100%;
    color: white;
    background-color: red;
}

#carousel-custom {
    margin-top: 10px;
    width: 100%;
}

#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}

#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}

#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}

#carousel-custom .carousel-outer {
    position: relative;
}

.carousel-control.left {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    left: 20px;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.carousel-control.right {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    right: 20px;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.services-container-bg {
    background-image: url('../images/bg-services-long.png');
    background-size: cover;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: red;
}

.onhover:hover .overlay {
    opacity: .6;
}

.overlay-text {
    color: white;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-inner {
    background-color: #f0f0f0;
}

section.mission .mission-link-text {
    color: red;
}

section.mission .mission-text {
    font-weight: bold;
    font-size: 17px;
}

section.section-home-1 .overlay-text {}

section.section-home-1 .tab-call-us .overlay-text {
    color: white;
}

section.section-home-1 .overlay-image {}

.overlay-tab-header {
    font-weight: bold;
    font-size: 25px;
}

.send-button-style {
    border: none;
    background-color: white;
}

.btn-send {
    /* width: 75px; */
}

.play-btn-style {
    width: 150%;
}

.experiences-style {
    position: relative;
}

.experiences-style span {
    color: #151e48;
    font-size: 35px;
    font-weight: bolder;
}

.about-us-stats span {
    color: #151e48;
    font-size: 35px;
    font-weight: bolder;
    position: relative;
    top: 10px;
    padding-left: 6px;
}

.carousel-control-next-icon {}

.btn-contact-style {
    color: black;
    background-color: white;
    border: none;
}

.icon-small-style {
    width: 30px;
    height: 35px;
}

.project-duration .icon-small-style {
    width: 30px;
    height: 30px;
}

.project-units .icon-small-style {
    width: 30px;
    height: 30px;
}

.project-duration .text {
    font-weight: bold;
    color: #151e48;
}

.project-units .text {
    font-weight: bold;
    color: #151e48;
}

.header-client .text {
    color: #151e48;
    font-weight: bold;
}

.project-inner .client {}

.project-inner .description {}

.project-inner .duration {}

.project-inner .units {}

.project-services .exp-img-text {
    font-weight: bolder;
    color: #151e48;
    font-size: 18px;
}

.project-inner .light-slider-box {
    width: 383px;
    margin: auto;
}

ul#lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
#lightSlider li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
#lightSlider img {
    display: block;
    height: auto;
    max-width: 100%;
}

#lightSlider .lSAction .lSPrev {
    background-image: url();
}

#lightSlider .lSAction .lSNext {
    background-image: url();
}

section.portfolio-inner ul#portfolio-tab a.nav-link.active {
    background-color: red;
    color: #fff;
    border-radius: 0;
}

section.portfolio-inner ul.nav.nav-tabs {
    border: none;
}

section.portfolio-inner ul.nav.nav-tabs li.nav-item {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

ul.nav.nav-tabs li.nav-item:hover {
    cursor: pointer;
}

section.portfolio-inner ul#portfolio-tab a.nav-link {
    color: #000;
    font-weight: bold;
}

section.portfolio-inner ul#portfolio-tab a.nav-link:hover {
    border-radius: 0;
}

section.portfolio-inner .card {
    border: none;
}

section.portfolio-inner .card .project-img {
    height: 270px;
    border: 5px solid #f3f3f3;
}

section.portfolio-inner .card .card-units {
    background-color: #f3f3f3;
}

#portfolio-carousel {
    max-width: 450px;
    margin: auto;
}

#portfolio-carousel #carouselExampleControls a {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: 43%;
}

#portfolio-carousel .carousel-control-prev {
    left: -20px;
}

#portfolio-carousel .carousel-control-next {
    right: -20px;
}

.teamModal .team-modal-img {
    height: 200px;
    width: 200px;
    margin: auto;
    display: block;
}

.teamModal .modal-body {
    background-color: rgba(19, 27, 68, 0.95);
    color: #fff;
}

.teamModal .modal-header ul.social-links {
    padding: 0;
    margin: 0;
}

.teamModal .modal-header ul.social-links img {
    height: 40px;
    width: 40px;
}


/* Slick Carousel */
.slick-container .card {
    border-radius: 0;
}

.slick-container .card-img-top {
    height: 250px;
    border-radius: 0;
}

.slick-container .card-footer {
    border-radius: 0;
}

.slick-container .slick-prev, .slick-container .slick-next {
    display: none!important;
}

.slick-slide .card:focus, .slick-slide:focus {
    border: none;
    outline: none;
}

.slick-track {
    /* border: 1px solid tomato; */
}

.slick-list {
    padding: 60px!important;
}

.slick-slide {
    /* border: 1px solid deepskyblue; */
    /* perspective: 200px; */
}

.slick-slide .card {
    transition: all 0.5s;
    transform: rotateY(0deg) scale(0.9);
}

.slick-center.slick-current {
    /* transform: translateX(0) scale(1.2); */
    z-index: 99;
    position: relative;
}

.slick-center.slick-current .card {
    transition: all 0.5s;
    transform: rotateY(0) scaleX(1.5) scaleY(1.3);
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.slick-slide .card .title {
    font-size: 16px;
}

.slick-slide .card p {
    font-size: 12px;
}

.slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 25px;
    height: 3px;
    padding: 1px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    background-color: rgba(255,0,0,0.3);
}

.slick-dots li.slick-active button {
    background-color: rgba(255,0,0,1.0);
}

/* .slick-center.slick-current~.slick-slide .card {
    transform: rotateY(0deg) scale(0.95);
} */

.project-info {
    overflow: hidden;
    margin: 20px 0px;
    position: relative;
    transition: all 500ms ease 0s;
}

.project-info a:hover .j-name {
    color: rgba(229, 5, 5, 0.8);
    transition: ease 0.5s color;
}

.pro-img {
    background: #dfdfdf;
    padding: 10px 10px 0;
}

.pro-img>img {
    height: 250px;
    width: 100%;
}

.project-info .overlay {
    background: rgba(229, 5, 5, 0.8);
    opacity: 1;
    width: auto;
    bottom: 0;
    height: 256px;
    margin: 10px;
    text-align: center;
    color: #fff;
    padding: 16px;
    left: 0;
    position: absolute;
    vertical-align: middle;
    top: -343px;
    transition: all 500ms ease 0s;
}

.project-info .overlay p {
    line-height: 25px;
    font-size: 14px;
}

.pro-img:hover .overlay {
    top: 0px;
}

.usr-detail {
    margin: 1px 0 0px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    border-top: 10px solid #dfdfdf;
    background: #fff;
}

.usr-detail li {
    padding: 10px;
    margin: 0;
    width: 33%;
    background: #f9f9f9;
}

.j-name {
    float: right;
    font-size: 18px;
    font-weight: bold;
    padding-left: 12px;
}

.j-name span {
    font-size: 12px;
    display: block;
}

.ms-slide .caption {
    bottom: 0;
    width: 100%;
    position: absolute;
    color: #000;
    z-index: 4;
    background: #fff;
    padding: 15px;
}

.ms-slide .caption ul {
    width: 100%;
}

.ms-slide .caption ul li {
    float: left;
    width: 50%;
}

.ms-slide ul li h2 {
    margin: 0px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.ms-slide ul li span {
    font-size: 13px;
    color: #a7a7a7;
    font-weight: 600;
}

.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
    width: 125px;
    background: url(../images/left.png) no-repeat;
    background-position: -45px 150px;
    height: 400px;
    cursor: pointer;
    top: 50px;
    left: -125px;
    margin-top: -20px;
    position: absolute;
    z-index: 110;
}

.ms-skin-default .ms-nav-next {
    right: 30px;
    left: 860px;
    background-position: 45px 150px;
}

section.experiences .experiences-style span {
    color: #151e48;
    line-height: 45px;
    padding-left: 55px;
    font-size: 32px;
    font-weight: bold;
}

.portfolio-items-container .item-wrapper {
    width: 33%;
    display: inline-block;
}

.team-container .team-member {
    display: inline-block;
    width: 24%;
}

section.portfolio-inner img.port-item-icon {
    width:40px;
}


/**************************
    SERVICES INNER PAGE
***************************/
.service-inner .service-featured {
    display: block;
    margin: 0 auto;
    width:100%;
    max-width: 700px;
    height: 200px;
}

/*******************
********************
    MEDIA QUERIES
********************
********************/


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
    .portfolio-inner .card-units img.portfolio-unit {}
    .portfolio-inner .card-units span {
        font-size: 11px;
    }
    .experiences-style span {
        font-size: 18px;
    }
    .experiences-img-icon {
        height: 50px;
        padding: 0 5px 5px 0;
    }
    section.clients .client-list li img {
        height: 80px;
    }
    section.testimonials #testimonialCarousel a.carousel-control-prev {
        left: 85%;
    }
    section.services .card-icon-style {
        left: 6px;
    }
    .team-member-name {
        font-size: 18px;
    }
    .team-member-title {
        font-size: 12px;
    }
    .home-tabs .wrapper .header {
        font-size: 16px;
    }
    .home-tabs .wrapper .description,
    .home-tabs .wrapper a,
    .home-tabs .wrapper li {
        font-size: 14px;
    }
    .project-info .overlay {
        height: 206px;
    }
    .overlay h3 {
        font-size: 18px;
        margin: 0px;
    }
    .overlay h6 {
        font-size: 14px;
    }
    .project-info .overlay p {
        line-height: 18px;
        font-size: 12px;
    }
    .usr-detail li img {
        width: 28px;
        float: left;
    }
    .j-name {
        font-size: 14px;
        float: left;
    }
    .j-name span {
        font-size: 10px;
    }
    #header-cta {
        display: none;
    }
    #phone-cta-sm {
        display: block;
    }
    .navbar-nav {
        margin-top: 4%;
    }
}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991px) {
    body {
        font-size: 14px!important;
    }
    .portfolio-items-container .item-wrapper, .team-container .team-member {
        width: 49%;
    }
    #landingPageCarousel.carousel .carousel-caption {
        right: 0px;
        width: 450px;
        top: 60px;
        left: 120px;
    }
    #landingPageCarousel.carousel .carousel-caption p {
        
    }
    #landingPageCarousel.carousel .carousel-item {
        min-height: auto;
        height: 90vh;
        background-repeat: no-repeat;
        /* background-position: left bottom; */
        background-position: top;
    }
    header {
        position: relative;
        background-color: #131B44;
    }
    nav.main-navbar ul.navbar-nav li.nav-item.active {
        display: none;
    }
    nav.main-navbar ul.navbar-nav li.nav-item.active span {
        display: none;
    }
    nav.main-navbar ul.navbar-nav li:not(.active) a.nav-link:hover {
        border-bottom: none;
    }
    nav.main-navbar {
        margin: 0;
    }
    nav.main-navbar a.navbar-brand img {
        width: 300px;
    }
    .portfolio-inner .card-units img.portfolio-unit {}
    .portfolio-inner .card-units span {}
    section.banner .bg-img {
        height: 200px;
    }
    .test {
        background-image: none;
    }
    .experiences img.building {
        display: none;
    }
    .testimonials img.bg-img {
        display: none;
    }
    section.testimonials .customer-col img.customer-img {
        margin: auto;
        display: block;
        left: 0;
        height: 150px;
        width: 150px;
        top: 0;
        transform: scale(1.0);
    }
    .testimonials #testimonialCarousel .wrapper {
        text-align: center;
    }
    section.clients .client-list li img {
        height: 65px;
    }
    section.testimonials #testimonialCarousel a.carousel-control-prev,
    section.testimonials #testimonialCarousel a.carousel-control-next {
        display: none;
    }
    section.services .card-icon-style {
        left: 90px;
    }
    section.testimonials .customer-border {
        margin: auto;
        display: block;
        top: 0;
        right: 0;
        border: none;
        background-color: transparent;
        position: relative;
        left: 0;
        overflow: visible;
        transform: rotate(0);
    }
    section.testimonials .testimonial-bg-square {
        display: none;
    }
    section.services .services-card-link {
        left: 0;
        position: relative;
    }
    #landingPageCarousel.carousel .carousel-caption {
        
    }
    #landingPageCarousel.carousel .carousel-caption .header {
        font-size: 1.8rem;
    }
    #landingPageCarousel.carousel .carousel-caption .sub-header {}
    .home-tabs .wrapper .header {
        font-size: 14px;
    }
    .home-tabs .wrapper .description,
    .home-tabs .wrapper a,
    .home-tabs .wrapper li {
        font-size: 12px;
    }

    .slick-container .card {
        border-radius: 0;
    }
    
    .slick-container .card-img-top {
        height: 250px;
        border-radius: 0;
    }
    
    .slick-container .card-footer {
        border-radius: 0;
    }
    
    .slick-slide .card {
        transition: all 0.5s;
        transform: rotateY(0deg) scale(0.9);
    }
    
    .slick-center.slick-current .card {
        transition: all 0.5s;
        transform: rotateY(0) scaleX(1) scaleY(1);
    }
    .project-info .overlay {
        height: 100%;
    }
    #header-cta {
        display: block;
        margin: 10px 0!important;
    }
    #phone-cta-sm {
        display: none;
    }
    #header-cta .phone-cta {
        text-align: left;
        display: inline;
        padding: 2px 3px;
    }
    #mobile-cta {
        display: inline;
        width: 30px;
    }
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767px) {
    #header-cta {
        display: block;
    }
    header {
        position: static;
    }
    nav.main-navbar a.navbar-brand img {
        /* width: 100%; */
    }
    .home-tabs .tab,
    .home-tabs .tab:first-child,
    .home-tabs .tab:last-of-type {
        border: none;
    }
    services-inner img.card-icon-style,
    section.services .card-icon-style {
        /* max-height: 100px; */
    }
    section.banner .bg-img {
        height: 100px;
    }
    section.banner .title {
        text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    }
    section.testimonials blockquote p {
        font-size: 14px;
    }
    .lets-work-together-bg {
        padding-bottom: 0;
        background-image: none;
    }
    .portfolio-inner .card-units img.portfolio-unit {}
    .portfolio-inner .card-units span {}
    section.clients .client-list li img {
        height: 50px;
    }
    section.services .card-icon-style {}
    .sign-img {
        display: none;
    }
    section.services .service-card {
        height: auto;
    }
    section.services-inner .service-card .services-card-link {
        position: relative;
        left: 0;
        padding: 0;
    }
    #landingPageCarousel.carousel .carousel-caption {
        width: 350px;
        left: 100px;
        top: 60px;
    }
    #landingPageCarousel.carousel .carousel-caption .header {}
    #landingPageCarousel.carousel .carousel-caption .sub-header {}
    .project-info .overlay {
        top: -544px;
    }
    .project-info .overlay p {
        line-height: 25px;
        font-size: 16px;
    }
    .overlay h3 {
        font-size: 18px;
        margin: 0px;
    }
    .overlay h6 {
        font-size: 24px;
        margin: 15px 0;
    }
    .portfolio-items-container .item-wrapper, .team-container .team-member {
        width: 100%;
    }
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575px) {
    .project-inner .light-slider-box {
        width: 300px;
        margin: auto;
    }
    nav.main-navbar a.navbar-brand img {
        width: 160px;
    }
    .portfolio-inner .card-units img.portfolio-unit {}
    .portfolio-inner .card-units span {
        font-size: 10px;
    }
    .experiences-img-icon {
        height: 25px;
        padding: 0;
        display: block;
    }
    .experiences-img {
        display: none;
    }
    section.team-inner ul#team-tab a.nav-link {
        font-size: 12px;
    }
    section.portfolio-inner ul#portfolio-tab a.nav-link {
        font-size: 12px;
    }
    section.about-us-stats .exp-img-text {
        font-size: 10px;
    }
    section.experiences .experiences-style span {
        font-size: 14px;
    }
    .experiences .exp-img-text {
        font-size: 12px;
    }
    section.clients .client-list li img {
        /* height: 200px;
        margin: 10px auto;
        display: block; */
    }
    section.services .card-icon-style {
        position: relative;
        top: 0;
        left: 0;
    }
    section.portfolio-inner .card {
        max-width: 300px;
        margin: auto;
    }
    #landingPageCarousel.carousel .carousel-caption {
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: auto;
        padding: 20px;
    }
    #landingPageCarousel.carousel .carousel-caption .header {
        font-size: 20px;
        text-shadow: 0 0 4px #000;
    }
    #landingPageCarousel.carousel .carousel-caption .sub-header {}
    #landingPageCarousel.carousel .carousel-caption p {
        font-size: 14px;
        text-shadow: 0 0 4px #000;
    }
    #mobile-phone-sticky  {
        display: block;
    }
    footer {
        margin-bottom: 35px;
    }
}


/* Mobile First */

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}