body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Poppins", sans-serif;
    color: #0d1115;
}

p {
    font-size: 18px;
    line-height: 32px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

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

textarea:focus,
input:focus {
    outline: none;
}

.clearfix {
    clear: both;
}

a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

.section-title h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-title p {
    font-size: 16px;
    line-height: 27px;
    margin: 0px auto 10px;
    width: 100%;
}

.section-padding {
    padding: 60px 0;
}

.section-title {
    position: relative;
    display: inline-block;
    width: 100%;
}

a.common-btn {
    line-height: 55px;
    border-width: 0;
    border-radius: 5px;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border: none;
    border: 1px solid #C92A26;
    width: auto;
    padding: 0 40px;
    color: #fff;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    background-color: #C92A26;
    cursor: pointer;
}

a.common-btn:hover {
    border: 1px solid #f99934;
    background-color: #f99934;
}

a.common-btn i {
    transform: rotate(-45deg);
    padding-left: 2px;
}

/***********scroll-Top*******/
.scrollTop {
    position: fixed;
    right: 1%;
    bottom: 20px;
    opacity: 0.6;
    transition: all 0.4s ease-in-out 0s;
    z-index: 999;
    cursor: pointer;
}

.scrollTop a {
    background: #FFC20B;
    padding: 10px 16px;
    border-radius: 50%;
}

.scrollTop a i {
    font-size: 16px;
    color: #000;
}


.get-quote-btn {
    padding-left: 11px;
    flex: right;
    position: fixed;
    right: -52px;
    transform: rotate(270deg);
    top: 50%;
    background-color: #0C6423;
    z-index: 999999;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 18px;
    color: #fff;
    line-height: 1.33;
    padding: 8px 18px;
    font-weight: 500;
    cursor: pointer;
    border: 0;
}

.call-btn-float {
    position: fixed;
    width: 44px;
    bottom: 84px;
    right: 20px;
    z-index: 999;
}

/*-------------------------------------index-page start------------------------------*/
.top-section {
    background-color: #010717;
    padding: 10px 0;
}

.top-left ul {
    display: flex;
}

.top-left li,
.top-right li {
    float: left;
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px;
    color: #fff;
}

.top-left li:last-child {
    padding-right: 0px;
}

.top-left li span {
    padding: 0 5px;
}

.top-left li a,
.top-right li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;

}

.top-left li a i {
    padding-right: 5px;
}

.top-left li a:hover,
.top-right li a:hover {
    color: #C92A26;
}

.top-right {
    float: right;
}

/*------header-css------*/
.navigation-section {
    padding: 10px 0;
    width: 100%;
    z-index: 9;
    background: #fff;
}

.logo {
    max-width: 140px;
}

.navigation-section.f-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    animation: smoothScroll 1s forwards;
    background: #fff;
    padding: 3px 0;
    box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}


.navigation-section .stellarnav li button {
    border: 1px solid #C92A26;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    padding: 0px 22px;
    position: relative;
    color: #fff;
    text-align: center;
    margin: 0;
    background-color: #C92A26;
    line-height: 45px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 12px;
}

.navigation-section .stellarnav li button:hover {
    background-color: #ff9c11;
    border: 1px solid #ff9c11;
}

.navigation-section .stellarnav>ul>li>a {
    padding: 20px 12px;
    color: #0a013b;
    font-size: 16px;
    font-weight: 500;
}

.navigation-section .stellarnav>ul>li>a:hover {
    color: #C92A26;
}

.navigation-section .stellarnav.mobile>ul>li>a {
    color: #fff;
    font-weight: 500;
}

.navigation-section .stellarnav>ul>li.get-quotes-btn a {
    background: #c6282b;
    color: #fff;
    padding: 10px 30px;
    position: relative;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    line-height: 27px;
}

.navigation-section .stellarnav>ul>li.get-quotes-btn a:hover {
    background-color: #f99934;
}

.quotes-modal .modal-header {
    border: none;
}

.quotes-modal .modal-title {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 17px;
}

button.submit {
    line-height: 55px;
    border-width: 0;
    border-radius: 5px;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border: 1px solid #C92A26;
    width: auto;
    padding: 0 40px;
    color: #fff;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    background-color: #C92A26;
    cursor: pointer;
    margin-bottom: 30px;
}

button.submit:hover {
    background-color: #f99934;
    border: 1px solid #f99934;
}

/*---------- banner-section --------------------- */
.banner-section {
    position: relative;
    border-radius: 0 0px 40px 40px;
    overflow: hidden;
}

.banner-section .slick-slide {
    position: relative;
}

.banner-section .slick-slide img {
    position: relative;
    width: 100%;
    height: 550px;
    object-fit: cover;
    overflow: hidden;
}

.banner-section .background-overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.73);
    height: 100%;
    width: 100%;
}

.banner-description {
    position: absolute;
    top: 28%;
    text-align: left;
    z-index: 99;
    margin: 0 auto;
    width: 100%;

}

.banner-description .container {
    margin: 0 auto;
}

.banner-description h1 {
    color: #fff;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    width: 63%;
}

.banner-section .slick-dots {
    position: absolute;
    bottom: 20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    z-index: 9;
}

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

.banner-section .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.banner-section .slick-dots li button:hover,
.banner-section .slick-dots li button:focus {
    outline: none;
}

.banner-section .slick-dots li button:hover:before,
.banner-section .slick-dots li button:focus:before {
    opacity: 1;
}

.banner-section .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 64px;
    line-height: 5px;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner-section .slick-dots li.slick-active button:before {
    color: #e52421;
}

/*---------- client-section --------------------- */
.our-client {
    margin: 30px 0;

}

.our-client .section-title h2 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 30px;
    color: #333;
}

.client-section .row {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(185, 185, 185, 0.4);

}

.industries-marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-basis: content;
    padding: 3px 30px 3px;
    margin: 0 6px;
    max-height: 100%;
    white-space: nowrap;
    border-radius: 0px;
    width: calc(10.2857%);
}

.industries-marquee-content li img {
    max-width: 100%;
    max-height: 80px;
}

.ot-industries-marquee {
    position: relative;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 5%, #000 30%, #000 70%, transparent 95%);
    mask-image: linear-gradient(90deg, transparent 5%, #000 30%, #000 70%, transparent 95%);
}

.industries-marquee-content {
    height: 100%;
    animation: ticker-one 30s linear infinite;
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
}

@keyframes ticker-one {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-100rem, 0, 0);
    }
}

/*---------- abut-section --------------------- */

.aboutus-section .row {
    background: rgba(110, 18, 228, 0.06);
    padding: 50px 20px;
    border-radius: 40px;
}

.abut-left {
    padding-right: 15px;
}

.abut-right p {
    display: flex;
    align-items: center;
}

.abut-right p i {
    font-size: 10px;
    color: #C92A26;
    padding-right: 5px;
}

.image-stack {
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}

.image-stack .stack-front {
    grid-row: 1;
    grid-column: 4/span 9;
    margin-top: 20%;
    width: 100%;
    z-index: 2;
    border: 6px solid #fffefe;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    height: 364px;
    object-fit: cover;
    object-position: center top;
}

.image-stack .stack-back {
    grid-column: 1/-3;
    grid-row: 1;
    width: 100%;
    z-index: 1;
    height: 515px;
    object-fit: cover;
    object-position: center top;
}

/*---------- service-section --------------------- */
.service-section {
    background-image: url(../images/bg-parallaxccc1.png);
    background-color: #151313;
    background-position: 50% -67px;
    border-radius: 40px;
    position: relative;
    background-attachment: fixed;
}

.service_item {
    margin-left: 10px;
    margin-right: 10px;
}

.imagebox {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.imagebox:hover .box-header {
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
}

.imagebox .box-wrapper {
    overflow: hidden;
    position: relative;
}

.imagebox .box-header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 23px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background: #fff;
    border-radius: 10px;
    width: 90%;
    margin: 0 auto;
}

.imagebox .box-header .box-title {
    font-size: 18px;
    margin: 0;
    position: relative;
    text-align: center;
    font-weight: 600;
}

.imagebox .box-header .box-title a {
    color: #000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.box-desc {
    padding-top: 25px;
}

.imagebox .box-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    padding: 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.imagebox .box-content .box-button {
    margin-top: 20px;
}

.imagebox .box-content .box-button a.button {
    color: #fff;
    background-color: #C92A26;
    line-height: 40px;
    padding: 0 16px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #C92A26;
}

.button i {
    margin-left: 8px;
}

.imagebox .box-content .box-button a.button:hover {
    color: #C92A26;
    background-color: #fff;
}

.imagebox .box-content::after {
    content: "";
    position: absolute;
    left: 10px;
    width: 94%;
    height: 93%;
    background-color: #000000cf;
    z-index: -1;
    -webkit-opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90);
    border-radius: 10px;
    top: 10px;
}

.imagebox:hover .box-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.box-image img {
    height: 300px;
    object-fit: cover;
}

.box-desc h3 {
    font-size: 22px;
    margin: 0;
    position: relative;
}

.box-desc h3::after {
    width: 50px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    background-color: #C92A26;
}

.box-desc p {
    font-size: 14px;
    line-height: 23px;
    padding-top: 21px;
}

.service_slider {
    position: relative;
}

.service-section .slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: #C92A26;
    transition: all 0.4s ease;
    font-size: 0;
    cursor: pointer;
    transform: translateY(-50%);
}

.service-section .slick-slider .slick-arrow:hover {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.24);
    background-color: #213d43;
}

.service-section .slick-slider .slick-arrow.slick-prev {
    right: auto;
    left: -15px;
    z-index: 9;
}

.service-section .slick-slider .slick-arrow.slick-next {
    right: -15px;
    left: auto;
    z-index: 9;
}


.service-section .slick-slider .slick-arrow.slick-next::before {
    transform: rotate(135deg);
    background-color: #fff;
}

.service-section .slick-slider .slick-arrow.slick-next::after {
    transform: rotate(-45deg);
    background-color: #fff;
}

.service-section .slick-prev.slick-arrow.slick-disabled[aria-disabled="true"]::before {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    transform: rotate(45deg);
}

.service-section .slick-prev.slick-arrow.slick-disabled[aria-disabled="true"]::after {
    content: "";
    width: 12px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    transform: rotate(45deg);
}

.service-section .slick-slider .slick-arrow::before {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
    transform: rotate(45deg);
}

.service-section .slick-slider .slick-arrow::after {
    content: "";
    width: 12px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -9px;
    margin: auto;
    transform: rotate(45deg);
}


/*---------- benefits-section --------------------- */
.benefits-section .section-title h2 {
    font-size: 45px;
    line-height: 53px;

}

.rounded-inside-container-block {
    display: flex;
    align-items: center;
}

.block-overlap-img {
    z-index: 1;
}

.block-overlap-img img {
    max-width: unset;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(91, 91, 91, 0.58);
}

.block-overlap-details {
    background: rgba(110, 18, 228, 0.06);
    padding: 70px 40px 70px 22%;
    margin-left: -18%;
    border-radius: 40px;
    margin-right: 0px;
}

.block-overlap-details.block-overlap-details-left {
    padding: 70px 22% 70px 40px;
    margin-right: -18%;
    margin-left: 0px;
}



/*---------- video-section --------------------- */

.video-section {
    background-color: #C92A26;
    border-radius: 40px;

}

.video-section .section-title h2 {
    font-size: 38px;
    line-height: 47px;
    margin-bottom: 15px;
}

.video-item {
    position: relative;
    margin-top: 35px;
}

.video-section a.common-btn:hover {
    border: 1px solid #000 !important;
    color: #fff !important;
    background-color: #000 !important;
}

.video-item img {
    border-radius: 20px;
    position: relative;
}

.tr-video-play-btn {
	background-image: url(../images/video-bg.jpg);
	background-position: 50% -67px;
	background-size: cover;
	border-radius: 20px;
	text-align: center;
	padding: 172px 0;
}

.tr-video-play-btn span {
    height: 80px;
    width: 80px;
    position: relative;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    background-color: #c92a26;
}

.tr-video-play-btn span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transform: scale(1.4);
    border-radius: 50%;
    z-index: -2;
    background-color: rgba(252, 252, 252, 0.5);
    animation: animate-pulse 3s linear infinite;
}

.tr-video-play-btn span svg {
    margin-left: 5px;
}

.tr-video-play-btn span::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    transform: scale(1.2);
    border-radius: 50%;
    background-color: rgba(36, 38, 37, 0.4);
    z-index: -1;
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    40% {
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0.0), 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    80% {
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0.0), 0 0 0 30px rgba(255, 109, 74, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0.0), 0 0 0 30px rgba(255, 109, 74, 0);
    }

}


#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
  }
  
  #light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    margin-left: -300px;
    margin-top: -180px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
  }
  
  #boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
  }
  
  .boxclose:before {
    content: "×";
  }
  
  #fade:hover ~ #boxclose {
    display:none;
  }
  
  .test:hover ~ .test2 {
    display: none;
  }

/*---------- offer-section --------------------- */

.offer-section .section-title p {
    margin: 0px auto;
    width: 70%;
    text-align: center;
}

.offer-section .item_label,
.offer-section .item_value {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    line-height: 40px;
    padding-left: 10px;
}

.progress_bar_item.grid-x {
    padding-top: 30px;
}

.offer-section .item_value {
    font-weight: 700;
}

.offer-section .item_bar {
    position: relative;
    height: 40px;
    width: 100%;
    background-color: #0000002b;
    border-radius: 0px;
}

.offer-section .item_bar .progress {
    height: 40px;
    border-radius: 0px;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;

}

.animating-2 {
    -webkit-animation: progress 10s infinite linear;
}

@-webkit-keyframes progress {
    0% {
        width: 0%;
    }

    25% {
        width: 20%;
    }

    50% {
        width: 40%;
    }

    75% {
        width: 80%;
    }

    100% {
        width: 100%;
    }
}

.itemname-value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 9;
}

.offer-section .item_bar .progress.sky-blue {
    background-color: #00C1CF;
}

.offer-section .item_bar .progress.green {
    background-color: #5bb75b;
}

.offer-section .item_bar .progress.blue {
    background-color: #5472D2;
}

/*---------- call-to-action-section --------------------- */
.cal-to-action-section {
    background-image: url(../images/bg-parallax4.jpg);
    background-attachment: fixed;
    border-radius: 40px;
    position: relative;
    background-size: cover;
    background-position: 50% -25px;
    overflow: hidden;
    padding: 80px 0;
}

.call-background-overlay {
    background-color: transparent;
    background-image: linear-gradient(90deg, #000000b2 1%, #00000042 50%);
    opacity: 1;
    transition: background .3s, border-radius .3s, opacity .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.btn-group-list ul li a {
    color: #fff;
    background-color: #c92a26;
    line-height: 50px;
    padding: 0 35px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
}

.btn-group-list ul li a i {
    transform: rotate(-45deg);
    padding-left: 2px;
}

.btn-group-list ul li:first-child {
    margin-right: 20px;
}

.btn-group-list ul {
    display: flex;
    justify-content: start;
    margin-top: 27px;
}

.cal-to-action-section .section-title h2 {
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
}

/*---------- dependable-section --------------------- */

.dependable-section .section-title h2 {
    font-size: 45px;
    line-height: 53px;
}


/*---------- blog-section --------------------- */
.blog-section {
    border-radius: 40px;
    position: relative;
    background-color: rgb(239, 241, 242);
}

.blog-section .card {
    border: none;
    box-shadow: 2px 3px 4px #8080801c;
}

.blog-section .item-card2-text {
    padding: 25px;
}

.item-card2-text .blog-date small {
    color: #151313a3;
}

.item-card2-text h4 {
    font-size: 22px;
    line-height: 36px;
    font-weight: bold;
}

.item-card2-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #151313a3;
}

.item-card2-img {
    height: 250px;
    overflow: hidden;
}

.explore-btn a {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #242222e3;
}

.explore-btn a i {
    transform: rotate(-45deg);
    padding-left: 2px;
    font-weight: 800;
}

.top-listing {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.top-listing h2 {
    background-color: #C92A26;
    padding: 20px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.top-listing ul {
    padding: 0 20px;
    height: 390px;
    overflow-y: scroll;
}

.item-det a h4 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    color: #000;
}

.top-listing ul li {
    border-bottom: 1px solid #b7b6bd;
}

.item-det {

    padding: 15px 0;
}

.top-listing ul li:last-child {
    border-bottom: none;
}

.item-det .blog-date small {
    color: #555;
}


/*---------- testimonial-section --------------------- */

.testimonial-section {
    border-radius: 40px;
    background-image: url(../images/bg-parallaxccc1.png);
    background-color: #c92a26;
    background-position: 50% -67px;
}

.feedback-card__body {
    padding: 30px;
}

.feedback-card__body h2 {
    font-size: 20px;
    color: #C92A26;
    font-style: italic;
}

.feedback-card__body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #1a1919d1;
    border-bottom: 1px solid#ccc;
    padding-bottom: 25px;
}


.feedback-card__body h6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.feedback_item {
    margin-left: 10px;
    margin-right: 10px;
}

.feedback_slider {
    position: relative;
}



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

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

.testimonial-section .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 0px;
    width: 0px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 0px;
    cursor: pointer;
}

.testimonial-section .slick-dots li button:hover,
.testimonial-section .slick-dots li button:focus {
    outline: none;
}

.testimonial-section .slick-dots li button:hover:before,
.testimonial-section .slick-dots li button:focus:before {
    opacity: 1;
}

.testimonial-section .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    font-family: "slick";
    font-size: 50px;
    line-height: 0px;
    text-align: center;
    color: #fff;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testimonial-section .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 0.75;
}

.testimonial-section a.common-btn {
    border: 1px solid #fff;
}

.testimonial-section a.common-btn:hover {
    border: 1px solid #000 !important;
    color: #fff !important;
    background-color: #000 !important;
}


/*---------- contact-form-section --------------------- */
.contect-section .container {
    background-image: url(../images/bg-parallaxccc1.png);
    background-color: #f6f1fe;
    background-position: 50% -67px;
    border-radius: 40px;
    position: relative;
    background-attachment: fixed;
    padding: 50px 20px;
}

.pxs-contact-form .form-group .form-control {
    background-color: #fff;
    border: 1px solid #dddbdb7d;
    height: 55px;
    padding-left: 20px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 8px;
    box-shadow: none;
}

.pxs-contact-form .form-group .form-control.address {
    height: 180px;
    padding-top: 15px;
}

.contect-section .section-title p {
    text-align: center;
}

.contect-section .form-item button {
    line-height: 55px;
    border-width: 0;
    border-radius: 5px;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border: none;
    border: 1px solid #C92A26;
    width: auto;
    padding: 0 40px;
    color: #fff;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    background-color: #C92A26;
    cursor: pointer;
}

.contect-section .form-item button:hover {
    border: 1px solid #f99934;
    background-color: #f99934;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/*---------- footer-section --------------------- */

footer {
    position: relative;
    background-color: #151313;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.footer-top ul {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
}

.footer-top ul li a {
    color: #fffffff2;
    padding: 0 35px;
    font-size: 16px;
    font-weight: 300;
}

.footer-top ul li a:hover {
    color: #C92A26;
}

.social-media-icon ul li a:hover {
    background: #C92A26;
}

.footer-middle {
    border-top: 1px solid #ffffff26;
    padding: 30px 0;
    margin-top: 30px;
    border-bottom: 1px solid #ffffff26;
}

.social-media-icon ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.social-media-icon ul li {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.social-media-icon ul li:last-child {
    margin-right: 0px;
}

.social-media-icon ul li a {
    background: #ffffff45;
    display: flex;
    width: 50px;
    height: 50px;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}

.social-media-icon {
    border-top: 1px solid #ffffff26;
}

.footer-top {
    padding-bottom: 30px;
}

.footer-middle-left {
    display: flex;
}

.middle-icon {
    margin-right: 20px;
}

.middle-des h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    display: block;
    padding-bottom: 7px;
}

.middle-des p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

.footer-middle-right ul li {
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer-middle-right ul li i {
    margin-right: 10px;
}

.footer-middle-right ul li a {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

.footer-middle-right ul li a:hover {
    color: #C92A26;
}

.footer-coppy-right p {
    color: #F1F1F1;
    font-size: 16px;
    line-height: 27px;
}

.footer-middle .ios-logo img {
    width: 100%;
    border-radius: 10px;
}

.footer-middle-right {
    float: right;
}

.footer-top img {
    width: 20%;
    background: #fff;
    border-radius: 3px;
    object-fit: cover;
}

.footer-coppy-right {
    padding: 20px 0;
}




/*---------- contact-us-page--------------------- */


.single-page-banner-section {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
}

.single-page-banner-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000;
    opacity: 0.3;
}

.single-page-banner-description h1 {
    z-index: 9;
    color: rgb(255, 255, 255);
    font-size: 60px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 600;
    position: relative;
}

.custom-breadcrumb .breadcrumb {
    margin-bottom: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #e5e5e5;
}

.custom-breadcrumb .breadcrumb li {
    float: left;
    position: relative;
    z-index: 11;
    line-height: 1;
    font-weight: 500;
    padding: 0 12px;
    padding-left: 12px;
}

.custom-breadcrumb .breadcrumb li:first-child {
    padding-left: 0;
}

.custom-breadcrumb .breadcrumb li:last-child {
    padding-right: 0;
}

.custom-breadcrumb .breadcrumb li.active::after {
    content: "/";
    position: absolute;
    bottom: 0;
    left: -3px;
    z-index: 1;
    color: #e5e5e5;
}

.custom-breadcrumb .breadcrumb li a {
    color: #ffffffc2;
}

.custom-breadcrumb .breadcrumb li.active {
    color: #fff;
}



.contact-us-page-section .pxs-contact-form .form-group .form-control {
    background-color: #f4f4f4;
    height: 50px;
    margin-bottom: 13px;
    font-size: 16px;
}

.contact-us-page-section .pxs-contact-form .form-group .form-control.address {
    height: 100px;
}

.contact-us-page-section h2 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.divider {
    width: 60px;
    height: 4px;
    background: #C92A26;
    margin-top: 7px;
    margin-bottom: 15px;
}

.contact-block p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #373737;
}

.contact-block {
    margin-bottom: 15px;
}

.contact-block p span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding-bottom: 8px;
}

.number-details a i {
    color: #C92A26;
    padding-right: 5px;
}

.number-details a {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #373737;
    margin-right: 10px;
}

.number-details {
    margin-bottom: 10px;
}

.contact-block .social-media-icon ul {
    justify-content: start;
    gap: 5px;
    margin-top: 0px;
}

.contact-block .social-media-icon ul li {
    margin-right: 0px;
}

.contact-block .social-media-icon ul li a {
    background: #15131391;
    width: 37px;
    height: 37px;
    font-size: 16px;
}

.contact-block .social-media-icon ul li a:hover {
    background: #C92A26;
}



/*---------- gallery-page--------------------- */


.gallery .gallery-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.gallery .gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-one__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.gallery-one__content::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background: #1c231f;
    opacity: 0.68;
}

.gallery .gallery-item:hover .gallery-one__content {
    opacity: 1;
}

.gallery-one__content-inner {
    position: relative;
    z-index: 99;
    text-align: center;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px;
    margin-top: 5px;
}

.gallery-one__icon {
    width: 46px;
    height: 46px;
    display: flex;
    background-color: transparent;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}


/*---------- clients-section--------------------- */
.fourth-section {
    background: #f6f6f6;
}



.clients-logo ul.client-logo-list {
    list-style-type: none;
    padding-left: 0px;
    padding: 0 25px;
    text-align: center;
}

.clients-logo ul.client-logo-list li {
    background: #fff;
    padding: 10px;
    display: inline-block;
    width: 200px;
    margin: 5px;
    box-shadow: 0px 0px 5px -4px rgba(0, 0, 0, 0.2);
}

.clients-logo ul.client-logo-list li img {
    width: 120px;
    margin: auto;
    height: 74px;
    object-fit: contain;
}




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

.services .image-column {
    position: relative;
    overflow: hidden;
}

.services .image-column:hover .bg {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.services .image-column .bg {
    position: absolute;
    top: 0;
    right: 0px;
    left: 0px;
    bottom: 0;
    background-size: cover;
    width: 100%;
    transition: all 0.5s ease;
    background-position: bottom center;
}

.services .image-column .image {
    display: none;
}

.services .image-column .image img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.services .content {
    width: 100%;
    padding: 40px;
}

.services .content .cont {
    display: table-cell;
    vertical-align: middle;
}

.services .content .cont h4 {
    margin: 0 0 7px 0;
    font-size: 26px;
    color: #222;
    font-weight: 600;
    line-height: 35px;
}

.services .content .cont p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #373737;
    margin-bottom: 20px;
}

.bg-cream {
    background: rgba(110, 18, 228, 0.06);
}

.estublist_person {
    margin-top: 40px;
}

.estublist_person .thumbnail-wrap {
    position: relative;
}

.estublist_person .content {
    color: #373636;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    padding: 15px 0;
}

.estublist_person .content .title {
    margin-bottom: 4px;
    font-weight: 600;
    color: #171717;
}

.estublist_person .thumbnail img {
    border-radius: 5px;
    width: 100%;
    height: 273px;
    object-fit: cover;
    object-position: center top;
}

.inner {
    background: #f6f1fe;
    border-radius: 5px;
}


/*---------- distilleries-section--------------------- */

.distilleries-section p {
    font-size: 16px;
    font-weight: normal;
    line-height: 27px;
    color: #373737;
    margin-bottom: 12px;
}

.distilleries-section ul li p {
    margin-bottom: 5px;
}

/*---------- methods-section--------------------- */

.methods-section h2 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

.methods-section p {
    font-size: 16px;
    font-weight: normal;
    line-height: 27px;
    color: #373737;
    margin-bottom: 12px;
}

.methods-section p a {
    color: #C92A26;
    text-decoration: underline;
}

.treadmark_link a {
    font-size: 18px;
    line-height: 56px;
    border-radius: 10px;
    background: #c6282b;
    color: #ffffff;
    display: inline-block;
    padding: 0 40px;
}

.treadmark_link a:hover {
    background-color: #f99934;
}

.tanker-calibration .divider {
    margin: 0 auto;
    margin-top: 7px;
    margin-bottom: 15px;
}


.video-page-section .video-item {
    margin-top: 0px;
    margin-bottom: 20px;
}

.video-page-section .video-item img {
    border-radius: 5px;
    height: 250px;
    object-fit: cover;
}

.video-page-section .tr-video-play-btn span::before {
    display: none;
}

.video-page-section .tr-video-play-btn span::after {
    display: none;
}

.video-page-section .tr-video-play-btn span svg {
    margin-left: 5px;
    width: 16px;
}

.video-page-section .tr-video-play-btn span {
    height: 50px;
    width: 50px;
    line-height: 50px;
}





.feature-portlet {
    padding: 0;
    margin-bottom: 30px;
    background-color: white;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.feature-portlet .image {
    position: relative;
    overflow: hidden;
}

.feature-portlet .image img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}

.feature-portlet .service-page-body {
    padding: 15px;
    height: 240px;
}

.feature-portlet .service-page-body h2 {
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
}

.feature-portlet .service-page-body p {
    font-size: 15px;
    line-height: 23px;
    margin: 0px auto 10px;
    width: 100%;
}

.feature-portlet .service-page-body a.btn {
    padding: 0 20px;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 500;
    background-color: #c6282b;
    color: white;
    display: inline-block;
    line-height: 35px;
}

.feature-portlet .service-page-body a.btn:hover {
    background-color: #f99934;
}