@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');



body {

    font-family: 'Poppins', sans-serif;

    font-size: 14px;

    margin: 0px;

    padding: 0px;

    color: #000000 !important;

    font-weight: 500;

    line-height: 1.8;

}



a {

    text-decoration: none !important;

    display: inline-block;

    outline: none;

}



a:hover,

a:focus {

    text-decoration: none;

    outline: none;

}



.btn.focus,

.btn:focus {

    outline: none;

    box-shadow: none;

}



a:active,

a:hover {

    color: #888888;

}



img {

    border-style: none;

    height: auto;

    max-width: 100%;

}


* {

    margin: 0px;

    padding: 0px;

}



h1,

h2,

h3,

h4,

h5,

h6,

a,

p {

    margin: 0px;

    padding: 0px;

}



ul li {

    list-style: none;

}



.header-navigation {

    background-color: transparent;

    margin-bottom: 0;

    border: none;

    border-radius: 0;

    z-index: 999;

}



.header-navigation .container {

    position: relative;

    padding-right: 220px;

}



.header-navigation .container .navbar-header {

    position: absolute;

    top: 50%;

    left: 45px;

    transform: translateY(-50%);

    z-index: 10;

}



.header-navigation .container .navbar-header button.side-nav-toggler {

    border: none;

    outline: none;

    background-color: transparent;

    color: #262626;

    font-size: 18px;

    transition: all 0.4s ease;

}



.header-navigation .container .navbar-header button.side-nav-toggler:hover {

    color: #fe5a0e;

}



.header-navigation .container .navbar-brand {

    height: auto;

    padding: 0px 0;

}



.header-navigation .container .navbar-brand .default-logo {

    display: inline-block;

}



.header-navigation .container .navbar-brand .sticky-logo {

    display: none;

}



.header-navigation .container .main-navigation {

    text-align: left;

    padding: 0;

    background: #fff;

}



.header-navigation .container .right-side-box {

    position: absolute;

    top: 50%;

    right: 0px;

    transform: translateY(-50%);

}



.header-navigation .container .right-side-box a.rqa-btn {

    display: inline-block;

    vertical-align: middle;

    background: #fe5a0e;

    color: #fff;

    font-size: 16px;

    font-family: 'Poppins';

    font-weight: 600;

    padding: 26.5px 39px;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

    letter-spacing: 0.01em;

    line-height: 1em;

    position: relative;

}



.header-navigation .container .right-side-box a.rqa-btn i {

    display: inline-block;

    vertical-align: middle;

    font-size: 12px;

}



.header-navigation .container .right-side-box a.rqa-btn span.inner {

    display: block;

    border-bottom: 1px solid #fff;

    padding: 3px 0;

}



.header-navigation .container .right-side-box a.rqa-btn:after {

    content: '';

    position: absolute;

    top: 0;

    left: -10px;

    width: 25px;

    height: 100%;

    -webkit-transform: skewX(-15deg);

    transform: skewX(-15deg);

    background: #fe5a0e;

    display: block;

    z-index: -1;

    transition: all 0.4s ease;

}



.header-navigation .container .right-side-box a.rqa-btn:hover {

    background: #252525;

    color: #fff;

}



.header-navigation .container .right-side-box a.rqa-btn:hover:after {

    background: #252525;

}



.header-navigation ul.navigation-box {

    float: none;

    display: inline-block;

    vertical-align: middle;

    padding-left: 120px;

    position: relative;

}



.header-navigation ul.navigation-box:after {

    content: '';

    position: absolute;

    top: 0;

    left: 99%;

    width: 60px;

    height: 100%;

    -webkit-transform: skewX(-15deg);

    transform: skewX(-15deg);

    background: #fff;

    display: block;

    z-index: -1;

}



.header-navigation ul.navigation-box li a .sub-nav-toggler {

    display: none;

}



.header-navigation ul.navigation-box>li {

    position: relative;

    padding: 24px 0;

    display: inline-block;

}



.header-navigation ul.navigation-box>li:before {

    content: '';

    width: 100%;

    height: 3px;

    background: #fe5a0e;

    position: absolute;

    bottom: 0;

    left: 0;

    transition: all 0.4s ease;

    transform: scale(0, 0);

}



.header-navigation ul.navigation-box>li:hover:before,

.header-navigation ul.navigation-box>li.current:before {

    transform: scale(1, 1);

}



.header-navigation ul.navigation-box>li+li {

    margin-left: 50px;

}



.header-navigation ul.navigation-box>li>a {

    padding: 0;

    font-family: 'Poppins';

    color: #262626;

    font-size: 16px;

    transition: all 0.4s ease;

    font-weight: 600;

    display: inline-block;

}



.header-navigation ul.navigation-box>li>a:after {

    content: "\f0d7";

    font-family: 'Font Awesome 5 Free';

    font-size: 12px;

    margin-left: 5px;

    color: #fe5a0e;

}



.header-navigation ul.navigation-box>li>a:only-child:after {

    content: '';

    display: none;

}



.header-navigation ul.navigation-box>li>ul.sub-menu {

    position: absolute;

    top: 100%;

    left: 0;

    z-index: 100000;

    float: left;

    min-width: 270px;

    padding: 0px 0px;

    text-align: left;

    list-style: none;

    background-color: #fff;

    background-clip: padding-box;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;

    transition: opacity 0.4s ease, visibility 0.4s ease;

    box-shadow: drop-shadow-converter(#000);

}



.header-navigation ul.navigation-box>li>ul.sub-menu.right-align {

    left: auto;

    right: 0;

}



.header-navigation ul.navigation-box>li:hover>ul.sub-menu {

    opacity: 1;

    visibility: visible;

}



.header-navigation ul.navigation-box>li>ul.sub-menu>li {

    display: block;

    position: relative;

}



.header-navigation ul.navigation-box>li>ul.sub-menu>li>a {

    font-size: 15px;

    color: #262626;

    font-family: 'Rubik';

    font-weight: 400;

    padding: 11.5px 0;

    display: block;

    line-height: 26px;

    padding-left: 40px;

    white-space: nowrap;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}



.header-navigation ul.navigation-box>li>.sub-menu li:hover>a {

    background: #fe5a0e;

    color: #fff;

    position: relative;

}



.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu {

    position: absolute;

    top: 0%;

    left: 100%;

    z-index: 100000;

    float: left;

    min-width: 270px;

    padding: 0px 0px;

    text-align: left;

    list-style: none;

    background-color: #fff;

    background-clip: padding-box;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;

    transition: opacity 0.4s ease, visibility 0.4s ease;

    box-shadow: drop-shadow-converter(#000);

}



.header-navigation ul.navigation-box>li>.sub-menu>li:hover>ul.sub-menu {

    opacity: 1;

    visibility: visible;

}



.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu>li {

    display: block;

    position: relative;

}



.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu>li>a {

    font-size: 16px;

    color: #262626;

    font-weight: 500;

    padding: 11.5px 0;

    display: block;

    line-height: 26px;

    padding-left: 40px;

    white-space: nowrap;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}



.header-navigation ul.navigation-box>li>.sub-menu>li>.sub-menu li:hover>a {

    background: #f1f1f1;

    color: #181818;

    position: relative;

}



.header-navigation.stricky-fixed {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 10;

    background: #fff;

}



.header-navigation.stricky-fixed .container {

    box-shadow: none;

}



.header-top {

    background: #181818;

}



.header-top .logo {

    padding-top: 12px;

    padding-bottom: 40px;

    position: relative;

    width: 198px;

    height: auto;

    float: left;

}



.header-top .logo img {

    position: relative;

    z-index: 11;

    left: 25px;

    top: -10px;

}



.header-top .logo:before {

    content: '';

    width: 100000px;

    height: 100%;

    position: absolute;

    top: 0;

    right: -105px;

    transform: skewX(30deg);

    background: #f0f0f0;

    z-index: 10
}



.header-top .header-right-info {

    padding: 5px 1% 34px 0;

}



.header-top .single-header-right-info {

    display: inline-block;

    vertical-align: middle;

}



.header-top .single-header-right-info+.single-header-right-info {

    margin-left: 36px;

}



.header-top .single-header-right-info .icon-box,

.header-top .single-header-right-info .text-box {

    display: table-cell;

    vertical-align: middle;

}



.header-top .single-header-right-info .icon-box {

    width: 35px;

}



.header-top .single-header-right-info .icon-box i {

    font-size: 35px;

    color: #fff;

    line-height: 1em;

    vertical-align: text-top;

}



.header-top .single-header-right-info .text-box {

    padding-left: 20px;

}



.header-top .single-header-right-info .text-box h3,

.header-top .single-header-right-info .text-box p {

    margin: 0;

}



.header-top .single-header-right-info .text-box p {

    color: #fb2a2a;

    letter-spacing: 0;

    font-family: 'Poppins';

    font-size: 13px
}



.header-top .single-header-right-info .text-box h3 {

    font-family: 'Poppins';

    font-weight: 600;

    letter-spacing: 0.01em;

    color: #ebebeb;

    font-size: 18px;

}



.header-top.home-three {

    background: #fff;

}



.header-top.home-three .top-info {

    background: #262626;

}



.header-top.home-three .top-info .left-text {

    padding: 16px 0;

    position: relative;

}



.header-top.home-three .top-info .left-text:before {

    content: '';

    width: 100000px;

    height: 100%;

    position: absolute;

    top: 0;

    right: -45px;

    transform: skewX(50deg);

    background: rgba(0, 0, 0, .3);

}



.header-top.home-three .top-info p {

    margin: 0;

    font-size: 16px;

    color: #fff;

    letter-spacing: 0.01em;

    position: relative;

    z-index: 10;

}



.header-top.home-three .top-info p span {

    color: #fe5a0e;

}



.header-top.home-three .top-info .social {

    padding: 16px 0;

}



.header-top.home-three .top-info .social a {

    font-size: 12px;

    color: #fff;

    transition: all 0.4s ease;

}



.header-top.home-three .top-info .social a:hover {

    color: #fe5a0e;

}



.header-top.home-three .top-info .social a+a {

    margin-left: 20px;

}



.header-top.home-three .logo {

    padding: 26px 0;

}



.header-top.home-three .logo:before {

    display: none;

}



.header-top.home-three .header-right-info {

    padding: 30px 0;

}



.header-top.home-three .single-header-right-info p {

    color: #888;

}



.header-top.home-three .single-header-right-info i,

.header-top.home-three .single-header-right-info h3 {

    color: #262626;

}



.header.header-home-one {

    position: relative;

    top: -40px;

}



.header.header-home-one .stricky-fixed {

    background-color: transparent;

}



.header.header-home-one .stricky-fixed .container {

    margin-top: 0;

}



.header.header-home-two {

    background: #fff;

    border-bottom: 1px solid #d9d7d6;

}



.header.header-home-two.stricky-fixed {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 999;

    background: #fff;

    border-bottom: 0;

    box-shadow: drop-shadow-converter(#000);

}



.header.header-home-two .header-navigation .container .navbar-header {

    display: none;

}



.header.header-home-two .header-navigation ul.navigation-box {

    padding-left: 30px;

}



.header.header-home-two .header-navigation ul.navigation-box>li:before {

    bottom: auto;

    top: -6px;

}



.header.header-home-two .header-navigation ul.navigation-box>li+li {

    margin-left: 60px;

}



.header.header-home-two .header-navigation ul.navigation-box>li {

    padding: 21.5px 0;

}



.header.header-home-two .header-navigation .container .right-side-box a.rqa-btn {

    padding: 14px 29px;

}



.header.header-home-two .header-navigation .container .right-side-box a.rqa-btn span {

    border: none;

    padding: 0;

}



.header.header-home-two .header-navigation .container .right-side-box a.rqa-btn i {

    font-size: 16px;

}



.header.header-home-two .header-navigation .container .right-side-box a.rqa-btn:after {

    display: none;

}



.header.header-home-two .header-navigation .container .right-side-box a.rqa-btn:hover {

    background-color: #fe5a0e;

}



.header.header-home-two .header-navigation .container .right-side-box a.rqa-btn:before {

    background: #252525;

}



.header.header-home-three+section,

.header.header-home-three+div {

    margin-top: -62px !important;

}



.header.header-home-three .header-navigation .container {

    padding-right: 255px;

}



.header.header-home-three .header-navigation .container .navbar-header {

    display: none;

}



.header.header-home-three .header-navigation ul.navigation-box {

    padding-left: 40px;

}



.header.header-home-three .header-navigation .container .main-navigation {

    background: #262626;

    border-bottom: 3px solid #060606;

}



.header.header-home-three .header-navigation ul.navigation-box>li:before {

    bottom: -3px;

}



.header.header-home-three .header-navigation ul.navigation-box>li>a {

    color: #fff;

}



.header.header-home-three .header-navigation ul.navigation-box>li {

    padding: 16px 0;

}



.header.header-home-three .header-navigation ul.navigation-box:after {

    display: none;

}



.header.header-home-three .header-navigation ul.navigation-box>li>ul.sub-menu {

    background-color: transparent;

    padding-top: 3px;

}



.header.header-home-three .header-navigation ul.navigation-box>li>ul.sub-menu>li {

    background: #fff;

}



.header.header-home-three .header-navigation ul.navigation-box>li+li {

    margin-left: 55px;

}



.header.header-home-three .header-navigation .container .right-side-box a.rqa-btn {

    padding: 18px 69px;

    border-bottom: 3px solid #fe5a0e;

}



.header.header-home-three .header-navigation .container .right-side-box a.rqa-btn:after {

    display: none;

}



.header.header-home-three .header-navigation .container .right-side-box a.rqa-btn:hover {

    background: #252525;

    color: #fff;

    border-color: #252525;

}



.header.header-home-three .header-navigation .container .right-side-box a.rqa-btn:hover span {

    border-color: #fff;

}



.header.header-home-three .stricky-fixed {

    background-color: transparent;

}



.header.header-home-three .stricky-fixed .container {

    margin-top: 0;

}



.core_value {

    width: 100%;

    height: auto;

    /* padding: 3% 0; */

    background: white;

    margin-top: -10%;

}



.core_value_details {

    background: #f9f9f9;

    border-radius: 10px;

    padding: 30px 30px;

    display: flex;

    max-width: 350px;

    width: 100%;

}



.core_value_details .core_img {

    width: 100px;

    height: auto;

    margin-right: 20px;

}



.core_value_details .core_det h6 {

    color: black;

    font-weight: 600;

    font-size: 18px;

}



.about_us {

    width: 100%;

    height: auto;

    padding: 8% 0;

    background: white;

}



.headline h3 {

    font-size: 30px;

    color: black;

    font-weight: 700;

}



.headline h3 span {

    font-size: 30px;

    color: #fd0303;

    font-weight: 700;

    position: relative;

}



.headline h3 span::after {

    content: '';

    position: absolute;

    width: 50px;

    height: 2px;

    background: #000;

    top: 21px;

    right: -65px;

}



.headline h3 span.whiteOne::after {

    content: '';

    position: absolute;

    width: 50px;

    height: 2px;

    background: #fff;

    top: 21px;

    right: -65px;

}



.about_us_details a.head_button {

    width: auto;

    height: 50px;

    padding: 15px 30px;

    background: #fd0303;

    margin-top: 20px;

    color: white;

    font-weight: 400;

}



.news a.head_button {

    width: auto;

    height: 50px;

    padding: 15px 30px;

    background: #fd0303;

    margin: 0px auto 0px auto;

    color: white;

    font-weight: 400;

}



.product {

    width: 100%;

    height: auto;

    padding: 3% 0;

    background: #f9f9f9;

}



.product .prod_content {

    background: #ffffff;

    border-radius: 5px;

    padding: 15px;

    margin-bottom: 20px;

    color: black;

}



.product.product_two {

    background: #ffffff !important;

}



.product.product_two .prod_content {

    background: #f9f9f9 !important;

}



.product_we_serve {

    width: 100%;

    height: auto;

    padding: 3% 0;

    background: #f9f9f9;

}



.product_we_serve .Prod_detail {

    width: 100%;

    height: auto;

    background: #fff;

    position: relative;

}



.product_we_serve .Prod_detail::after {

    content: ">";

    position: absolute;

    font-size: 25px;

    color: #fd0303;

    width: 70px;

    height: 70px;

    border-radius: 50%;

    bottom: -12%;

    background: white;

    left: 40%;

    border: 0.5px solid #f9f9f9;

    padding-top: 15px;

}



.product_we_serve .Prod_detail {

    width: 100%;

    height: auto;

    background: #fff;

}



.product_we_serve .Prod_detail .prod_icon {

    width: 150px;

    height: 150px;

    background: #f6f6f6;

    border-radius: 50%;

    text-align: center;

    padding: 35px 0px;

    margin: 0 auto;

}



.product_we_serve .Prod_detail p {

    font-size: 18px;

    font-weight: 600;

    color: #1c1c1c;

}



.counter_one {

    width: 100%;

    height: auto;

    padding: 4% 0;

    background: #fd0303;



}



.counter_one .counter_details h1 {

    font-size: 50px;

    color: white;

    font-weight: 600;

    position: relative;

    z-index: 2;

}



.counter_one .counter_details h1:after {

    content: '+';

    position: absolute;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    background: #ffd7c5;

    top: -15px;

    right: 0px;

    font-size: 20px;

    text-align: center;

    padding: 15px;

    z-index: -1;

    color: black;

}



.counter_one .counter_details.counter_details25 h1:after {

    right: 28px;

}



.counter_one .counter_details.counter_details26 h1:after {

    right: 17px;

}



.counter_one .counter_details.counter_details27 h1:after {

    right: 30px;

}



.counter_one .counter_details p {

    color: white;

    font-size: 18px;

    font-weight: 400;

}



.counter_one .brderleft {

    border-right: 1px solid white;

    height: 150px;

}



.testimonial {

    width: 100%;

    height: 641px;

    background: url(../images/blackbg.jpg) center no-repeat;

    background-size: 100% 100%;

    padding: 3% 0;

}



.testimonial .testimonial_content {

    margin: 35px auto;

    width: 900px;

    max-width: 100%;

    height: auto;

}



.testimonial .testimonial_content p {

    font-size: 17px;

    color: white;

    font-weight: 500;

    line-height: 1.8;

}



.testimonial .testimonial_content p.quto_before,

.testimonial .testimonial_content p.quto_after {

    position: relative;

}



.testimonial .testimonial_content p.quto_before::before {

    position: absolute;

    content: '"';

    top: -48px;

    font-size: 79px;

    color: #fd0303;

    left: -45px;

}



.testimonial .testimonial_content p.quto_after::after {

    position: absolute;

    content: '"';

    bottom: -100px;

    font-size: 79px;

    color: #fd0303;

    right: -45px;

}



.testimonial .testimonial_content ul li {

    vertical-align: center;

    align-items: center;

}



.testimonial .testimonial_content ul li img {

    border: 5px solid white;

    border-radius: 50%;

}



.testimonial .testimonial_content ul li h3 {

    font-size: 25px;

    color: white;

    font-weight: 500;

    text-align: left;

}



.testimonial .testimonial_content ul li h3 span {

    font-size: 15px;

    color: #fd0303;

    font-weight: 400;

    text-align: left;

}



.news {

    width: 100%;

    height: auto;

    margin: 3% 0;

}



.post-slide {

    margin: 0 0px;

}



.post-slide .post-img {

    position: relative;

    overflow: hidden;

}



.post-slide .over-layer:before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(255, 255, 255, 0);

    transition: all 0.50s ease 0s;

}



.post-img:hover .over-layer:before {

    background: rgba(255, 255, 255, 0.6);

}



.post-slide .post-img img {

    width: 100%;

    height: auto;

}



/* .post-slide .post-content {

    background: #fff;

    padding: 25px 0px;

} */



.post-slide .post-date {

    display: block;

    color: #888888;

    font-size: 15px;

}



.post-slide .post-title {

    margin: 15px 0 14px;

    font-size: 18px;

    font-weight: 600;

}



.post-slide .post-title>a {

    color: #000000;

    transition: all 300ms linear 0s;

}



.post-slide .post-title>a:hover {

    color: #fd0303;

    text-decoration: none;

}



.post-slide .post-description {

    color: #000000;

    font-size: 15px;

    line-height: 24px;

}



.post-slide .post-bar {

    padding: 0;

    list-style: none;

    margin-top: 15px;

}



.post-slide .post-bar li {

    display: inline-block;

    font-size: 15px;

    color: #000000;

}



.post-slide .post-bar li a {

    color: #fd0303;

    font-weight: 600;

}



.post-slide .post-bar li a:hover {

    text-decoration: none;

    color: #888888;

}



@media only screen and (max-width: 650px) {

    .post-slide {

        margin-left: 0;

    }

}



.logo_one {

    width: 100%;

    height: auto;

    margin-bottom: 3%;

}



.logo_one .owl-dots {

    text-align: center;

}



.logo_one .owl-dot {

    display: inline-block;

    height: 15px !important;

    width: 15px !important;

    background-color: #222222 !important;

    opacity: 0.8;

    border-radius: 50%;

    margin: 0 5px;

}



.logo_one .owl-dot.active {

    background-color: #fd0303 !important;

}



.certificates {

    width: 100%;

    height: auto;

    padding: 2% 0;

    background: #262626;

    border-bottom: 3px solid #fd0303;

}



.certificates .certificates_left p {

    color: white;

    font-weight: 400;

    font-size: 16px;

}



.certificates ul.certi_img li {

    margin: 0 20px;



}



.certificates ul.certi_img li {

    border-right: 1px solid white;

    padding-right: 20px;

}



.certificates ul.certi_img li:last-child {

    border-right: 0px;

    padding-right: 00px;

}



.certificates ul.certi_img li:last-child {

    margin: 0 20px 0 0;

}



.certificates ul.certi_img li img {

    width: 150px;

    height: auto;

}



.footer {

    width: 100%;

    height: auto;

    padding: 7% 0% 2% 0;

}



.footer .footer_one ul.flex-direct {

    flex-direction: column;

}



.footer .footer_one ul.flex-direct li {

    line-height: 1.5;

}



.footer .footer_one ul.flex-direct li:last-child {

    display: none;

}



.footer .footer_one ul.flex-direct li i {

    font-size: 18px;

    color: #fd0303;

}



.footer .footer_one ul.flex-direct li p.ColorBlack {

    color: #000000;

    font-weight: 500;

    width: 100%;

    margin-bottom: 10px;

}



.footer .footer_one ul.flex-direct li .socialMedia i {

    color: white;

    background: black;

    padding: 5px 7px;

    border-radius: 50%;

    font-size: 15px;

    margin-right: 5px;

}



.footer .footer_one h3 {

    font-size: 20px;

    color: black;

    font-weight: 600;

    margin-bottom: 20px;

}



.footer .footer_one ul li {

    line-height: 2;

}



.footer .borderTop {

    border-top: 1px solid #dcdcdc;

    justify-content: space-between;

    padding-top: 25px;

}



.footer .footer_one ul li a {

    font-size: 15px;

    color: #000000;

}



.header_wade ul li a.active {

    border-bottom: 2px solid #fa3030;

}



.header_wade .Quote_button {

    width: 230px;

    height: 75px;

    line-height: 75px;

    padding: 0px;

    margin: 0px auto;

    background: #fc0606;

    border: #fc0606;

    border-radius: 0px;

    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);

    outline: none;

    text-align: center;

    justify-content: center;

    text-decoration: underline;

}



.header_wade {

    width: 100%;

    height: 75px;

    background: white;

    margin-top: -50px;

    z-index: 20;

    position: relative;

    padding-left: 10%;

    display: flex;

}



.header_wade ul {

    display: inline-flex;

    width: 100%;

    flex-direction: row;

    line-height: 75px;

}



.header_wade ul li {

    padding-left: 20px;

    padding-right: 20px;

}



.header_wade ul li i {

    color: #fd0303;

}



.header_wade ul li a {

    font-size: 16px;

    color: black;

    font-weight: 600;

}



.carousel {

    position: relative;

    top: -57px;

}



.borderBottom {

    border-bottom: 1px solid #ebebeb;

    margin-bottom: 10px;

}



.borderBottom p {

    padding-bottom: 0px;

    color: #fc0606;

    font-size: 19px;

    letter-spacing: 0.5px;

    font-weight: 600;

}







.utf_information_details {

    padding: 0 0 4% 0;

    color: black;

    -webkit-transition: all .5s;

    transition: all .5s;

}



.utf_information_details .item {

    padding: 30px;

    border: 1.5px solid #66666663;

    min-height: 228px;

    border-radius: 5px;

}



.utf_information_details .item:last-child {

    margin-bottom: 0;

}



.utf_information_details .item .icon {

    background: #fd0303;

    width: 74px;

    height: 74px;

    line-height: 74px;

    font-size: 34px;

    margin-bottom: 15px;

    display: block;

    border-radius: 60px;

    margin: 0 auto;

    text-align: center;

    justify-content: center;

}



.utf_information_details .item .icon i {

    color: white;

}



.utf_information_details .item .cont {

    margin-top: 5px;

}



.utf_information_details .item .cont h6 {

    font-size: 18px;

    margin-bottom: 5px;

}



.utf_information_details .item .cont p {

    color: black;

}



.utf_information_details .item .cont p a {

    color: black;

}



.utf_information_details .item .cont p a:hover {

    color: #fd0303;

}







.contact {

    width: 100%;

    height: auto;

    padding: 4% 0;

    background: #f9f9f9;

    margin: 0 auto;



}





.contact .utf_contact_form_block {

    padding: 0px 10px 20px 10px;

}



.contact .utf_contact_form_block input[type='text'],

.contact .utf_contact_form_block input[type='email'],

.contact .utf_contact_form_block textarea,

.contact .utf_contact_form_block select {

    width: 100%;

    padding: 15px;

    border: 0;

    font-weight: 400;

    /* background: #f1f1f1;

    border: 1px solid rgb(0 0 0); */

}



.contact .utf_contact_form_block textarea {

    height: 160px;

    max-height: 160px;

    max-width: 100%;

}



.contact .utf_contact_form_block button[type='submit'] {

    background: #fd0303;

    border: 1px solid #fd0303;

    color: #fff;

    padding: 10px 20px;

    margin-top: 15px;

    font-weight: 600;

    cursor: pointer;

    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);

    position: relative;

    border-radius: 4px;

}



.contact .utf_contact_form_block button[type='submit']:after {

    content: '';

    width: 0;

    height: 100%;

    position: absolute;

    bottom: 0;

    left: 100%;

    z-index: 1;

    /* background: #fff; */

    -webkit-transition: all 0.3s ease;

    transition: all 0.3s ease;

}



.contact .utf_contact_form_block button[type='submit'] span {

    position: relative;

    z-index: 2;

}



.contact .utf_contact_form_block button[type='submit']:hover {

    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);

    font-weight: 500;

}



.contact .utf_contact_form_block button[type='submit']:hover:after {

    width: 100%;

    left: 0;

    border-radius: 4px;

    -webkit-transition: width 0.3s ease;

    transition: width 0.3s ease;

}



.contact .utf_contact_form_block button[type='submit']:hover span {

    color: #fd0303;

}



.readmore .read-more {

    display: inline-block;

    padding: 7px 20px;

    font-size: 16px;

    font-weight: 400;

    background: none;

    border: 1px solid black;

    border-radius: 35px;

    transition: all 0.30s linear;

    color: white;

    letter-spacing: 1px;

    margin-top: 10px;

    margin-bottom: 15px;

    background: black;

}



.readmore .read-more:hover {

    font-family: 'Poppins', sans-serif;

    background: #fd0303;

    border-color: #fd0303;

    color: white;

    text-decoration: none;

}



#submit_btn {

    display: inline-block;

    padding: 7px 20px;

    font-size: 16px;

    font-weight: 400;

    background: none;

    border: 1px solid black;

    border-radius: 35px;

    text-transform: lowercase;

    transition: all 0.30s linear;

    color: white;

    letter-spacing: 1px;

    margin-top: 10px;

    margin-bottom: 15px;

    background: black;

}



#submit_btn:hover {

    font-family: 'Poppins', sans-serif;

    background: #fd0303;

    border-color: #fd0303;

    color: white;

    text-decoration: none;

}



.banner_one {

    margin-bottom: 4%;

    margin-top: -100px;

}



.serviceboxone {

    width: 100%;

    height: auto;

    padding: 3% 0;

}



.serviceboxone .serviceBox {

    text-align: center;

    padding-top: 10px;

    margin-top: 4%;

}



.serviceboxone .serviceBox .service-icon {

    color: #fff;

    background: #fff;

    font-size: 45px;

    line-height: 100px;

    width: 100px;

    height: 100px;

    margin: 0 auto 30px;

    border-radius: 50%;

    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);

    position: relative;

    z-index: 1;

}



.serviceboxone .serviceBox .service-icon:before,

.serviceboxone .serviceBox .service-icon:after {

    content: "";

    background: linear-gradient(to right, #fd0303 50%, transparent 50%);

    border-radius: 50%;

    position: absolute;

    top: -10px;

    left: -10px;

    right: -10px;

    bottom: -10px;

    z-index: -1;

}



.serviceboxone .serviceBox .service-icon:after {

    background: #fd0303;

    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);

    top: 10px;

    left: 10px;

    right: 10px;

    bottom: 10px;

}



.serviceboxone .serviceBox .title {

    color: #fd0303;

    font-size: 18px;

    font-weight: 600;

    text-transform: capitalize;

    margin: 10px 0 10px 0;

}



.serviceboxone .serviceBox .description {

    color: #000 !important;

    font-weight: 400;

    line-height: 1.5;

    font-family: 'Poppins', sans-serif;

    font-size: 14px;

}



.serviceboxone .serviceBox.red .service-icon:before {

    background: linear-gradient(to right, #f4f4f4 50%, transparent 50%);

}



.serviceboxone .serviceBox.red .service-icon:after {

    background: #fd0303;

}



.serviceboxone .serviceBox.red .title {

    color: black;

}



@media only screen and (max-width:990px) {

    .serviceboxone .serviceBox {

        margin: 0 0 30px;

    }

}



.our_team_main {

    width: 100%;

    height: auto;

    margin: 4% 0;

}



.our_team_main .our-team {

    text-align: center;

}



.our_team_main .our-team .pic {

    border-radius: 50%;

    overflow: hidden;

    position: relative;

}



.our_team_main .our-team .pic:before,

.our_team_main .our-team .pic:after {

    content: "";

    width: 100%;

    height: 100%;

    border-radius: 50%;

    border: 13px solid #f0f0f0;

    position: absolute;

    top: 0;

    left: 0;

}



.our_team_main .our-team .pic:after {

    border-color: #fd0303 #f0f0f0 #f0f0f0 #fd0303;

    z-index: 1;

    transform: rotate(-10deg);

    transition: all 0.5s ease 0s;

}



.our_team_main .our-team:hover .pic:after {

    transform: rotate(350deg);

}



.our_team_main .our-team img {

    width: 100%;

    height: auto;

}



.our_team_main .our-team .title {

    font-size: 18px;

    font-weight: 600;

    color: black;

    padding-bottom: 10px;

    margin: 15px 0 10px 0;

    position: relative;

}



.our_team_main .our-team .title:after {

    content: "";

    width: 30px;

    height: 2px;

    background: #222;

    margin: 0 auto;

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

}



.our_team_main .our-team .post {

    display: block;

    color: #888888 !important;

    font-weight: 400;

    line-height: 1.5;

    font-family: 'Poppins', sans-serif;

    font-size: 14px;

}



.our_team_main .our-team .icon {

    list-style: none;

    padding: 0;

    margin: 10px 0 0 0;

}



.our_team_main .our-team .icon li {

    display: inline-block;

}



.our_team_main .our-team .icon li a {

    display: inline-block;

    width: 30px;

    height: 30px;

    line-height: 30px;

    border-radius: 50%;

    background: #f0f0f0;

    font-size: 14px;

    color: #f0f0f0;

    margin-right: 5px;

    transition: all 0.3s ease-out 0s;

}



.our_team_main .our-team .icon li a:hover {

    background: #fd0303;

    color: #fff;

}



@media only screen and (max-width: 990px) {

    .our_team_main .our-team {

        margin-bottom: 30px;

    }

}



.about_us .main-timeline {

    margin-top: 4%;

}



.about_us .main-timeline:after {

    content: '';

    display: block;

    clear: both;

}



.about_us .main-timeline .timeline {

    width: 100%;

    margin: 0 0px;

}



.about_us .main-timeline .timeline-content {

    color: #888;

    background: linear-gradient(#f0f0f0, #f0f0f0);

    padding: 15px 15px 35px 135px;

    border-radius: 50px 0;

    display: block;

    overflow: hidden;

    position: relative;

    z-index: 1;

}



.about_us .main-timeline .timeline-content:hover {

    text-decoration: none;

}



.about_us .main-timeline .timeline-content:before {

    content: '';

    background-color: rgba(255, 255, 255, 0.25);

    height: 300px;

    width: 300px;

    border-radius: 50%;

    position: absolute;

    left: -180px;

    bottom: -125px;

    z-index: -1;

}



.about_us .main-timeline .timeline-icon {

    font-size: 60px;

    position: absolute;

    left: 20px;

    bottom: 15px;

}



.about_us .main-timeline .timeline-icon i {

    color: #fd0303;

}



.about_us .main-timeline .title {

    font-size: 18px;

    font-weight: 600;

    text-transform: capitalize;

    margin: 10px 0 10px 0;

    color: black;

}



.about_us .main-timeline .description {

    font-size: 14px;

    color: #000000 !important;

    font-weight: 500;

    line-height: 1.5;

}



.about_us .timeline ul li {

    color: #000000 !important;

}



.about_us .main-timeline .timeline:nth-child(even) {

    margin: 0 5px 20px 0;

    float: left;

}



.about_us .main-timeline .timeline:nth-child(even) .timeline-content {

    padding: 15px 135px 35px 20px;

}



.about_us .main-timeline .timeline:nth-child(even) .timeline-content:before {

    left: auto;

    right: -180px;

}



.about_us .main-timeline .timeline:nth-child(even) .timeline-icon {

    left: auto;

    right: 20px;

}



.about_us .main-timeline .timeline:nth-child(4n+2) .timeline-content {

    background: linear-gradient(#ef761a, #FF512F);

}



@media screen and (max-width:990px) {

    .about_us .main-timeline .timeline {

        width: 70%;

    }

}



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



    .about_us .main-timeline .timeline,

    .about_us .main-timeline .timeline:nth-child(even) {

        width: 100%;

        margin: 0 0 35px 0;

    }



    .about_us .main-timeline .timeline-content,

    .about_us .main-timeline .timeline:nth-child(even) .timeline-content {

        text-align: center;

        padding: 100px 15px 15px;

    }



    .about_us .main-timeline .timeline-content:before,

    .about_us .main-timeline .timeline:nth-child(even) .timeline-content:before {

        transform: translateX(-50%);

        left: 50%;

        right: auto;

        bottom: auto;

        top: -215px;

    }



    .about_us .main-timeline .timeline-icon,

    .about_us .main-timeline .timeline:nth-child(even) .timeline-icon {

        font-size: 40px;

        transform: translateX(-50%);

        left: 50%;

        top: 10px;

    }

}



.feedback {

    width: 100%;

    height: auto;

    margin: 4% 0;

}



.feedback #testimonial-slider {

    margin-bottom: 4%;

}



.testimonial_one {

    background: #fff;

    text-align: center;

    margin: 0 20px;

}



.testimonial_one .description {

    padding: 40px 30px;

    margin-bottom: 50px;

    border-top: 1px solid #f0f0f0;

    border-left: 1px solid #f0f0f0;

    font-size: 15px;

    color: #887e7f;

    line-height: 1.5;

    text-align: left;

    position: relative;

}



.testimonial_one .description:before {

    content: "\f10e";

    font-family: "FontAwesome";

    font-weight: 900;

    display: inline-block;

    float: left;

    padding: 0 15px 5px 0;

    font-size: 30px;

    color: #fd0303;

    text-align: center;

    position: relative;

    top: 8px;

    left: 0;

}



.testimonial_one .description:after {

    content: "";

    width: 50%;

    height: 1px;

    background: #f0f0f0;

    position: absolute;

    bottom: 0;

    left: 0;

}



.testimonial_one .testimonial_one-content {

    position: relative;

}



.testimonial_one .testimonial_one-content:before {

    content: "";

    width: 1px;

    height: 20px;

    background: #f0f0f0;

    position: absolute;

    top: -50px;

    left: 50%;

}



.testimonial_one .testimonial_one-content:after {

    content: "";

    width: 2px;

    height: 40px;

    background: #f0f0f0;

    position: absolute;

    top: -70px;

    left: 50%;

    transform: skewX(-45deg);

    transform-origin: 100% 100% 0;

}



.testimonial_one .pic {

    display: inline-block;

    width: 80px;

    height: 80px;

    border-radius: 50%;

    margin-right: 7px;

}



.testimonial_one .pic img {

    width: 100%;

    height: auto;

    border-radius: 50%;

}



.testimonial_one .title {

    display: inline-block;

    font-size: 18px;

    font-weight: 600;

    color: black;

}



.inner_img {

    display: flex;

    justify-content: space-evenly;

    margin: 20px 0;

}



.inner_img .prod_imgg img {

    width: auto;

    height: 250px;

    border: 1.5px solid #ccc;

    padding: 5px;



}



.innner_products {

    width: 100%;

    max-width: 850px;

    height: auto;

    margin: 0 auto 3% auto;

}



.innner_products .inner_prod_head {

    color: black;

    padding-bottom: 10px;

    border-bottom: 1px solid #cccccc;

    text-align: center;

    font-size: 30px;

    color: black;

    font-weight: 700;

    margin-bottom: 15px;

}



.inner_products_detail p {

    line-height: 1.5;

    margin: 5px 0;

}



.ULLI {

    margin-top: 5px;

}



.inner_products_detail p b {

    font-size: 14px;

    font-weight: 600;

    text-transform: capitalize;

    color: black;

}



.social_img .social_icon {

    margin-bottom: 10px;

}



.social_img .social_icon a img {

    width: 50px;

    height: auto;

}



.social_img .social_icon a i {

    color: black;

    font-size: 24px;

    transition: 0.4s ease-in-out;

}



.social_img .social_icon a i:hover {

    color: #fb2a2a;

    font-size: 24px;

}



@media (min-width: 1200px) {

    .container {

        max-width: 1240px !important;

    }

}



.white_color {

    color: white !important;

}



.feedback input::placeholder,

textarea::placeholder {

    color: black;

}



.contact input::placeholder,

textarea::placeholder {

    color: black;

}



p.feedback_p {

    font-weight: 500;

    font-size: 18px;

}



/* .show-modal {

    color: #fff;

    background-color: #fb2a2a;

    font-size: 18px;

    font-weight: 600;

    text-transform: capitalize;

    padding: 10px 15px;

    margin: 80px auto 0;

    border: none;

    box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.2);

    outline: none;

    display: block;

} */



.modal_one .modal-box .show-modal:hover {

    color: #fb2a2a;

    background-color: #fff;

    border: none;

    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1) inset;

}



.modal_one .modal-backdrop.in {

    opacity: 0;

}



.modal_one .modal-box .modal {

    top: 40px !important;

}



.modal_one .modal-box .modal-dialog {

    width: 400px;

    margin: 20px auto 0;

}



.modal_one .modal-box .modal-dialog .modal-content {

    text-align: center;

    border: none;

    position: relative;

}



.modal_one .modal-box .modal-dialog .modal-content:before {

    content: "";

    background: #fb2a2a;

    width: 100%;

    height: 80px;

    border-radius: 6px 6px 0 0;

    position: absolute;

    top: 0;

    left: 0;

}



.modal_one .modal-box .modal-dialog .modal-content .close {

    color: #fff;

    font-size: 25px;

    text-shadow: none;

    opacity: 1;

    position: absolute;

    left: auto;

    top: 5px;

    right: 10px;

    z-index: 1;

    transition: all 0.3s;

}



.modal_one .modal-box .modal-dialog .modal-content .close span {

    margin: -2px 0 0 0;

    display: block;

}



.modal_one .modal-box .modal-dialog .modal-content .close:hover {

    color: #fff;

}



.modal_one .modal-box .modal-dialog .modal-content .modal-body {

    padding: 10px 25px 30px !important;

}



.modal_one .modal-box .modal-dialog .modal-content .modal-body .icon {

    color: #fb2a2a;

    background: #fff;

    font-size: 55px;

    line-height: 120px;

    width: 120px;

    height: 120px;

    margin: 0 auto;

    border-radius: 100px;

    transform: translateY(-30px);

}



.modal_one .modal-box .modal-dialog .modal-content .modal-body .title {

    color: #fb2a2a;

    font-size: 25px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;

    margin: 0 0 15px;

}



.modal_one .modal-box .modal-dialog .modal-content .modal-body .description {

    color: #fb2a2a;

    font-size: 16px;

    margin: 0 0 15px;

}



.modal_one .modal-box .modal-dialog .modal-content .modal-body .form-group {

    margin: 0 0 10px;

    text-align: left;

}



.modal_one .modal-box .modal-dialog .modal-content .modal-body label {

    color: #fb2a2a;

    font-size: 16px;

    font-weight: 500;

    text-transform: uppercase;

}



.modal_one .modal-box .modal-dialog .modal-content .modal-body .form-control,

.modal_one .modal-box .modal-dialog .modal-content .modal-body textarea {

    color: #fb2a2a;

    background-color: rgba(0, 0, 0, 0.03);

    font-size: 16px;

    text-align: left;

    height: 50px;

    padding: 2px 15px;

    border: 1px solid black;

    display: inline-block;

    transition: all 0.3s;

    border-radius: 0px;

}



.modal_one textarea {

    height: 100px;

    width: 100%;

}



.modal_one .modal-box .modal-dialog .modal-content .modal-body textarea {

    height: 100px;

    width: 100%;

}



.modal_one .modal-box .modal-dialog .modal-content .modal-body .form-control:focus {

    box-shadow: none;

    border: none;

}



.modal_one .modal-box .modal-dialog .modal-content .modal-body .form-control::placeholder {

    color: black;

    font-size: 16px;

}



.modal_one .modal-box .modal-dialog .modal-content .modal-body .subscribe {

    color: #fff;

    background-color: #EA2027;

    font-size: 16px;

    font-weight: 600;

    text-transform: uppercase;

    padding: 7px 12px;

    margin: 0 10px 10px 0;

    border: none;

    border-radius: 5px;

    display: inline-block;

    transition: all 0.3s;

}



.modal_one .modal-box .modal-dialog .modal-content .modal-body .subscribe.submit {

    background-color: #fb2a2a;

    margin-right: 0;

}



.modal_one .modal-box .modal-dialog .modal-content .modal-body .subscribe:hover {

    background-color: #555;

    box-shadow: 0 0 5px #333 inset;

}



.modal_one .modal-box .modal-dialog .modal-content .modal-body .subscribe.submit:hover {

    background-color: #fb2a2a;

    box-shadow: 0 0 5px #333;

}



@media only screen and (max-width: 576px) {

    .modal_one .modal-dialog {

        width: 93% !important;

    }

}



@media only screen and (max-width: 379px) {

    .modal_one .modal-box .modal-dialog .modal-content .modal-body .subscribe {

        margin-right: 0;

    }

}



.principle_one {

    width: 100%;

    height: auto;

    padding: 3% 0;

    background: #f9f9f9;

}



.principle_one .principle_one_image {

    background: white;

    width: 100%;

    max-width: 180px;

    max-height: 100px;

    height: 100%;

    line-height: 100px;

    margin: 10px 0;

    text-align: center;

}



.header-top,

.main_header {

    display: block;

}



.mobview_one {

    display: none;

}



@media only screen and (max-width: 1199px) and (min-width: 320px) {

    /* .mobview {

        display: block;

    } */



    /* .header-top,

    .main_header {

        display: none !important;

    } */



    .navbar.martopminus {

        margin-top: 0px !important;

    }



    .about_us_img {

        margin-top: 2%;

        text-align: center;

    }



    .testimonial {

        height: auto;

    }



    .core_value_details {

        margin: 2% auto;

    }



    .carousel,

    .core_value {

        top: 0px;

        margin-top: 0px;

    }

}



@media only screen and (max-width: 480px) and (min-width: 320px) {



    .headline h3,

    .headline h3 span {

        font-size: 20px;

    }



    .headline h3 span::after {

        top: 13px;

        display: none;

    }



    .about_us_img {

        margin-top: 6%;

    }



    .col.responsive-col {

        width: 100%;

    }



    .col.responsive-col .counter_details {

        width: 300px;

        margin-bottom: 20px;

        margin-left: auto;

        margin-right: auto;

    }



    .counter_one .brderleft {

        border-right: 0px;

    }



    body,

    ul li,

    h1,

    h2,

    h3,

    h4,

    h5,

    h6,

    a,

    p,

    .footer .footer_one ul li a {

        font-size: 14px;

    }



    .product_we_serve .Prod_detail p {

        font-size: 16px;



    }



    .testimonial .testimonial_content p.quto_before,

    .testimonial .testimonial_content p.quto_after,

    .testimonial .testimonial_content ul li h3 {

        font-size: 16px;

        font-weight: 400;

    }



    .testimonial .testimonial_content {

        margin-top: 0px;

    }



    .carousel-item img {

        height: 400px;

        max-height: 400px;

        min-height: 400px;

        object-fit: cover;

    }



    .counter_one .counter_details h1:after {

        left: 60%;

    }



    .core_value,

    .about_us,

    .product,

    .counter_one,

    .product_we_serve,

    .testimonial,

    .news,

    .logo_one,

    .footer,

    .serviceboxone,

    .principle_one {

        padding-top: 30px;

    }



    .certificates ul.certi_img li {

        border-right: 0px solid white;

        padding-right: 00px;

        text-align: center;

        margin-bottom: 10px;

    }



    .certificates_left .headline h3 {

        text-align: center;

    }



    .principle_one .principle_one_image {

        margin: 10px auto;

    }



    .certificates ul.certi_img li:last-child {

        margin-right: 0px;

    }



    .utf_information_details .item {

        margin-bottom: 20px !important;

    }



    .readmore .read-more,

    #accordionExample .card-header button {

        font-size: 14px;

    }



    .banner_one {

        margin-top: 0px;

    }



    .banner_one img {

        margin-top: 0px;

        height: 251px;

        max-height: 251px;

        min-height: 251px;

        object-fit: cover;

    }



    .carousel-caption h4,

    .carousel-caption h5 {

        font-size: 20px !important;

    }



    .carousel-caption {

        bottom: 0;

        top: 30%;

    }

}



.mobview {

    display: none;

}



.dropdown-menu {

    border: 0px;

}



.Quote_button {

    width: 230px;

    height: 75px;

    line-height: 75px;

    padding: 0px;

    margin: 0px auto;

    background: #fc0606;

    border: #fc0606;

    border-radius: 0px;

    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);

    outline: none;

    text-align: center;

    justify-content: center;

    text-decoration: underline;

    font-weight: 600;

}



.navbar ul li.pad20 {

    padding-left: 10px;

    padding-right: 10px;

}



@media only screen and (max-width: 1199px) and (min-width: 992px) {

    .Quote_button {

        width: 150px !important;

        height: 60px !important;

        line-height: 60px !important;

        font-size: 14px !important;

    }



    .navbar ul li.pad20 {

        padding-left: 0px;

        padding-right: 0px;

    }



    .navbar-light .navbar-nav .nav-link,

    .navbar-light .navbar-nav .nav-link {

        font-size: 14px;

    }



    .navbar.martopminus {

        padding-left: 0% !important;

    }



    .opacity_none {

        display: none !important;

    }



    .header-top .logo {

        padding-bottom: 0px;

    }

}





@media only screen and (max-width: 990px) and (min-width: 769px) {

    .header-top .header-right-info {

        padding: 10px 0% 10px 0;

        width: 100%;

    }



    .header-top .logo:before {

        width: 600px;

        height: 100%;

        top: 0;

        right: -60%;

    }



    .header-top .single-header-right-info {

        max-width: 200px;

        width: 100%;

    }



    .header-top .single-header-right-info .text-box h3,

    .header-top .single-header-right-info .text-box h3 a {

        font-size: 14px !important;

    }



    .header-top .single-header-right-info+.single-header-right-info {

        margin-left: 0px;

    }



    .Quote_button {

        display: none;

    }



    .navbar.martopminus {

        padding-left: 0% !important;

    }



    .opacity_none {

        opacity: 0 !important;

        padding: 0px !important;

        margin: 0px !important;

        height: 45px !important;

        display: block !important;

    }



    .mobview_one {

        display: block;

    }



    .Quote_button_one_mob {

        width: 150px;

        height: 50px;

        line-height: 50px;

        padding: 0px;

        margin: 0px auto;

        background: #fc0606;

        border: #fc0606;

        border-radius: 0px;

        clip-path: none;

        outline: none;

        text-align: center;

        justify-content: center;

        text-decoration: underline;

        font-weight: 600;

        font-size: 16px;

        margin-bottom: 10px;

    }

}



@media only screen and (max-width: 8000px) and (min-width: 1201px) {

    .opacity_none {

        display: none !important;

    }

}



@media only screen and (max-width: 768px) and (min-width: 320px) {

    .header-top .logo {

        padding-bottom: 0px;

    }



    .mobview_one {

        display: block;

    }



    .mobview_two {

        display: none;

    }



    .borderBottom p {

        font-size: 14px;

        text-align: left !important;

    }



    .borderBottom {

        text-align: center;

    }



    .header-top .single-header-right-info+.single-header-right-info {

        margin-left: 0px;

    }



    .header-top .single-header-right-info .text-box h3 a {

        font-size: 16px !important;

    }



    .header-top .logo:before {

        width: 400px;

        height: 100%;

        top: 0;

        /* right: -10px; */

    }



    .header-top .header-right-info {

        padding: 10px 0% 10px 0;

    }



    .navbar.martopminus {

        padding-left: 0% !important;

    }



    .opacity_none {

        opacity: 0 !important;

        padding: 0px !important;

        margin: 0px !important;

        height: 45px !important;

        display: block !important;

    }



    .Quote_button_one_mob {

        width: 150px;

        height: 50px;

        line-height: 50px;

        padding: 0px;

        margin: 0px auto;

        background: #fc0606;

        border: #fc0606;

        border-radius: 0px;

        clip-path: none;

        outline: none;

        text-align: center;

        justify-content: center;

        text-decoration: underline;

        font-weight: 600;

        font-size: 16px;

        margin-bottom: 10px;

    }

}



@media only screen and (max-width: 992px) and (min-width: 481px) {

    .certificates ul.certi_img li {

        border-right: 0px solid white;

        padding-right: 00px;

        text-align: center;

        margin-bottom: 10px;

    }



    .certificates_left .headline h3 {

        text-align: center;

    }



    .principle_one .principle_one_image {

        margin: 10px auto;

    }



    .certificates ul.certi_img li:last-child {

        margin-right: 0px;

    }



    .col.responsive-col .counter_details {

        width: 200px;

        margin-bottom: 20px;

        margin-left: auto;

        margin-right: auto;

    }



    .counter_one .brderleft {

        border-right: 0px;

    }



    .headline h3 span::after {

        display: none;

    }



    .carousel-caption h4,

    .carousel-caption h5 {

        font-size: 20px !important;

    }



    .carousel-caption {

        bottom: 0;

        top: 27%;

    }

}



#accordionExample .card-body ul li.active a {

    color: #fc0606;

}



.ULLI ul {

    flex-flow: column;

    display: flex;

}



.ULLI ul li {

    display: flex;

    align-items: flex-start;

}



.ULLI ul li i {

    padding-top: 5px;

}



.inner_products_detail p b.text_underline {

    text-decoration: underline;

    padding-bottom: 5px;

}



p.text_underline {

    text-decoration: underline;

    margin-left: 10px;

}



.border-inner1 {

    width: 100%;

    max-width: 370px;

}



.navbar ul li.pad20 a.active {

    color: red !important;

}



.error {

    color: red;

}

.video-section {
    padding-bottom: 50px;
    text-align: center;
}

.video-section p {
    font-size: 18px;
    margin-top: 30px;
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.video-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    height: 0;
    padding-bottom: 45%;
    margin: 8% auto;
}

.video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 394px;
}

.close-video {
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}

#youtubeVideo {
    height: 394px;
}

@media (max-width:767px) {
    #youtubeVideo {
        height: 330px;
    }
}

#playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}