@import "default.css";


:root {
    --base-h: 146;
    --base-s: 98%;
    --base-l: 20%;
    --base: var(--base-h) var(--base-s) var(--base-l);

    --white-h: 0;
    --white-s: 0%;
    --white-l: 100%;
    --white: var(--white-h) var(--white-s) var(--white-l);

    --secondary-h: 0;
    --secondary-s: 0%;
    --secondary-l: 20%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
}


body {
    font-family: "Noto Sans Bengali", sans-serif;
    color: hsl(var(--secondary));
    font-size: 16px;
    position: relative;
    font-weight: 400;
    background: #f9fafb;
}

::selection {
    color: hsl(var(--white));
    background: hsl(var(--base));
  }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

p {
    color: hsl(var(--secondary)/.7);
    line-height: 28px;
}

a {
    display: inline-block;
    color: hsl(var(--secondary));
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*Custom css*/
.section-title h6 {
    color: hsl(var(--base));
    font-weight: 700;
}

.section-title h2 {
    text-transform: uppercase;
    line-height: 42px;
    color: hsl(var(--secondary));
    margin-bottom: 15px;
}

.section-title p {
    max-width: 728px;
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
    color: hsl(var(--secondary)/.7);
}

.section-title h2.after::after {
    content: '';
    height: 3px;
    width: 90px;
    background: hsl(var(--secondary)/.7);
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

/*Custom css end */




/*ACCORDION CUSTOM*/
.mobile-logo img {
    width: 130px;
    padding: 5px 0;
    margin-left: 10px;
}

.mobile-logo i {
    font-size: 25px;
    float: right;
    margin: 10px 20px;
    color: var(--tc);
    cursor: pointer;
    padding: 5px;
}

.mobile-logo i:hover {
    color: hsl(var(--base));
}

.custom.accordion-button {
    text-transform: capitalize;
    font-size: 15px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: hsl(var(--secondary));
    font-weight: 500;
    padding: 0 10px;
    padding-top: 0;
    padding-bottom: 6px;
    margin: 0;
}

.custom.accordion-button:hover {
    color: hsl(var(--base));
}

.custom.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-top: 1px solid #eaeaea;
    outline: none;
    border: none;

}

.custom.accordion-button:not(.collapsed) {
    color: hsl(var(--secondary));
    background: var(--rc);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.custom.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
    font-family: 'FontAwesome';
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.none.accordion-button:not(.collapsed)::after {
    content: none;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}


.custom.accordion-button::after {
    background-image: none;
    content: "\f067";
    font-family: 'FontAwesome';
}

.none.accordion-button::after {
    content: none;
}

.custom.accordion-body {
    padding: 0 0px;
}

.custom.accordion-body ul {
    padding: 0;
    margin: 0;
}

.custom.accordion-body ul li {
    list-style: none;
    padding: 8px 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.custom.accordion-body ul li a {
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    color: hsl(var(--secondary));
    font-weight: 500;
    display: inline-block;
    margin-left: 40px;

}

.custom.accordion-body ul li a i {
    font-size: 10px;
    margin-right: 5px;
}

.custom.accordion-body ul li:hover {
    color: hsl(var(--white));
    background: var(--rc);
}

.custom.accordion-body ul li:hover a {
    color: hsl(var(--secondary));
}

.custom.accordion-item a {
    text-decoration: none;
    width: 100%;

}
.custom.accordion-item{
    border-bottom: 1px solid #f7f7f7;
    padding: 10px;
    font-size: 16px;
}

.accordion-button.custom i {
    padding: 0 10px;
}

/*custom css*/


/*HEADER TOP*/

.header-top {
    padding: 10px;
    background: #ffffff;
}

.hp-left {
    width: 50%;
    float: left;
}

.hp-left-content {
    width: 200px;
    background: green !important;

}

.hp-right {
    width: 50%;
    float: left;
    text-align: right;
}



.ht-icon {
    margin-right: 20px;
    color: hsl(var(--white));
}

.ht-icon i {
    color: hsl(var(--white));
    font-size: 20px;
    margin-right: 2px;
}

.hp-left span {
    color: hsl(var(--white));
    font-weight: 600;
}


.social-icon a i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid hsl(var(--white));
    background: none;
    color: hsl(var(--white));
    font-size: 15px;
    text-align: center;
    margin-left: 3px;
}
.hp-right .social-icon a i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid hsl(var(--base));
    background: none;
    color: hsl(var(--base));
    font-size: 15px;
    text-align: center;
    margin-left: 3px;
    transition: .2s;
}
.hp-right .social-icon a i:hover{
    background: hsl(var(--base));
    color: hsl(var(--white));
}
.hp-link{
    margin-top: 20px;
}
.hp-link a{
    font-weight: 600;
    padding: 8px 20px;
    background: hsl(var(--base));
    color: hsl(var(--white));
    border-radius: 5px;
    margin-left: 10px;
}
.hp-link a:hover{
    background: hsl(var(--base)/.8);
}


.hp-right>span:last-child {
    margin-right: 0px !important;
}

.hp-right span {
    color: hsl(var(--white));
    font-weight: 500;

}

.reg-sub {
    position: absolute;
    top: 110%;
    left: 0;
    background: #F2F2F2;
    z-index: 3;
    width: 210px;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    padding: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.hp-left .logo{
    width: 140px;
}

.reg-sub a {
    color: hsl(var(--white));
    display: block;
    text-align: left;
    text-transform: capitalize;
    padding: 5px 0;
    font-weight: 600;
}

.reg-sub a:hover {
    color: hsl(var(--base));
}

.page-head-section {
    background-repeat: no-repeat;
    background-size: cover;
}


/*END HEADER TOP*/

.header-section {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    background: hsl(var(--base));
    box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
    padding: 5px 0;
}



.main-logo img {
    width: 140px;
    padding: 5px 0;
}

.menubar {
    padding: 0px 0;
    display: block;
    text-align: left;
}

.menubar>ul {
    margin: 0;
    padding: 0;

}

.menubar>ul>li {
    list-style: none;
    float: left;
}

.menubar>ul>li>a {
    text-decoration: none;
    padding: 8px 12px;
    display: block;
    text-transform: capitalize;
    margin-left: 5px;
    color: hsl(var(--white));
    font-weight: 500;
    border-radius: 1px;
    font-size: 18px;
}

.menubar>ul>li>a i {
    color: hsl(var(--secondary));
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 600;
}
.menubar>ul>li>a:hover{
    color: hsl(var(--white)/.7) !important;
}


.menubar>ul>li>a:first-child {
    margin-left: 0;
}

.menubar>ul>li>a:hover {
    color: hsl(var(--base));
}

.menubar>ul>li>a:hover i {
    color: hsl(var(--base));
}


.sub-btn {
    position: relative;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: hsl(var(--white));
    width: 170px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 5px;
    overflow: hidden;
}

.sub-btn:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    transform: scaleY(100%);
}

.sub-menu>a {
    display: block;
    width: 100%;
    padding: 7px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sub-menu>a:hover {
    background: hsl(var(--base));
    color: hsl(var(--white)) !important;
}




/*MOBILE MENU*/
.mobile-btn {
    float: right;
}

.mobile-btn i {
    font-size: 25px;
    margin: 13px 0;
    cursor: pointer;
    padding: 5px;
}

.mobile-btn i:hover {
    color: hsl(var(--secondary));
}

.mobile-menu {
    content: "";
    position: fixed;
    height: 100vh;
    width: 300px;
    background: hsl(var(--white));
    top: 0;
    left: -600px;
    z-index: 3;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    overflow: auto;
}

.add-class {
    left: 0px;
}

.mobile-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--base)/.7);
    z-index: 2;
    display: none;
    cursor: pointer;
}

.mobile-screen.addstyle {
    display: block;
}

/*MOBILE SECTION*/

/*SLIDER SECTION*/


.slider-left .slider-title {
    text-transform: uppercase;
    font-size: 27px;
    color: var(--tc);
    line-height: 22px;

}

.slider-left h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: hsl(var(--white));
    margin-bottom: 20px;
}

.slider-left p {
    font-size: 18px;
    line-height: 30px;
    color: hsl(var(--white));
    margin-bottom: 20px;
    padding: 10px 0;
}

.slider-left a {
    font-size: 18px;
    font-weight: 400;
    color: hsl(var(--white));
    background: hsl(var(--base));
    padding: 10px 20px;
    border: 1px solid hsl(var(--base));
    border-radius: 10px;
    transition: .3s;
}

.slider-left a:hover {
    background: hsl(var(--base)/.9);
}

.slider-left .slider-text {
    color: hsl(var(--secondary));

}
.anudan-input-width{
    width: 18%;
}

/*SLIDER SECTION END*/

/*COMPANY SECTION*/

/*COMPANY SECTION END*/

/*ABOUT SECTION*/
.about-section {
    background: hsl(var(--white));
}

.about-left-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.about-content h6 {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    color: hsl(var(--secondary));
}

.about-photo {
    text-align: right;
    position: relative;
}

.about-photo img {
    width: 100%;
}

.about-section .about-photo {
    background-image: url(../images/icons/about-bg-left.png);
    background-position: left;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-section .about-content {
    background-image: url(../images/icons/abour-bg-right.png);
    background-position: right;
    background-attachment: scroll;
    background-size: contain;
    background-repeat: no-repeat;
}

.about-content-box {
    max-width: 675px;
}

.about-content p {
    line-height: 28px;
}

.company-section a {
    width: 100%;
    display: block;
    padding: 0 5px;
}

.company-section a img {
    width: 100%;
}

/*ABOUT SECTION END*/

/*SERVICE SECTION*/


.product-box {
    text-align: center;
    position: relative;
    background: hsl(var(--white));
    padding: 15px 5px;
    overflow: hidden;
}

.product-box img {
    width: 100%;
    margin-bottom: 5px;
    transition: .3s;
}

.product-box:hover img {
    transform: scale(1.3);
}

.product-box .product-image {
    background: hsl(var(--white));
    overflow: hidden;
}

.product-box h6 {
    font-size: 16px;
    text-transform: capitalize;
    color: hsl(var(--secondary));
    padding-top: 10px;
}

.product-box:hover h6 {
    color: hsl(var(--base));
}


.product-box a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.product-box a:hover {
    color: hsl(var(--base));
}

/*SERVICE SECTION END*/

/*COMPANY SECTION*/
.company2-section {
    background: hsl(var(--base));
}

.company-box2 {
    background: hsl(var(--base)/.3);
    /* -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25); */
    border-radius: 10px;
    padding: 20px 10px;
    height: 100%;
    border: 1px solid hsl(var(--white)/.4);

}

.company-box2 img {
    width: 100px;
    background: #ffffff;
    border-radius: 5px;
}

.company2-section .section-title p {
    color: hsl(var(--white)/.8);
}

.company-box2 p {
    font-size: 18px;
    line-height: 28px;
    color: hsl(var(--white));
    margin-top: 20px;
}

.company-box2 a {
    font-weight: 600;
    font-size: 14px;
    color: hsl(var(--white));
    font-style: italic;
    text-decoration: underline;

}

.company-box2.company-box3 {
    background: hsl(var(--white));
}

.company-box2.company-box3 p {
    color: hsl(var(--secondary));
}

.company-box2.company-box3 a {
    color: hsl(var(--base));
}

.view-more a {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    border: 1px solid hsl(var(--white)/.8);
    color: hsl(var(--white)/.8);
    padding: 10px 20px;
    border-radius: 10px;
}

/*COMPANY SECTION END*/



/*CHAIRMAN SECTION*/

.chairman-photo {
    background: #2E3192;
    max-width: 320px;
    height: 320px;
    text-align: right;
}

.chairman-photo img {
    width: 80%;
    margin-top: 60px;
}

.chairman-head .line {
    height: 1px;
    background: #cccccc;
}

.chairman-head span {
    font-size: 16px;
}

.chairman-head h5 {
    margin-top: 10px;
}

.chairman-text {
    padding: 20px;
    background: hsl(var(--white));
    border-radius: 10px;
}

.chairman-text p {
    color: #444444;
}

.chairman-text h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    margin: 0;
}

.chairman-text span {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #555555;
}

/*CHAIRMAN SECTION END*/

/*BLOG SECTION*/

.blog-box {
    border: 1px solid hsl(var(--secondary)/.05);
    border-radius: 5px;
    overflow: hidden;
    background: hsl(var(--white));
}

.blog-box img {
    width: 100%;
    transition: .3s;
}

.blog-box h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: hsl(var(--secondary));
}
.blog-box-main{
    background: hsl(var(--white));
    padding: 30px;
}

.blog-box p {
    color:
        #444444;
}

.blog-box a {
    font-weight: 500;
    color: hsl(var(--secondary));
    padding: 7px 10px;
}

.blog-box:hover a {
    color: hsl(var(--base));
    text-decoration: underline;
}

.blog-box .blog-img {
    overflow: hidden;
}

.blog-box:hover .blog-img img {
    transform: scale(1.2) rotate(3deg);
}

/*BLOG SECTION END*/

/*CONTACT SECTION*/
.contact-left {
    background: hsl(var(--white));
    padding: 25px;
    border-radius: 5px;
}

.contact-left h6 {
    font-weight: 600;
    line-height: 19px;
    font-size: 16px;
    color: #444444;
}

.contact-left p {
    font-size: 14px;
    max-width: 354px;
    color: hsl(var(--secondary))
}

.contact-form input {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    outline: none;
}

.contact-form input:focus {
    border: 1px solid hsl(var(--base)/.5);
}

.contact-form input::placeholder {
    font-size: 14px;
    color: hsl(var(--secondary)/.4);
}

.contact-form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    outline: none;
    height: 100px;
}

.contact-form textarea:focus {
    border: 1px solid hsl(var(--base)/.5);
}


.contact-form textarea::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: hsl(var(--secondary))
}

.contact-form textarea::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: hsl(var(--secondary))
}

.contact-form textarea:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: hsl(var(--secondary))
}

.contact-form textarea::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: hsl(var(--secondary))
}

.contact-form textarea::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: hsl(var(--secondary)/.4)
}

.contact-form button {
    font-weight: 500;
    font-size: 16px;
    color: hsl(var(--white));
    background: hsl(var(--base));
    padding: 10px 25px;
    border: none;
    outline: none;
    border-radius: 10px;
    border: 1px solid hsl(var(--base));
    transition: .3s;
}

.contact-form button:hover {
    background: hsl(var(--base)/.8);
    color: hsl(var(--white));
}

.contact-right {
    background: hsl(var(--white));
    padding: 25px;
    border-radius: 5px;
}

.contact-right h4 {
    font-size: 24px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}

.contact-right-box p {
    margin-bottom: 6px;
}

.contact-right-box {
    max-width: 346px;
    font-weight: 500;
}

.contact-right-box a {
    color: hsl(var(--secondary)/.7)
}

/*CONTACT SECTION END*/

/*FOOTER SECTION*/

footer {
    /* background-image: url(../images/photo/footer-bg.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background: hsl(var(--base));
}
.footer-logo img {
    max-width: 140px;
}

.footer-contact-info p {
    color: hsl(var(--white)/.9);
}

.footer-contact-info p i {
    font-size: 20px;
}

.footer-contact-info p a {
    color: hsl(var(--white));
}

.about-company-footer {
    color: hsl(var(--white)/.9);
    line-height: 33px;
}

.footer-p p {
    font-weight: 500;
    line-height: 26px;
    color: hsl(var(--white)/.8);
    margin-top: 20px;
}

.footer-form {
    border: 1px solid hsl(var(--white)/.7);
    border-radius: 5px;
    padding: 10px;
}

.footer-form p {
    margin-bottom: 0;
}

.footer-form-input {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.footer-form-input input {
    width: 100%;
    padding: 10px;
    outline: none;
    border-radius: 5px;
    border: none;
}

.footer-form-input button {
    position: absolute;
    right: 0;
    height: 100%;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    border: none;
    background: hsl(var(--base));
    color: hsl(var(--white));
    padding: 0 10px;
    border: 1px solid hsl(var(--white));
}

.footer-form-input input::-webkit-input-placeholder {
    color: #686868;
    font-size: 14px;
    font-weight: 500;
}

.footer-form-input input::-moz-placeholder {
    color: #686868;
    font-size: 14px;
    font-weight: 500;
}

.footer-form-input input:-ms-input-placeholder {
    color: #686868;
    font-size: 14px;
    font-weight: 500;
}

.footer-form-input input::-ms-input-placeholder {
    color: #686868;
    font-size: 14px;
    font-weight: 500;
}

.footer-form-input input::placeholder {
    color: #686868;
    font-size: 14px;
    font-weight: 500;
}

.footer-form h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: hsl(var(--white)/.9);
}

.footer-form p {
    color: hsl(var(--white)/.7);
}

.footer-box h6 {
    color: hsl(var(--white)/.9);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 12px;
}

.footer-box a {
    display: block;
    font-size: 16px;
    color: hsl(var(--white)/.8);
    padding: 10px 0;
}

.scroll-up {
    position: fixed;
    right: 30px;
    bottom: 30px;

}

.scroll-up a {
    color: hsl(var(--white));
    background: hsl(var(--base));
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid hsl(var(--white)/.5);
    transition: .3s;
}

.scroll-up a:hover {
    background: hsl(var(--white));
    color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
}

.scroll-up a i {
    font-size: 25px;
}



/*FOOTER SECTION END*/

/*COPYRIGHT SECTION*/
.copyright-section {
    background: hsl(var(--base));
}

.copyright-section .container {
    border-top: 1px solid hsl(var(--white)/.2);
}

.copyright-section h6 {
    font-weight: 500;
    font-size: 14px;
    color: hsl(var(--white)/.8);
    margin: 0;
}

.copyright-section .hr-icon {
    text-align: right;
}

.copyright-section .hr-icon span {
    color: hsl(var(--white)/.8);
}

/*COPYRIGHT SECTION END*/

/*page head*/
.page-head-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-head-section h2 {
    color: hsl(var(--white));
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin: 0;
}

.page-head-section p {
    text-align: center;
    MAX-WIDTH: 500px;
    margin: 0 auto;
    color: hsl(var(--white));
    font-size: 16px;
}

.page-head-section p a {
    color: hsl(var(--white));
    font-weight: 700;
    font-size: 14px;
}

.page-head-section p span {
    color: hsl(var(--white));
    font-weight: 700;
    font-size: 14px;
}

/*page head end*/
/*ABOUT PAGE*/
.about-text ul li {
    background: #F3F8FF;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    padding: 10px;
    margin: 10px 0;
    display: block;
    padding-left: 40px;
    position: relative;
    border-radius: 5px;
}

.about-text ul li span {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: hsl(var(--base));
    position: absolute;
    top: 15px;
    left: 10px;
}

/*vission mission*/
.mission-vision-box {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 3px 0px, rgba(255, 255, 255, 0.06) 0px 1px 2px 0px;
    background: hsl(var(--white));
    padding: 30px 20px;
    height: 100%;
    border-radius: 10px;
}

.mission-image img {
    width: 100px;
    margin-right: 15px;
}

.mission-text h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: hsl(var(--secondary));
}

.mission-text p {
    font-weight: 500;
    margin: 0;
}


/*ABOUT PAGE END*/

/*CONTACT PAGE*/
.contact-bottom-section {
    background: hsl(var(--white));
}

.ready-question .accordion-button span {
    background: #02005B;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    color: hsl(var(--white));
    margin-right: 20px;
}

.ready-question .accordion-button {
    color: #333333;
    font-weight: 600;
    font-size: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ready-question .accordion-body {
    padding-left:
        80px;
}

.ready-question h4 {
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
}

.ready-question .q-text {
    font-weight: 500;
    font-size: 16px;
}

/*CONTACT PAGE END*/

/*BLOG DETAILS*/
.media-box img {
    width: 100%;
}

.blog-breadcrumb {
    background: #F2F2F2;
}

.blog-image img {
    width: 100%;
}

.blog-date {
    font-weight: 500;
    display: inline-block;
    padding: 10px 0;
    color: #7b7b7b;
}

.blog-details-head {
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    color: var(--pc2);
}

.posted-blog {
    background: #F2F2F2;
}

.posted-blog img {
    margin-left: 15px;
}

.posted-blog span {
    margin-left: 8px;
}

.blog-search form input {
    border-radius: 5px;
    padding: 14px;
    width: 100%;
    outline: none;
    background-image: url(../images/icons/search-icon.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto;
    background-position: right 3% bottom 50%;
}

.blog-search form input::placeholder {
    font-size: 16px;
}

.blog-category-box {
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
}

.blog-category-box h4 {
    font-size: 22px;
    margin: 0;
    padding-bottom: 10px;
}

.blog-category-box a {
    display: block;
    padding: 6px;
    font-weight: 500;
}

.blog-category-box a:hover {
    color: hsl(var(--base));
    background: #efefef;
}

.blog-category-box a i {
    float: right;
    color: var(--gc);
}

.blog-sidbar-post p {
    font-weight: 500;
    color: var(--pc2);
    margin: 0;
}

.sidbar-blog-box {
    position: relative;
    transition: .3s;
}

.sidbar-blog-box:hover {
    background: hsl(var(--secondary)/.05);
}

.sidbar-blog-box:hover a {
    color: hsl(var(--base));
}

.sidbar-blog-box img {
    width: 80px;
    margin-right: 10px;
    object-fit: cover;
}

.sidbar-blog-box .content a {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    margin: 0;
}

.sidbar-blog-box .content p span {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #909090;
}

.sidbar-blog-box .content p.vanue {
    margin: 0;
    color: rgba(2, 0, 91, 0.72);
    font-size: 14px;
}

.sticky-blog-right {
    position: sticky;
    top: 60px;
}

.blog-right {
    background: hsl(var(--white)/.5);
    padding: 16px;
    border-radius: 10px;
}

.blog-sidbar-post h3 {
    font-size: 22px;
    padding-bottom: 10px;
}

.social-icons a i {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: #002547;
    border: 1px solid hsl(var(--secondary));
    border-radius: 50%;
    font-size: 13px;
    margin-left: 6px;
}

.social-icons a i:hover {
    background: #002547;
    color: hsl(var(--white));
}

.social-icon span {
    color: hsl(var(--white));
}
.ht-left .social-icon span {
    color: hsl(var(--secondary));
}

.social-icon.social-icon-2 a i {
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
    transition: .3s;
}

.social-icon.social-icon-2 span {
    color: hsl(var(--secondary));
    font-weight: 500;
}

.social-icon.social-icon-2 a i:hover {
    background: hsl(var(--base));
    color: hsl(var(--white)) !important;
}

/*BLOG DETAILS END*/

/*MENAGEMENT PAGE*/
.about-text h5 {
    color: #1FAEFF;
}

.menagement-text p {
    font-size: 16px;
}

.staf-profile-box {
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background: hsl(var(--white));
}

.staf-profile-box img {
    max-width: 200px;
    margin-bottom: 15px;
    background: hsl(var(--white));
}

.staf-profile-box h4 {
    font-size: 18px;
    color: hsl(var(--secondary));
}

.staf-profile-box h6 {
    font-size: 24px;
    color: hsl(var(--base));
    padding: 8px 0;
}

.staf-profile-box a {
    font-size: 14px;
    color: hsl(var(--base));
}

.staf-profile-box:hover a {
    text-decoration: underline;
}

.staf-head h4 {
    text-align: center;
    color: hsl(var(--secondary));
    font-size: 28px;
}

.staf-head h4::after {
    display: block;
    width: 100px;
    height: 3px;
    background: hsl(var(--secondary));
    margin: 0 auto;
    content: '';
    margin-top: 10px;
}

/*MENAGEMENT PAGE END*/

/*COMPANY PROFILE*/
.logo-image {
    text-align: center;
}

.logo-image img {
    width: 200px;
}

.profile-in-state {
    background: #6329E1;
    padding: 50px;
    color: hsl(var(--white));
    border: 1px solid #02005B;
    border-left: 25px solid hsl(var(--base));
}

.profile-in-state p {
    margin: 0;
    font-size: 22px;
}

.profile-text p {
    font-size: 18px;
    color: hsl(var(--secondary));
}

.quelity-process-section {
    background: hsl(var(--white));
}

.quelity-process-section h4 {
    color: hsl(var(--base));
    font-size: 22px;
    margin-bottom: 10px;
}

.quelity-process-section p {
    color: hsl(var(--secondary));
    font-size: 18px;
}

/*COMPANY PROFILE END*/

/*ENENTS*/
.event-box {
    position: relative;
    background: hsl(var(--white));
    padding: 10px;

    border-radius: 5px;
}

.event-box .event-img img {
    width: 180px;
    margin-right: 15px;
}

.event-box .event-status {
    font-weight: 500;
    color: hsl(var(--white));
    background: #375DE6;
    padding: 2px 10px;
}

.event-box .event-status.pending {
    background: #28a745;
}

.event-box .event-left {
    width: 250px;
}

.event-box .event-left h3 {
    font-size: 24px;
    margin: 0;
    padding: 10px 0;
}

.event-box .event-left h4 {
    font-size: 24px;
    color: #375DE6;
}

.event-box .event-left h3 span {
    color: #969696;
}

.event-box .event-right h4 {
    font-size: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    display: block;
    width: 100%;
}

.event-box .event-right p {
    color: hsl(var(--base));
}

.event-date-d {
    font-size: 20px;
    font-weight: 600;
    color: #717171;
}

.event-date-d span {
    color: #585858;
}

.event-date-d a {
    font-weight: 500;
    color: hsl(var(--white));
    background: #375DE6;
    padding: 2px 10px;
}

.event-vanue-d {
    font-size: 20px;
    color: rgba(2, 0, 91, 0.82);
}

/*ENENTS END*/


/*CARRER PAGE*/
.circular-box {
    background: hsl(var(--white));
    padding: 10px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.carrer-image img {
    width: 100px;
    margin-right: 10px;
}

.carrer-image h5 {
    font-size: 22px;
}

.carrer-image p {
    margin: 0;
}

.carrer-selary h4 {
    font-size: 17px;
    color: #4a4a4a;
}

.carrer-post p {
    margin: 0;
}

.carrer-post {
    display: block;
    width: 100%;
}

.carrer-selary span {
    font-weight: 500;
    color: #4a4a4a;
}

.carrer-details {
    background: hsl(var(--base));
    color: hsl(var(--white));
    text-align: center;
    padding: 5px;
}

.carrer-details a {
    color: hsl(var(--white));
    font-weight: 600;
    width: 100%;
    display: block;
}

.carrer-details:hover {
    background: hsl(var(--base)/.8);
}

.carrer-details-left h4 {
    font-size: 18px;
    font-weight: 600;
    color: hsl(var(--secondary));
}

.carrer-details-section ul li {
    padding: 4px 0;
}

.carrer-details-section p {
    font-size: 17px;
    color: #606060;
}

.carrer-details-right {
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: hsl(var(--white));
    padding: 20px;
}

.carrer-details-right p {
    margin: 0;
}

.carrer-details-head {
    text-align: center;
}

.carrer-details-head h3 {
    font-size: 25px;
}

.carrer-details-head button {
    background: #375DE6;
    color: hsl(var(--white));
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    border: 2px solid #375DE6;
}

.carrer-details-head button:hover {
    color: #375DE6;
    border: 2px solid #375DE6;
    background: hsl(var(--white));
}

.carrer-details-head .expire span {
    font-weight: 500;
    font-size: 18px;
    color: #5c5c5c;
}

.carrer-top-text {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 20px;
}

.carrer-top-text p {
    font-size: 16px;
    text-align: justify;
}

.carrer-join-section {
    background: #375DE6;
    color: hsl(var(--white));
}

.carrer-join-section h6 {
    font-size: 22px;
    margin-bottom: 15px;
}

.carrer-join-section ul li {
    padding: 10px 0;
    font-size: 17px;
    list-style: circle;
}

/*CARRER PAGE END*/

/*OTHERS PAGE*/
.award-box img {
    width: 100%;
}

.award-box {
    padding: 15px;
    background: hsl(var(--white));
    position: relative;
    border-radius: 3px;
    border-radius: 5px;
}

.award-box span {
    font-size: 14px;
    margin-top: 15px;
    color: hsl(var(--base));
}

.award-box h4 {
    font-size: 18px;
    margin-top: 10px;
}

.award-box a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.award-box p {
    margin: 0;
}

.award-box:hover h4 {
    text-decoration: underline;
}

.award-total {
    padding: 20px;
    border-radius: 5px;
    background: hsl(var(--white)/.7);
    margin:
}

.award-total span {
    font-size: 14px;
    font-weight: 500;
}

.award-total a {
    color: hsl(var(--base));
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
}

.awards-details-head span {
    font-weight: 500;
    color: hsl(var(--base));
}

.awards-details-head h4 {

    font-size: 35px;
    padding-top: 5px;
}

.safty-photo img {
    width: 100%;
}

.about-text.safty-text ul {
    padding-left: 0;
}

.about-text.safty-text ul li {
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.about-text.safty-text ul li i {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    color: #1FAEFF;
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 20px;
}

.about-section {
    background: hsl(var(--white));
}

.env-img {
    float: right;
    padding: 10px;
    padding-right: 0;
    max-width: 500px;
}

.safty-box h4 {
    font-size: 30px;
    padding-bottom: 5px;
    color: hsl(var(--base));
}

.safty-box p {
    font-size: 16px;
}

.safty-box ul li {
    list-style: circle;
    font-size: 16px;
    padding: 3px 0;
}

#gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

#gallery a {
    width: 100%;
}

#gallery img,
#gallery video {
    width: 100%;
    height: auto;
    margin: 4% auto;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.video-gallery h6 {
    font-size: 16px;
    color: hsl(var(--secondary));
    font-weight: 500;
    margin: 0;
    margin-top: 8px;
    line-height: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.video-gallery {
    padding: 10px;
    background: hsl(var(--white));
    margin: 10px 0;
    position: relative;
    display: block;
    width: 100%;
}

.video-gallery img {
    width: 100%;
}

.video-gallery:hover h6 {
    text-decoration: underline;
}

.video-gallery i {
    position: absolute;
    left: 50%;
    bottom: 50%;
    font-size: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.video-gallery:hover i {
    color: hsl(var(--white));
    background: hsl(var(--base));

}

.brand-box img {
    width: 60%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.brand-box {
    border-radius: 5px;
    background: hsl(var(--white));
    text-align: center;
    padding: 50px 10px;
    position: relative;
    overflow: hidden;
}

.brand-box:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.brand-box .brand-ovelay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.brand-box:hover .brand-ovelay {
    opacity: 1;
}

.brand-box .brand-ovelay a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: hsl(var(--white));
    background: #375DE6;
    padding: 2px 8px;
    border-radius: 3px;
}

.brand-details-head {
    text-align: center;
    padding-bottom: 15px;

}

.brand-details-head img {
    width: 230px;
    margin-bottom: 20px;
    background: hsl(var(--white));
    padding: 10px 20px;
}

.brand-details-head p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
}

.section-title h3::after {
    height: 3px;
    width: 100px;
    display: block;
    content: '';
    background: hsl(var(--secondary));
    margin: 0 auto;
    margin-top: 10px;
}

.brand-product-box {
    background: hsl(var(--white));
    -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    overflow: hidden;
}

.brand-product-box img {
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.brand-product-box:hover img {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.privacy-contact p {
    margin: 0;
}

.privacy-policy span {
    font-weight: 500;
    color: #375DE6;
}

.privacy-policy h4 {
    font-size: 20px;
}

.privacy-policy-intro p {
    font-size: 17px;
}

.faq-box {
    max-width: 1000px;
    margin: 0 auto;
    background: hsl(var(--white));
    padding: 20px;
}

.faq-box .accordion-button {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 500;
    font-size: 18px;
}

.accreditation-box {
    -webkit-box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 20px;
    background: hsl(var(--white));
    border-radius: 5px;
}

.accreditation-box img {
    width: 250px;
}

.accreditation-box h4 {
    font-size: 25px;
}

.accreditation-box a.vie-btn {
    background: #375DE6;
    color: hsl(var(--white));
    padding: 4px 10px;
}

/*OTHERS PAGE END*/

.company-header>div {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    color: hsl(var(--white));
}

.company-header p {
    color: hsl(var(--white));
}

.company-header img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin-top: 5px;
    background: hsl(var(--white));
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}