body{
    margin: 0;
    font-size: 14px;
    padding: 0;
    letter-spacing: 0.2px;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Cabin', sans-serif;
    /* font-family: 'Nunito', sans-serif; */
  /* font-family: 'Nunito Sans', sans-serif; */
  font-weight: 300;
}
.max-width{
    max-width: 1170px;
}
b, strong {
    font-weight: 700;
}
section{
    padding: 60px 0;
}
.top_headerblk{
    background: #ffffff;
    border-top: 2px solid #222834;
    /* padding: 12px 0; */
}
.top_socialblk{
    background: #222834;
    position: relative;
    padding: 6px 15px;
}
.top_socialblk::before{
    position: absolute;
    left: -23px;
    top: 0px;
    background: url(../images/left_arrow.png) no-repeat;
    content: "";
    width: 25px;
    height: 100%;
    background-size: 100% 100%;
}
.top_socialblk::after{
    position: absolute;
    right: -23px;
    top: 0px;
    background: url(../images/right_arrow.png) no-repeat;
    content: "";
    width: 25px;
    height: 100%;
    background-size: 100% 100%;
}
.social_detials ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.social_detials ul li {
    padding-right: 5px;
    display: inline-block;
}
.social_detials ul li a{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 30px;
    width: 30px;
    height: 30px;    
    border-radius: 50%;
    text-align: center;
    background: #4f5561; 
    display: inline-block;
}
.social_detials {
    display: inline-block;
    width: auto;
}
.phone_numberblk {
    display: inline-block;
    width: auto;
    float: right;
}
.phone_email {
    display: inline-block;
    padding-right: 15px;
    padding-left: 10px;
}
.phone_email a {
    color: #FFFFFF;
    text-decoration: none;
}
.phone_email a i {
    color: #888888;
    padding-right: 5px;
    position: relative;
    top: 2px;
}
.logo_partblk {
    padding: 15px 0;
}
.headnavbar_section ul .nav-item a {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 20px;
    display: inline-block;
}
.headnavbar_section ul .nav-item a:hover {
    color: #f26122;
}
.headnavbar_section{
    float: right;
}
.headnavbar_section ul .nav-item:last-child a {
    padding-right: 0;
}
#slider_blkmain .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
    background: #FFFFFF;
    position: relative;
    cursor: pointer;
}
#slider_blkmain .carousel-indicators li.active {
    background: #f26122;
}
#slider_blkmain .carousel-indicators li.active::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: -4px;
    border: 1px solid #f26122;
    left: -4px;
    border-radius: 50%;
}
.heading_bgblk{
    text-transform: uppercase;
    font-weight: 700;
    -webkit-text-stroke-color: rgba(214, 214, 214, 0.5);
    display: inline;
    opacity: 1;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    position: absolute;
    font-size: 140px;
    line-height: 150px;
    white-space: nowrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#slider_blkmain .carousel-control-prev, #slider_blkmain .carousel-control-next {
    width: 10%;
    font-size: 40px;
    color: #5a5a5a;
    opacity:0.5;
}
#slider_blkmain .carousel-control-prev:hover, #slider_blkmain .carousel-control-next:hover {
    opacity: 1;
}
.text_headingblk span{
    color: #57b33e;
    margin: 12px 0px 0px 0px;
    font-size: 18px;
    line-height: 2.2;
    font-weight: 600;
    position: relative;
    padding-left: 12px;
}
.text_headingblk span::before{
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 2px;
    height: 1.1em;
    top: 1px;
    background: #57b33e;
    content: '';
    left: 0px;
}
.text_headingblk h2{
font-size: 36px;
line-height: 48px;
color: #232323;
    display: block;
    font-weight: 600;
    letter-spacing: 0.6px;
}
.text_headingblk {
    padding-top: 60px;
}
.abouticon_container{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 15px;
}
.abouttext_container{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.values_blkmain{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 25px;
    margin-top: 5px;
}
.about_iconblk {
    background-color: #FFFFFF;
    color: #FF7029;
    box-shadow: 4px 5px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 12px;
    transform: rotate(0deg);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    fill: #fff;
    display: inline-block;
    line-height: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    /* font-size: 50px; */
    /* text-align: center; */
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 20px;
}
.about_iconblk i{
    font-size: 15px;
}
.values_blkmain:hover{
background-color: #FFFFFF;
box-shadow: 9px 12px 38px 0px rgba(0, 0, 0, 0.1);
-webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.values_blkmain:hover .about_iconblk{
    background-color: #FF7029;
    color: #ffffff;
    box-shadow: 4px 5px 16px 0px rgba(255, 112, 41, 0.4);
}
.about_contenttitle {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.about_contenttxt {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 25px;
    padding-top: 0px;    
    margin-bottom: 0px;
    /* font-family: 'Nunito', sans-serif; */
}
.aboutus_pointsblk {
    margin-top: 40px;
}
.about_content {
    padding-left: 15px;
}
.aboutus_imgblk {
    padding-top: 60px;
}
.aboutus_imgblk img {
    padding: 20px;
}




.logoscompany-carousel .owl-item:hover:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(4, 55, 82, 0.65);
    left: 0;
    top: 0;
    z-index: 9999;
    content: "";
  }
  
  .logoscompany-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background: #043752 !important;
    border-radius: 4px 0 0 4px;
    outline: none !important;
  }
  .logoscompany-carousel .owl-nav .owl-prev {
    background: #043752 !important;
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 0 4px 4px 0;
    outline: none !important;
  }
  .logoscompany-carousel .owl-nav button span {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 30px;
  }
  .logoscompany-carousel .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
  }
  .logoscompany-carousel .owl-item {
    position: relative;
    cursor: pointer;
  }
  .logoscompany-carousel .owl-item {
    border: 1px solid #cacaca;
    margin-left: -1px;
    box-shadow: 0 0px 5px #d2d2d2;
  }
  .product_block {
    padding: 40px 30px;
  }
  .companylogos_blk .owl-nav.disabled {
    display: block !important;
  }
  .copyrights {
    background: #121212;
    padding: 18px 10px;
    color: #FFFFFF;
    font-size: 13px;
}
.products_blk .heading_bgblk {
    left: 0;
    right: 0;
    text-align: center;
}
section.products_blk {
    padding-top: 15px;
}
.product_headingblk span {
    color: #f36c21;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.product_headingblk h2 {
    color: #08375c;
    font-weight: 400;
    padding-top: 5px;
    font-size: 40px;
}
.textproduct_block .product_textblk {
    width: 88%;
    float: right;
    box-shadow: 0px 0px 15px #eeeeee;
    padding: 15px 15px 40px 15px;
    position: relative;
    top: -30px;
    background: #FFFFFF url(../images/normal.png) no-repeat;
    background-position: bottom right;
    right: 1px;
}
.textproduct_block .product_textblk:hover {
    background: #FFFFFF url(../images/hover_bg.png) no-repeat;
    background-position: bottom right;
}
.textproduct_block .product_textblk h2 {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 5px;
    font-weight: 600;
}
.textproduct_block .product_textblk span {
    display: block;
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 20px;
    color: #666666;
}
.textproduct_block .product_textblk a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.6px;
    text-decoration: none;
}
.textproduct_block .product_textblk a .fa {
    color: #f36c21;
    padding-left: 2px;
}
.textproduct_block img {
    border: 1px solid #f7f7f7;
    border-radius: 4px;
}
.products_blk .products-carousel .owl-nav {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 100%;
}
.products_blk .products-carousel .owl-nav button {
    font-size: 36px;
    width: 36px;
    height: 36px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    color: #cccccc;
    font-weight: 300;
    line-height: 10px;
    outline: none;
}
.products_blk .products-carousel .owl-nav button span {
    position: relative;
    top: -3px;
}
.products_blk .products-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0px;
}
.product_headingblk.text-center {
    padding-bottom: 50px;
}

.cover_txtblk {
    background: url(../images/pb-2.jpg);
    width: 100%;
    min-height: 150px;
    background-size: cover;
    position: relative;
    padding-top: 50px;
    color: #FFFFFF;
    z-index: 9;
    padding-bottom: 50px;
}
.cover_txtblk:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgb(0 0 0 / 66%);
    z-index: -1;
    height: 100%;
}
.cover_txtblk h2 {
    font-size: 38px;
    display: block;
    width: 100%;
}

ul.breadcrumb {
    padding: 0px 16px;
    list-style: none;
    /* float: right; */
    background: none;
    display: block;
    width: 100%;
    margin: 0;
  }
  ul.breadcrumb li {
    display: inline;
    font-size: 14px;
  }
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: #a5a5a5;
    content: "/\00a0";
  }
    ul.breadcrumb li a {
    color: #9a9a9a;
    text-decoration: none;
  }
  .about_text, .core_valutext {
    font-size: 16px;
    line-height: 28px;
    white-space: pre-line;
}
.innerpages_blk .product_headingblk {
    padding-top: 30px;
    padding-bottom: 20px;
}
.innerpages_blk .product_headingblk h2 {
    font-size: 34px;
}
.team-content {
    overflow: hidden;
    position: relative;
    padding: 0 20px;
}
.team-image img {
    width: 100%;
}
.team-content .team-meta {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, #006ad0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.team-meta .team-meta-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 10px 25px 20px;
    width: 100%;
}
.team-meta .team-title {
    display: inline-block;
    font-size: 20px;
    color: #fff;
}
.team-meta .team-info {
    display: flex;
    align-items: center;
}
.team-meta .team-position {
    position: relative;
    margin: 0;
    padding-right: 5px;
    color: #fff;
    font-size: 14px;
}
.team-meta .member-socials {
    list-style: none;
    padding: 0;
    margin: 0;
}
.team-meta .member-socials li {
    display: inline-block;
    font-size: 0;
    margin: 0 6px;
}
.team-meta .member-socials li a {
    color: #fff;
    transition: all .3s;
    text-decoration: none;
}
.team-meta .member-socials li i {
    font-size: 14px;
    display: block;
    border-radius: 50%;
    text-align: center;
}
.team-content:hover .team-meta {
    top: 0;
    opacity: 1;
}
.team_txtmsg {
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 25px;
}
section.environment_blk {
    background: #08375c;
    color: #ffffff;
        margin-bottom: 120px;
}
.future_txtblk {
    position: relative;
    top: 150px;
    background: url(../images/bike.jpg) no-repeat;
    z-index: 0;
    padding: 40px 35px;
    min-height: 300px;
    border-radius: 10px;
    overflow: hidden;
}
.future_txtblk.benifits_blk {
    background: url(../images/bike1.jpg) no-repeat;
}
.future_txtblk:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 90%);
    z-index: -9;
    height: 100%;
}
.environment_headingblk.text-center {
    margin-bottom: -100px;
}
.future_caption {
    font-size: 13px;
}
.future_head {
    font-size: 25px;
    padding-top: 8px;
    padding-bottom: 15px;
}
.future_points {
    padding-left: 25px;
}
.future_points li {
    padding: 8px 0;
    letter-spacing: 0.4px;
}
.feature-box {
    margin-bottom: 0px;
    max-height: 220px;
    overflow: hidden;
    position: relative;
}
.feature_blk .feature-box img {
    height: 100%;
    max-height: 90px;
    width: auto !important;
    margin: 0 auto;
}


.feature-box h3 {
    color: #ffffff;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-left: 15px;
    line-height: 24px;
    font-size: 14px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.feature-box .feature_text h3 {
    margin-top: 15px;
}
section.feature_blk {
    background: #000000;
}
.feature_blkmain {
    width: 20%;
    display: inline-block;
    text-align: center;
}
.contact_form .input_box {
    border-radius: 20px;
    height: 45px;
    padding: 5px 20px 5px 20px;
    box-shadow: none;
    margin-top: 25px;
  }
  
  .input_box:focus,
  .text_inp:focus,
  .text_inp {
    border: 1px solid #ced4da;
  }
  
  .text_inp {
    border-radius: 20px;
    padding: 5px 20px 5px 20px;
    resize: none;
    outline: none;
  }
  
  .btn_send {
    padding: 10px 30px;
    border: 1px solid #C2A773;
    border-radius: 20px;
    font-weight: 600;
    color: #555555;
  }
  
  .address_blk {
    background: #222834;
  }
  .f_13 {
    font-size: 13px;
}  
.card-group .card{
    border: none;
}
.map_contact {
    height: 100%;
    width: 100%;
}


@media screen and (min-width: 768px){
    .side_address_info {
        padding: 32px;
    }
}
.color_fff {
    color: #ffffff;
}
.sideheading_contact {
    border-bottom: 1px solid #d6d5d59c;
}
.big_linelength {
    line-height: 26px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.3px;
    padding-bottom: 5px;
}

.address_part .col-4 {
    border-right: 1px solid #ffffff;
}
.address_part a {
    color: #cccccc;
    text-decoration: none;
    line-height: 30px;
}
.side_address_info h1 {
    font-size: 30px;
}
h1.contact_heading {
    margin: 0;
    font-size: 34px;
    padding-bottom: 35px;
    color: #08375c;
    font-weight: 400;
    padding-top: 0px;
    text-align:center;
}
.btn_send.send_buttonmsg{
    outline: none;
    margin-top: 25px;
    margin-bottom: 15px;    
    cursor: pointer;
}
.career_blk {
    padding: 30px;
    box-shadow: 0 0 15px #f6f6f6;
    border-radius: 4px;
}
.career_blk label {
    font-weight: 500;
    padding-bottom: 5px;
    padding-top: 10px;
}
.career_blk .form_sumbitbtn, .career_blk .form_sumbitbtn:hover, .career_blk .form_sumbitbtn:focus {
    background: #eaeaea;
    color: #000000;
    min-width: 250px;
    border-radius: 25px;
    border: 1px solid #cccccc;
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: 500;
}

/* blog page css start */

.desc-blk {
    width: 80%;
    margin-left: 10%;
    background: #FFFFFF;
    margin-top: -40px;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 10px;
    transition: all ease 0.5s;
    border: 1px solid #f6f6f6;
}
.desc-blk .blog_txt {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 10px;
}
.desc-blk .blog_heading {
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 0px;
}

.mainblog_blk:hover .desc-blk {
    box-shadow: 0 0px 8px #ededed;
    transition: all ease 0.5s;
}
.whatsnewdate_blk {
    color: #888888;
    font-size: 14px;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.img_blk {
    text-align: center;
}
.img_blk img {
    max-height: 400px;
}

/* blog page css end */

.products_itemblk {
    box-shadow: 0 0 15px #f6f6f6;
    border: 1px solid #f6f6f6;
    margin-bottom: 30px;
}
.product_img {
    padding: 6px 10px;
    background: #f9f9f9;
}
.producttext_blk {
    padding: 15px;
    text-align: left;
}
.product_name {
    font-size: 18px;
    padding-top: 6px;
}
.product_voltage, .product_current {
    font-weight: 500;
    padding-bottom: 8px;
    font-size: 15px;
}
.download_nowbtn, .download_nowbtn:hover, .download_nowbtn:focus {
    padding: 8px 20px;
    font-size: 13px;
    background: #08375c;
    color: #FFFFFF;
    display: inline-block;
    border-radius: 50px;
    margin: 5px 0;
    text-decoration: none;
}
.download_nowbtn i.icon {
    font-size: 12px;
    padding-left: 5px;
    position: relative;
    top: 2px;
}
.innerpages_blk.bg_pageblk {
    background: #fcfcfc;
}
.innerpages_blk.bg_pageblk .product_img, .innerpages_blk.bg_pageblk .products_itemblk {
    background: #ffffff;
}
.error {
    border: 1px solid #F00;
}

/* gallery page css start */

.gallery_block {
    margin-bottom: 30px;
}
.gallery_effect {
    position: relative;
    -webkit-transition: all 1s;
    -khtml-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.gallery_effect:before, .gallery_effect:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.gallery_effect:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.courier_img {
    border: 1px solid #f0f0f0;
}
.gallery_hover {
    background: transparent;
    -webkit-transition: all 1.5s;
    -khtml-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}
.gallery_effect img {
    max-width: 100%;
}
.gallery_effect:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.gallery_effect:hover .gallery_hover {
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999999999;
    display: block;
}
.submit_text {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
}
.submit_captiontext {
    padding-bottom: 30px;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding-top: 5px;
}
.big_linelength b {
    font-size: 15px;
    padding-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.product_headingblk.person_nameblk h2 {
    font-size: 22px;
    font-weight: 500;
}
.product_headingblk.person_nameblk {
    padding-bottom: 15px;
    padding-top: 40px;
}
.important_txt {
    color: #F00;
}


.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    transform: scale(0);
    transition: ease-out 0.3s;
}
.dropdown:hover .dropdown-menu {
    transform: scale(1);
}
.dropdown-menu1
{
	border:none;
	display: block;
  transform: scale(1)!important;
	height: 0px;
	overflow: hidden;
	padding: 0px;
	top: 180px;
	transition: all .3s;
}
.dropdown:hover .dropdown-menu1
{
	display: block;
	top: 100%;
	height: inherit;
}
.headnavbar_section .navbar-light .navbar-nav .nav-link {
    color: #000000;
}
.dropdown-toggle1::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.navbar-nav > li > .dropdown-menu li .nav-link {
    font-size: 14px;
    padding: 5px 15px;
}
.makeinindia_logo img {
    max-height: 42px;
    border-radius: 10px;
}

.makeinindia_logo {
    position: absolute;
    right: 5px;
    top: 42px;
    z-index: 9;
}

.navbar-toggler1{
    display:none;
}

@media (max-width: 575px) { 
    }

@media (min-width: 576px) and (max-width: 767px) { 
    }

@media (min-width: 768px) and (max-width: 991px) { 
  
    }

@media (min-width: 992px) and (max-width: 1199px) { 
    }

@media (min-width: 1200px) { 
    }
     @media (max-width: 767px) { 
        .logo_partblk img.img-fluid {
            max-height: 60px;
        }
        .top_socialblk::before, .top_socialblk::after {
    background: #222834;
}
body .top_headerblk .top_socialblk {
    padding-right: 90px;
    display: inline-block;
}
body .top_headerblk .headnavbar_section{
    position: absolute;
}

body .top_headerblk .headnavbar_section .navbar {
    /* padding: 0; */
    position: absolute;
    /* top: 0; */
}
body .top_headerblk .headnavbar_section .navbar-toggler1 {
   position: absolute;
    top: 0;
    right: 10px;
        background: #FFFFFF;
}
body .top_headerblk .headnavbar_section .navbar-collapse ul li {
    display: block;
}
.aboutus_imgblk img.img-fluid {
    width: 100%;
}
.navbar-collapse .dropdown.nav-item.show .dropdown-menu.dropdown-menu1 {
    display: block;
    position: relative;
    padding-left: 15px;
}
.about_teamimg img.img-fluid {
    width: 100%;
}
.team-content {
    padding: 20px;
}
.top_headerblk .top_socialblk::after{
    right: -15px;
}
    }
        @media  (max-width: 991px) { 
          .top_headerblk .headnavbar_section .navbar-toggler1 {
                float: right;
            /* position: relative; */
            /* right: 65px; */
            width: auto;
            display: inline-block;
            border: 1px solid #cccccc;
                padding: 2px 8px;
        }
        .top_headerblk .headnavbar_section .navbar {
  display: inline-block;
       padding-right: 80px;
    padding-top: 0;
        width: 100%;
}
        .top_headerblk .headnavbar_section {
         /* float: right !important; */
    /* display: inline-block; */
    width: 100%;
    position: relative;
    height: 34px;
    top: 4px;
    right: 0;
    /* border: 1px solid #cccccc; */
}

.navbar-toggler1 {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    display:block;
}
.top_headerblk .headnavbar_section .navbar-collapse {
    margin-top: 35px;
    position: absolute;
    z-index: 9999;
    width: 100%;
        background: #FFFFFF;
}
.navbar-nav {
    display: inline-block;
    width: 100%;
}
.dropdown.nav-item .dropdown-menu.dropdown-menu1 {
    position: absolute;
    display: none;
}
.dropdown.nav-item.show .dropdown-menu.dropdown-menu1 {
    display: block;
}
.top_headerblk .headnavbar_section .navbar-collapse ul li {
    display: inline-block;
}
.top_headerblk .headnavbar_section .navbar-collapse ul li a {
    padding: 6px 12px;
}
.phone_numberblk .phone_email {
    padding-right: 5px;
    padding-left: 3px;
}
.top_headerblk .top_socialblk {
    padding: 6px 0px;
}

    }