@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
body * {
    font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

a {
    text-decoration: unset;
}
/* Header Css */
header.header-row {
    padding: 37px 100px 0;
    position: absolute;
    width: 100%;
    z-index: 11;
}
nav.navbar {
    border-radius: 56px;
    background: #FFF;
    box-shadow: 4px -4px 3.8px 0px rgba(0, 0, 0, 0.25) inset;
    padding: 5px 38px;
}
.navbar-dark .navbar-nav .nav-link {
    padding: 0;
    color: #4E4E4E;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    text-transform: capitalize;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #d6031f;
}
.navbar-dark .navbar-nav .nav-item {
    margin: 0 12px;
}
.navbar-nav.ms-lg-4 .nav-link {
    color: #160D16;
    font-size: 21px;
    font-weight: 500;
}
.navbar-nav.ms-lg-4 .nav-item {
    margin: 0 40px 0 0;
}
nav.navbar .btn-primary {
    background: #D6111E;
    border-color: #D6111E;
    padding: 14px 40px;
    border-radius: 0;
    color: #FFF;
    font-size: 21px;
    font-weight: 500;
    line-height: 29px;
    text-transform: capitalize;
}
/* Banner Css */
section.banner-row {
    background-image: url(../images/banner-bg.jpg);
    padding: 224px 107px 70px 107px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-sec img {
    margin-bottom: 29px;
}
.banner-sec h1 {
    color: #D6111E;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.inner-banner-sec h1 {
    color: #FFF;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    color: #fff;
    margin: 0;
}
.banner-sec p {
    font-size: 21px;
    line-height: 1.5;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: #fff;
}
/* .banner-sec p {
    color: #FFF;
    font-family: Manrope;
    font-size: 45px;
    font-weight: 600;
    line-height: 50px;
    width: 85%;
    margin: 0 auto 30px;
} */
button.w-btn {
    background: #D6111E;
    border-color: #D6111E;
    padding: 24px 60px;
    border-radius: 0;
    color: #FFF;
    font-size: 23px;
    font-weight: 700;
    line-height: 23px;
    text-transform: capitalize;
    transition: all 0.2s linear;
}
button.w-btn:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    background: #071338;
    border-color: #071338;
}
/* Mission Css */
section.mission-row {
    padding: 50px 0 90px;
}
.mission-head {
    margin-bottom: 40px;
}
.mission-sec img {
    width: 100%;
}
/* Vision Css */
section.vision-row {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 70px 0 1px;
    background-image: url(../images/banner-bg.jpg);
}
section.visoon-soon {
    background-repeat: no-repeat;
    padding: 95px 0 100px;
    background-position: center;
    background-size: 100% 100%;
    background-image: url(../images/banner-bg.jpg);
}
.vision-sec {
    margin-bottom: 119px;
}
.w-sec h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.w-sec h2 {
    color: #202020;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 22px;
}
.w-sec h2 span {
    /* color: #FF1616; */
}
.vision-sec h2 {
    color: #fff;
}
.w-sec p {
    color: #E7E7E7;
    font-size: 24px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 30px;
}
.w-sec button.w-btn {
    padding: 17px 35px;
    font-weight: 500;
    font-size: 17px;
}
.banner-sec h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 22px;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 0;
    text-align: center;
}
.banner-sec h2 span {
    /* color: #FF1616; */
}
/* Conclution Css */
section.conclution-row {
    padding: 85px 0 180px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 153%;
    background-image: url(../images/banner-bg.jpg);
    position: relative;
}
/* .conclution-sec img {
    margin-bottom: 9px;
    width: 16%;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
} */
.conclution-sec h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 12px;
}
.conclution-sec h2 {
    color: #d6111e;
    font-size: 25px;
    font-weight: 700;
    line-height: 57px;
    /* width: 50%; */
    margin: 10px 0;
}
.conclution-sec p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    /* width: 83%; */
    margin: 0 auto 20px;
}
.conclution-sec button.w-btn {
    font-size: 16.997px;
    font-weight: 500;
    padding: 16px 60px;
}
/* Video Css */
section.video-row {
    /* padding: 72px 0; */
    text-align: center;
    background-image: url(../images/video-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-sec {
    /* background-image: url(../images/video-thumb.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    /* padding: 49px 0; */
}
/* Contact Css */
section.contact-row {
    padding: 70px 288px 87px 190px;
    background-image: url(../images/contact-bg.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 60% 100%;
    position: relative;
}
section.contact-row:after {
    content: "";
    background-image: url(../images/contact-after.png);
    width: 40%;
    height: 99.4%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.contact-lft-sec h2 {
    width: 85%;
}
.contact-lft-sec ul {
    margin-bottom: 0;
}
.contact-lft-sec ul li {
    color: #2F2F2F;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    width: 90%;
}
.contact-sec {
    background: #FFF;
    padding: 49px 50px 25px;
}
.contact-sec h2 {
    color: #0F0F0F;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 18px;
}
.contact-sec p {
    color: #555;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    width: 85%;
    margin-bottom: 28px;
}
.vision-sec strong,.vision-sec1 p strong {
    color: #ed1b24;
}
.contact-sec .form-group {
    margin-bottom: 16px;
}
.contact-sec .form-group input {
    height: 54px;
    padding: 14px 3px 14px 33px;
    border: 3px solid #EAEAEA;
    background: #FFF;
    color: #606060;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
}
.contact-sec .form-group input::placeholder {
    color: #606060;
}
.contact-sec h4 {
    color: #555;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 16px;
}
.contact-sec label.form-check-label {
    color: #555;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.contact-sec button.w-btn {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 20px;
}
.contact-sec .form-check-inline {
    margin-bottom: 28px;
}
.contact-sec a {
    display: block;
    color: #555;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
}
/* Blog Css */
section.blogs-row {
    padding: 56px 0 109px;
    position: relative;
}
section.blogs-row:before {
    content: "";
    width: 90%;
    background: #D9D9D9;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 375px;
}
section.blogs-row:after {
    content: "";
    width: 90%;
    background: #D9D9D9;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 60px;
}
.blog-head {
    margin-bottom: 30px;
}
.blog-head h2 {
    width: 68%;
    margin: auto;
    line-height: 72px;
    font-size: 54px;
}
.blog-tabs ul#pills-tab {
    margin-bottom: 120px;
}
.blog-tabs .nav-pills .nav-link {
    border: 1px solid #424242;
    border-radius: 0;
    width: 163px;
    height: 59px;
    margin: 0 7px;
    color: #424242;
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
    text-transform: capitalize;
}
.blog-tabs .nav-pills .nav-link.active, .blog-tabs .nav-pills .nav-link:hover {
    color: #fff;
    background: #D6111E;
    border-color: #D6111E;
}
.blog-main-sec img {
    width: 100%;
    margin-bottom: 27px;
}
.feed-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
}
.feed-sec ul {
    width: 50%;
    margin: 0;
    padding: 0;
    display: flex;
}
.feed-sec ul li {
    display: flex;
    margin-right: 30px;
    align-items: center;
    color: #5D5F63;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.feed-sec ul li img {
    width: 20px;
    height: 25px;
    object-fit: scale-down;
    margin: 0 11px 0 0;
}
.feed-sec p {
    color: #4385F5;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.blog-main-sec h2 {
    color: #4F4F4F;
    font-size: 27px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0;
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 19px;
}
.blog-comment-sec form {
    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: space-between;
    padding-left: 61px;
    position: relative;
}
.blog-comment-sec form img {
    margin: 0;
}
.blog-comment-sec form input {
    padding: 0;
    border-radius: 0;
    border: 0;
    color: #A3A3A3;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.blog-comment-sec form input::placeholder {
    color: #A3A3A3;
}
.blog-comment-sec form:before {
    content: "";
    background: #D6111E;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: absolute;
    left: 0;
}
.blog-sec {
    border: 1.764px solid rgba(235, 235, 235, 0.80);
    background: rgba(254, 254, 254, 0.60);
    backdrop-filter: blur(3.5271732807159424px);
    margin-bottom: 18px;
    padding: 15px 44px 75px 15px;
    display: flex;
    align-items: flex-start;
}
.blog-sec h4 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}
.blog-sec h4:before {
    content: "";
    background: #D6111E;
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50px;
    margin-right: 8px;
}
.blog-sec h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 12px;
}
.blog-sec ul {
    margin: 0 0 11px;
    padding: 0;
}
.blog-sec ul li {
    display: inline-block;
    color: #989BA9;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 25px;
}
.blog-sec p {
    color: #626262;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    position: absolute;
    width: 85%;
}
/* Products Css */
section.products-row {
    background-image: url(../images/product-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 88px 120px;
}
.product-head {
    text-align: center;
    margin-bottom: 41px;
}
.product-head h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 11px;
}
.product-head h2 {
    color: #FFF;
    font-size: 54px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -1.08px;
}
.prodict-sec {
    background: #FFF;
    padding: 22px 18px 25px;
    text-align: center;
    margin-bottom: 70px;
}
.prodict-sec img {
    width: 100%;
    height: 363px;
    object-fit: cover;
    margin-bottom: 17px;
}
.prodict-sec p {
    color: #000;
    font-size: 16.5px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 5px;
}
.prodict-sec h3 {
    color: #2D2D2D;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.228px;
    text-transform: capitalize;
    margin: 0;
}
section.products-row button.w-btn {
    display: table;
    margin: auto;
    padding: 17px 46px;
    font-size: 17px;
    font-weight: 500;
}
/* Newsletter Css */
section.newsletter-row {
    padding: 92px 128px 139px;
}
.news-sec img {
    width: 100%;
}
.news-head {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.news-head i {
    margin-right: 26px;
    font-size: 30px;
    color: #D6111E;
}
.news-head h2 {
    color: #0F0F0F;
    font-size: 49px;
    font-weight: 900;
    line-height: 60px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.news-head p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
}
.newsletter-lft-sec .form-group {
    display: flex;
    border: 3.761px solid #DCDCDC;
    background: #FFF;
    padding: 5px 5px 5px 25px;
}
.newsletter-lft-sec .form-group input {
    border-radius: 0;
    padding: 0;
    border: 0;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.newsletter-lft-sec .form-group input::placeholder {
    color: #000;
}
.newsletter-lft-sec .form-group button.w-btn {
    padding: 16px 32px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
/* Login Css */
section.login-row {
    padding: 80px 0 0;
}
.login-sec h2 {
    margin-bottom: 5px;
    text-align: center;
}
.register-sec h2 {
    margin-bottom: 30px;
}
.login-sec p {
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.login-sec .form-group {
    margin-bottom: 24px;
}
.login-sec .form-group label {
    color: #3D3D3D;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
}
.login-sec .form-group input {
    background: #F7F8FA;
    height: 59px;
    border: 0;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding-left: 20px;
}
.login-sec button.w-btn {
    display: table;
    margin: 0 auto 25px;
}
.login-sec p a {
    color: #d6031f;
    text-decoration: underline;
}
/* Footer Css */
footer.footer-row {
    background-image: url(../images/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 0;
}
.footer-head-row {
    margin-bottom: 88px;
}
.footer-head-sec {
    border: 7px solid #243755;
    display: flex;
    align-items: center;
    padding: 19px 23px;
}
.footer-head-sec img {
    margin-right: 20px;
}
.footer-head-sec h5 {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}
.footer-head-sec a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.footer-inner-row h2 {
    color: #FFF;
    font-size: 21px;
    font-weight: 900;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.foot-cont {
    text-align: center;
}
.foot-cont img {
    margin-bottom: 31px;
    width: 100%;
}
.footer-inner-row {
    margin-bottom: 90px;
}
.foot-cont ul {
    margin: 0;
}
.foot-cont ul li {
    display: inline-block;
    margin: 0 10px;
}
.foot-cont ul li i {
    border-radius: 22px;
    background: rgba(39, 54, 84, 0.44);
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #E2E2E2;
    font-size: 14.4px;
    transition: all 0.2s linear;
}
.foot-cont ul li:hover i {
    background: #d6031f;
}
.footer-links ul {
    margin: 0;
    padding: 0;
}
.footer-links ul li {
    display: inline-block;
    width: 49%;
    color: #E2E2E2;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 26px;
    text-transform: capitalize;
    position: relative;
}
.footer-links ul li a {
    color: #E2E2E2;
}
.footer-links ul li:hover a {
    color: #d6031f;
}
.footer-links ul li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #697595;
    font-size: 16px;
    font-weight: 900;
}
.footer-review {
    background: #303F5C;
    padding: 42px 19px 42px 29px;
    position: relative;
}
.footer-review p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 15px;
}
.footer-review h3 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0;
}
.footer-review:after {
    content: "";
    background-image: url(../images/footer-shape.png);
    width: 20px;
    height: 21px;
    position: absolute;
    bottom: -18px;
}
/* Copyright Css */
.copyright-sec {
    background: #D6111E;
    padding: 24px 0;
}
.copyright-sec .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright-sec p {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
}
.copyright-sec p a {
    color: #fff;
}
.copyright-sec ul {
    margin: 0;
    padding: 0;
}
.copyright-sec ul li {
    display: inline-block;
    margin-left: 20px;
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.copyright-sec ul li a {
    color: #fff;
    font-weight: 700;
}
/*=============================================================*/
#mainContent {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#mainContent.show {
  opacity: 1;
}
section.video-row video {
    /* width: 94% !important; */
    /* border-radius: 20px; */
}
/* .tex-scooll {
    overflow-y: scroll;
    max-height: 80vh;
    padding: 20px;
    overflow-x: hidden !important;
} */
.tex-scooll p {
    font-size: 21px;
    line-height: 1.5;
    padding-bottom: 15px;
    margin-bottom: 0;
}
#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius:20px !important;
}

#style-3::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
	border-radius:20px !important;
	
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #FF1616;
	border-radius:20px !important;
}
/* ============================Header=============================================== */
.custom-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 89.5%;
  z-index: 11;
  border-radius: 56px;
  /* background: #FFF; */
  /* box-shadow: 4px -4px 3.8px 0px rgba(0, 0, 0, 0.25) inset; */
  padding: 15px 38px;
  margin-top: 37px;
  margin-left: 100px;
  margin-right: 100px;
}
.custom-logo img {
  height: 134px;
}
.custom-toggle-btn {
  font-size: 29px;
  color: #000000;
  cursor: pointer;
  z-index: 1002;
  background-color: red;
  background-color: #ffffff;
  padding: 20px;
  width: 50px;
  height: 50px;
  padding: 11px 12px;
  border-radius: 10px;
}
.custom-offcanvas {
  position: fixed;
  top: 0;
  right: -100%;
  width: 350px;
  height: 100%;
  background: #fff;
  box-shadow: -5px 0 15px rgba(0,0,0,0.3);
  padding: 40px 20px;
  transition: right 0.4s ease-in-out;
  z-index: 1001;
  /* display: none; */
}
.custom-offcanvas.active {
  right: 0;
}
.custom-offcanvas ul {
  list-style: none;
}
.custom-offcanvas ul li {
  margin: 20px 0;
}
.custom-offcanvas ul li a {
  text-decoration: none;
  transition: color 0.3s;
  padding: 0;
  color: #4E4E4E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  text-transform: capitalize;
}
.custom-offcanvas ul li a:hover {
  color: #D6111E;
}
.custom-btn-primary {
  display: inline-block;
  margin-top: 5px;
  text-decoration: none;
  background: #D6111E;
  border-color: #D6111E;
  padding: 14px 40px;
  border-radius: 0;
  color: #FFF;
  font-size: 21px;
  font-weight: 500;
  line-height: 29px;
  text-transform: capitalize;
  margin-left: 31px;
}
.custom-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.custom-overlay.active {
  display: block;
  opacity: 1;
}
.banner-sec p span {
    /* color: #fff !important; */
    font-weight: 700;
    font-size: 22px;
}
section.vision-row h3 {
    color: #ff1616;
}
.custom-close-btn {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  background-color: #d6111e;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding:  8px 12px;
}
.visoon-soon h2,.visoon-soon h3 {
    text-align: center;
}
.vision-sec1 h2 {
    color: #fff;
}
section.vision-row h2,section.vision-row h3 {
    text-align: center;
}
.conclution-sec h3,.conclution-sec h2 {
    text-align: center;
}
.divide-work {
    border: 1px solid #ff1616;
}
section.conclution-row a {
    margin-top: 100px;
    margin: 0 auto !important;
    display: table !important;
    margin-top: 50px !important;
}
/* section.conclution-row:before {
    content: '';
    border: 150px solid #F6F6F6;
    position: absolute;
    width: 100%;
    top: 0;
} */
span.righwy {
    padding-left: 24px;
    font-weight: unset !important;
}
.why-2 {
    padding-left: 0;
}
.why-3 {
    padding-left: 0;
    padding-top: 50px;
    text-align: center;
}
.why-3 p:nth-child(2) {
    padding-left: 0;
    padding-top: 0;
}
.why-3 p:nth-child(2) span {
    font-weight: unset;
    font-size: 20px;
}
section.vision-row img {
    width: 13%;
    margin-bottom: 20px;
}
.with-wo {
    /* padding-left: 260px; */
}
.with-wo p {
    padding-bottom: 34px;
}
.with-wo p br {
    display: none;
}
.bg-concl {
    background-color: #f6f6f6;
}
.bg-concl img {margin: 0 auto;display: table;}
.banner-sec p br {
    display: none;
}
section.contact-row h3 {
    color: #000;
    font-size: 22px;
}
.custom-offcanvas ul li:nth-child(8) a {
    color: #160D16;
    font-size: 21px;
    font-weight: 500;
}
    @media (min-width: 992px) {
      .custom-toggle-btn {
        display: block;
      }
    }




/*===========================Responsive=====================================================*/
@media only screen and (min-width: 320px) and (max-width: 767px){
	.bg-concl img {
    width: 100%;
}
.banner-sec h2.big-wo {
    font-size: 30px;
}
	.why-2 {
    padding-left: 0;
}
#ttsWidget {
    left: 24px !important;
    top: 29px !important;
    padding: 0 !important;
    background-color: transparent !important;
}
.why-2 p br {
    display: none;
}
.why-3 {
    padding: 0;
    text-align: center;
}
.why-3 p br {
    display: none;
}
.why-3 p:nth-child(2) {
    padding: 0;
    text-align: center;
}
.why-3 p:nth-child(2) span {
    font-size: 15px !important;
}

	section.vision-row img {
    width: 50%;
}
	.with-wo {
    padding: 0 0 0 8px;
}
.with-wo p {
    padding-bottom: 21px;
    padding-left: 0 !important;
}
.with-wo p span {
    padding-left: 0 !important;
}
.with-wo p br {
    display: none;
}
section.conclution-row:before {
    width: 100%;
    left: 0;
    border: 80px solid #fff;
}	
section.conclution-row a {
    /* float: unset; */
    margin: 0 auto !important;
    display: table !important;
}
.conclution-sec h3,.conclution-sec h2 {
    text-align: center;
}
section.vision-row h2,section.vision-row h3 {
    text-align: center;
}
.visoon-soon h2,.visoon-soon h3 {
    text-align: center;
}
.divide-work {
    border: 1px solid red;
}
   .conclution-sec img {
    width: 42%;
    top: 19px;
}
.contact-sec a {
    text-align: left;
}
.news-head i {
    margin: 0;
}
.banner-sec p span {
    font-size: 15px;
}
.video-desktop {
  display: none !important;
}
.video-mobile {
  display: block !important;
}  
.custom-offcanvas {
	width: 100%;
}
section.visoon-soon {
    padding: 50px 0px;
    background-image: url(../images/vission.png) !important;
    background-size: cover;
    margin: 0 !important;
    margin-bottom: -16px !important;
}
.conclution-sec button.w-btn {
    padding: 6px 32px;
    font-size: 13px;
    /* float: right; */
}
section.conclution-row p {
    font-size: 14px !important;
    line-height: 1.8;
    padding: 0 0px;
}
section.conclution-row .container {
    padding: 0;
}
.banner-sec img {
    width: 100%;
}
.feed-sec ul {
    width: unset;
    margin: 0 auto;
    display: table;
}
.feed-sec ul li {
    display: inline-block;
    margin: 0px 13px;
    margin-bottom: 14px;
}
.feed-sec {
    display: unset;
}
.blog-main-sec h2 {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
}
.text p {position: unset;padding-bottom: 30px;}
.blog-sec ul {margin-bottom: 0;}
section.blogs-row {
    padding-bottom: 0;
}
.product-head h2 {
    font-size: 36px;
    line-height: 1.2;
}
.prodict-sec img {
    height: unset;
}
.prodict-sec h3 {
    padding: 0;
    margin: 0;
    font-size: 19px;
}
.blog-sec h4 {
    justify-content: center;
}
.blog-sec img {
    width: 100% !important;
}
.blog-comment-sec form {padding: 20px 0;width: 90%;}
.blog-comment-sec form input {
    font-size: 15px;
    padding-left: 60px;
}
.blog-sec h3 {
    font-size: 17px;
    text-align: center;
}
.blog-sec ul li {
    margin: 10px 10px 20px 20px;
}
section.blogs-row:after {
    display: none;
}
p {
    font-size: 15px !important;
    width: 100% !important;
    /* text-align: center !important; */
}
section.banner-row {
    padding: 150px 20px 40px 20px;
}
.custom-header {
    margin: 0;
}
section.contact-row {
    padding: 50px 20px 50px 20px;
    background-size: 100% 100%;
    width: 100% !important;
    background-color: #e3e3ec;
    background-image: unset;
    border: 1px solid #fff;
}
.blog-head h2 {
    width: 100%;
    font-size: 30px;
    line-height: 1.2;
}
section.newsletter-row {
    padding: 40px 20px 50px 20px;
}
section.products-row {
    padding: 40px 20px 40px 20px;
}
.news-head h2 {
    font-size: 30px;
    text-align: left;
}
.blog-sec {display: block;padding: 30px 10px 20px 10px;}
.banner-sec h2 {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 20px !important;
    font-size: 16px;
    line-height: 1.2;
    width: 100% !important;
}
.custom-header {
    height: unset;
    padding: 10px 38px;
    margin-top: 23px;
    width: 100%;
}
.custom-logo img {
    height: 92px;
}
.custom-toggle-btn {
    height: 21px;
    width: 40px;
    padding: 4px 14px;
    font-size: 14px;
}
section.vision-row {
    padding-top: 40px;
    background-size: cover;
    margin-bottom: -13px;
}
.vision-sec h2, .vision-sec1 h2,.conclution-sec h3 {
    font-size: 30px;
    line-height: 1.2;
}
.tex-scooll {
    /* max-height: 80vh; */
}
.w-sec.vision-sec {
    margin-bottom: 30px;
}
section.conclution-row {padding: 40px 20px 80px;background-size: cover;}
.conclution-sec h2 {
    width: 100%;
    font-size: 19px;
    line-height: 1.2;
    padding: 0;
    padding-bottom: 10px;
}
section.video-row {
    padding-top: 0;
    padding-bottom: 0;
}
.contact-lft-sec h2 {
    width: 100%;
    font-size: 30px;
    /* text-align: center; */
    line-height: 1.2;
}
.contact-sec {
    padding: 20px;
    margin-top: 40px;
    width: 100% !important;
    border-radius: 20px;
}
.contact-sec h2 {
    font-size: 21px;
    /* text-align: center; */
    line-height: 1.2;
}
.contact-lft-sec ul {
    margin: 0 !important;
    padding: 0 !important;
    margin-left: 13px !important;
}
section.contact-row h3 {
    /* text-align: center; */
    color: red;
}
.contact-lft-sec ul li {
    width: 100%;
    /* text-align: center; */
    font-size: 16px;
    padding-bottom: 11px;
}
.contact-sec .form-group input {font-size: 15px;padding-left: 20px;}
.contact-sec h4 {
    font-size: 16px;
}
section.contact-row .col-lg-5 {
    padding: 0;
}
.contact-sec button.w-btn {
    padding: 10px;
}
section.contact-row .col-lg-7 {
    padding: 0;
}
section.banner-row .container {
    padding: 0;
}
section.products-row .col-lg-3 {
    margin-bottom: 0 !important;
    padding: 0;
}
.prodict-sec {
    margin-bottom: 20px;
}
section.products-row button.w-btn {
    margin-top: 30px;
    padding: 10px 40px;
    margin-bottom: 20px;
}
.news-head {
    display: unset;
    margin: 0 auto;
    display: table;
    /* text-align: center; */
}
.newsletter-lft-sec .form-group input {
    font-size: 15px;
}
section.newsletter-row .col-lg-6 {
    padding: 0;
}
.newsletter-lft-sec .form-group button.w-btn {
    padding: 10px 15px;
    font-size: 15px;
}
.news-sec img {
    margin-top: 30px;
}
footer.footer-row {
    padding-top: 40px;
    padding-bottom: 0;
}
.footer-head-sec {
    padding: 20px;
}
.footer-head-sec a {
    font-size: 15px;
}
.foot-cont img {
    width: 60%;
    margin-bottom: 30px;
    /* display: block; */
}
.footer-head-row {
    margin-bottom: 40px;
}
.footer-links {width: 100% !important;}
.footer-links ul li {
    display: inherit;
    /* text-align: center; */
    width: 100%;
    padding-bottom: 0;
    line-height: 1.2;
}
.footer-inner-row h2 {
    /* text-align: center; */
    padding-top: 10px;
}
.footer-review {
    padding: 17px;
}
.footer-review h3 {
    text-align: center;
}
.copyright-sec {
    padding: 0px 0;
}
.copyright-sec .container {
    display: unset;
    text-align: center;
}
.copyright-sec p {
    line-height: 1.2;
    padding-bottom: 10px;
}
.footer-inner-row {
    padding-bottom: 0;
    margin-bottom: 50px;
}
ul.list-inline {
    margin-bottom: 20px;
}
.newsletter-lft-sec .form-group {
    padding-left: 15px;
}
.inner-banner-sec h1 {
    font-size: 30px;
    padding: 0;
    margin: 0;
}
.blog-tabs .nav-pills .nav-link {margin-bottom: 15px;}
.blog-tabs ul#pills-tab {
    margin-bottom: 40px;
}
section.blogs-row:before {
    display: none;
}
.login-sec h2 {
    font-size: 26px;
}
section.login-row {
    padding-top: 40px;
    padding-bottom: 0;
}
}


/*===========================Responsive=====================================================*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.bg-concl img {
    width: 100%;
}
	div#ttsWidget {
    top: 30px !important;
    left: 40px !important;
    background-color: transparent !important;
    padding: 0 !important;
}
	.why-3 {
	    padding-top: 20px;
	}
	.why-2,.why-3 {
    padding-left: 0;
}
.why-3 p:nth-child(2) {
    padding-left: 0;
}
.why-3 p:nth-child(2) span {
    font-size: 17px !important;
}
	.news-sec img {
    width: 90%;
    float: right;
}
	.with-wo {
    padding: 0 0 0 0px;
}
section.conclution-row:before {
    left: 0;
}
.footer-head-row .col-md-6 {
    margin: 0 auto;
    display: table;
    margin-bottom: 14px;
}
.footer-inner-row .col-md-6 {
    width: 60%;
}
.foot-cont {text-align: unset;}
.foot-cont ul li i {
    text-align: center;
}
	section.vision-row img {
    width: 50%;
}
section.conclution-row a {
    float: unset;
    margin: 0 auto !important;
    display: table !important;
}
.conclution-sec h3,.conclution-sec h2 {
    text-align: center;
}
section.vision-row h2,section.vision-row h3 {
    text-align: center;
}
.visoon-soon h2,.visoon-soon h3 {
    text-align: center;
}
.divide-work {
    border: 1px solid red;
}
   .conclution-sec img {
    width: 38%;
    top: 52px;
}
.contact-sec a {
    text-align: left;
}
.news-head i {
    margin: 0;
}
.banner-sec p span {
    font-size: 15px;
}


   .video-desktop {
      display: none !important;
    }

    .video-mobile {
      display: block !important;
    }  
    .custom-offcanvas {
    width: 100%;
}
section.visoon-soon {
    padding: 50px 0px;
    background-image: url(../images/vission.png) !important;
    background-size: cover;
    margin: 0 !important;
    margin-bottom: -16px !important;
}
.conclution-sec button.w-btn {
    padding: 6px 30px;
    font-size: 13px;
    /* float: right; */
}
section.conclution-row p {
    font-size: 15px !important;
    line-height: 1.8;
    padding: 0 0px;
}
section.conclution-row .container {
    padding: 0;
}
.banner-sec img {
    width: 100%;
}
.feed-sec ul {
    width: unset;
    margin: 0 auto;
    display: table;
}
.feed-sec ul li {
    display: inline-block;
    margin: 0px 13px;
    margin-bottom: 14px;
}
.feed-sec {
    display: unset;
}
.blog-main-sec h2 {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
}
.text p {position: unset;padding-bottom: 30px;}
.blog-sec ul {margin-bottom: 0;}
section.blogs-row {
    padding-bottom: 0;
}
.product-head h2 {
    font-size: 36px;
    line-height: 1.2;
}
.prodict-sec img {
    height: unset;
}
.prodict-sec h3 {
    padding: 0;
    margin: 0;
    font-size: 19px;
}
.blog-sec h4 {
    justify-content: center;
}
.blog-sec img {
    width: 100% !important;
}
.blog-comment-sec form {padding: 20px 0;width: 90%;}
.blog-comment-sec form input {
    font-size: 15px;
    padding-left: 60px;
}
.blog-sec h3 {
    font-size: 17px;
    text-align: center;
}
.blog-sec ul li {
    margin: 10px 10px 20px 20px;
}
section.blogs-row:after {
    display: none;
}
p {
    font-size: 17px !important;
    width: 100% !important;
    /* text-align: center !important; */
}
section.banner-row {
    padding: 150px 20px 40px 20px;
}
.custom-header {
    margin: 0;
}
section.contact-row {
    padding: 50px 20px 50px 20px;
    background-size: 100% 100%;
    width: 100% !important;
    background-color: #e3e3ec;
    background-image: unset;
    border: 1px solid #fff;
}
.blog-head h2 {
    width: 100%;
    font-size: 30px;
    line-height: 1.2;
}
section.newsletter-row {
    padding: 40px 20px 50px 20px;
}
section.products-row {
    padding: 40px 20px 40px 20px;
}
.news-head h2 {
    font-size: 30px;
    text-align: left;
}
.blog-sec {display: block;padding: 30px 10px 20px 10px;}
.banner-sec h2 {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 20px !important;
    font-size: 40px;
    line-height: 1.2;
    width: 100% !important;
}
.custom-header {
    height: unset;
    padding: 10px 38px;
    margin-top: 23px;
    width: 100%;
}
.custom-logo img {
    height: 92px;
}
.custom-toggle-btn {
    height: 21px;
    width: 40px;
    padding: 4px 14px;
    font-size: 14px;
}
section.vision-row {
    padding-top: 40px;
    background-size: cover;
    margin-bottom: -13px;
}
.vision-sec h2, .vision-sec1 h2,.conclution-sec h3 {
    font-size: 40px;
    line-height: 1.2;
}
.tex-scooll {
    /* max-height: 80vh; */
}
.w-sec.vision-sec {
    margin-bottom: 30px;
}
section.conclution-row {padding: 48px 20px 100px;background-size: cover;}
.conclution-sec h2 {
    width: 100%;
    font-size: 19px;
    line-height: 1.2;
    padding: 0;
    padding-bottom: 10px;
}
section.video-row {
    padding-top: 0;
    padding-bottom: 0;
}
.contact-lft-sec h2 {
    width: 100%;
    font-size: 30px;
    /* text-align: center; */
    line-height: 1.2;
}
.contact-sec {
    padding: 20px;
    margin-top: 40px;
    width: 100% !important;
    border-radius: 20px;
}
.contact-sec h2 {
    font-size: 21px;
    /* text-align: center; */
    line-height: 1.2;
}
.contact-lft-sec ul {
    margin: 0 !important;
    padding: 0 !important;
    margin-left: 13px !important;
}
section.contact-row h3 {
    /* text-align: center; */
    color: red;
}
.contact-lft-sec ul li {
    width: 100%;
    /* text-align: center; */
    font-size: 16px;
    padding-bottom: 11px;
}
.contact-sec .form-group input {font-size: 15px;padding-left: 20px;}
.contact-sec h4 {
    font-size: 16px;
}
section.contact-row .col-lg-5 {
    padding: 0;
}
.contact-sec button.w-btn {
    padding: 10px;
}
section.contact-row .col-lg-7 {
    padding: 0;
}
section.banner-row .container {
    padding: 0;
}
section.products-row .col-lg-3 {
    margin-bottom: 0 !important;
    padding: 0;
}
.prodict-sec {
    margin-bottom: 20px;
}
section.products-row button.w-btn {
    margin-top: 30px;
    padding: 10px 40px;
    margin-bottom: 20px;
}
.news-head {
    display: unset;
    margin: 0 auto;
    display: table;
    /* text-align: center; */
}
.newsletter-lft-sec .form-group input {
    font-size: 15px;
}
section.newsletter-row .col-lg-6 {
    padding: 0;
}
.newsletter-lft-sec .form-group button.w-btn {
    padding: 10px 15px;
    font-size: 15px;
}
.news-sec img {
    margin-top: 30px;
}
footer.footer-row {
    padding-top: 40px;
    padding-bottom: 0;
}
.footer-head-sec {
    padding: 20px;
}
.footer-head-sec a {
    font-size: 15px;
}
.foot-cont img {
    width: 60%;
    margin-bottom: 30px;
}
.footer-head-row {
    margin-bottom: 40px;
}
.footer-links {width: 100% !important;}
.footer-links ul li {
    display: inherit;
    /* text-align: center; */
    width: 100%;
    padding-bottom: 0;
    line-height: 1.2;
}
.footer-inner-row h2 {
    /* text-align: center; */
    padding-top: 10px;
}
.footer-review {
    padding: 17px;
}
.footer-review h3 {
    text-align: center;
}
.copyright-sec {
    padding: 0px 0;
}
.copyright-sec .container {
    display: unset;
    text-align: center;
}
.copyright-sec p {
    line-height: 1.2;
    padding-bottom: 10px;
}
.footer-inner-row {
    padding-bottom: 0;
    margin-bottom: 50px;
}
ul.list-inline {
    margin-bottom: 20px;
}
.newsletter-lft-sec .form-group {
    padding-left: 15px;
}
.inner-banner-sec h1 {
    font-size: 30px;
    padding: 0;
    margin: 0;
}
.blog-tabs .nav-pills .nav-link {margin-bottom: 15px;}
.blog-tabs ul#pills-tab {
    margin-bottom: 40px;
}
section.blogs-row:before {
    display: none;
}
.login-sec h2 {
    font-size: 26px;
}
section.login-row {
    padding-top: 40px;
    padding-bottom: 0;
}
}
#audio-control-btn {
    position: fixed;
    top: 20px; /* changed from bottom to top */
    left: 20px;
    z-index: 9999;
    padding: 12px 20px;
    background-color: #D6111E;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: background 0.3s;
}
#audio-control-btn:hover {
    background-color: #b00f1a;
}
#audio-control-btn .icon svg {
    display: block;
    width: 20px;
    height: 20px;
    stroke: #fff;
}


/*=========================================================================*/
@media only screen and (min-width: 1024px) and (max-width: 1300px){
	.bg-concl img {
    width: 100%;
}
	.conclution-sec img {
    width: 30%;
}
section.conclution-row a {
    margin: 0;
}
.banner-sec h2 {
    font-size: 45px;
}
section.banner-row {
    padding-top: 145px;
}
.custom-header {
    margin-left: 60px;
}
.banner-sec img {
    width: 100%;
}
.w-sec.vision-sec {
    margin-bottom: 30px;
}
.conclution-sec h2 {
    width: 100%;
    text-align: center;
}
section.conclution-row {
    padding-top: 60px;
    padding-bottom: 110px;
    background-size: unset;
    background-position: unset;
}
section.contact-row {
    padding-left: 30px;
    padding-right: 30px;
}
section.products-row {
    padding-left: 30px;
    padding-right: 30px;
}
.footer-head-row .col-lg-4 {
    padding: 0;
}
.footer-links ul li {padding-bottom: 0 !important;margin-bottom: 13px;width: 100% !important;}
.footer-inner-row .col-lg-4:nth-child(2) {margin-left: 53px;position: relative;left: 60px;}
.footer-inner-row {
    margin-bottom: 50px;
}
.footer-review {
    padding: 20px;
}
section.newsletter-row {
    padding: 60px 30px;
}
.prodict-sec img {
    height: unset;
}
.contact-sec {
    padding: 30px 25px;
}
.blog-head h2 {
    width: 90%;
}
}

/*=========================================================================*/
@media only screen and (min-width: 1301px) and (max-width: 1600px){
	.bg-concl img {
    width: 100%;
}
section.conclution-row a {
    margin: 0;
}
.custom-header {
    margin-left: 70px;
}
.banner-sec img {
    /* width: 100%; */
}
.w-sec.vision-sec {
    margin-bottom: 30px;
}
.conclution-sec h2 {
    width: 80%;
}
section.conclution-row {
    padding-top: 70px;
    padding-bottom: 100px;
}
section.contact-row {
    padding-left: 30px;
    padding-right: 30px;
}
section.products-row {
    padding-left: 30px;
    padding-right: 30px;
}
.footer-head-row .col-lg-4 {
    padding: 0;
}
.footer-links ul li {/* padding-bottom: 0 !important; *//* margin-bottom: 13px; *//* width: 100% !important; */}
.footer-inner-row .col-lg-4:nth-child(2) {/* margin-left: 53px; */position: relative;left: -20px;}
.footer-inner-row {
    margin-bottom: 50px;
}
.footer-review {
    padding: 20px;
}
section.newsletter-row {
    padding: 60px 30px;
}
.prodict-sec img {
    height: unset;
}
.contact-sec {
    padding: 30px 25px;
}
.blog-head h2 {
    width: 90%;
}
}
