@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&display=swap');

* {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: 'Inter', sans-serif !important;
  color: #333;
  letter-spacing: -0.025em;
  background: white;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
  font-family: 'Inter', sans-serif !important;
}

h1 {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 36px;
}

h3 {
  font-size: 30px;
  line-height: 30px;
}

h4 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

*:focus {
  outline: none !important;
}


a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}


/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}


/*-- 
    - Background color
-----------------------------------------*/
.bg-white {
  background-color: #ffffff;
}

.bg-light-grey {
  background-color: #f6fafb;
}

.bg-grey {
  background-color: #f8f8f8;
}

.bluewood-bg {
  background: #354b65;
}

/*- Overlay Color BG -*/
.bluewood-bg-overlay {
  position: relative;
}

.bluewood-bg-overlay::before {
  background: rgba(70, 90, 112, 0.9);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.overly-bg-#f2f2f2 {
  position: relative;
}

.overly-bg-#f2f2f2::after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
  background: #336bb4 none repeat scroll 0 0;
  bottom: 85px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 45px;
  line-height: 39px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 45px;
  z-index: 9999;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

#scrollUp:hover i {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

/*-- 
    - Main Wrapper
-----------------------------------------*/
.main-wrapper.header-transparent {
  padding: 0 !important;
  margin: 0 !important;
}


.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #333;
  top: 0;
}

.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.Offcanvas_menu {
  display: none;
}
h2.text_header2{
  display: block;
  text-align: left;
  margin: 15px auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Offcanvas_menu {
    display: block;
    margin-bottom: 30px;
  }





}

@media only screen and (max-width: 767px) {
  .Offcanvas_menu {
    display: block;
 
  }
}

.Offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #336bb4;
  z-index: 99;
  top: 0;
  height: 100vh;
  transition: .5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 20px 30px;
  overflow-y: auto;
  color: white;
}

.Offcanvas_menu_wrapper.active {
  margin-left: 0;
}

.Offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}

.Offcanvas_menu_wrapper .follow_us {
  display: block;
}

.Offcanvas_menu_wrapper .search-container {
  display: block;
  margin-right: 0;
  margin-bottom: 24px;
}

.Offcanvas_menu_wrapper .search_box {
  border: 1px solid #e7f3fa;
  width: 100%;
}

.Offcanvas_menu_wrapper .search_box input {
  padding: 0 70px 0 15px;
  height: 35px;
}

.Offcanvas_menu_wrapper .search_box button {
  width: 52px;
  font-size: 21px;
}

.Offcanvas_menu_wrapper .search_box button:hover {
  background: #336bb4;
  color: #333;
}

.Offcanvas_menu_wrapper .top_right {
  display: block;
  margin-bottom: 18px;
  text-align: center !important;
}

.Offcanvas_menu_wrapper .top_right>ul>li {
  padding-right: 4px;
  margin-right: 4px;
}

.Offcanvas_menu_wrapper .top_right>ul>li::before {
  display: none;
}

.Offcanvas_menu_wrapper .top_right>ul>li>a {
  font-size: 13px;
  line-height: 22px;
}

.offcanvas_main_menu>li.menu-item-has-children.menu-open>span.menu-expand {
  transform: rotate(180deg);
  font-size: 30px;
  margin-left: 30px;
  color: #336bb4;
}

.offcanvas_main_menu>li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}

.offcanvas_main_menu li:last-child {
  margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
  font-size: 30px;
  margin-left: 30px;
  color: #336bb4;
}

.offcanvas_main_menu li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e7f3fa;
}

.offcanvas_main_menu li a:hover {
  color: hsl(214, 12%, 89%);
}

.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.Offcanvas_follow {
  display: flex;
  justify-content: center;
  margin-bottom: 21px;
}

.Offcanvas_follow label {
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 13px;
}

.Offcanvas_follow ul li {
  display: inline-block;
  margin-left: 16px;
}

.Offcanvas_follow ul li:first-child {
  margin-left: 0;
}

.Offcanvas_follow ul li a {
  font-size: 18px;
}

.Offcanvas_follow ul li a:hover {
  color: #336bb4;
}

.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: #336bb4;
}

.canvas_close {
  position: absolute;
  top: 7px;
  right: 13px;
}

.canvas_close a {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
}

.canvas_close a:hover {
  color: hsl(213, 100%, 98%);
  background-color: #7dbd42;
}

.canvas_open {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px 6px;
  margin: 0px auto;
}

.canvas_open span {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.canvas_open a {
  font-size: 28px;
}


.header_area.header_padding {
  padding-bottom: 0;
}

.sticky-header.sticky {
  /* position: fixed; */
  z-index: 99;
  width: 100%;
  top: 0;
  color: #fff;

  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}

.top_right>ul>li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
  font-size: 14.5px;

}



@media only screen and (max-width: 767px) {
  .logo {
    text-align: center;
    margin-bottom: 21px;
  }

}


.header_middle {
  padding: 10px 0;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .top_heder {
    display: none;
  }

}


@media only screen and (max-width: 767px) {
  .header_middle {
    padding: 0px 0 5px;
  }

  .logo_img {
    width: 80%;
    display: none;
  }


}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .middel_right {
    justify-content: center;


  }



}



.form-control:focus,
.form-group .btn:focus,
.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  color: #4f4f4f;
  background-color: #fff;
  border-color: hwb(189.57deg 12.94% 60%) !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}


@media only screen and (max-width: 991px) {

  .button_btn {
    display: none;
  }

  .about_div {
    display: none;
  }



}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_wishlist {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_wishlist {
    margin-right: 15px;
  }
}




.form-control {
  display: block;
  width: 100%;
  padding: 9px 9px;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #336bb4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;

  border-right: 0px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.79rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: white;
  border: 1px solid #336bb4;
  border-radius: 0px;
  border-left: 0px;
}



.header_bottom {
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  /* background-color: #f1f3f4; */
  padding-bottom: 10px;
  /* padding: 10px; */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_bottom {
    margin-bottom: 0;
    box-shadow: none;
  }
}

@media only screen and (max-width: 767px) {
  .header_bottom {
    margin-bottom: 0;
    box-shadow: none;
  }
}

.header_position {
  position: relative;

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .main_menu {
    display: none;
  }
}

.main_menu nav>ul>li {
  display: inline-block;
  position: relative;
}

.main_menu nav>ul>li:hover ul.sub_menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}

.main_menu nav>ul>li:hover .mega_menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
  background-color: #336bb4;
  color: #fff !important;

}



.main_menu nav>ul>li:first-child>a {
  padding-left: 10px;
}

.main_menu nav>ul>li>a {
    display: block;
    padding: 4px 10px 4px 12px;
    font-size: 16px;
    /* text-transform: uppercase; */
    font-weight: 500;
    color: #333;
}


.about_text {
  text-align: justify;
  font-size: 15.4px;
  color: #333333de;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_menu nav>ul>li>a {
    font-size: 13px;
  }
}

.main_menu nav>ul>li>a i {
  margin-left: 3px;
}

.main_menu nav>ul>li ul.sub_menu {
  position: absolute;
  min-width: 200px;
  padding: 25px 20px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  text-align: left;
}

.main_menu nav>ul>li ul.sub_menu li a {
  font-weight: 500;
  display: block;
  line-height: 30px;
  text-transform: uppercase;

  font-size: 13px;
}

.main_menu nav>ul>li ul.sub_menu li a:hover {
  color: #336bb4;


}

.main_menu nav>ul>li>a:hover {
  color: #336bb4;
}




@media only screen and (max-width: 767px) {
  .mobile-menu {
    top: 19px;
  }
}


.top_heder {
  display: flex;
  justify-content: space-between;
}

.logo_img {
  width: 60%;
  margin: 10px auto;
}

.li_header {
  width: 30%;

}

li.inner_text_nav {
  border: 1px solid #ffff;
  margin: 10px auto;
  padding: 5px 20px;
}

.container.top_header {
  align-items: baseline;
  /* padding: 10px; */
  margin-top: 10px;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin: 2px 0px;
}

.header_inner {

  text-align: center;
  color: white;
  color: #515151;
  border-radius: 4px;
  margin: -3px 4px;
}

.search_boxx {
  text-align: center;
  margin: 6px 0px;
}

.section_top {
  padding: 40px;
}




footer.footer_widgets {
  border-top: 2px solid #7dbd42;
  background: #f1f3f4;
  margin-top: 40px
}




@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_top {
    padding: 0px 0 27px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_top {
    padding: 0px 0 14px;
  }
}

@media only screen and (max-width: 767px) {
  .footer_top {
    padding: 0px 0 28px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widgets_container {
    margin-bottom: 28px;
  }

  .logo_img {
    display: none;
  }

  .mob_enquiry {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .widgets_container {
    margin-bottom: 22px;
    margin-top: 20px;
  }
}

.widgets_container h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1c4884;
  border-bottom: 2px dotted;
  padding: 10px 0px;

}

@media only screen and (max-width: 767px) {
  .widgets_container h3 {
    margin-bottom: 8px;
    line-height: 22px;
  }
}

.widgets_container p {

  font-size: 15.5px;
}

.footer_logo {
  margin-bottom: 46px;
  position: relative;
  top: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer_logo {
    margin-bottom: 15px;
    width: 100%;
    padding: 10px;
    margin: 10px auto;
  }
}

.footer_contact p {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 25px;
  font-weight: 500;
  color: #323030;

}

@media only screen and (max-width: 767px) {
  .footer_contact p {
    margin-bottom: 23px;
  }
}




.footer_menu ul li {
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .footer_menu ul li {
    line-height: 25px;
  }
}

.footer_menu ul li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #323030;
}

.footer_menu ul li a:hover {

  color: #323030;
}

.footer_text {
  color: #323030
}



.product_top {
  text-align: center;

}

.footer_menu ul li a:hover {
  color: #7dbd42;
  margin-left: 2px;
}


/* .widgets_container.widget_menu {
  padding: 20px 10px;
} */

.footer_border {
  border-top: 2px dotted;
  text-align: center;
  color: #1c4884;
  padding-top: 15px;
  /* margin-top: 58px; */
}

.add_text {
  color: #1c4985;
  font-weight: 700;
  font-size: 17px;
}

.footer_contact a:hover {
  color: #1c4985;
  font-weight: 700;
}

.pre_text {
  text-align: justify;
  font-size: 15px;
  color: #5b5a5a;
  line-height: 24px;
}

.text_center {
  text-align: center;
}


.get_text {
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}

.fa_icion {}

span.fa_icion {
  font-size: 2.25rem;
  padding-bottom: 5.25rem;
}

.helpp_deatils {
  text-align: center;
  background-color: #f3f3f6;
  margin: 10px 30px;
  padding: 2.875rem;
  font-size: 15px;
  border-radius: 10px;
  width: 28.333333% !important;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}



.heading_index {
  /*font-size: 24px;*/
  /*font-weight: 600;*/
  /*margin-bottom: 30px;*/
    font-size: 30px;
    font-weight: 700;
    /*margin-bottom: 20px;*/
    margin-top: 50px;
}


.bg-color {
  color: #3c3e40;

}

.top_cate_section {
  width: 20% !important;
}

a.help_deatils {
  font-size: 15px;
  font-weight: 600;
  color: #346cb4;
}

/* .top_section {
  margin-top: 40px;
} */

.services-area {
  background: #ffffff;
  position: relative;
}
a.modal-pdf {
  color: #ffff;
}

.single-service-item {
  position: relative;
  /* margin-bottom: 40px; */
}

.single-service-item .img-holder {
  position: relative;
  overflow: hidden;
  display: block;
  /* height: 248px; */
  overflow: auto;
  padding: 3px;
}

.single-service-item .img-holder img {
  width: 60%;
  padding: 20px !important;
}

.single-service-item .inner-content {
  position: relative;
  bottom: 11px;
  left: 0;
  right: 0;
  transform: translate3d(0px, 0%, 0px);
  transition: all 700ms ease;
  transition-delay: 0.2s;
}

/*.single-service-item:hover .inner-content {*/
/*  transform: translate3d(0px, 99%, 0px);*/
/*  transition-delay: 0.3s;*/
/*}*/

/* .single-service-item .inner-content h3 {
  margin: 9px 0 8px;
} */
.single-service-item .inner-content h3 .title {  color: #1d1e20e8;*/ transition: all 500ms ease;}


.single-service-item .inner-content h3 .title:hover {
  color: #336bb4;
}

.single-service-item .inner-content .text {
  background: #fff;
  border-bottom: 1px solid #dee1e6;
  padding: 0px 0 17px;
}

.single-service-item .inner-content .text p {
  margin: 0;
  line-height: 24px;
}


.single-service-item .overlay {
  width: 100%;
  /* height: 430px;
  overflow: auto; */
  position: absolute;
  top: 0%;
  left: 0;
  background: #f1f3f4;
  opacity: 1;
  padding: 0 10px;
  transform: translate3d(0px, -100%, 0px);
  transition: all 700ms ease;
  transition-delay: 0.3s;
}

.single-service-item:hover .overlay {
  transform: translate3d(0px, 0%, 0px);
  transition-delay: 0.1s;
}

.single-service-item .overlay .box {
  display: table;
  /* height: 100%; */
  width: 100%;
  overflow: auto;
}

.single-service-item .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

.single-service-item .overlay .overlay-content .icon-holder {
  margin-bottom: 30px;
}

.single-service-item .overlay .overlay-content .icon-holder span:before {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

.single-service-item .overlay .overlay-content h3 .title {
  color: #336bb4;
  font-size: 18px !important;
  transition: all 500ms ease;
}

.single-service-item .overlay .overlay-content h3 .title:hover {
  color: #dddddd;
}

.single-service-item .overlay .overlay-content .text {
  margin-top: 17px;
  margin-bottom: 13px;
}

.single-service-item .overlay .overlay-content .textt p {
  margin: 0;
  color: #7c7b7f;
}

.single-service-item .overlay .overlay-content .read-more {
  overflow: auto;
  overflow: hidden;
}

.single-service-item .overlay .overlay-content .read-more a {
  color: #7dbd42;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.single-service-item .overlay .overlay-content .read-more a:hover {
  color: #585ea8;
}

.services-area .owl-controls {
  position: absolute;
  right: 0;
  top: -85px;
}

.services-area .owl-theme .owl-nav {
  margin: 0;
}

.services-area .owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  border-radius: 50%;
  color: #848484;
  font-size: 24px;
  font-weight: 700;
  height: 45px;
  line-height: 44px;
  margin: 0 0 0 0px;
  padding: 0;
  width: 45px;
  border: 2px solid #f2f2f2;
  transition: all 700ms ease 0s;
}

.services-area .owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}

.services-area .owl-theme .owl-nav [class*="owl-"]:hover {
  border-color: #484d9a;
  color: #484d9a;
}

.our_section {
  width: 18% !important;
  border: 1px solid #336bb42b;
  margin: 10px 10px;
  padding: 0px;

}


.title {
  font-size: 15px !important;
  font-weight: 600;

}

.header_flext {
  display: flex;
  justify-content: space-around;
  margin: 6px auto;
  width: 100%;
}

.modal-dialog {
  max-width: 80% !important;
  margin-right: 0px;
  margin-left: 0px;
}

.Top {
  margin-top: 14px;
}

.modal.fade .modal-dialog {
  transition: transform .9s ease-out;
  margin: 100px auto;
}

.width_section {
  width: 100%;
}

button.btn.ask_btng {
  border: none;
  color: white;
}

.ask_deatils {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #110f0f;
  position: relative;
  top: 0px;
  text-align: center;
  background-color: #336bb4;
  color: white;
  padding: 0px 0px;
  width: 10%;

}

.text-center_btng {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.button-btn {
  display: block;
  margin: 3px;
}
.button-btn .btn.modal_btn {
  background: #76c043;
  border: none;
  border-radius: 0px;
  color: white;
  margin: 10px 0px;
}

h1.details_haed {
  font-size: 22px;
  font-weight: 600;
  color: #1c4884;
  margin: 30px 0px 0px 0px;
  text-align: center;
  line-height: 29px;
}

.pre_text_desc {
  text-align: justify;
  font-size: 15px;
  line-height: 27px;
}

.product_desc {
  margin: 20px 0px;
}

img.details_img {
  width: 80%;

}

.center_imge {
  text-align: center;
}

.details_sectionnn {

  margin-top: 20px;
}

.Features_text_ineer {
  font-size: 15px;
  padding: 7px 20px;
}

.product_d_table table {
  border-top: 1px solid #ddd;
  width: 100%;
}

.details_sectionn {
  margin-top: 30px;
}

.product_d_table table tbody tr td {
  padding: 7px 17px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.product_d_table table tbody tr td {
  padding: 7px 17px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

h3.details_haed_inner {
  font-size: 24px;
  font-weight: 600;
  padding: 5px;
  color: #336bb4;
}

section.section_top.product_d_info {
  background: #f2f2f6;
  margin: 40px 10px;
}

.class_bg_ft {
 
  background-color: #7dbd42;
  padding: 15px 0px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  margin: 0px auto;
  position: relative;
  top: -23px;

}

.class_bg_deatils {
  background: #ffffff;
  padding: 40px;

  position: relative;
}

.email_img {
  width: 24px;
}

.flext_email {
  display: flex;
  justify-content: end;
  margin: 10px 0px;
}


.dz-img-box.style-5 {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  color: #110f0f;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
  border: 1px solid #fff !important;
}

.img_ourr {
  width: 80% !important;
  padding: 20px;
}

.dz-img-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.dz-img-box.style-5 .dz-media {
  border-radius: 10px;
  margin-top: auto;
  width: 100%;
  height: 100%;
}

.dz-media,
.dz-post-media {
  position: relative;
  overflow: hidden;
}

.dz-img-box.style-5 .dz-content .weight {
  margin-bottom: 5px;
}

.dz-img-box.style-5 .dz-content .weight,
.dz-img-box.style-5 .dz-content .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.our_section_inner {
  width: 20% !important;
}

h4.header_our {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #292c30;
}

.view_more {
  clip-path: polygon(7% 0%, 100% 0%, 95% 100%, 0% 100%);
  background-color: #7dbd42;
  color: white;
  text-align: center;
  padding: 0px 20px;
  width: 64%;
  text-align: center;
  margin: 0px auto;
}


.dz-media,
.dz-post-media {
  position: relative;
  overflow: hidden;
}

/* .top_sectionnn {
  padding: 40px 10px;
} */

h2.text_header2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #3c3e40;

}

.showcase {
  width: 100%;
  min-height: 100%;
  position: relative;
  color: white;
  text-align: center;
  object-fit: cover;
}

.showcase .overlay {
  width: 100%;
  height: 100%;
  background-color: rgb(241 243 244);
  position: relative;
  top: 0;
  left: 0;
  /* z-index: 999; */
  padding: 30px 20px;
}

.showcase p {
  margin-top: 8px;
  font-size: 1.2em;
}

.dz-img-box.style-2 .dz-media img {

  width: 100% !important;
}




.content-inner {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section-wrapper-2 {
  position: relative;
}

.dz-img-box.style-2 {
  text-align: center;
  padding: 10px 4px 30px;
  border: 1px dashed #336bb4;
  background: #f1f3f4;
  border-radius: 20px 0px 20px 0px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  display: flex;
  flex-direction: column;
}



.dz-img-box.style-2::before,
.dz-img-box.style-2::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: -190px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  width: 335px;
  height: 335px;
  /* border-radius: 50%; */
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.dz-img-box.style-2:hover::after,
.dz-img-box.style-2.active::after {
  top: 0;
  border-radius: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}



.dz-img-box.style-2:hover,
.dz-img-box.style-2.active {
  border-color: #7dbd42;

}

.dz-img-box {}

.dz-img-box.style-2:hover .dz-media,
.dz-img-box.style-2.active .dz-media {
  animation: dzRotate360 10s linear infinite;
}

.dz-img-box.style-2 .dz-media {
  width: 150px;
  min-width: 150px;
  margin: 0 auto 10px;
  /* border-radius: 50%;  */

  -webkit-transition: all 0.5s;

  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding: 20px;
}

.dz-img-box.style-2:hover::before,
.dz-img-box.style-2.active::before {
  top: -190px;
}

.top_spaces {
  margin: 10px 0px;
}

.dz-img-box.style-2 .dz-content {
  margin-top: auto;
}

.dz-img-box.style-2:hover::after,
.dz-img-box.style-2.active::after {
  top: 0;
  border-radius: 0;
  height: 100%;
  width: 100%;

}

a.zoom {
  font-size: 14px;
  color: #7dbd42;
}

h4.dz-title {
  color: #2d2e30 !important;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  padding: 0px 11px;
}

.dz-img-box.style-2:hover h4.dz-title {
  font-size: 14px;
  color: #7dbd42 !important;
}

.dz-img-box.style-2:hover li a {
  font-size: 14px;
  color: #7dbd42 !important;
}

.dz-media,
.dz-post-media {
  position: relative;
  overflow: hidden;
}

/* .li_texttt {
  text-align: left;
  margin: 0px 60px;
} */


.li_texttt_suggested {
  text-align: left;
  margin: 0px 20px;
  font-size: 15x;
  line-height: 28px;
}

a.zoom {
  font-size: 14px;
}

.wow.fadeInUp {
  margin: 10px 0px;
}

.dz-imagh {
  border: 1px solid #dee1e6;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  height: 200px;
  background: #f1f3f4;
  width: 200px;
  padding: 40px;
  border-radius: 50%;
  display: inline-block;
}

.Products_by_category {
  border: 1px solid #dee1e6;
  text-align: center;
  padding: 17px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin: 10px;
  width: 23%;
}
.modal_btnn {
  padding: 5px 0px;
  color: white;
  background-color: #336bb4;
  border: none;
  width: 70%;
  margin-left: 35px;
}

.img_by {
  width: 100%;
  padding: 10px;
}

.com_pp {
  /* float: right; */
  border-radius: 40px;
  border: none;
  padding: 0px;

}
.to_btn{
  border:1px solid #336bb4;
  font-size: 15px;
  padding: 5px 15px;
  margin: 3px;
  color:#336bb4;
  display: block;
}
.to_btn:hover{
  background-color: #336bb4;
  color: #fff;
}
.compare_bttn {
  background-color: #ffff;
  width: 0px;
  color: #000;
  /* float: right; */
  margin-top: -5px;
  margin-right: 15px;
  padding: 0;
}

.action--compare-add {
  color: #000;
}

.action--compare-add:hover .action__text--invisible,
.action--download:hover .action__text--invisible {
  color: #050505;
  font-size: 16px;
  letter-spacing: 0;
  background: #2F3035;
  border-radius: 2px;
  padding: 3px 5px
}

.action--compare-add:hover {
  color: #050505;
}

.action--compare-add .fa-check,
.action--compare-add input[type=checkbox]:checked~.fa-plus {
  display: none
}

.action--compare-add input[type=checkbox]:checked~.fa-check {
  display: inherit;
  color: #050505;
}

.check-hidden {
  position: absolute;
  opacity: 0
}

.action {
  display: inline-block;
  font-size: 17px;
  font-weight: 100px !important;
  white-space: nowrap;
  cursor: pointer;
  color: #ffffff;
  border: none;
  padding: 7px;
  text-align: center;
  background: #336bb4;
  position: relative;
  top: 0px;
  left: 0px;
  border-radius: 23px;
  border: 1px solid #336bb4;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  height: 40px;
  width: 40px;
  display: inline-block;


}

.action:focus {
  outline: none
}

.action__text {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: .813em;
  vertical-align: middle;
  display: inline-block
}

.action__text--invisible {
  position: absolute;
  top: 100%;
  opacity: 0;
  pointer-events: none
}

.compare-section {
  position: fixed;
  top: 200px;
  right: 20px;
}

.btn-compare,
.btn-compare:hover {
  background-color: #7dbd42 !important;
  color: #ffffff !important;
  margin-top: 0px;
  padding: 7px 20px;
}

.button_compp {
  text-align: center;
  position: relative;
  top: -30px;
}

.header_by {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  color: #336bb4;
  position: relative;
  top: -21px;
}

.feature-ul {
  position: relative;
  top: -20px;
}

.feature-ul li {
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 2px !important;
  font-size: 14px;
}

.form-controll {
  padding: 6px 20px;
  font-weight: 400;
  line-height: 1.9;
  font-size: 13px !important;
  color: #212529;
  /* border-radius: 20px; */
  border-radius: 10px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee1e6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.details_inner_section {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
  padding: 20px 20px;
  background-color: white !important;
  text-align: center;
}

.get_top {
  margin-top: 10px;
}

.get_head {
  font-size: 20px;
  color: #1c4884;
  padding-bottom: -5px;
}

button.submit-btn {
  border: none;
  color: white;
  font-weight: 600;
  font-size: 15px;
  margin-top: 16px;
  padding: 4px 30px;
  background-color: #1c4884;

  position: relative;
  top: -10px;
}

.border_details {
  border: 1px solid #dee1e6;
  margin: 10px auto;
  width: 62%;
  padding: 20px;
}

h4.Recently {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0px;
  /* background: #1c4884; */
  padding: 10px;

  color: #1c4884;
}

.imgren {
  width: 50%;
  padding: 15px;
}

p.textaa {
  font-size: 15px;
  font-weight: 600;
}

.product_name h6 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700 !important;
  margin-top: 12px;
  color: #1c4884;
  text-align: center;
}

.primary_img_product {
  width: 50% !important;
  margin: 0px auto;
}

.rel_text {
  font-size: 23px;
  font-weight: 600;
  color: #1c4884;
  padding-bottom: 10px;
}

.owl-nav {
  display: flex;
  margin-top: 15px;
  padding-bottom: 30px;
  justify-content: center;
  color: #1c4884;
}

.owl-next {
  margin-left: 10px;
}

.single_product {
  border-radius: 5px;
  border: 4px double #9ea2a663;
  padding: 20px;
}

.table>thead {
  vertical-align: baseline !important;
}

.table-bordered> :not(caption)>* {
  border-width: 1px 1px;
  border-color: #bcc7d9;
}

.table-responsive table thead tr th {
  text-align: center;
  border-width: 0 0px;
  font-size: 13px;
  font-weight: 200;
}

.table th,
.table td {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}


.table_img {
  width: 58%;
  margin: 10px auto;
  padding: 15px;
}

a.table_text {
  font-size: 15px;
  font-weight: 600;
  color: #336bb4;
}


.img_logo {
  width: 227px;
  padding: 4px 17px;
}

a.help_deatilss {
  font-size: 15px;
  font-weight: 600;
  color: white;
}


.contact_address {
  position: relative;
  padding: 50px 50px 50px;
  background-color: #f1f3f4;
  margin-top: 40px;
  width: 93%;
  margin: -10px auto;

}

.contact_address_inner {
  position: relative;
  text-align: center;
  background: white;
  padding: 32px;
}

.contact_address_inner {
  position: relative;
}

.contact_address_inner .contact_our_office {
  position: relative;
  margin-bottom: 35px;
}

.contact_address_inner .contact_our_office h2 {
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  color: #2b2b2b;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.contact_address_inner .contact_our_office h2 span {
  font-weight: 700;
  color: #568701;
}

.contact_address_inner .contact_our_office p {
  font-size: 16px;
  color: #888888;
  line-height: 24px;
  font-weight: 400;
}

.contact_get_in_touch h2 {
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  color: #336bb4;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.contact_get_in_touch h2 span {
  font-weight: 700;
  color: #568701;
}

.contact_get_in_touch p {
  text-transform: uppercase;
  font-size: 16px;
  color: #336bb4;
  line-height: 24px;
  font-weight: 700;
}

.contact_get_in_touch p a {
  color: #4b4a4a;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
}

.contact_get_in_touch p a.phne {
  color: #568701;
  font-weight: 400;
  font-size: 24px;
  padding-top: 5px;
}

.contact_get_in_touch .mail {
  margin-bottom: 20px;
}

.contact_get_in_touch .phone p {
  line-height: 30px;
}

.contact_get_in_touch {
  position: relative;
  margin-bottom: 30px;
}

.contact_social_media ul {
  position: relative;
  padding-top: 20px;
}

.contact_social_media ul li {
  display: inline-block;
  margin-right: 10px;
}

.contact_social_media ul li a {
  display: inline-block;
  background: #f1f1f1;
  color: #888888;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  transition: .5s ease-in-out;
  transform: rotate(0deg);
}

.contact_social_media ul li:nth-child(1) a {
  padding: 6px 13px;
}

.contact_social_media ul li:nth-child(2) a {
  padding: 5px 10px;
}

.contact_social_media ul li:nth-child(3) a {
  padding: 6px 9px;
}

.contact_social_media ul li:nth-child(4) a {
  padding: 7px 9px;
}

.contact_social_media ul li:hover a {
  background-image: -webkit-gradient(linear, left top, right top, from(#48b53c), to(#3e964e));
  background-image: linear-gradient(to right, #48b53c, #44a843, #3e964e);
  color: #fff;
  transform: rotate(360deg);
}

.contact_pg_form input[type="text"],
.contact_pg_form input[type="email"],
.contact_pg_form input[type="phone"],
textarea {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0px;
  line-height: 34px;
  padding: 3px 14px;
  color: #888888 !important;
  height: 43px;
  font-size: 12px;
  resize: none;
  border-radius: 3px;
  background: #f8f8f8;
  border: 1px solid #edeff6;
  --webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

h2.head_ct {
  font-size: 24px;
  color: #336bb4;
}

.contact_pg_form input::-webkit-input-placeholder {
  color: #888888 !important;
  font-weight: 400;
  font-size: 14px
}

.contact_pg_form input::-moz-placeholder {
  color: #888888 !important;
  font-weight: 400;
  font-size: 14px;
}

.contact_pg_form textarea::-ms-input-placeholder {
  color: #888888 !important;
  font-weight: 400;
  font-size: 14px;
}

.form-group.has-error {
  margin: 10px;
}

.contact_pg_form textarea::-moz-placeholder {
  color: #888888 !important;
  font-weight: 400;
  font-size: 14px;
}

.contact_pg_form textarea::-webkit-input-placeholder {
  color: #888888 !important;
  font-weight: 400;
  font-size: 14px
}

.contact_pg_form textarea::-moz-placeholder {
  color: #888888 !important;
  font-weight: 400;
  font-size: 14px;
}

.contact_pg_form textarea::-ms-input-placeholder {
  color: #888888 !important;
  font-weight: 400;
  font-size: 14px;
}

.contact_pg_form textarea::-moz-placeholder {
  color: #888888 !important;
  font-weight: 400;
  font-size: 14px;
}

.contact_pg_form .theme-btn.btn-send {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 24px;
  background: #336bb4;
  border: none;
  color: white;
  font-size: 14px;
  padding: 5px 20px;
}

.contact_through {
  position: relative;
  padding: 50px 0px;
  background: #f8f8f8;
}

.contact_through span {
  font-size: 38px;
  line-height: 48px;
  float: left;
  color: #568701;
  font-weight: 500;
}

.contact_through p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #2b2b2b;
  margin: 0px 0px 0px 50px;
}

.img_about {
  padding: 20px;
  width: 90%;
  background-color: #dee1e6a6;
  margin: 0px auto;
}

.about_hedas {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  padding: 10px;
  color: #336bb4;
}

.ab_textr {
  padding: 20px;
  border: 1px solid #eaebef;
  margin: 40px 0px;
}

.about_heda {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  color: #336bb4;
}

.bg_color {
  background-color: #f1f3f4 !important;
  margin: -10px 40px;
}


/* .service-item .service-img {
  position: relative;
  overflow: hidden;
} */

.service-item .service-img img {
  transition: .5s;
}

.service-item:hover .service-img img {
  transform: scale(1.1);
}

.service-item .service-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  background: rgba(3, 15, 39, .7);
  transition: .5s;
  opacity: 0;
}

.service-item:hover .service-overlay {
  opacity: 1;
}

.service-item a.btn {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  font-weight: 100;
}

.service-item:hover a.btn,
.service-item a.btn:hover {
  color: #FFFFFF;
  background: #ffffff;
  border-color: papayawhip;
}

.service-2 .service-inner:before {
  border-radius: 0px 30px 0px 0px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #7fc143ab;
  transform: perspective(400px) scaleX(0);
  transform-origin: bottom;
  transition: .5s;
  opacity: 1;
  z-index: 2;
}

.service-2:hover .service-inner:before {
  opacity: .7;
  transform: perspective(400px) scaleX(1.0);
}

.service-2 .service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: scale(0);
  transition: all 500ms ease 300ms;
  z-index: 10;
}

.service-2:hover .service-overlay {
  opacity: 1;
  transform: scale(1.0);
}

.text_catee {
  font-size: 16px;
  color: #fff;
}

.service-2 .service-title {
  position: relative;
  height: auto;
  padding: 4x;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #7fc143ab;
  color: white;
  z-index: 1;
}

.position-relative {
  position: relative !important;
  text-align: center;
}

.service-2 .service-title::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #336bb4;
  transform: perspective(400px) scaleX(1.0);
  transform-origin: bottom;
  transition: .5s;
  z-index: -1;
}

.service-2:hover .service-title::before {
  transform: perspective(400px) scaleX(0);
}

.service-2 .service-title a {
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.service-2:hover .service-title a {
  color: white !important;
}

.service-2 {
  /* border: 1px solid #dee1e6; */
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 0px 30px 20px 20px;
  text-align: center;
}

img.img-fluid.w-100 {
  width: 50% !important;
  padding: 20px;
}

.service-list a,
.category-list a {
  transition: .5s;
}

.service-list a:hover,
.category-list a:hover {
  color: yellow;
  background: red !important;
}

.service-list a::before,
.category-list a::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0;
  transition: .5s;
  opacity: 0;
}

.service-list a:hover::before,
.category-list a:hover::before {
  opacity: 1;
  margin-right: 10px;
}


.grid-container_cate {
  columns: 3 80px;
  column-gap: 1.5rem;
  width: 100%;
  margin: auto;
  margin-top: auto;
  margin-top: auto;
  margin-top: 0px;
}

.align_grid_cate {
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  padding: 0px 0px;
  background-color: #ffff;
  transition: all .25s ease-in-out;
  margin-bottom: 20px;
  border: 1px dashed #89a9d470;
  border-radius: 0px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.catalo_popup {
  background: #336bb4;
  text-align: center;
  border: 2px solid white;
  color: #ffff;
}

a.btn.btnc {
  color: white;
  border: none;
}

.catalo_header {
  display: flex;
  justify-content: center !important;
  padding: 10px;
  background-color: #dee1e69e;
}

.text {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #336bb4;
  margin: 2px 0px;
}

.catalo_cont {
  text-align: left;
  list-style: none;
  color: #222;
  padding: 0;
  margin-bottom: 0.5rem;
}

.catalo_cont>li>a {
  color: #222;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  border-radius: 0px;
  width: 100%;
  line-height: 15px;
  margin: 0px 10px;
  border: none;
}


.modal-header {

  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.modal-content {
  border-radius: 0px !important;

}


@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}


.bg-light {
  background-color: #FFFFFF !important;
}


a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: hsl(0, 12%, 17%) !important;
}

.service-item .service-img {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 150px;
  z-index: 1;
}



.service-item .service-img img {
  transition: 1s;
}

.service-item:hover .service-img img {
  transform: rotate(360deg);
}

.product-item,
.product-item h5 {
  transition: .5s;
}

.service-item .service-img::before {
  position: absolute;
  content: "";
  top: 20px;
  right: 0;
  bottom: -15px;
  left: 0;
  padding: 10px;
  background: #336bb4 !important;
  border-radius: 150px;
  z-index: -1;
}

.head_all {
  color: #000000;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}

.li_texttt {
  text-align: left;
  font-size: 15px;
  line-height: 28px;


}

a.border-bottom.border-secondary.text-decoration-none.text-secondary {
  background: #336bb4;
  padding: 6px 20px;
  position: relative;
  top: 20px;
  color: white !important;
  border-radius: 4px;
}

.inner_all {
  margin: 10px 0px;
}

.logo_mob {
  width: 33%;
}



.sitemap ul>li>a {
  display: inline-block;
  max-width: 500px;
  padding: 5px 30px;
  /* background: #1e5cb3; */
  border: 4px double #1e5cb3;
  color: #1e5cb3;
  text-decoration: none;
  border-radius: 10px 0px 10px 0px;

  text-overflow: ellipsis;
  margin: 5px 0;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.sitemap ul>li {
  border-left: solid #8dc74f 2px;
  padding-left: 15px;
}

.sitemap ul>li>a:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 15px;
  background: #8dc74f;
}

.text_name {
  border-bottom: 4px solid #1e5cb3;
  width: 15%;
  padding: 20px 20px;
}

.l1bg {
  background-color: #8dc74f !important;
  border: 2px solid #8dc74f !important;
  color: white !important;
}

.img_404 {
  width: 70%;
  border-radius: 40px;
}

.text_404 {
  padding: 80px;
}

.error_btng {
  background-color: #336bb4;
  font-size: 15px;
  color: #ffff;
  padding: 5px 20px;
}

.text_page {
  color: #7dbd42;

}

.text_thank {
  padding: 80px;
}

.text_inner_thank {
  margin-top: 19px;
  font-size: 15px;
  font-weight: inherit;
}

.thank_page {
  color: #7dbd42;
  font-size: 46px;
  font-weight: 700;

}

.text_inner_404 {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  margin-top: 10px;

}

.box-content {
  display: none;
}

p.about-text_inner {
  text-align: justify;
  font-size: 15.5px;
  line-height: 27px;
}


.no_desktop {
  display: none;
}

.pl_list {
  border: 2px dotted #356fbc;
  margin-bottom: 8px;
  padding: 4px;
  font-size: 15px; 
  width: 90%;
  border-radius: 30px;
  margin: 0px auto 10px;
  text-align: center;
  display: block;
}





.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center;

}


.cbh-phone {
  display: block;
  position: fixed;
  right: -30px;
  bottom: -55px;
  visibility: hidden;
  background-color: transparent;
  width: 200px;
  height: 200px;
  cursor: pointer;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s;
}

.cbh-phone.cbh-show {
  visibility: visible;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.cbh-phone.cbh-static1 {
  opacity: 0.6;
}

.cbh-phone.cbh-hover1 {
  opacity: 1;
}

.cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
  -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle {
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgba(0, 175, 242, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: rgba(204, 204, 204, 1);
  opacity: 0.5;
}

.cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: rgba(117, 235, 80, 1);
  opacity: 0.5;
}

.cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 1 !important;
}

.cbh-ph-img-circle1 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-image: url(../images/whatspp.png);
  background-size: 40px 40px;
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: rgba(117, 235, 80, 1);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: rgba(204, 204, 204, 1);
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: rgba(117, 235, 80, 1);
}

@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -o-opacity: 0.1;
  }

  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -o-opacity: 0.5;
  }

  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.1;
  }
}

@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }

  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }

  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}

@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }

  100%,
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

.cbh-ph-img-circle1 {}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: rgb(46, 203, 113);
}

.kmacb__manager-border {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -39.5px;
  margin-left: -39.5px;
  border-radius: 100%;
  border: 2px solid #ffe787;
  -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  -o-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
  opacity: 0.8;
  transform-origin: center;
}

.kmacb__manager-fill {
  background: #52aff7 center bottom no-repeat;
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -37.5px;
  margin-left: -37.5px;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  transform-origin: center;
}

.kmacb__manager-circle {
  background: #52aff7;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: 100%;
}


.query {
  top: 440px;
  background: #336bb4 !important;
  font-size: 16px !important;
  padding: 15px 20px !important;
  right: -65px !important;
  width: 160px;
  height: 39px;
  border-radius: 0px 10px 10px 10px;
  line-height: 0;
  transition: .5s;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg)
}

.hub_text {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 16px;
}


.query {
  display: block;
  position: fixed;
  z-index: 99;
  color: #fff !important;
  font-weight: 500
}


.img_bg {
  background-image: url(../img/single_img.png);
  background-size: cover;
  max-width: 100%;
  /* height: 1100px; */
  width: 100%;
  border-radius: 2px solid #336bb4;
  background-position: center;
  background-repeat: no-repeat;

}


.main_section {
  width: 90%;
  border: 1px solid #cad4d9;
  justify-content: center;
  text-align: center;
  margin: 0px auto;
  padding: 0px;

}

.download_btn {
  background-color: #336bb4;
  border: none;
  color: #fff;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 18px;
  margin-top: -40px;
  text-decoration: none;
  font-weight: 400;
}

.logo_single {
  width: 24%;

}

.img_product_single {
  text-align: center;

}

.img_left {
  text-align: right;
  padding: 30px;
}

.catalog_head {
  font-size: 25px !important;
  color: #336bb4;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  text-align: center;
  padding: 20px;
}

.table,
th,
td {
  border: 1px solid #eaebf4 !important;
  margin-top: 5px !important;
  font-size: 15.5px !important;
  padding: 9px;
}

.cate_cont {
  text-align: left;
  padding: 30px 30px;
  line-height: 10px;
  font-size: 15px;

}

.catalog_text {
  padding: 2px;
}

.catalog_subhead {
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  background-color: #7dbd42;
  text-align: center;

}

.text_cate_single {
  padding: 20px;
  font-size: 15px;
  text-align: justify;
  line-height: 27px;
}

.catalog_footerlog.mb-2 {
  width: 25%;
}


.single_img {
  width: 30%;
}








@media only screen and (min-width:1400px) {
  .query {
    top: 350px !important;
    background: #336bb4 !important;
    font-size: 16px !important;
    padding: 15px 20px !important;
    right: -65px !important;
    width: 160px;
    height: 39px;
    border-radius: 0px 10px 10px 10px;
    line-height: 0;
    transition: .5s;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }

}


@media only screen and (max-width:1200px) {
  .header_inner {

    margin: 0px 0px !important;
  }

  .query {
    top: 100px;
    background: #336bb4 !important;
    font-size: 16px !important;
    padding: 15px 20px !important;
    right: -65px !important;
    width: 160px;
    height: 39px;
    border-radius: 0px 10px 10px 10px;
    line-height: 0;
    transition: .5s;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }

  .dz-imagh {
    height: 200px;
    width: 200px;

  }

  .Products_by_category {
    margin: 10px auto;
    width: 31%;
  }
}

@media only screen and (max-width:1100px) {
  a.help_deatils {
    font-size: 13px;
    font-weight: 600;
    color: #346cb4;
  }

  .Products_by_category {
    margin: 10px auto;
    width: 31%;
  }

  img.img-fluid.w-100 {
    width: 61% !important;
    padding: 20px;
  }

  .query {
    top: 200px !important;
    background: #336bb4 !important;
    font-size: 16px !important;
    padding: 15px 20px !important;
    right: -65px !important;
    width: 160px;
    height: 39px;
    border-radius: 0px 10px 10px 10px;
    line-height: 0;
    transition: .5s;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  } 

}


@media only screen and (max-width:1024px) {
  a.help_deatils {
    font-size: 14px;
    font-weight: 600;
    color: #346cb4;
  }

  .Products_by_category {
    margin: 10px auto;
    width: 31%;
  }

  /* .inner_all {
    margin: 0px auto;
    width: 33%;
  } */

  .text_name {

    width: 31%;

  }
}

@media only screen and (max-width:991px) {
  .bg_color{
    margin: 0px;
  }
  .class_bg_ft {

    padding: 15px 10px;
 
    width: 90%;
    /* margin: 0px auto; */
   
}
  /* .container.top_header {
    display: none;
  } */
  .footer_contact p {

    margin: 40px 0px;
  }

  .logo_mob {
    width: 23%;
  }

  .img_logo_inx {
    display: none;
  }

  .img_center {
    text-align: center;
  }

  .dz-imagh {
    height: 200px;
    width: 200px;

  }

  .no_desktop {
    display: block;
  }

  .img_about_inner {
    width: 60%;
    padding: 20px;
    border-radius: 30px !important;
  }

  .img_about {
    padding: 20px;
    width: 50%;

    margin: 22px auto;

  }

  .class_bg_ft {

    font-size: 14px;

  }

  .text_404 {
    padding: 0px;
  }

  .text_page {
    font-size: 26px;
  }

  .mob_none {
    display: none;
  }

  .cate_section-box {
    width: 33%;
    margin: 0px auto;
  }
/* 
  .inner_all {
    margin: 10px auto;
    width: 33%;
  } */

  .Products_by_category {
    margin: 10px auto;
    width: 45%;
  }

  .our_section_inner {
    width: 33% !important;
  }

  .view_more {

    padding: 0px 15px;
  }

  .grid-container_cate {
    columns: 2 !important;

  }

  .contact_address {

    padding: 16px;
    width: 100%;
    margin: 0px auto;
  }

  .query {
    top: 340px !important;


  }

  .main_section {

    margin: 20px auto;

  }
  .home .breadcrumb {
    padding: 3px 0px;
    margin-bottom: 0px !important;
    font-size: 12px;
}

  .heading_index {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 7px;
    margin: 20px auto !important;
    text-align: center !important;
}
.grid-container {
  columns: 3 !important;

}
}


@media only screen and (max-width:768px) {
  .our_section_inner {
    width: 33% !important;
  }
  .grid-container {
    columns: 2;
 
}
  .home .breadcrumb {
    padding: 3px 0px;
    margin-bottom: 0px !important;
    font-size: 12px;
}

  .heading_index {
    font-size: 20px;
    font-weight: 600;
    /* margin-bottom: 30px; */
}

  .widgets_container.widget_menu {
    padding: 0px 10px;
  }

  img.img-fluid.w-100 {
    width: 75% !important;
    padding: 20px;
  }

  .top_spaces {

    width: 50% !important;
  }

  .contact_address_inner {

    padding: 10px;
  }



  .img_about {
    padding: 19px;
    width: 60%;
    background-color: #dee1e6a6;

    margin: 20px auto;
  }

  .img_center {
    text-align: center;
  }

  img.img_about_inner {
    width: 80%;
    padding: 20px;
    border-radius: 30px !important;
  }

  /* .inner_all {
    margin: 10px auto;
    width: 50%;
  } */

  section.section_top.product_d_info {

    margin: 0px 10px;
  }

  .section_top {
    padding: 10px;
  }

  img.details_img {
    width: 40%;
  }

  h1.details_haed {
    font-size: 18px;
    margin: 5px;

  }

  .text_name {

    width: 31%;

  }

  .text_404 {
    padding: 0px;
  }

  .img_404 {
    width: 50%;
    border-radius: 40px;
  }

  .text_page {
    color: #7dbd42;
    font-size: 22px;
  }

  .header_flext {
    display: block;

    margin: 0px auto;

  }

  a.help_deatils {

    color: #fff;
  }

  .flext_email {
    padding: 4px;
    background: #336bb4;

  }

  .container.top_header {
    align-items: baseline;
    /* padding: 4px; */
  }

  .flext_email {
    display: flex;
    justify-content: center;
    margin: -5px 0px;
  }

  .catalog_head {
    font-size: 20px !important;

  }
}

@media only screen and (max-width:650px) {
  .our_section_inner {
    width: 50% !important;
  }

  img.img-fluid.w-100 {
    width: 46% !important;
    padding: 20px;
  }

  h2.head_ct {
    font-size: 18px;
    color: #336bb4;
  }

  .cate_section-box {
    width: 50%;
    margin: 0px auto;
  }

  .text_page {
    color: #7dbd42;
    font-size: 21px;
  }

  .img_bg {
    height: auto !important;

  }
}

@media only screen and (max-width:576px) {
  .logo_mob {
    width: 40%;
  }
  .grid-container {
    columns: 1 !important;
 
}
  .text_cate_single {
    padding: 10px;

  }

  img.img_about_inner {
    width: 100%;

  }

  h2.text_header2 {
    font-size: 20px;

  }

  .img_about {

    width: 100%;

  }


  .catalog_head {
    font-size: 20px !important;

  }

  .cate_section-box {
    width: 100%;
    margin: 0px auto;
  }

  .logo_single {
    width: 35%;
  }

  .grid-container_cate {
    columns: 1;

  }

  /* .inner_all {
    margin: 10px auto;
    width: 100%;
  } */

  .our_section {
    width: 100% !important;
  }

  .single-service-item .img-holder img {
    width: 57%;
    padding: 20px !important;
  }

  /* .single-service-item .img-holder {

    height: 332px;
  } */

  .our_section_inner {
    width: 90% !important;
    margin: 0px auto;
  }

  .img_ourr {
    width: 50% !important;
    padding: 20px;
  }

  .top_spaces {

    width: 100% !important;
  }

  .Products_by_category {

    width: 100% !important;
  }

  .sitemap ul>li>a {
    display: inline-block;
    max-width: 500px;
    padding: 0px 15px;

  }
}

@media only screen and (max-width:425px) {
  .logo_mob {
    width: 45%;
    padding: 0px 10px;

  }

  .text_name {

    width: 50%;

  }


}

@media only screen and (max-width:375px) {
  .logo_single {
    width: 50%;
  }
  .class_bg_deatils {
  
    padding: 10px;
   
}
  .single_img {
    width: 33%;
  }
  .border_details {
    
    width: 100%;
   
}

.rc-anchor-normal {
  height: 74px;
  width: 230px !important;
}
.rc-anchor-error-message { 
  font-size: 12px; 
}
}

@media only screen and (max-width:320px) {
  .download_btn {

    padding: 6px 27px;


  }

  .logo_single {
    width: 50%;
  }
}

.alert-msg {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid red;

  display: block;
  text-align: center;
  color: red;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  background-color: #fff;
  -webkit-animation: cssAnimation 1s forwards;
  animation: cssAnimation 1s forwards;
}

@keyframes cssAnimation {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes cssAnimation {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}





/* new style */


button#pills-profile-tab {
  border: 1px solid #336bb4 !important;
  color: #336bb4;
  margin: 4px 5px;
  font-size: 16px;
  border-radius: 0px;
  padding: 3px 20px;

}

.download_box.mx-auto {
  padding: 20px;
}

ul#pills-tab {
  display: flex;
  flex-wrap: wrap;

}

.modal-pdf {
  background: #336bb4;
  text-align: center;
  border: 2px solid white;
  color: #ffff;
  width: 33%;
  padding: 5px 0px;
}

.home {
  background: #336bb4;
  color: #fff;
  padding: 5px;
  font-size: 16px;
}
ul.breadcrumb {
  margin: 0px 10px;
}

.home .breadcrumb-item{
  padding: 3px 0px 3px 8px;
  color: #fff;
  margin-bottom: 0px !important;
  font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  /* padding-right: var(--bs-breadcrumb-item-padding-x); */
  color: #ffffff !important;
  /* content: var(--bs-breadcrumb-divider, "/"); */
}
/* .home .breadcrumb p{ 
  margin-bottom: 0px !important;
} */

#pills-profile-tab:hover {
  background: #336bb4;
  color: #fff;
}

@media screen and (max-width:768px) {
  .modal-pdf {
    width: 100%;
  }
}








/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #336bb4 #ffffff;
  
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 8px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #336bb4;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }



  h4.header_our:hover{
    color: #7dbd42; 
}
.view_more:hover{
  background-color: #336bb4;
}


.head_all:hover{
  color: #336bb4;
 
}



/* .grid_product {
  columns: 4 !important;
  column-gap: 1.5rem;
  width: 95%;
  margin: auto;
  text-align: center;
}

*/



/* newstyles */
.grid-container
{
  columns: 4;
  column-gap: 1.5rem;
  width: 100%;
  margin: auto;
  text-align: center;
}
.inner_all{
  overflow: hidden;
} 
.sub_item {
  color: #336bb4;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
}
.sub_item:hover{
  color: #7dbd42;
}

li.inner_items:hover{
  color: #7dbd42;
}

a.border-bottom.border-secondary.text-decoration-none.text-secondary:hover{
  background-color: #7dbd42;

}

a.help_deatils:hover{
  color: #7dbd42;
}

.catalo_cont>li>a:hover{
  color: #7dbd42;
}

.text:hover{
  color: #7dbd42;
}

.h1.details_haed:hover{
  color: #7dbd42 !important;
}

.button-btn .btn.modal_btn:hover{
  background-color: #336bb4;
}

.pl_list:hover{
  background-color: #336bb4;
  color: #fff;
}

p.pl_lists {
  text-align: center;
  background: #336bb4;
  color: #fff;
  border-radius: 20px;
  width: 90%;
  margin: 0px auto;
  padding: 5px;
  display: block;
}


.refresh {
  color: #336bb4;
}

#scrollUp {
  background: #336bb4 none repeat scroll 0 0;
  bottom: 48px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 45px;
  line-height: 39px;
  position: fixed;
  right: -1px;
  text-align: center;
  width: 45px;
  z-index: 9999;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
.footer_logo {
  margin-bottom: 19px;
  position: relative;
  top: 10px;
  text-align: center;
}

.captcha{
    text-align: left;
    color:#0000;
}
.submit1{
    background: #336bb4;
    width: 100px;
    display: block;
    margin-left: 500px;
    color:#fff !important;
}
.refresh{
    color:#336bb4 !important;
}
.refresh : hover {
    color:#336bb4 !important;
}

.modal-footer .btn {
    border: 1px solid #dee1e6;
}
.sec{
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    
}

.heading_index2{
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;

}
