* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Dosis";
    src: url("/assets/fonts/Dosis.ttf");
}

html,body {
    font-family: 'Dosis', sans-serif;
}

html, body {
    height: 100%;
}

.air_filters ul li a {
    color: #333;
}

.column ul li a {
    color: #333;
}

.first.contains-items > a {
    color: #e92c27;
}

.contact-us-page address a {
    color: #e92c27;
}

.download {
    float: right;
    margin-top: 0px;
    width: 88px;
    z-index: 99;
    display: block;
    margin-bottom: 35px;
}

.ccc {
    background: #222 none repeat scroll 0 0;
    margin-right: 10px;
    margin-top: 10px;
    padding: 6px !important;
    width: 32%;
}

.industry_served_2 .section-title {
    font-size: 3rem;
}

.ccc p {
    background: #181818 none repeat scroll 0 0;
    color: #fff;
    float: left;
    padding: 7px 0 7px 20px;
    width: 100%;
    margin-bottom: 0px;
}

.ccc p span {
    color: #e92c27;
    width: 100%;
    float: left;
}

a, a:hover, a:active {
    text-decoration: none;
}

a:hover {
    transition: all 200ms ease-in-out;
}

/* Menu Css */
.page-container.sidebar-collapsed {
    padding-right: 65px;
    transition: all 100ms linear;
    transition-delay: 300ms;
}

.page-container.sidebar-collapsed-back {
    padding-right: 280px;
    transition: all 100ms linear;
}

.page-container.sidebar-collapsed .sidebar-menu {
    width: 65px;
    transition: all 100ms ease-in-out;
    transition-delay: 300ms;
}

.page-container.sidebar-collapsed-back .sidebar-menu {
    width: 280px;
    transition: all 100ms ease-in-out;
}

.page-container.sidebar-collapsed .sidebar-icon {
    /*transform: rotate(90deg);*/
    transition: all 300ms ease-in-out;
}

.page-container.sidebar-collapsed-back .sidebar-icon {
    transform: rotate(0deg);
    transition: all 300ms ease-in-out;
    z-index: 9999;
}



/*--trident home page coldspell--*/
	font-size: 23px !important;
    color: #5c5c5c !important;

	



.page-container.sidebar-collapsed .logo {
    padding: 21px;
    height: 136px;
    box-sizing: border-box;
    transition: all 100ms ease-in-out;
    transition-delay: 300ms;
}

.page-container.sidebar-collapsed-back .logo {
    width: 100%;
    padding: 21px;
    height: 34px;
    box-sizing: border-box;
    transition: all 100ms ease-in-out;
}

.page-container.sidebar-collapsed #logo {
    opacity: 0;
    transition: all 200ms ease-in-out;
}

.page-container.sidebar-collapsed-back #logo {
    opacity: 0;
    transition: all 200ms ease-in-out;
    transition-delay: 300ms;
}

.page-container.sidebar-collapsed #menu span {
    opacity: 0;
    transition: all 50ms linear;
}

.page-container.sidebar-collapsed-back #menu span {
    opacity: 1;
    transition: all 200ms linear;
    transition-delay: 300ms;
}

.sidebar-menu {
    position: fixed;
    float: left;
    width: 280px;
    top: 30px;
    right: 0;
    bottom: 30px;
    background-color: #181818;
    color: #aaabae;
    font-family: 'Dosis', sans-serif;
    z-index: 1;
}

.custom-icons li:hover img {
    opacity: 0.5;
}

#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

#menu li {
    /* position: relative;*/
    margin: 0;
    font-size: 8px;
    padding: 0;
}

#menu li ul {
    opacity: 0;
    height: 0px;
}

#menu li a {
    font-style: normal;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #fff;
    white-space: nowrap;
    z-index: 2;
    font-size: 14px;
}

.custom-icons a {
    display: inline !important;
    padding: 0px !important;
    z-index: 999 !important;
    cursor: pointer !important;
}

#menu li a:hover {
    color: #ffffff;
    background-color: transparent;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}

#menu li.active > a {
    background-color: #2b303a;
    color: #ffffff;
}

#menu ul li {
    background-color: #ea2a1c;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu li ul {
    position: absolute;
    visibility: hidden;
    right: 100%;
    top: 0px;
    background-color: #ea2a1c;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.1s linear;
}

.sidebar-collapsed-back #menu li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.sidebar-collapsed #menu li a {
    cursor: default;
}

#menu li li ul {
    right: 100%;
    visibility: hidden;
    top: -1px;
    opacity: 0;
    transition: opacity 0.1s linear;
}

#menu li li:hover ul {
    visibility: visible;
    opacity: 1;
}

#menu .fa {
    margin-right: 5px;
}

/*TRIDENT-HOME-CONTACT--*/
.trident-contact{
    color: black;
    margin-top: 0px;
    position: relative;
    top: 151px;
    font-size: 35px;
    font-weight: 400;
}

.custom-icons {
    position: fixed;
    bottom: 50px;
    right: 0px;
    z-index: 999;
}

.custom-icons li {
    padding: 4px 2px 4px 0px!important;
}

.logo {
    width: 100%;
    padding: 21px;
    box-sizing: border-box;
}

.sidebar-icon {
    position: relative;
    float: right;
    margin-top: 10px;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    padding: 6px 8px;
    color: #fff;
    background-clip: padding-box;
    text-shadow: 4px 4px 6px rgba(0,0,0,0.4);
    margin-right: -10px;
}

.sidebar-menu img {
    position: relative;
    display: flex;
}

.sidebar-icon:hover,.sidebar-icon:focus,.sidebar-icon:active {
    color: #fff;
}

.fa-html5 {
    color: #fff;
    margin-left: 50px;
    opacity: 0;
}

#menu ul#menu-academico-sub {
    padding-top: 36px;
    padding-bottom: 100px;
    height: 100%;
    min-height: 100%;
}

/* Menu Css*/
/* Global Css */
p {
    color: #545454;
    font-size: 16px;
    text-align: right;
    line-height: 25px;
    font-family: 'Dosis', sans-serif;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.main-row .col-md-3 p {
    margin-bottom: 30px;
}

.about-us {
    background-image: url(../../images/about-sec-bg.jpg);
}

.competitive {
    background-image: url(../../images/competitive.png);
}

.client-speak .client-spoken {
    background-image: url(../../images/client-1.png);
}

.competitive-carousel .competitive1 {
    background-image: url(../../images/manfacturing_tech_1.webp);
}

.competitive-carousel .competitive2 {
    background-image: url(../../images/manfacturing_tech_2.webp);
}

.competitive-carousel .competitive3 {
    background-image: url(../../images/manfacturing_tech_3.webp);
}

.competitive-carousel .competitive4 {
    background-image: url(../../images/manfacturing_tech_4.webp);
}

.infrastructure1 {
    background-blend-mode: color;
    background-image: url(../../images/infra-1.webp);
    background-color: #00000040;
	
}

.infrastructure2 {
    background-image: url(../../images/infra-2.webp);
}

.infrastructure3 {
    background-image: url(../../images/infra-3.webp);
}

.in-house {
    background-image: url(../../images/in-house.webp);
}

.quality {
    background-image: url(../../images/quality_certificate_webp.webp);
}

.product-advantages {
    background-image: url(../../images/product_advantages.webp);
}

.read_more_btn_div {
    float: right;
}

.read-more-btn {
    color: #e12b22;
    font-size: 15px;
    padding: 10px 10px 10px 40px;
    border: solid #5c5c5c 2px;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
}

.read-more-btn:hover {
    text-decoration: none;
}

.client-carousel .carousel-inner,.client-carousel .row,.client-carousel .item , .client-carousel .col-md-6,.client-carousel .client-spoken,.client-carousel .client-text {
    height: 100%;
}

.client-carousel .col-md-6 {
    padding: 0px;
}

.competitive-carousel .carousel-inner,.competitive-carousel .row,.competitive-carousel .item , .competitive-carousel .col-md-6,.competitive-carousel .competitive1,.competitive-carousel .competitive2 {
    height: 100%;
}

.competitive-carousel .col-md-6 {
    padding: 0px;
}

.infrastructure-carousel .carousel-inner,.infrastructure-carousel .row,.infrastructure-carousel .item , .infrastructure-carousel .col-md-12 {
    height: 100%;
}

.infrastructure-carousel .col-md-6 {
    padding: 0px;
}

.eos-group-content .eos-group-content .eos-item {
    padding-left: 60px !important;
}

.treeview li.contains-items ul {
    display: none;
}




/*home-competitive-section*/
.trident-competitive{
	color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
}
/*home-competitive-align--*/
.trident-compatitive-align{
    padding-top: 31px;
}







.treeview li.contains-items.items-expanded ul {
    display: block !important;
}

.treeview li.items-expanded ul li a:hover {
    background-color: #222;
    color: #fff;
}

/* Home */
.home-sec .col-md-6 {
    padding: 0px;
}

.home-sec .dryspell {
    background-image: url(../../images/banner/banner-1-r.webp);
}

.home-sec .dryspel2 {
    background-image: url(../../images/banner/banner-2-r.webp);
}

.home-sec .dryspel3 {
    background-image: url(../../images/banner/banner-3-r.webp);
}

.home-sec .dryspel4 {
    background-image: url(../../images/banner/banner-4-r.webp);
}

.home-sec .dryspel5 {
    background-image: url(../../images/banner/banner-5-r.webp);
}





.home-sec .dryspell h1 {
    position: relative;
    top: 30%;
    color: #FFF;
    font-size: 4em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    text-align: left;
    left: 10%;
    line-height: 50px;
}
.dryspel2 h4 {
    position: relative;
    top: 30%;
    color: #FFF;
    font-size: 4em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    text-align: left;
    left: 10%;
    line-height: 50px;
}

.home-sec .dryspel3 h4 {
    position: relative;
    top: 30%;
    color: #FFF;
    font-size: 4em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    text-align: left;
    left: 10%;
    line-height: 50px;
}

.home-sec .dryspel4 h4 {
    position: relative;
    top: 30%;
    color: #FFF;
    font-size: 4em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    text-align: left;
    left: 10%;
    line-height: 50px;
}

.home-sec .dryspel5 h4 {
    position: relative;
    top: 30%;
    color: #FFF;
    font-size: 4em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    text-align: left;
    left: 10%;
    line-height: 50px;
}

.home-sec .dryspell small {
    color: #fff;
}

.home-sec .dryspel2 small {
    color: #fff;
}

.home-sec .dryspel3 small {
    color: #fff;
}

.home-sec .dryspel4 small {
    color: #fff;
}

.home-sec .col-md-6 {
    height: 100%;
}

.home-carousel .col-md-6 {
    padding: 0px;
}

.home-carousel .carousel-inner,.home-carousel .row,.home-carousel .item , .home-carousel .col-md-6 {
    height: 100%;
}

/* Home */
/* About-us-sec */
.about-us-img {
    position: relative;
    left: 55%;
    top: 10px;
}

/* About-us-sec */
.competitive ul li {
    list-style-type: none;
    text-align: right;
    margin: 60px;
}

.competitive ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5em;
    line-height: 30px;
    text-transform: uppercase;
}

.products-list ul {
    float: right;
}

.products-list ul li {
    list-style-type: none;
    text-align: right;
    margin: 10px;
}

.products-list ul li a {
    color: #ec281d;
    text-decoration: underline;
    font-size: 15px;
    text-decoration-color: #222;
}

.products-list-img1 {
    top: 55px;
    position: relative;
    clear: both;
}

.thumbnail {
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
}

.clear {
    clear: both;
}

.carousel-control {
    text-shadow: none;
}

.products-list-gallery .thumbnail {
    position: relative;
    overflow: hidden;
    padding: 0px;
}

.caption {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    padding: 2%;
    display: none;
    text-align: center;
    color: #fff !important;
    z-index: 2;
}

.caption h4 {
    position: relative;
    top: 45%;
    text-align: center;
    text-transform: uppercase;
}

/* carousel */
.controls .carousel-control.left {
    left: -75px;
    background-image: none;
    color: #ec281d;
    border: 2px solid #181818;
    height: 40px;
    width : 40px;
    margin-top: 30px;
    opacity: 1;
    font-size: 25px;
}

.controls .carousel-control.right {
    right: -12px !important;
    background-image: none;
    color: #ec281d;
    border: 2px solid #181818;
    height: 40px;
    width : 40px;
    margin-top: 30px;
    opacity: 1;
    font-size: 25px;
}

.carousel-indicators {
    right: 50%;
    top: 40%;
    bottom: 0px;
    margin-right: -19px;
}

.carousel-indicators li {
    background: #c0c0c0;
}

.carousel-indicators .active {
    background: #333333;
}

.media-carousel .row .col-md-6:first-child {
    padding-right: 0px;
}

.media-carousel .row .col-md-6:nth-child(2) {
    padding-left: 0px;
}

/* End carousel */
/*   Media Queries */
.manfacture {
    position: relative;
}

.manfacture h2 {
    position: absolute;
    color: #fff;
    font-size: 2.4em;
    text-align: right;
    line-height: 35px;
    text-transform: uppercase;
    margin: 0px;
}

.manfacture.odd h2 {
    bottom: 30px;
    right: 10px;
}

.manfacture.even h2 {
    top: 30px;
    right: 20px;
}

.manfacture mark {
    background-color: transparent;
    color: #fff;
}

.trident-logo {
    float: right;
    margin-top: 40px;
}

.client-carousel .client-text {
    background-color: #ec281d;
    color: #fff;
    padding: 30px 45px 23px 20px;
    text-align: justify;
}

blockquote {
    background: transparent;
    border-left: none;
    margin: 1.5em 0px;
    padding: 0.5em 0px;
    quotes: "\201C""\201D""\2018""\2019";
    text-align: right;
    font-size: 40px;
    line-height: 3px;
}

blockquote:before {
    color: #fff;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
    color: #fff;
}

.products-list-sec h2 {
    margin-top: 150px;
}

.client-speak-sec h2 {
    margin-top: 150px;
    margin-bottom: 50px;
}

.infrastructure-sec h2 {
    margin-top: 150px;
}

.infra h2 {
    margin: 0px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 36%;
    color: #fff;
    font-size: 4em;
    text-transform: uppercase;
}

.infrastructure3 h2 {
    left: 15%;
}

.infra h2 b {
    font-size: 2em;
}

.infrastructure1 mark {
    background-color: transparent;
    color: #fff;
}

.products-list-sec .controls {
    position: absolute;
    right: 25px;
    bottom: 15px;
}

.home-sec .controls {
    position: absolute;
    bottom: 94px;
    right: 100px;
}

.home-sec .controls .carousel-control.left {
    color: #fff;
}

.home-sec .controls .carousel-control.right {
    color: #fff;
}

.competitive-sec .controls {
    position: absolute;
    right: 25px;
}

.infrastructure-sec .controls {
    position: absolute;
    right: 25px;
    bottom: 15px;
}

.competitive-sec .section-title {
    margin-top: 150px;
}

.in-house-sec .section-title {
    margin-top: 150px;
}

.client-iso {
    float: left;
    margin-top: 50px;
}

.client-speak-sec .controls {
    position: absolute;
    right: 7px;
    bottom: 75px;
}

.competitive-advantages-img1 {
    float: right;
}

.client-speak-img1 {
    float: right;
}

.competitive-img1 {
    display: block;
    float: right;
    margin-top: 150px;
}

.quality-img1 {
    margin-top: 100px;
    float: right;
    margin-bottom: 100px;
}

.product-advantages-1 {
    margin-top: 150px;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.carousel-control {
    position: absolute;
    top: 45%;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: auto;
    color: #fff;
    text-align: center;
    opacity: 1;
    text-shadow: none;
}

.carousel-control:hover {
    color: #000;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #16a085;
    border-radius: 50%;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #16a085;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.4);
}

#myCarousel .item h3 {
    text-transform: uppercase;
    color: #e12b22;
    text-align: right;
    margin-bottom: 20px;
    font-size: 20px;
}

.carousel-indicators li {
    border-radius: 0;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #e12b22;
    border: 1px solid #e12b22;
}

.carousel-indicators li {
    border: 1px solid #181818;
    background-color: #181818;
}

.inner-page {
    margin-top: 30px !important;
}

.inner-page .column {
    padding: 0px;
}

.inner-site-logo {
    margin-bottom: 30px;
}

.products-list-gallery .item .thumbnail.img_1 {
    background-color: #898989;
}

.products-list-gallery .item .thumbnail.img_2 {
    background-color: #898989;
}

.products-list-gallery .item .thumbnail.img_3 {
    background-color: #898989;
}

.products-list-gallery .item .thumbnail.img_4 {
    background-color: #898989;
}

.sidebar-menu {
    z-index: 999;
}

@media (min-width: 1200px) {
    .sidebar-menu {
        position: fixed;
        float: left;
        width: 280px;
        top: 30px;
        right: 0;
        bottom: 30px;
        background-color: #181818;
        color: #aaabae;
        font-family: 'Dosis', sans-serif;
        height: 90%;
    }

    .main-row {
        padding-left: 30px;
        padding-right: 64px;
        background-color: #fff;
    }

    .column {
        padding: 0px;
    }

    .section {
        height: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .fp-tableCell {
        height: 100%;
        vertical-align: initial;
    }

    .fp-section.fp-table, .fp-slide.fp-table {
        display: grid;
    }

    .section {
        height: 100%;
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .site-logo {
        position: absolute;
        z-index: 99;
        top: 40px;
    }

    .competitive-advantages-img1 {
        float: right;
        margin-top: 100px;
    }

    .section-title {
        margin-top: 70px;
        color: #000000;
        font-size: 4rem;
        font-weight: 600;
        font-family: 'Dosis', sans-serif;
        padding-bottom: 15px;
        text-transform: uppercase;
        text-align: right
    }

    .section-title mark {
        color: #e92c27;
        background: none;
    }

    .years_of_excellence {
        margin-top: 20px;
        float: right;
    }
    
    .years_of_excellence img{
        
    }

    .bg-column {
        height: 90%;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 100% 100%;
        position: relative;
    }
    .bg-column iframe{
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 100% 100%;
        position: relative;
        width:100%
    }
    .client-carousel .client-spoken,.client-carousel .client-text {
        height: 90%;
    }

    .competitive-carousel .competitive1,.competitive-carousel .competitive2 {
        height: 90%;
    }

    .media-carousel img {
        width: 100%;
        height: 280px;
        margin: 0;
    }

    .competitive_advantages h2 {
        margin-top: 150px;
    }

    .product-advantages-sec .col-md-6 {
        height: 100%;
    }

    .home-sec .controls {
        position: absolute;
        bottom: 25%;
        right: 100px;
    }

    .carousel-indicators {
        right: 50%;
        top: 32%;
        bottom: 0px;
        margin-right: -19px;
    }

    .media-carousel .carousel-inner {
        height: 90%;
    }

    .media-carousel .item {
        height: 100%;
    }

    .media-carousel .item .row {
        height: 50%;
    }

    .media-carousel .item .row .col-md-6 {
        height: 100%;
    }

    .media-carousel .item .row .col-md-6 .thumbnail {
        height: 100%;
        padding: 0;
    }

    .media-carousel img {
        width: auto;
        margin: 0;
        padding: 25px;
        height: 100%;
    }

    .product-advantages-sec {
        display: grid;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-menu {
        position: fixed;
        float: left;
        width: 280px;
        top: 30px;
        right: 0;
        bottom: 30px;
        background-color: #181818;
        color: #aaabae;
        font-family: 'Dosis', sans-serif;
        z-index: 1;
        height: 90%;
    }

    .main-row {
        padding-left: 30px;
        padding-right: 64px;
        background-color: #fff;
    }

    .column {
        padding: 0px;
    }

    .section {
        height: 100%;
        padding-top: 30px;
        padding-bottom: 0;
    }

    .fp-tableCell {
        height: 100%;
        vertical-align: initial;
    }

    .fp-section.fp-table, .fp-slide.fp-table {
        display: grid;
    }

    .site-logo {
        position: absolute;
        z-index: 99;
        top: 40px;
    }

    .section-title {
        margin-top: 30px;
        color: #000000;
        font-size: 3.06rem;
        font-weight: 600;
        font-family: 'Dosis', sans-serif;
        padding-bottom: 15px;
        text-transform: uppercase;
        text-align: right;
    }

    .section-title mark {
        color: #e92c27;
        background: none;
    }

    .bg-column {
        height: 90%;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 100% 100%;
        position: relative;
    }


    .bg-column iframe{
        height: 100% !important;
        width: 100% !important;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        position: relative;
    }
    .home-sec .controls {
        position: absolute;
        bottom: 150px;
        right: 100px;
    }

    .client-carousel .client-spoken, .client-carousel .client-text {
        height: 90%;
    }

    .competitive-carousel .competitive1, .competitive-carousel .competitive2 {
        height: 90%;
    }

    .years_of_excellence {
        float: right;
        margin-top: 0px;
    }

    .competitive_advantages h2 {
        margin-top: 130px;
        margin-bottom: 70px;
    }

    .competitive {
        background-size: 100% 100%;
    }

    .competitive ul li {
        list-style-type: none;
        text-align: right;
        margin: 50px;
    }

    .products-list-sec h2 {
        margin-top: 120px;
    }

    .products-list-img1 {
        top: 20px;
        position: relative;
        clear: both;
    }

    .products-list-sec .controls {
        position: absolute;
        right: 25px;
        bottom: 60px;
    }

    .client-speak-sec h2 {
        margin-top: 120px;
        margin-bottom: 25px;
    }

    .competitive-sec .section-title {
        margin-top: 120px;
    }

    .competitive-img1 {
        display: block;
        float: right;
        margin-top: 110px;
    }

    blockquote {
        font-size: 13px;
    }

    .infrastructure-sec h2 {
        margin-top: 120px;
    }

    .trident-logo {
        float: left;
        margin-top: 40px;
    }

    .infrastructure-sec .controls {
        position: absolute;
        right: 25px;
        bottom: 65px;
    }

    .quality-img1 {
        margin-top: 100px;
        float: right;
        margin-bottom: 50px;
    }

    .in-house-sec .section-title {
        margin-top: 120px;
    }

    .product-advantages-sec .col-md-6 {
        height: 100%;
    }

    .product-advantages-1 {
        margin-top: 120px;
    }

    .carousel-indicators {
        right: 50%;
        top: 34%;
        bottom: 0px;
        margin-right: -19px;
    }

    .media-carousel .carousel-inner {
        height: 90%;
    }

    .media-carousel .item {
        height: 100%;
    }

    .media-carousel .item .row {
        height: 50%;
    }

    .media-carousel .item .row .col-md-6 {
        height: 100%;
    }

    .media-carousel .item .row .col-md-6 .thumbnail {
        height: 100%;
    }

    .media-carousel img {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .product-advantages-sec {
        display: grid;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-menu {
        position: fixed;
        float: left;
        width: 280px;
        top: 30px;
        right: 0;
        bottom: 30px;
        background-color: #181818;
        color: #aaabae;
        font-family: 'Dosis', sans-serif;
        z-index: 1;
        height: 90%;
    }

    .main-row {
        padding-left: 30px;
        padding-right: 64px;
        background-color: #fff;
    }

    .column {
        padding: 0px;
    }

    .section {
        height: 100%;
        padding-top: 30px;
        padding-bottom: 0;
    }

    .fp-tableCell {
        height: 100%;
        vertical-align: initial;
    }

    .fp-section.fp-table, .fp-slide.fp-table {
        display: grid;
    }

    .site-logo {
        position: absolute;
        z-index: 99;
        top: 40px;
    }

    .section-title {
        margin-top: 30px;
        color: #000000;
        font-size: 3.06rem;
        font-weight: 600;
        font-family: 'Dosis', sans-serif;
        padding-bottom: 15px;
        text-transform: uppercase;
        text-align: right;
    }

    .section-title mark {
        color: #e92c27;
        background: none;
    }

    .bg-column {
        height: 90%;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 100% 100%;
        position: relative;
    }


    .bg-column iframe{
        height: 100% !important;
        width: 100% !important;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        position: relative;
    }
    .home-sec .controls {
        position: absolute;
        bottom: 150px;
        right: 100px;
    }

    .client-carousel .client-spoken, .client-carousel .client-text {
        height: 90%;
    }

    .competitive-carousel .competitive1, .competitive-carousel .competitive2 {
        height: 90%;
    }

    .about-us-sec .section-title {
        margin-top: 120px;
    }

    .years_of_excellence {
        float: right;
        margin-top: 80px;
    }

    .competitive_advantages h2 {
        margin-top: 130px;
        margin-bottom: 70px;
    }

    .competitive {
        background-size: 100% 100%;
    }

    .competitive ul li {
        list-style-type: none;
        text-align: right;
        margin: 50px;
    }

    .products-list-sec h2 {
        margin-top: 120px;
    }

    .products-list-img1 {
        top: 20px;
        position: relative;
        clear: both;
    }

    .products-list-sec .controls {
        position: absolute;
        right: 25px;
        bottom: 0px;
    }

    .client-speak-sec h2 {
        margin-top: 120px;
        margin-bottom: 25px;
    }

    .competitive-sec .section-title {
        margin-top: 120px;
    }

    .competitive-img1 {
        display: block;
        float: right;
        margin-top: 0px;
    }

    .competitive-sec .controls {
        position: absolute;
        right: 25px;
        bottom: 10px;
    }

    blockquote {
        font-size: 13px;
    }

    .infrastructure-sec h2 {
        margin-top: 120px;
    }

    .trident-logo {
        float: left;
        margin-top: 40px;
    }

    .infrastructure-sec .controls {
        position: absolute;
        right: 25px;
        bottom: 65px;
    }

    .quality-img1 {
        margin-top: 100px;
        float: right;
        margin-bottom: 50px;
    }

    .in-house-sec .section-title {
        margin-top: 120px;
    }

    .product-advantages-sec .col-md-6 {
        height: 100%;
    }

    .product-advantages-1 {
        margin-top: 120px;
    }

    .carousel-indicators {
        right: 50%;
        top: 34%;
        bottom: 0px;
        margin-right: -19px;
    }

    .media-carousel .carousel-inner {
        height: 90%;
    }

    .media-carousel .item {
        height: 100%;
    }

    .media-carousel .item .row {
        height: 50%;
    }

    .media-carousel .item .row .col-md-6 {
        height: 100%;
    }

    .media-carousel .item .row .col-md-6 .thumbnail {
        height: 100%;
    }

    .media-carousel img {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .product-advantages-sec {
        display: grid;
    }

    .infrastructure-sec .controls {
        position: absolute;
        right: 25px;
        bottom: 0px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
        max-width: 100%;
    }
    .controls .carousel-control.left
{
margin-top:47px;
}
.controls .carousel-control.right
{
margin-top:47px;
}

.client-speak-sec .controls .carousel-control.right
{
margin-top:30px;
}
   .client-speak-sec .controls .carousel-control.left
{
margin-top:30px;
}
    blockquote {

    margin: .2em 0px;
   
    line-height: 0px;
}

.section-title {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .main-row {
        padding-left: 5px;
        padding-right: 5px;
        background-color: #fff;
        margin-top: 45px;
    }

    .column {
        padding: 0px;
    }

    #mobile-menu {
        position: fixed;
        width: 100%;
        z-index: 100;
    }

    #mobile-menu a {
        color: #fff;
    }

    .eos-menu .eos-menu-title, .eos-menu .eos-group-title, .eos-menu .eos-item {
        height: 50px;
        line-height: 40px;
        background: #181818;
        border-color: #181818;
    }

    .eos-menu-title img {
        width: 40px;
        height: 40px;
        padding: 5px;
        margin: 0 auto;
    }

    .years_of_excellence {
        float: right;
    }

    .section-title {
        margin-top: 30px !important;
        color: #000000;
        font-size: 2.50rem;
        font-weight: 600;
        font-family: 'Dosis', sans-serif;
        text-transform: uppercase;
        text-align: right;
        margin-bottom: 30px !important;
    }

    .section-title mark {
        color: #e92c27;
        background: none;
    }

    .bg-column {
        height: 300px !important;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        position: relative;
    }

    .bg-column iframe{
        height: 100% !important;
        width: 100% !important;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        position: relative;
    }
    .home-sec .controls {
        position: absolute;
        bottom: 100px;
        right: 30px;
    }

    .about-us.bg-column {
        margin-top: 30px;
    }

    .competitive {
        background-size: cover;
    }

    .competitive ul li {
        list-style-type: none;
        text-align: right;
        margin: 15px;
    }

    .competitive ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        line-height: 25px;
        text-transform: uppercase;
    }

    .competitive-carousel .competitive1, .competitive-carousel .competitive2 {
        height: 90%;
    }

    .competitive-carousel {
        margin-top: 60px;
    }

    .competitive-img1 {
        display: block;
        float: right;
        margin-top: 0px;
    }

    .competitive-sec .controls {
        position: absolute;
        right: 25px;
        bottom: 35px;
        z-index: 99;
    }

    .competitive1 h2 {
        color: #e12f1e;
        text-transform: uppercase;
        margin: 0;
        font-size: 18px;
        text-align: right;
        position: absolute;
        right: 10px;
        bottom: 10px;
        line-height: 20px;
    }

    .competitive2 h2 {
        color: #fff;
        font-size: 18px;
        text-align: right;
        line-height: 20px;
        text-transform: uppercase;
        position: absolute;
        top: 10px;
        right: 20px;
    }

    .products-list-gallery {
        margin-top: 60px;
    }

    .client-iso {
        float: left;
        margin-top: 0px;
        margin-left: 5px;
    }

    .client-speak-sec .controls {
        position: absolute;
        right: 12px;
        bottom: 75px;
        z-index: 99;
    }

    .products-list-sec .controls {
        position: absolute;
        right: 25px;
        bottom: 30px;
        z-index: 99;
    }

    .in-house.bg-column {
        margin-top: 30px;
    }

    .infrastructure-carousel {
        margin-top: 90px;
    }

    .infrastructure-sec .controls {
        position: absolute;
        right: 25px;
        bottom: 65px;
        z-index: 99;
    }

    .quality-img1 {
        margin-top: 100px;
        float: right;
        margin-bottom: 50px;
    }

    .product-advantages-1 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .product-advantages.bg-column {
        margin-bottom: 15px;
    }

    .carousel-indicators {
        right: 50%;
        top: 115%;
        bottom: 0px;
        margin-right: -19px;
    }

    .media-carousel .carousel-inner {
        height: 90%;
    }

    .media-carousel .item {
        height: 100%;
    }

    .media-carousel .item .row {
        height: 50%;
    }

    .media-carousel .item .row .col-md-6 {
        height: 100%;
    }

    .media-carousel .item .row .col-md-6 .thumbnail {
        height: 100%;
    }

    .media-carousel img {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .infrastructure-sec .controls {
        position: absolute;
        right: 25px;
        bottom: 0px;
    }

    .dryspell.bg-column {
        height: 300px;
    }

    .dryspel2.bg-column {
        height: 300px;
    }

    .dryspel3.bg-column {
        height: 300px;
    }

    .dryspel4.bg-column {
        height: 300px;
    }

    .quality-img2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #myCarousel {
        margin-bottom: 30px;
    }

    #myCarousel .carousel-inner {
        height: 200px !important;
    }

    .infra-inner-logo {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .inner-site-logo {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .eos-group-content.first {
        overflow-y: scroll !important;
    }
}

.down_block {
    min-height: 90px;
    border: 1px solid #000;
    display: flex;
    -webkit-box-shadow: -9px 9px 40px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -9px 9px 40px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 0px 8px -1px rgba(0,0,0,0.75);
    margin-bottom: 10%;
}

.down_block .content {
    width: 77%;
    margin: 0;
}

.down_block .content p {
    font-size: 18px;
    padding-left: 8px;
    line-height: 22px;
    margin: 20px 0px 20px 20px;
    text-align: left;
    text-transform: capitalize;
}

.down_block span {
    color: #e12b22;
}

.down_block .img_block {
    width: 30%;
    position: relative;
    float: right;
}

.down_block .img_block img {
    width: 70%;
    height: auto;
    margin: 20px 0px 20px 20px;
}

.testi-block {
    margin-bottom: 3%;
    border-bottom: 1px solid #eee;
    padding-bottom: 1%;
}

.testi-block-profile {
}

.testi-block .column2 {
    padding-top: 25px;
}

.countries {
    background-color: #eaeaea;
    height: 10px;
    margin-bottom: 30px;
    width: 106%;
    left: -3.8999999%;
    position: relative;
}

.countries .col-md-2 {
    height: 10px;
    background-color: #e12b22;
}

.homemap {
    border: 0;
    width: 385%;
    height: 66.2%;
    position: relative;
    top: 5px;
}

.homemap-sec address{
	position: relative;
	left: 235%;
	width: 100%;
	margin: 0;
}


.oxygen-plant-css {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.margin-top-set {
    margin-top: 30px;
    margin-bottom: 30px;
}
.margin-ul {
    margin-left: 6%;
}

.oxygen-plant-topbtm {
    margin-top: 20px;
    margin-bottom: 20px;
}
.breth-mark {
    color: #e92c27;
    background: none;
}

@media (max-width: 578px) {
    .years_of_excellence img {
        height:350px !important;
    }
    
    .treeview {
    display: flex !important;
    justify-content: center !important;
    }
   
    .inner-site-logo {
        margin-bottom: 0px !important;
    }
    .section-title {
        display: none !important;
    }
    
    
 .section-title-p {
     margin-top: 20%;
 }
 .section-adress1 {
         text-align: left !important;
 }
 .qualityimg1 {
     height:350px !important;
 }
 .bg-column {
    height: 350px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-size: cover !important;
    position: relative;
}
.bg-column iframe {
    height: 500px !important;
}
    
}




