* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;

}

@font-face {
    font-family: "Poppins-Regular";
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url(../fonts/Poppins-SemiBold.ttf);
}



a:hover {
    text-decoration: none
}

@media only screen and (min-width:1600px) {
    .container {
        max-width: 1320px;
    }
}





body {
    color: #000;
}

h1,
h2 {
    font-size: 35px;
    font-weight: 700;
}


h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 0;
    font-family: "Poppins-SemiBold";
}

h3 {
    text-align: center;
    color: #030077;

}

h2 {
    color: white;
    text-align: center;

}



a {
    background-color: transparent;
    color: white;
    text-decoration: none;
}

a:hover {
    color: #ffb716;
}

li {
    list-style-position: inside;
    list-style-type: none;
}

:focus-visible {
    outline: 0;
}

p,
li,
a,
span {
    font-family: "Poppins-Regular";
    font-size: 16px;

}

.btn.focus,
.btn:focus {
    box-shadow: none;
    outline: 0;
}

button:focus {
    outline: 0;
}

.form-control:focus {
    background-color: none;
    border-color: #000;
    box-shadow: none;
    color: #495057;
    outline: 0;
}

.address span {
    font-size: 14px;
}

.form-control {

    font-size: 13px;

}

.social-sharing-list li a {
    font-size: 28px;

}

/* ==========================top header start======================== */
.top-header {

    background-color: #030077;
    color: white;
    padding: 2px 43px;
}

.top-header .social-icon {
    display: flex;
    justify-content: end;

}

.top-icon i {
    transition: all 0.4s ease;
    cursor: pointer;
}

.top-icon i:hover {
    transform: scale(1.3);
    color: #ffb716;
}

.top-header .social-icon a {
    color: white;
    padding-right: 20px;
    font-weight: 400;
    font-size: 14px;

}

.top-header .social-icon a:hover {
    color: #ffb716;
}

/* ==========================top header start======================== */
.navbar-sec {
    background-color: #ffffff;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 1px, rgb(0 0 0 / 23%) 0px 3px 3px;



}

.navbar {
    padding: 0px 1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #030077;
    font-size: 17px;
    font-weight: 600;

    transition: all 0.6s ease;
    position: relative;
    margin: 0px 15px;
    padding-right: 0px;
    padding-left: 0px;


}

.navbar-light .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3px;
    background-color: #ffb716;
    width: 0%;
    height: 3px;



    transition: all 0.5s ease;

}

.navbar-light .navbar-nav .nav-link:hover::after {

    left: 0%;
    width: 100%;



}



.navbar-light .navbar-nav .nav-link:hover {
    color: #030077;
}

.button-color .btn {
    background-color: #ffb716;
    position: relative;
    color: #030077;
    font-weight: 600;
    border-radius: 5px;
    border: none;
    overflow: hidden;
    transition: all 0.5s ease;
    /* z-index: 20; */
    margin: 0px 10px;
    /* padding: 10px 30px 10px 30px; */
}

.button-color .btn:hover {
    background-color: #3a3085;
    color: #ffb716;

}

.button-color .btn a {
    color: #030077;
}

.button-color .btn::after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    background-color: #030077;
    top: 0;
    transition: all 0.3s ease;
     right: 0;
    z-index: -1;



}


.button-color .btn:hover::after {
    width: 100%;
    right: auto;
    left: 0;

}


.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #ffb716;
}

.dropdown-item {

    padding: 0.8rem;
    color: #030077;
    font-weight: 600;
    font-size: 16px;

    transition: all 0.5s ease;
    cursor: pointer;

}

.dropdown {
    transition: all 0.8s ease;
}

.dropdown-menu {

    min-width: 7rem;
    padding: 0.5rem 0;
    margin-top: 8px;
    padding: 0.4rem;
    display: block;

}



.main-menu.nav-link .dropdown-toggle:hover.dropdown-menu {
    box-shadow: 0 3px 8px rgb(0 0 0 / 24%);
    display: block;
    left: 222px;
    top: 50px;
    transition: all 0.3s ease;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 200ms linear;
    font-size: 16px;
    padding: 15px 10px;
    margin: auto;
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
    color: #030077;
    background-color: #ffb716;

}

.breadcrumb {
    background-color: transparent;
    justify-content: center;
    align-items: center;
}

.dropdown-item {
    color: #030077;
    font-size: 14px;
    font-weight: 400;
    transition: all .3s ease-in;
    margin-bottom: 3px;
    text-align: left;
    padding: 0.25rem .5rem;
    font-weight: 600;
}

.social-sharing {
    display: block;
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 100;
}

.sharing-icon {
    align-items: center;
    color: #fff;
    display: block;
    display: flex;
    justify-content: space-around;
    line-height: 1;
    padding: 10px;
}

.social-sharing-list>li {
    list-style-type: none;
    overflow: hidden;
    transition: all .8s ease-in-out;
    width: 44px;
}

.whatsapp-icon {
    background-color: #07a040;
    transition: all 0.8s ease;
}

.call-icon {
    background-color: #030077;
    transition: all 0.8s ease;
}

.demo-icon {
    background-color: #343332;
    transition: all 0.8s ease;
}

.main-heading h3 {
    margin-bottom: 50px;
}


/*  ===================Navbar section start======================  */



.sec-padd {
    padding: 3rem 0px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {

    width: 33px;
    height: 54px;
    background-color: black;
    border-radius: 4px;
}

.icon {
    font-size: 16px;
}



/*  ===================Navbar section end======================  */
.contact-sec .col-md-7 {
    padding-left: 0px;
}

.conty_list li {
    display: flex;

}

.contact-sec .map {
    padding-right: 0px;

}

.contact-sec .map iframe {
    width: 100%;
    height: 100%;

}

.footer-sec {
    background-color: #656565;
    color: white;
}

.footer-sec h4 {
    margin-bottom: 20px;
    position: relative;
}

.footer-sec ul li {
    margin-bottom: 15px;
}

.footer-bg {
    background-color: #343332;
    color: white;
}

.footer-sec h4::after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: -8px;
    background-color: #ffb716;
    width: 0%;
    height: 3px;
    transition: all 0.5s ease;
}

.footer-sec h4:hover::after {
    display: inline-block;
    width: 30%;
}

.footer-bg p,
.footer-bg p span,
.footer-bg a {

    padding: 5px 0px;
    color: #797070;
    cursor: pointer;
    margin: 0px;
}

.footer-sec.sec-padd {
    padding: 3rem 0px 0.5rem 0px;
}

.footer-bg a:hover {
    color: #ffb716;

}

.footer-sec p {
    text-align: justify;
}

.bottom-footer {
    display: flex;
    justify-content: space-between;
}

.download p {
    font-size: 23px;
}

.sec-padd.download-sec {
    padding-top: 0px;
}

.Cont_icon {
    display: flex;
    margin-left: 15px;
}


.Cont_icon .fab {
    background-color: white;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    font-size: 17px;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    transition: 0.6s ease;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    display: flex;
    justify-content: center;
    align-items: center;


}

.Cont_icon .fab:hover {
    color: white;
}

.Cont_icon .fab::after {
    content: "";
    background-color: #030077;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.6s ease;

}

.Cont_icon .fab:hover::after {
    transform: scale(0.8);

}

/* SUB- BANNER */
.sub-banner:before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}

.sub-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
    height: 350px;
    width: 100%;
}

.sub-banner .banner-title {
    padding: 7.4rem 0px;
}

.sub-banner .banner-title .breadcrumb li {
    font-size: 18px;
    padding: 0px 15px;
    color: white;
    position: relative;
}

.sub-banner .banner-title .breadcrumb .fas {
    font-size: 18px;

    color: #ffb716;
    position: relative;

}

.sub-banner .banner-title .banner-head {
    align-items: center;
    color: white;
    display: flex;
    font-size: 42px;

    justify-content: center;
    position: relative;

    text-shadow: -2px 5px 4px #030077;
    z-index: 5;
}

/* SUB- BANNER */


.card:hover .card-img,
.card:hover .card-img-top {
    transform: scale(1.3);


}


.img-zoom {

    overflow: hidden;

}



.img-zoom img:hover {
    transform: scale(1.3);

}


.card {
    cursor: pointer;
}

.download {
    background-color: #030077;
    padding: 30px 100px;
    color: white;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 20px;
    bottom: -75px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.rounded-img {
    background-color: #FFD662;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -49px;
    left: -27px;
}

.rounded-img img {
    width: 55px;
    margin: 22px;
}

/* contact form */
.contact-sec {
    background-image: url(../images/cont.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;

}

.contact-sec .contact-section {
    background-color: white;
    padding: 50px;

    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}


.contact-section h6,
h5,
p {
    margin-bottom: 20px;
}

/* contact form */
.button-color .btn-bottom:hover,
.button-color .btn-bottom a:hover {
    color: #fff;
    background-color: #3733cb;
    
}

.button-color .btn.btn-bottom::after,
.button-color .btn.btn-bottom a::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
    z-index: -1;

}

.button-color .btn.btn-bottom:hover::after,
.button-color .btn.btn-bottom a:hover::after {

    height: 100%;
    bottom: auto;
    top: 0;


}

/* mobile sharing button section  */

.Mob-CallToaction .col-md-4 {
    padding: 0;
    width: 33.33%;
}

.Mob-MailBtn, .Mob-callBtn, .Mob-whatsapp {
    background-color: #07a040;
    padding: 3px 0;
    text-align: center;
}

.Mob-MailBtn a, .Mob-callBtn a, .Mob-whatsapp a {
    color: #fff;
    font-size: 14px;
}

.Mob-callBtn {
    background-color: #030077;
}

.Mob-MailBtn {
    background-color: #343332;
}

.Mob-CallToaction {
    bottom: 0;
    display: none;
    position: fixed;
    z-index: 10;
}

.Mob-whatsapp span{
    font-size: 15px;
}

.Mob-callBtn span{
    font-size: 15px;
}

.Mob-MailBtn span{
    font-size: 15px;
}



/*========================media Queries===========================*/
@media only screen and (min-width:1200px) and (max-width:1600px) {

    a,
    button,
    li,
    p,
    span {
        font-size: 15px
    }

    h1 {
        font-size: 22px
    }

    .download p {
        font-size: 21px;
    }




}

@media only screen and (min-width:1024px) and (max-width:1119px) {

    a,
    button,
    li,
    p,
    span {
        font-size: 14px
    }

    h1 {
        font-size: 22px
    }

    h2 {
        font-size: 22px
    }



    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 16px;
    }


    h5 {
        font-size: 16px;
    }

    .sec-padd {
        padding: 2.5rem 0
    }

    .navbar .navbar-nav {
        padding: 0.5rem 1rem;
    }

    .navbar-light .navbar-nav .nav-link {

        font-size: 15px;

    }


    .contact-sec .main-heading h3 {
        margin-bottom: 0px;
        font-size: 22px;
    }





    .main-heading h3 {
        margin-bottom: 20px;
    }


    .download p {
        font-size: 18px;
    }

    .download {

        bottom: -52px;
    }

    .button-color .btn {
        font-size: 14px;
    }

    .address span {
        font-size: 13px;
    }


    .social-sharing-list li a {
        font-size: 21px;
    }

    .social-sharing-list>li {

        width: 37px;
    }



}

@media only screen and (min-width:901px) and (max-width:1023px) {

    a,
    button,
    li,
    p,
    span {
        font-size: 14px
    }

    h1 {
        font-size: 22px
    }

    h2 {
        font-size: 18px
    }


    h3 {
        font-size: 18px
    }

    h4 {
        font-size: 16px;
    }


    h5 {
        font-size: 16px;
    }

    .sec-padd {
        padding: 1rem 0
    }

    .navbar .navbar-nav {
        padding: 0.5rem 1rem;
    }

    .navbar-light .navbar-nav .nav-link {

        font-size: 14px;
   
    }
 

  


    .contact-sec .main-heading h3 {
        margin-bottom: 0px;
        font-size: 22px;
    }

    .download p {
        font-size: 18px;
    }
   

 

    .main-heading h3 {
        margin-bottom: 20px;
    }

  

    .contact-section h6,
    h5,
    p {
        margin-bottom: 10px;
    }

    .download {


        bottom: -50px;
      

    }

   

    .form-control {
        font-size: 12px;
    }

    .social-sharing-list li a {
        font-size: 21px;
    }

    .social-sharing-list>li {

        width: 37px;
    }

    .footer-sec h4 {
        margin-bottom: 11px;
    }

    .footer-sec ul li {
        margin-bottom: 9px;
    }
    .address span {
        font-size: 13px;
    }
    .sub-banner {

        height: 200px;
    }

    .sub-banner .banner-title .banner-head {

        font-size: 20px;
    }

    .sub-banner .banner-title .breadcrumb li {
        font-size: 14px;
        padding: 0px 9px;
    }

    .sub-banner .banner-title .breadcrumb .fas {
        font-size: 14px;
    }

    .sub-banner .banner-title {
        padding: 4.4rem 0px;
    }
}

@media only screen and (min-width:768px) and (max-width:900px) {

    a,
    button,
    li,
    p,
    span {
        font-size: 12px
    }

    h1 {
        font-size: 22px
    }

    h2 {
        font-size: 18px
    }

    h3 {
        font-size: 18px
    }

    h4 {
        font-size: 16px;
    }


    h5 {
        font-size: 16px;
    }

    .sec-padd {
        padding: 2rem 0
    }

    .navbar .navbar-nav {
        padding: 0.5rem 1rem;
    }

    .navbar-light .navbar-nav .nav-link {

        font-size: 15px;
        margin: 0px;
    }

    .top-header {

        display: none;
    }

    .rounded-img {
        width: 60px;
        height: 60px;
        top: -27px;
        left: 1px;
    }

    .rounded-img img {
        width: 29px;
        margin: 15px;
    }


    .contact-sec .contact-section {

        padding: 15px;
    }

    .contact-sec .col-md-7,
    .contact-sec .map {
        padding: 0px;
    }

    .contact-sec .main-heading h3 {
        margin-bottom: 0px;
        font-size: 22px;
    }

    .download p {
        font-size: 12px;
    }

    .contact-sec {
        padding: 15px;
    }

    .contact-sec .map iframe {
        padding-bottom: 4px;
    }

    .main-heading h3 {
        margin-bottom: 35px;
        font-size: 23px;
    }

    .button-color .btn {
        margin: 0px;
    }

    .contact-section h6,
    h5,
    p {
        margin-bottom: 10px;
    }

    .download {

        padding: 30px 40px;

        display: block;

        text-align: center;
        bottom: -50px;
        padding-bottom: 10px;

    }

    .address span {
        font-size: 9px;
    }

    .form-control {
        font-size: 14px;
    }

    .social-sharing-list li a {
        font-size: 21px;
    }

    .social-sharing-list>li {

        width: 37px;
    }

    .footer-sec h4 {
        margin-bottom: 11px;
    }

    .footer-sec ul li {
        margin-bottom: 9px;
    }
    .sub-banner {

        height: 200px;
    }

    .sub-banner .banner-title .banner-head {

        font-size: 28px;
    }

    .sub-banner .banner-title .breadcrumb li {
        font-size: 16px;
        padding: 0px 9px;
    }

    .sub-banner .banner-title .breadcrumb .fas {
        font-size: 14px;
    }

    .sub-banner .banner-title {
        padding: 4.4rem 0px;
    }

    .footer-bg p,
    .footer-bg p span,
    .footer-bg a {
        padding: 0px;
        font-size: 12px;
    }

    .bottom-footer {
        display: block;
    }

    .text-footer {
        text-align: center;
    }
    .download-sec  p{
        font-size: 17px;
        margin-bottom: 18px;
    }
    .button-color button {
        font-size: 14px;
    }


}

@media only screen and (min-width:576px) and (max-width:767px) {




    a,
    button,
    li,
    p,
    span {
        font-size: 12px
    }

    h1 {
        font-size: 22px
    }

    h2 {
        font-size: 18px
    }

    h3 {
        font-size: 18px
    }

    h4 {
        font-size: 16px;
    }


    h5 {
        font-size: 16px;
    }

    .sec-padd {
        padding: 1rem 0
    }

    .navbar .navbar-nav {
        padding: 0.5rem 1rem;
    }

    .navbar-light .navbar-nav .nav-link {

        font-size: 12px;
        margin: 0px;
    }

    .top-header {

        display: none;
    }

    .rounded-img {
        width: 60px;
        height: 60px;
        top: -27px;
        left: 1px;
    }

    .rounded-img img {
        width: 29px;
        margin: 15px;
    }


    .contact-sec .contact-section {

        padding: 15px;
    }

    .contact-sec .col-md-7,
    .contact-sec .map {
        padding: 0px;
    }

    .contact-sec .main-heading h3 {
        margin-bottom: 0px;
        font-size: 22px;
    }

    .download p {
        font-size: 12px;
    }

    .contact-sec {
        padding: 15px;
    }

    .contact-sec .map iframe {
        padding-bottom: 4px;
    }

    .main-heading h3 {
        margin-bottom: 20px;
    }

    .button-color .btn {
        margin: 0px;
    }

    .contact-section h6,
    h5,
    p {
        margin-bottom: 10px;
    }

    .download {

        padding: 30px 40px;

        display: block;

        text-align: center;
        bottom: -50px;
        padding-bottom: 10px;

    }

    .address span {
        font-size: 9px;
    }

    .form-control {
        font-size: 12px;
    }

    .social-sharing-list li a {
        font-size: 21px;
    }

    .social-sharing-list>li {

        width: 37px;
    }

    .footer-sec h4 {
        margin-bottom: 11px;
    }

    .footer-sec ul li {
        margin-bottom: 9px;
    }
    .sub-banner {

        height: 200px;
    }

    .sub-banner .banner-title .banner-head {

        font-size: 20px;
    }

    .sub-banner .banner-title .breadcrumb li {
        font-size: 14px;
        padding: 0px 9px;
    }

    .sub-banner .banner-title .breadcrumb .fas {
        font-size: 14px;
    }

    .sub-banner .banner-title {
        padding: 4.4rem 0px;
    }

    .footer-bg p,
    .footer-bg p span,
    .footer-bg a {
        padding: 0px;
        font-size: 12px;
    }

    .bottom-footer {
        display: block;
    }

    .text-footer {
        text-align: center;
    }


}

@media only screen and (min-width:420px) and (max-width:575px) {

    a,
    button,
    li,
    p,
    span {
        font-size: 12px
    }

    h1 {
        font-size: 22px
    }

    h2 {
        font-size: 18px
    }

    h3 {
        font-size: 18px
    }

    h4 {
        font-size: 16px;
    }


    h5 {
        font-size: 16px;
    }

    .sec-padd {
        padding: 1rem 0
    }

    .navbar .navbar-nav {
        padding: 0.5rem 1rem;
    }

    .navbar-light .navbar-nav .nav-link {

        font-size: 12px;
        margin: 0px;
    }

    .top-header {

        display: none;
    }

    .rounded-img {
        width: 60px;
        height: 60px;
        top: -27px;
        left: 1px;
    }

    .rounded-img img {
        width: 29px;
        margin: 15px;
    }


    .contact-sec .contact-section {

        padding: 15px;
    }

    .contact-sec .col-md-7,
    .contact-sec .map {
        padding: 0px;
    }

    .contact-sec .main-heading h3 {
        margin-bottom: 0px;
        font-size: 22px;
    }

    .download p {
        font-size: 12px;
    }

    .contact-sec {
        padding: 15px;
    }

    .contact-sec .map iframe {
        padding-bottom: 4px;
    }

    .main-heading h3 {
        margin-bottom: 20px;
    }

    .button-color .btn {
        margin: 0px;
    }

    .contact-section h6,
    h5,
    p {
        margin-bottom: 10px;
    }

    .download {

        padding: 30px 40px;

        display: block;

        text-align: center;
        bottom: -50px;
        padding-bottom: 10px;

    }

    .address span {
        font-size: 13px;
    }

    .form-control {
        font-size: 12px;
    }

    .social-sharing-list li a {
        font-size: 21px;
    }

    .social-sharing-list>li {

        width: 37px;
    }

    .footer-sec h4 {
        margin-bottom: 11px;
    }

    .footer-sec ul li {
        margin-bottom: 9px;
    }
    .sub-banner {

        height: 200px;
    }

    .sub-banner .banner-title .banner-head {

        font-size: 20px;
    }

    .sub-banner .banner-title .breadcrumb li {
        font-size: 14px;
        padding: 0px 9px;
    }

    .sub-banner .banner-title .breadcrumb .fas {
        font-size: 14px;
    }

    .sub-banner .banner-title {
        padding: 4.4rem 0px;
    }

    .footer-bg p,
    .footer-bg p span,
    .footer-bg a {
        padding: 0px;
        font-size: 12px;
    }

    .bottom-footer {
        display: block;
    }

    .text-footer {
        text-align: center;
    }
    .products-code:first-child {
        margin-bottom: 20px;
    }
    .download1 {
        background-color: #030077;
        padding: 30px 16px !important;
        color: white;
        display: flex;
        justify-content: space-between;
        position: relative;
        border-radius: 20px;
        box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    }
    .download1 p {
        font-size: 16px !important;
    }


}

@media only screen and (min-width:100px) and (max-width:419px) {

    a,
    button,
    li,
    span {
        font-size: 12px
    }
    p{
        font-size: 14px;
    }

    h1 {
        font-size: 22px
    }

    h2 {
        font-size: 18px
    }

    h3 {
        font-size: 18px
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 18px;
    }

    .sec-padd {
        padding: 1rem 0
    }

    .navbar .navbar-nav {
        padding: 0.5rem 1rem;
    }

    .navbar-light .navbar-nav .nav-link {

        font-size: 14px;
        margin: 0px;
    }

    .top-header {

        display: none;
    }

    .rounded-img {
        width: 60px;
        height: 60px;
        top: -27px;
        left: 1px;
    }

    .rounded-img img {
        width: 29px;
        margin: 15px;
    }


    .contact-sec .contact-section {

        padding: 15px;
    }

    .contact-sec .col-md-7,
    .contact-sec .map {
        padding: 0px;
    }

    .contact-sec .main-heading h3 {
        margin-bottom: 0px;
        font-size: 22px;
    }

    .download p {
        font-size: 14px;
    }

    .contact-sec {
        padding: 15px;
    }

    .contact-sec .map iframe {
        padding-bottom: 4px;
    }

    .main-heading h3 {
        margin-bottom: 20px;
    }

    .button-color .btn {
        margin: 0px;
        font-size: 14px;

    }

    .contact-section h6,
    h5,
    p {
        margin-bottom: 18px;
    }

    .download {

        padding: 30px 40px;

        display: block;

        text-align: center;
        bottom: -50px;
        padding-bottom: 10px;

    }

    .address span {
        font-size: 13px;
    }

    .form-control {
        font-size: 12px;
    }

    .social-sharing-list li a {
        font-size: 21px;
    }

    .social-sharing-list>li {

        width: 37px;
    }

    .footer-sec h4 {
        margin-bottom: 16px;
    }

    .footer-sec ul li {
        margin-bottom: 9px;
    }
    .footer-sec span{
        font-size: 14px;
    }

    .carousel-item img {
        width: 100%;
        height: 181px;
    }

    .sub-banner {

        height: 200px;
    }

    .sub-banner .banner-title .banner-head {

        font-size: 24px;
    }

    .sub-banner .banner-title .breadcrumb li {
        font-size: 15px;
        padding: 0px 9px;
    }

    .sub-banner .banner-title .breadcrumb .fas {
        font-size: 14px;
    }

    .sub-banner .banner-title {
        padding: 4.4rem 0px;
    }

    .footer-bg p,
    .footer-bg p span,
    .footer-bg a {
        padding: 0px;
        font-size: 12px;
    }

    .bottom-footer {
        display: block;
    }

    .text-footer {
        text-align: center;
    }
    .products-code:first-child {
        margin-bottom: 20px;
    }
    .download1 {
        background-color: #030077;
        padding: 30px 16px !important;
        color: white;
        display: flex;
        justify-content: space-between;
        position: relative;
        border-radius: 20px;
        box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    }
    .download1 p {
        font-size: 16px !important;
    }

    .Mob-CallToaction {
        display: block;
    }
    
    .social-sharing {
        display: none;
    }
    .footer-sec p{
        font-size: 14px;
    }
   .footer-sec li a{
    font-size: 14px;

   }
   .navbar-sec .navbar-brand {
    width: 17%;
}








}

@media only screen and (min-width:100px) and (max-width:1023px) {
    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/mobile.png);
        width: 30px;
        height: 30px;
    }

    .navbar-light .navbar-toggler {
        border: 0px;
    }
}

/*========================media Queries===========================*/


/* animation off toggle  */

/* @media screen and (max-width: 768px) {
    *, *:before, *:after {
    transition-property: none !important;
   
    transform: none !important;
   
    animation: none !important;
    }
} */