@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;300;400;500;600;700&family=Outfit:wght@200;300;400;600;700;800&display=swap');
body {
    overflow-x: hidden !important;
    font-family: 'Josefin Sans', sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none !important;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 94%;
    width: 94%;
    padding: 0px !important;
}


/*banner css*/

.company_information {
    overflow: hidden;
}

.company_information ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    /*flex-wrap: wrap;*/
}

.company_information ul li:nth-child(1) {
    box-shadow: none;
}

.company_information ul li.active {
    width: 50%;
}

.company_information ul li {
    width: 16.6%;
    z-index: 1;
    box-shadow: 0px 0px 30px #121212;
    cursor: pointer;
    transition: 0.5s;

    
}

.company_block {
    position: relative;
}

.banner_image img {
    width: 100%;
    height: 1080px;
    object-fit: cover;
    object-position: left;
}

.company_information ul li.active .company_info {
    padding: 20px 45px 45px;
}

.company_info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    padding: 20px 18px 45px;
}

.company_info_text {
    /*margin-top: auto;*/
    position: relative;
}

.company_information ul li.active .logo {
    width: auto;
}

.logo {
    width: 100%;
}

.company_information ul li.active .logo img {
    /* margin: inherit; */
    height: 200px;
}

.logo img {
    margin: 190px auto;
}

.company_info_text h4 {
    font-family: 'Josefin Sans', sans-serif;
    color: #656565c7;
    font-size: 40px;
    margin-bottom: 10px;
    white-space: nowrap;
    writing-mode: vertical-rl;
    position: initial;
    bottom: 0px;
    font-weight: 400;
    letter-spacing: 0.1px;
    left: 50%;
    transform: translateX(-50%) scale(-1);
    -webkit-transform: translateX(-50%) scale(-1);
    -moz-transform: translateX(-50%) scale(-1);
    -ms-transform: translateX(-50%) scale(-1);
    -o-transform: translateX(-50%) scale(-1);
    margin-left: 15px;
}

.company_information ul li.active .company_info_text h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    color: #014b94;
    font-size: 26px;
    margin-bottom: 10px;
    transform: rotate(0);
    position: static;
    writing-mode: inherit;
        margin-left: 0px;
}

.company_information ul li.active .company_info_text h2 {
    display: block;
}

.company_info_text h2 {
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    display: none;
}

.company_info_text h2 span {
    color: #FA9751;
}

.banner_image {
    position: relative;
}

.color1:before,
.color2:before,
.color3:before,
.color4:before,
.color5:before,
.color6:before,
.color7:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}

.color1:before {
    background-color: #ffffff;
    opacity: 0.7;
}

.color2:before {
    background-color: none;
}

.color3:before {
    /*background-color: #9c8800;*/
}

.color4:before {
    background-color: #525902;
}

.color5:before {
    background-color: none;
}

.color6:before {
    background-color: #027681;
}

.color7:before {
    background-color: #620261;
}


/*banner css*/


/*about css*/

.about_title_block {
    background-image: url(../image/about-bg.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
    padding: 80px 0px;
    background-color: #fff;
}

.about_mg {
    margin-top: -18px;
}

.about_title {
    text-align: center;
    width: 1124px;
    margin: 0 auto;
}

.about_title h2 {
    position: relative;
    text-transform: uppercase;
    color: #222222;
    font-size: 58px;
    padding-bottom: 100px;
    margin-bottom: 30px;
    font-family: 'Josefin Sans', sans-serif;
}

.about_title h2:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 2px;
    background: #FA9751;
    bottom: 30px;
}

.about_title p {
    color: #222222;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 23px;
    font-weight: 300;
}

.about_inner_content .about_title {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8%;
}

.about_main {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    
}

.bg-color {
    background: #f5f6f7;
}

.about_inner_content .about_title h2,
.about_inner_content .about_title p {
    color: #fff;
}

.about_left {
    width: 40%;
    position: relative;
}

.about_inner_content {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.about_right {
    width: 50%;
}

.about_right {
    padding: 3% 80px;
}

.about_right h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 50px;
    color: #222222;
    margin-bottom: 20px;
}

.about_right p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 23px;
    font-weight: 300;
}

.progressbar_block {
    margin-top: 40px;
}

.progressbar_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progressbar_row h4 {
    color: #222222;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 26px;
}

.progress_line {
    margin-top: 20px;
    height: 2px;
    background: #707070;
    position: relative;
}

.progress_line:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: #FA9751;
}

.progress_70:before {
    width: 70%;
}

.progress_80:before {
    width: 70%;
}

.progress_90:before {
    width: 70%;
}

.progressbar_inner {
    margin-bottom: 40px;
}

.bg-white {
    background: #fff;
}

.social_media {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 61px;
    display: flex;
}

.social_media li a {
    font-size: 25px;
    color: #fff;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.about_inner_image img {
    width: 100%;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.social_media li:nth-child(1) a {
    /*background-color: #3b5997;*/
}

.social_media li:nth-child(2) a {
    /*background-color: #ca2128;*/
}

.social_media li:nth-child(3) a {
    /*background-color: #007fb0;*/
}

.social_media li:nth-child(4) a {
    /*background-color: #00abec;*/
}

.social_media li:nth-child(5) a {
    /*background-color: #37ade1;*/
}

.social_media li {
    margin-right: 0px;
}

.contact_left {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.contact_left div h3 {
    font-size: 24px;
}

.contact_left div p {
    font-size: 23px;
}

label.errors {
    text-align: center;
    width: 100%;
    color: red;
    font-size: 15px;
}

.address {
    width: 60%;
    padding-right: 15px;
}

.call {
    width: 40%;
    padding-left: 15px;
}

.call a {
    color: #000;
    font-size: 23px;
    font-weight: 300;
}

.form-group input {
       height: 60px;
    text-align: left;
    color: #222222;
    font-weight: 300;
    background: #ffffff;
    border: 1px solid #222222;
}

.form-group textarea {
height: 100px;
    text-align: center;
    color: #222222;
    font-weight: 300;
    background: #fff;
    border: 1px solid #222;
}

.form-group {
    margin-bottom: 10px;
}

.contact_btn {
    text-align: center;
}

.contact_btn button {
    border: 1px solid #222222;
    background: transparent;
    padding: 10px 30px;
    color: #222222;
    font-weight: 300;
    font-size: 14px;
}


/*about css*/

.map iframe {
    height: 500px;
    width: 100%;
}


/*footer*/

footer {
    padding: 35px 80px 15px 80px;
    background: #e9e9e9;
}

.footer_block h4 {
    
    font-size: 24px;
    margin-bottom: 17px;
    padding-bottom: 20px;
    position: relative;

    
}

.footer_block h4:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 1px;
    background: #014b94;
    bottom: 0px;
    left: 0px;
}

.footer_block h4:after {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background: #014b94;
    transform: rotate(45deg);
    bottom: -6px;
    left: 0px;
}

.footer_block p {
    font-size: 22px;
    color: #222222;
    font-weight: 300;
}

.footer_block ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer_add li {
    padding-left: 45px;
}

.footer_block ul li a {
    display: block;
    font-size: 22px;
    color: #222222;
    font-weight: 400;
    line-height: 31px;
}

li.location {
    margin-bottom: 15px;
}

li.location:before {
    font-weight: 900;
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 30px;
    color: #CC7C43;
    left: 0px;

    background: linear-gradient(30deg,#388f9f,#388f9f,#000000,#000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: gradient-text 8s ease infinite;
    animation: gradient-text 8s ease infinite;
}

.phone:before {
    font-weight: 900;
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 30px;
    color: #CC7C43;
    left: 0px;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);

    background: linear-gradient(30deg,#388f9f,#388f9f,#000000,#000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: gradient-text 8s ease infinite;
    animation: gradient-text 8s ease infinite;
}

.footer_block ul li {
    position: relative;
}

.footer_content p {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

.footer_social ul {
    margin: 0px;
}

.footer_last {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 0px;
    padding-top: 10px;
    border-top: 1px solid #c5c5c5;
    align-items: center;
    justify-content: space-around;
}

.pd-rt {
    padding-right: 20%;
}


header {
    padding: 10px 0px;
    position: relative;
    z-index: 9999;
    border-bottom: 1px solid #22222221;
}

.header__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.menu__bar {
    flex: 1;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}

.menu__bar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.menu__bar ul li {
    margin-right: 25px;
}

.menu__bar ul li:last-child {
    margin-right: 0px;
}

.menu__bar ul li a {
      color: #000;
    font-size: 17px;
    text-transform: uppercase;
}

.menu__bar ul li a:hover {
    color: #014b94;
}

.toggle__menu {
    cursor: pointer;
    width: 32px;
    display: none;
}


section.about__page__content {
    margin-top: 30px;
    margin-bottom: 50px;
}

.founder__section .tab-inner {
    margin: 0px;
    padding: 0px;
    margin: 30px 0px;
}

section.group__sections {
    margin: 50px 0px;
}

.group__block h1 {
    font-size: 29px;
    font-weight: 700;
}

.founder__massagre {
    margin-top: 30px;
    margin-bottom: 30px;
}

.founder__massagre h2 {
    font-size: 24px;
}

.founder__massagre h4 {
    font-size: 20px;
    margin-top: 15px;
}

.companys__unders h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
}

.companys__row {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: 0px 0px 30px rgba(0 0 0/9%);
}

.companys__row .companys__content {
    flex: 1;
    padding-left: 14px;
}

.companys__row .companys__content p {
    font-size: 22px;
    font-weight: 500;
}

section.categorys__content {
    margin-top: 45px;
    margin-bottom: 45px;
}

section.categorys__content h4 {
    font-weight: 700;
    margin-bottom: 19px;
    display: inline-block;
    border-bottom: 2px solid #000;
}

.product__block {
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid;
    transition: 0.5s;
}

.product__block img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.product__block p {
    font-size: 18px;
    margin-top: 15px;
}

.product__block:hover {
    box-shadow: 0px 0px 20px rgba(0 0 0/20%);
}

section.eporting__sections h1 {
    text-transform: capitalize;
    font-size: 29px;
}

section.eporting__sections {
    margin: 50px 0px;
}

section.map.exporting__map {
    margin-bottom: 50px;
}


/*footer*/

@media(max-width: 1480px) {
    .company_information ul li.active .company_info_text h4 {
        font-size: 30px;
    }
    .company_info_text h2 {
        font-size: 38px;
    }
    .banner_image img {
        height: 650px;
    }
    .company_info_text h4 {
        font-size: 22px;
    }
    .about_title h2 {
        font-size: 38px;
    }
    .about_title {
        width: 800px;
    }
    .about_title p {
        font-size: 17px;
    }
    .about_right h2 {
        font-size: 38px;
    }
    .about_right p {
        font-size: 17px;
    }
    .progressbar_row h4 {
        font-size: 17px;
    }
    .progress_line {
        margin-top: 10px;
    }
    .progressbar_inner {
        margin-bottom: 20px;
    }
    .progressbar_block {
        margin-top: 24px;
    }
    .about_title_block {
        padding: 42px 0px;
    }
    .about_title h2 {
        padding-bottom: 50px;
    }
    .about_title h2:before {
        bottom: -7px;
    }
    .about_mg {
        margin-top: 0px;
    }
    .contact_left div h3 {
        font-size: 18px;
    }
    .contact_left div p,
    .call a {
        font-size: 17px;
    }
    /*.company_information ul li.active .logo img{
		width: 180px;
	}*/
    .social_media {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .social_media li {
        margin-right: 5px;
    }
    .social_media li a {
        font-size: 17px;
        height: 30px;
        width: 35px;
    }
    .form-group input {
        height: 45px;
    }
    .map iframe {
        height: 300px;
        width: 100%;
    }
    .about_right {
          padding: 11% 80px;
        text-align: right;
    }
    .footer_block h4,
    .footer_block p,
    .footer_block ul li a,
    .footer_content p {
        font-size: 17px;
        color: #222;
    }
    li.location:before,
    .phone:before {
        font-size: 22px;
    }
    .footer_add li {
        padding-left: 0px;
    }
}

@media(max-width:1080px) {
    .about_title {
        width: 575px;
    }
    .about_title p,
    .about_right p,
    .progressbar_row h4,
    .contact_left div h3,
    .contact_left div p,
    .call a,
    .footer_block h4,
    .footer_block p,
    .footer_block ul li a,
    .footer_content p {
        font-size: 16px;
        color: #222;
    }
    .footpara
    {
        text-align: left;
    }
    #icon-footer {
    float: left;
    margin-top: 14px;
    }
    .pd-rt {
        padding-right: 0px;
    }
    .footer_block h4:before {
        width: 110px;
    }
    .company_info_text h2 {
        font-size: 32px;
    }
    .company_information ul li.active .company_info_text h4 {
        font-size: 25px;
    }
    .company_info_text h4 {
        font-size: 22px;
    }
    /*.company_information ul li.active .logo img {
		width: 110px;
	}*/
    .about_title h2,
    .about_right h2 {
        font-size: 24px;
    }
    .about_title h2:before {
        height: 25px;
    }
    .about_title h2 {
        padding-bottom: 30px;
    }
    .about_right {
        padding: 5% 35px;
    }
    footer {
        padding: 40px 35px 20px 35px;
    }
    .social_media li a {
        font-size: 13px;
        height: 30px;
        width: 30px;
    }
    .footer_logo {
        width: 100px;
    }
    .footer_block h4:after {
        height: 10px;
        width: 10px;
        bottom: -4px;
    }
    .footer_block h4 {
        margin-bottom: 20px;
        padding-bottom: 18px;
    }
}

@media(max-width:992px) {
    .banner_image img {
        height: 440px;
    }
    .company_information ul li.active .company_info {
        padding: 20px 15px 25px;
    }
    .company_info {
        padding: 20px 7px 25px;
    }
    .company_info_text h4 {
        font-size: 18px;
    }
    .company_info_text h2 {
        font-size: 24px;
    }
}

@media(max-width:767px) {
    .about_title {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .about_title_block {
        background-size: cover;
    }
    .about_left,
    .about_right {
        width: 100%;
    }
    .about_right {
        padding: 50px 35px;
    }
    .footer_logo,
    .footer_content,
    .footer_social {
        width: 100%;
        text-align: center;
    }
    #aboutus{

    background-image: url("../image/environment-mobile.jpg");
    background-size: 100% 100%;
    background-position: center center;
    padding: 50px 0px 50px;
    background-attachment: inherit;

    }
    .footer_content {
        margin: 5px 0px;
    }
    #accordion {
    margin-bottom: 20px;
    }
    #footerlogo1
    {
        margin: 20px auto;
    }
    .footer_logo a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #circle1 {
    margin: 10px auto;
}
#circleimage {
    margin: auto 45px;
    width: 250px;
}
    .social_media {
        width: 100%;
        justify-content: center;
    }
    .wt-50 {
        width: 50%;
    }

    .menu__bar {
        position: absolute;
        background: #fff;
        top: 100%;
        left: 0px;
        width: 100%;
        justify-content: start;
        display: none;
    }

    .menu__bar ul {
        flex-direction: column;
        width: 100%;
    }

    .menu__bar ul li a {
        display: block;
        padding: 10px;
    }

    .menu__bar ul li {
        margin: 0px;
    }

    .toggle__menu {
        display: block;
    }

}

@media(max-width:600px) {
    .company_information ul li.active .logo img {
        height: 150px;
    }
    .logo img {
        margin: 110px auto;
    }
    .company_information ul {
        flex-wrap: wrap;
    }
    .company_information ul li {
        width: 100%;
    }
    .company_information ul li.active {
        width: 100%;
    }
    .company_info_text h4 {
           font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
    white-space: normal;
    writing-mode: inherit;
    position: absolute;
    bottom: 0px;
    font-weight: 600;
    letter-spacing: 1px;
    left: 0px;
    transform: inherit;
    position: static;
    }
    .company_information ul li.active .banner_image img {
        height: 330px;
    }
    .company_information ul li.active .logo {
        display: block;
    }
    .logo {
        display: none;
    }
    .banner_image img {
        height: 65px;
        transition: 0.5s;
    }
    .about_right {
        padding: 50px 15px;
    }
    .about_inner_content .about_title {
        padding: 8% 15px;
    }
    .footer_block {
           margin-top: 0px;
    margin-bottom: 20px;
    }
    footer {
        padding: 20px 15px 20px 15px;
    }
}

@media(max-width:680px) {
    .about_right h2 {
        text-align: center;
    }
    .about_right ul {
        padding-left: 16px;
    }
}

.about_right ul {
    list-style-type: disclosure-closed;
}

.about_right ul li {
    margin-bottom: 15px;
}


/* new-css-12-3-2022 */

.nav-tabs {
    justify-content: end;
}

.tab-inner {
    padding: 15px;
    /* background: lightblue;
    border: 1px solid blue; */
    border-radius: 15px;
    margin: 10px;
}

.our-company-main {
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.company-main {
    /* width: 50%; */
    /* padding: 15px; */
}

.company-inner {
    text-align: center;
    display: flex;
    /* background-color: #eec5a4; */
    /* border: 1px solid black; */
    height: 100%;
    /* align-items: center; */
}

.company-inner .inner-img {
    width: 50%;
}

.company-inner .inner-img img {
    margin: 0px auto;
}

.company-inner .inner-text {
    display: flex;
    align-items: center;
    padding: 0px 15px;
    width: 50%;
    background-color: lightgray;
}

.group-company-inner {
    padding: 15px;
    list-style-type: none;
}

.group-company-inner li a {
    color: black;
}

.group-company-inner li a:hover {
    color: #FA9751;
    transition: 0.3s;
}

.group-company-inner li a:focus {
    color: #FA9751;
}

.contact-main {
    display: flex;
    flex-wrap: wrap;
}

.address-main {
    padding: 15px;
    width: 33.33%;
}

.address-inner {
    border: 1px solid #cc7c43;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
    transition: 0.3s;
}

.address-inner:hover {
    box-shadow: 0px 0px 20px #cc7c43;
    transition: 0.3s;
}

.address-inner p {
    margin-bottom: 10px;
}

@media(max-width:680px) {
    .address-main {
        padding: 15px;
        width: 100%;
    }
    .address-inner {
        text-align: center;
    }
}

.map-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 15px;
}

.map-main .company-name {
    width: 50%;
}

.map-main .company-name p {
    width: 50%;
    margin: 0px auto;
    text-align: center;
}

.map-main .map {
    width: 100%;
    text-align: center;
}
.map-main .map img{
    width: 70%;
    margin: 0px auto;
}

.nav-tabs .nav-item a {
    color: black;
}

.nav-tabs {
    border: 1px solid #CC7C43;
    padding: 5px;
    display: -webkit-inline-box;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #CC7C43;
    border-color: #CC7C43;
    border-radius: 8px;
}

.our-client-main {
    display: flex;
    flex-wrap: wrap;
}

.our-client-inner {
    width: 16%;
    padding: 10px;
}



.product__inner {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

section.product__listing {
    padding: 50px 0px;
}

tr.color__row.color-light {
    background: #72ccd7;
    color: #fff;
}

.product__image {
    width: 230px;
}

.product__content {
    border: 1px solid #ededed;
}

.product__content table {
    margin-bottom: 0px;
}


.product__inner:nth-child(even) {
    flex-direction: row-reverse;
}

.product__inner:hover img {
    transform: scale(0.8);
    border: 1px solid #141310;
    box-shadow: 0px 0px 20px rgba(0 0 0/20%);
}

.product__image img {
    transition: 0.5s;
    background: #fff;
}

tr.color__row.color-dark {
    background: #3093a4;
    color: #fff;
}

tr.color__row.color-green {
    background: #55ba47;
    color: #fff;
}

tr.color__row.color-yellow {
    background: #f9cd12;
    color: #fff;
}

tr.color__row.color-orange {
    background: #f49051;
    color: #fff;
}

tr.color__row.color-blue {
    background: #374a87;
    color: #fff;
}

h2.product__title {
    text-align: center;
    text-transform: uppercase;
}


.group__logo {
    height: 200px;
    width: 100%;
    border: 1px solid #c9c9c9;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px rgba(0 0 0/20%);
}

.group__logo img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

.group_company__content {
    text-align: center;
}

.group_company__content h4 {
    font-size: 18px;
}

.group__company__block {
    margin-bottom: 20px;
}


@media(max-width:680px) {
    .map-main .company-name {
        width: 100%;
    }
    .map-main .map {
        width: 100%;
    }
    .map-main .company-name p {
        width: 100%;
        margin: 10px auto;
        text-align: center;
    }
    .tab-inner h2 {
        font-size: 30px;
        text-align: center;
    }
    .tab-inner h4 {
        text-align: center;
    }
    .tab-inner p {
        text-align: justify;
        text-align: center;
    }
    .our-client-inner {
        width: 50%;
        padding: 10px;
    }
    .tab-inner {
        padding: 5px;
        margin: 0px;
    }
    .nav-tabs {
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .nav-tabs .nav-link.active {
        border-color: #CC7C43;
        border-radius: 8px !important;
    }
    .company-inner {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .company-inner .inner-img {
        width: 100%;
    }
    .company-inner .inner-text {
        width: 100%;
        padding: 10px;
    }
    .company-inner .inner-text h2 {
        font-size: 30px;
    }

    .product__inner {
        flex-wrap: wrap;
    }

    .product__image {
        width: 100%;
    }
}


/* new-css-16-3-2022 */

.nav-tabs-align{
    text-align: center;
}

@media(max-width:680px){
    .nav-tabs-align{
        text-align: center;

    }

    .nav-tabs-align {
        overflow-x: scroll;
    }
    .nav-tabs{
        flex-wrap: nowrap;
        width: max-content;
    }

}

/* new css 4-5-2022 */

#products {
 height: 50px;
  text-align: center;
  color: #222222;
  font-weight: 300;
  background: #f8f8f8;
  border: 1px solid transparent;
    border-right-color: transparent;
    border-left-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-right-color: #222222;
  border-left-color: #222222;
  width: 100%;
  border-radius: 5px;
}

.form-group checkbox-inline {
  height: 20px;
  margin-right: 10px;
}

.checkbox-inline {
    /* float: left; */
    vertical-align: middle;
    height: 30px;
    color: #fff;
    background: #388f9f;
    margin-right: 10px;
    padding: 1px 10px;
    border-radius: 3px;
}

.checkbox-inline input {
  height: 15px;
  margin-right: 10px;
  margin-left: 5px;
}

.products:hover input ~ .checkbox-inline {
  background-color: #ccc;
}

.products input:checked ~ .checkbox-inline {
  background-color: #2196F3;
}

input[type="checkbox"] {
  /*-webkit-appearance: none;
  appearance: none; */
  background-color: var(--form-background);
  margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  font: inherit;
  color: currentColor;
  width: 15px;
  height: 15px;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  place-content: center;
  margin-right: 10px;
  margin-left: 4px;
  padding-top: -7px;
  margin-top: 0px;
} 
input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]:focus {
  /*(outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);*/
}

input[type="checkbox"]:disabled {
  --form-control-color: var(--form-control-disabled);

  color: var(--form-control-disabled);
  cursor: not-allowed;
}

#success-message {
    display: none;
}
#success-message.hide {
    display: block;
}
.success_text {
   border: 2px solid green;
    text-align: center;
    padding: 10px;
    color: green;
   margin-top: 20px;
   font-family: 'Josefin Sans', sans-serif;
}

#fttxt
{
        font-size: 23px;
    font-weight: 500;
}



.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.hdwatsp
{
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999999/*top: 2px!important;position: absolute !important;left: 0;right: 0;margin: 0 auto;width: 100%;text-align: center;; */;
}
.hdwatsp a
{
    text-align: center;
    width: 40px;
    height: 40px;
    float: left;
    color: #FFFFFF;
    border-radius: 3px;
    background-color: #13dc22;
    margin-right: 5px;
    border-radius: 30px;
}
.hdwatsp i
{
  font-size: 21px;
  margin-top: 9px;
}

.flticn
{
    background: linear-gradient(176deg,#388f9f,#388f9f,#000000,#000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: gradient-text 8s ease infinite;
    animation: gradient-text 8s ease infinite;
    font-size: 22px;
    font-weight: 500;
}

.circleimage {
   margin: auto 150px;
    width: 250px;
    margin-bottom: 20px;
}

.circle1 {
    margin: 180px auto;
}

#txt{
    font-size: 18px;
    color: #222;
    font-weight: 400;
    line-height: 33px;
}
#txt1
{
    font-size: 20px;
    color: #222;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom:40px;
        font-family: 'Oswald', sans-serif;
}
#txt2{
    font-size: 20px;
    color: #222;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
    margin-bottom: 6px;
}

.grd2
{
    background: linear-gradient(30deg,#388f9f,#388f9f,#000000,#000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: gradient-text 8s ease infinite;
    animation: gradient-text 8s ease infinite;
}

.panel-group {
    margin-bottom: 50px;
}
.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}
.panel-group .panel-default {
    border: none;
    border-radius: 0;
    margin-top: 0 !important;
    background: none;
}
.panel-group .panel-heading {
    background: rgba(34, 34, 34, 0.9);
    border: none;
    border-radius: 0;
    padding: 0;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-group .panel-title {
    margin-bottom: 5px;
    border: none;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-group .panel-title a.collapsed {
    color: #b46e3c;
    background: none;
}
.panel-group .panel-title a {
    position: relative;
    text-decoration: none;
    display: block;
    
    padding: 15px 10px 15px 50px;
    color: #ffffff;
    font-size: 18px;
    background: none;
}

.collapse.in {
    display: block;
}
.panel-group .panel-default .panel-collapse .panel-body {
    border: 1px solid #222222;
    background-color: #222222;
    margin-bottom: 5px;
    color: #555;
}
.section-sub-title .section-title-body.white {
    margin: 0;
}
.section-sub-title .section-title-body {
    position: relative;
}
.section-sub-title .head-title {
    color: #222222;
    position: relative;
    padding: 0 0 35px 0;
    margin: 0 0 50px;
    font-family: 'JosefinSans', sans-serif;
}
.section-sub-title .section-title-body.white .head-title {
    color: #ffffff;
}
.section-sub-title .head-title:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #b46e3c;
    left: 0;
    bottom: 1px;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section-sub-title .head-title:after {
    content: "";
    position: absolute;
    width: 150px;
    border-bottom: 1px solid #b46e3c;
    left: 0;
    bottom: 5px;
}

.icn1
{
    font-size: 15px;
    color: #014b94;
}

.mb-0
{
    margin-bottom: 0px;
}
.footerlogo1{
    margin:50px auto 50px;
}
.navbar-fixed-top {
    position: sticky;
    /*position: -webkit-sticky;*/
    top: 0;
    background: white;
}

.abtimg {
    box-shadow: 0 4px 8px 0 rgb(0 160 227 / 25%), 0 6px 20px 0 rgb(163 24 52 / 22%);
    padding: 6px 6px;
}
.aboutimg1
{
        margin: 0px auto;
    box-shadow: 0 4px 8px 0 rgb(0 160 227 / 25%), 0 6px 20px 0 rgb(163 24 52 / 40%);
    border: 3px solid #fff;
    border-radius: 10px 70px 10px 70px;
}

#myBtn1 {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #014b94;
    color: white;
    cursor: pointer;
    /* padding: 8px 12px; */
    border-radius: 30px;
    line-height: 0px;
    width: 45px;
    height: 45px;
}

#myBtn1:hover {
  background-color: #222;
}



dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    /*backdrop-filter: blur(1px);*/
}
dialog {
       width: 100%;
    max-width: 850px;
    border: 0;
    padding: 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.8);
    margin: 90px 250px;
}
.dialog-wrap {
    padding: 50px 30px 50px;
}
#close-dialog,
#close-generated-dialog {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog1,
#close-generated-dialog1 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog2,
#close-generated-dialog2 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog3,
#close-generated-dialog3 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog4,
#close-generated-dialog4 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog5,
#close-generated-dialog5 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog6,
#close-generated-dialog6 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog7,
#close-generated-dialog7 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog8,
#close-generated-dialog8 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog9,
#close-generated-dialog9 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog10,
#close-generated-dialog10 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog11,
#close-generated-dialog11 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog12,
#close-generated-dialog12 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog13,
#close-generated-dialog13 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog14,
#close-generated-dialog14 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog15,
#close-generated-dialog15 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog16,
#close-generated-dialog16 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog17,
#close-generated-dialog17 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialoga,
#close-generated-dialoga {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialogb,
#close-generated-dialogb {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialogc,
#close-generated-dialogc {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialogd,
#close-generated-dialogd {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialoge,
#close-generated-dialoge {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialogf,
#close-generated-dialogf {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialogg,
#close-generated-dialogg {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialogh,
#close-generated-dialogh {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialogi,
#close-generated-dialogi {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog31,
#close-generated-dialog31 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog32,
#close-generated-dialog32 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog33,
#close-generated-dialog33 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}


#close-dialog34,
#close-generated-dialog34 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog35,
#close-generated-dialog35 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog36,
#close-generated-dialog36 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog37,
#close-generated-dialog37 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog38,
#close-generated-dialog38 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog39,
#close-generated-dialog39 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog40,
#close-generated-dialog40 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog41,
#close-generated-dialog41 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog42,
#close-generated-dialog42 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog43,
#close-generated-dialog43 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#close-dialog44,
#close-generated-dialog44 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    cursor: pointer;
    border: 0;
    background: url("../image/download.svg") center no-repeat;
    background-size: contain;
    padding: 0;
    font-size: 0;
}

#clr3 {
     color: #014b94;
    /* padding: 2px 2px 4px; */
    /* background: #014b94; */
    border-radius: 4px;
}

.cnt001{
        background: #388f9f;
    color: #fff;
    padding:2px 12px;
    border-radius: 3px;
}
.mobmnu
{
    color:#fff;
        font-size: 18px;
    text-transform: uppercase;
}
.mobmnu1
{
    padding: 3px 0px;
    background: #014b94;
    text-align: center;
    margin-bottom: 5px;
}

#cntcheck
{
    background: #014b94;
    color: #fff;
    padding: 5px 15px 5px 5px;
    line-height: 22px;
    width: 100%;
}
.maruti-name
{
    width: 300px;
}


.hdwatsp
{
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999999/*top: 2px!important;position: absolute !important;left: 0;right: 0;margin: 0 auto;width: 100%;text-align: center;; */;
}
.hdwatsp a
{
    text-align: center;
    width: 35px;
    height: 35px;
    float: left;
    color: #FFFFFF;
    background-color: #13dc22;
    margin-right: 5px;
    border-radius: 30px;
}
.hdwatsp i
{
  font-size: 21px;
  margin-top: 7px;
}
.logo__main
{
    width: 150px;
    padding: 4px 4px;
}