/*Font 1*/

@font-face {
  font-family: "DMSans";
  font-weight: 300;
  src: url(../fonts/DMSans/DMSans-Light.ttf);
}
@font-face {
  font-family: "DMSans";
  font-weight: 400;
  src: url(../fonts/DMSans/DMSans-Regular.ttf);
}
@font-face {
  font-family: "DMSans";
  font-weight: 500;
  src: url(../fonts/DMSans/DMSans-Medium.ttf);
}
@font-face {
  font-family: "DMSans";
  font-weight: 600;
  src: url(../fonts/DMSans/DMSans-SemiBold.ttf);
}
@font-face {
  font-family: "DMSans";
  font-weight: 700;
  src: url(../fonts/DMSans/DMSans-Bold.ttf);
}


/*Font 2*/

@font-face {
  font-family: "NunitoSans";
  font-weight: 300;
  src: url(../fonts/NunitoSans/NunitoSans-Light.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 400;
  src: url(../fonts/NunitoSans/NunitoSans-Regular.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 500;
  src: url(../fonts/NunitoSans/NunitoSans-Medium.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 600;
  src: url(../fonts/NunitoSans/NunitoSans-SemiBold.ttf);
}
@font-face {
  font-family: "NunitoSans";
  font-weight: 700;
  src: url(../fonts/NunitoSans/NunitoSans-Bold.ttf);
}

/*Font 3*/

@font-face {
  font-family: "ChakraPetch";
  font-weight: 300;
  src: url(../fonts/ChakraPetch/ChakraPetch-Light.ttf);
}
@font-face {
  font-family: "ChakraPetch";
  font-weight: 400;
  src: url(../fonts/ChakraPetch/ChakraPetch-Regular.ttf);
}
@font-face {
  font-family: "ChakraPetch";
  font-weight: 500;
  src: url(../fonts/ChakraPetch/ChakraPetch-Medium.ttf);
}
@font-face {
  font-family: "ChakraPetch";
  font-weight: 600;
  src: url(../fonts/ChakraPetch/ChakraPetch-SemiBold.ttf);
}
@font-face {
  font-family: "ChakraPetch";
  font-weight: 700;
  src: url(../fonts/ChakraPetch/ChakraPetch-Bold.ttf);
}

/*Font 4*/


@font-face {
  font-family: "Rubik";
  font-weight: 300;
  src: url(../fonts/Rubik/Rubik-Light.ttf);
}
@font-face {
  font-family: "Rubik";
  font-weight: 400;
  src: url(../fonts/Rubik/Rubik-Regular.ttf);
}
@font-face {
  font-family: "Rubik";
  font-weight: 500;
  src: url(../fonts/Rubik/Rubik-Medium.ttf);
}
@font-face {
  font-family: "Rubik";
  font-weight: 600;
  src: url(../fonts/Rubik/Rubik-SemiBold.ttf);
}
@font-face {
  font-family: "Rubik";
  font-weight: 700;
  src: url(../fonts/Rubik/Rubik-Bold.ttf);
}

/*Font 5*/


@font-face {
  font-family: "Rubik";
  font-weight: 400;
  src: url(../fonts/Mina/Mina-Regular.ttf);
}
@font-face {
  font-family: "Mina";
  font-weight: 700;
  src: url(../fonts/Mina/Mina-Bold.ttf);
}


/*Show More btn Css Start*/
.content-hidden p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content h2 {
  font-size: 32px;
}
.content-hidden {
  overflow: hidden;
  transition: 0.5s ease;
}
body .content-hidden h1:nth-child(1),
body .content-hidden h2:nth-child(1),
body .content-hidden p:nth-child(1) {
  display: block !important;
}
body .content-hidden h1,
body .content-hidden h2,
body .content-hidden h3,
body .content-hidden h4,
body .content-hidden h5,
body .content-hidden h6,
body .content-hidden p {
  display: none !important;
}
button#toggleBtn {
  outline: unset;
}
.content-hidden p:nth-child(2) {
  display: block !important;
}
.seo-content {
  /* padding-bottom: 10px; */
} 
/*Show More btn Css End*/

ma {
  font-family: DMSans !important;
}

:root {
  --color1: #000000;
  --color2: #ffffff;
  --h-color: #001308;
  --s-color: #F389B6;
  --txt-color: #616161;
  --btn-color: #001308;
  --bgg-color: #F5F9FC;
}

body {
  position: relative;
  max-width: 1920px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background: #fff !important;
  /* background: var(--color2); */
}
.sub-heading {
  /* padding-top: 30px; */
  /* margin-top: 15px; */
  position: relative;
}
.sub-heading h3 {
  display: inline-block;
  position: relative;
  color: var(--btn-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  margin: 0px;
}
.sub-heading h3 span.colr1 {
    font-weight: 700;
    color: #f87c02 !important;
}
.sub-heading h3 span.colr2 {
    color: #d1d1d1;
    text-shadow: 0 0 #0089ff;
    font-weight: 700;
}
.sub-heading h3 span.colr3 {
    font-weight: 700;
    color: #028408;
}
.sub-heading:before {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  /* background-color: var(--btn-color); */
  opacity: 0;
}
.defalt-heading {
    text-align: center;
    padding: 40px 0px;
    position: relative;
}
.defalt-heading h2 {
  color: var(--h-color);
  font-size: 50px;
  font-family: NunitoSans !IMPORTANT;
  margin: 0px;
  font-weight: 700;
  display: inline-block;
  /* line-height: 30px; */
  text-transform: capitalize;
  position: relative;
  /* letter-spacing: 1.8px; */
  background-color: #fff;
  padding: 0px 10px;
}
.defalt-heading:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 3px;
    width: 60%;
    background: var(--s-color);
    content: "";
    z-index: -1;
}
.btn-primary {
  color: var(--color2);
  background: var(--btn-color) !important;
  border: 1px solid var(--btn-color) !important;
  /* background: #B98F3A !important; */
}

/*default heading css for mobile*/
@media (max-width: 767px) {

    body section.top-information {
        display: none;
    }
    
    body .select-lang .gt_switcher_wrapper {
        display: none;
    }
    
    body section.services-main {
        display: none;
    }
    
    body .all-product-btn.btn-bnnr:before {
        top: 34px;
    }
    
    body .all-product-btn.btn-bnnr:after {
        top: 34px;
    }
    
    body .test-img-wrappers {
        display: none;
    }
      
    body .sub-heading:before {
        height: 0px !important;
    }
    body .sub-heading {
        padding-top: 0px !important;
        margin: 0 !important;
        /* text-align: center !important; */
    }
    body .sub-heading h3 {
        font-size: 12px !important;
        /* margin-bottom: 10px !important; */
        line-height: 15px !important;
    }
    body  .defalt-heading h2 {
        font-size: 18px;
        /* padding-top: 5px !important; */
        line-height: 20px !important;
        padding: 10px;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .sub-heading:before {
        height: 3px !important;
    }
    .sub-heading {
        padding-top: 0px !important;
    }
    .sub-heading h3 {
        /* font-size: 11px !important; */
        /* letter-spacing: 2.4px !important; */
    }
    .defalt-heading h2 {
        font-size: 18px !important;
        /* padding-top: 7px; */
    }
    .image-service {
    width: 50px !important;
    margin: 0 auto !important;
    }
}
@media (min-width: 767px) and (max-width: 992px) {
    .sub-heading h3 {
        /* letter-spacing: 2.4px !important; */
        font-size: 14px !important;
        margin-bottom: 10px !important;
        !Im;!;
    }
    .defalt-heading h2 {
    line-height: 25px !important;
    font-size: 24px !important;
    /* padding-top: 7px; */
   }
}


body .my_contact_us {
  display: block;
  position: fixed;
  right: -44px;
  top: 35%;
  z-index: 9999999;
  transform: rotate(90deg);
}
/*header css for mobile*/
@media (max-width: 767px) {
  body .my_contact_us {
    right: -30px;
  }
}

.dasktop-show {
  display: block;
}
@media (max-width: 992px) {
  .dasktop-show {
    display: none !important;
  }
  
  .search-box-btn.search-box-outer {
        left: 0 !important;
        position: relative !important;
        top: 0 !important;
    }
}

/* ===============================
    for search css
  =============================== */
  
  .h-search-form input.form-control {
    position: absolute;
    width: 250px;
    top: -44px;
    transform: translateX(2000px);
    transition: 0.5s;
}

.form-section.h-search-form {
    position: relative;
}

.form-section.h-search-form button.btn {
    float: right;
}

.form-section.h-search-form form.d-flex {
    display: block !important;
}

/*.form-section.h-search-form button.btn:hover input {*/
/*    transform: translateX(0px);*/
/*}*/

.form-section.h-search-form form.d-flex:hover input {
    transform: translateX(-180px);
    transition: 0.5s;
}

  /* ===============================
	  for search css
  =============================== */
 /* .search-btn {*/
	/*cursor: pointer;*/
	/*display: block;*/
	/*position: relative;*/
	/* margin-left: 20px; */
	/* margin-right: 10px; */
	/*}*/
 /* .search-box-btn.search-box-outer {*/
	/*background: var(--btn-color);*/
	/*height: 40px;*/
	/*width: 40px;*/
	/*display: inline-block;*/
	/*border-radius: 50%;*/
	/* position: absolute; */
	/* top: -30px; */
	/* left: 30px; */
	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/
	/*margin: 0px 10px;*/
	/*}*/
 /* .search-box-btn.search-box-outer:hover {*/
	/* background: #3ca949; */
	/*transition: 0.3s;*/
	/*}*/
 /* .search-popup {*/
	/*position: fixed;*/
	/*left: 0;*/
	/*top: 0;*/
	/*height: 100vh;*/
	/*width: 100%;*/
	/*z-index: 99999;*/
	/*margin-top: -540px;*/
	/*transform: translateX(-100%);*/
	/*background-color: rgba(0, 0, 0, 0.9);*/
	/*-webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);*/
	/*-moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);*/
	/*-o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);*/
	/*transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);*/
	/*-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);*/
	/*-moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);*/
	/*-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);*/
	/*transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);*/
 /* }*/
 /* .search-active .search-popup {*/
	/*transform: translateY(0%);*/
	/*margin-top: 0;*/
	/*z-index: 9999999;*/
	/*}*/
  
 /* .search-popup .close-search.style-two {*/
	/*position: absolute;*/
	/*right: 25px;*/
	/*left: auto;*/
	/*color: #ffffff;*/
	/*width: auto;*/
	/*height: auto;*/
	/*top: 25px;*/
	/*margin: 0px;*/
	/*border: none;*/
	/*background: none !important;*/
	/*box-shadow: none !important;*/
	/*-webkit-transition: all 500ms ease;*/
	/*-moz-transition: all 500ms ease;*/
	/*-ms-transition: all 500ms ease;*/
	/*-o-transition: all 500ms ease;*/
	/*transition: all 500ms ease;*/
 /* }*/
 /* .search-popup:before {*/
	/*left: 0;*/
	/*top: 100%;*/
	/*width: 100%;*/
	/*height: 560px;*/
	/*background-repeat: no-repeat;*/
	/*background-position: center;*/
	/*background-size: cover;*/
	/*margin-top: 0px;*/
	/*content: "";*/
 /* }*/
  
 /* .search-active .search-popup form {*/
	/*transform: scaleX(1);*/
	/*-webkit-transition-delay: 1200ms;*/
	/*-moz-transition-delay: 1200ms;*/
	/*-ms-transition-delay: 1200ms;*/
	/*-o-transition-delay: 1200ms;*/
	/*transition-delay: 1200ms;*/
 /* }*/
 /* .search-popup form {*/
	/*position: absolute;*/
	/*max-width: 700px;*/
	/*top: 50%;*/
	/*left: 15px;*/
	/*right: 15px;*/
	/*margin: -35px auto 0;*/
	/*transform: scaleX(0);*/
	/*transform-origin: center;*/
	/*background-color: #111111;*/
	/*-webkit-transition: all 300ms ease;*/
	/*-moz-transition: all 300ms ease;*/
	/*-ms-transition: all 300ms ease;*/
	/*-o-transition: all 300ms ease;*/
	/*transition: all 300ms ease;*/
 /* }*/
 /* .search-popup .form-group {*/
	/*position: relative;*/
	/*margin: 0px;*/
	/*overflow: hidden;*/
 /* }*/
  
 /* .search-popup .form-group input[type="text"],*/
 /* .search-popup .form-group input[type="search"] {*/
	/*position: relative;*/
	/*display: block;*/
	/*font-size: 18px;*/
	/*line-height: 50px;*/
	/*color: #000000;*/
	/*height: 70px;*/
	/*width: 100%;*/
	/*outline: none;*/
	/*border: none;*/
	/*padding: 10px 30px;*/
	/*background-color: #ffffff;*/
	/*-webkit-transition: all 500ms ease;*/
	/*-moz-transition: all 500ms ease;*/
	/*-ms-transition: all 500ms ease;*/
	/*-o-transition: all 500ms ease;*/
	/*transition: all 500ms ease;*/
	/*font-weight: 500;*/
	/*text-transform: capitalize;*/
 /* }*/
 /* .search-popup .form-group input[type="submit"],*/
 /* .search-popup .form-group button {*/
	/*position: absolute;*/
	/*right: 30px;*/
	/*top: 0px;*/
	/*height: 40px;*/
	/*line-height: 65px;*/
	/*background: transparent;*/
	/*text-align: center;*/
	/*font-size: 24px;*/
	/*color: #000000;*/
	/*padding: 0;*/
	/*cursor: pointer;*/
	/*-webkit-transition: all 500ms ease;*/
	/*-moz-transition: all 500ms ease;*/
	/*-ms-transition: all 500ms ease;*/
	/*-o-transition: all 500ms ease;*/
	/*transition: all 500ms ease;*/
	/*border: unset;*/
 /* }*/
 /*   .search-popup .form-group button {*/
 /*       top: 0 !important;*/
 /*       right: 0 !important;*/
 /*       bottom: 0 !important;*/
 /*       height: 100%;*/
 /*       width: 40px;*/
 /*       margin: auto;*/
 /*       padding: 0;*/
 /*       line-height: normal;*/
 /*       background: var(--btn-color);*/
 /*   }*/
    
 /*   .search-popup .form-group button img.img-fluid {*/
 /*       margin: 0;*/
 /*       position: relative;*/
 /*       margin-left: 0 !important;*/
 /*       max-width: 80%;*/
 /*   }*/
  /* ===============================
	  end search css
  =============================== */

/* ===============================
  header css
=============================== */

.logo-sec .header-top {
  padding: 10px 0px 10px 0px;
  background: #fff;
  text-align: center;
  /* border-bottom: 1px solid #F3F3FF; */
}
.logo-sec .header-info {
  display: flex;
  justify-content: start;
  align-items: center;
}
.logo-sec .header-top .header-info-right .web-lang {
    display: flex;
    align-items: center;
    justify-content: end;
}

.logo-sec .header-top .header-info-right .web-lang span {
    padding-right: 15px;
    font-family: 'NunitoSans';
    font-weight: 700;
}

.logo-sec .header-top .header-info-right .web-lang .gtranslate_wrapper a img {
    margin-right: 10px;
}

.h-contact .all-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-contact .all-icon .h-icon {
  /*height: 40px;*/
  /*width: 40px;*/
  margin-right: 10px;
  margin-left: 0px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.h-contact .all-icon p.c-black {
  margin: 0 !important;
  color: #136FFE;
  font-family: Raleway !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}
.h-contact .all-icon p.c-num {
  margin: 0 !important;
  color: var(--h-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 30px !important;
  font-family: 'NunitoSans';
}
.main-menu-header {
    padding: 10px 0px;
    background: linear-gradient(to top, #F3F3FF 0%, #FFFFFF 50%);
    border-top: 1px solid #F3F3FF;
}
/*.logo-sec.main-header .row-third {*/
/*  background: var(--btn-color);*/
/*  border-radius: 10px;*/
/*}*/
.my-navbar .header-logo.mobile-logo {
  display: none;
}
.main-header li.nav-item {
  /* padding: 10px 0px; */
  position: relative;
  margin: 0px 0px 0px 0px;
  transition: 0.5s;
}
.main-header li.nav-item a.nav-link {
  padding: 5px 0px !important;
  color: #353535;
  border-radius: 0px;
  margin: 0px 15px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'NunitoSans';
}
.main-header li.active.nav-item a.nav-link {
  position: relative;
  border-radius: 0px;
  color: var(--s-color);
  background: transparent !important;
  /* background-size: 100% 100%; */
  /* background-position: center !IMPORTANT; */
  /* background-repeat: no-repeat !important; */
}
.main-header li.nav-item a.nav-link.show {
  color: var(--btn-color);
  transition: 0.5s;
}
.my-navbar .navbar-collapse ul ul.dropdown-menu {
  background: var(--btn-color);
  /* background: linear-gradient(180deg, #C8A168 0%, #E3BC7B 100%); */
  transition: 0.3s;
}
.my-navbar .navbar-collapse ul ul.dropdown-menu a {
  color: var(--color2) !important;
}
.my-navbar .navbar-collapse ul ul.dropdown-menu li.dropdown-item:hover {
  background: transparent !important;
  transition: 0.3s;
}
.my-navbar .navbar-collapse ul ul.dropdown-menu li.dropdown-item:hover a {
  color: var(--color2) !important;
  transition: 0.3s;
  background: transparent !important;
}
.header-inforight {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-header li.nav-item:before {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 50%;
    width: 1px;
    content: "";
    background: var(--h-color);
}

.main-header .navbar-nav > li.nav-item:last-of-type::before {
    display: none;
}
/*header css for mobile*/
@media (max-width: 767px) {
  .header-top {
    display: none;
  }
  section.logo-sec.main-header {
    background: #fff;
    width: 100%;
    position: fixed !important;
    height: 80px !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 999 !important;
    padding: 5px 0px !important;
    align-content: center;
    border: 1px solid #ccc;
  }
  .main-menu-header {
    /* background: var(--btn-color); */
    /* height: 80px !important; */
    /* border-radius: 0px !important; */
    padding: 0;
    border: none;
  }
  .my-navbar .header-logo.mobile-logo {
    display: block !important;
    text-align: left !important;
    top: 0 !important;
    /* position: unset !important; */
    margin: 0;
  }
  .my-navbar .container-fluids {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .my-navbar .header-logo.mobile-logo img.img-fluid {
    width: 160px;
    position: relative;
    z-index: 9999;
  }
  .my-navbar button.navbar-toggler {
    padding: 0 !important;
    background: var(--color2);
  }
  .main-header .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    background: var(--color2);
    left: 0;
    transform: translateX(-1000px);
    width: 70%;
    margin-top: 80px;
    height: 100% !important;
    text-align: left;
    transition: 0.3s;
    padding-bottom: 120px;
    border-top: 2px solid #ccc;
  }
  .main-header .navbar-collapse.show {
    transform: translateX(0px);
    transition: 0.3s;
    background-color: #fff;
    z-index: 999;
  }
	.main-header .navbar-collapse ul {
		/* height: 100%; */
		/* width: 100%; */
		/* overflow-y: auto; */
	}
  .main-header li.nav-item {
    padding: 5px 0px !important;
  }
  .main-header li.nav-item a.nav-link {
    font-size: 10px !important;
    color: var(--h-color) !important;
    margin: 5px 10px !important;
    display: inline-block;
    position: relative;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu {
    background: var(--color2) !important;
    margin: 0px 10px;
    text-align: center !important;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu a {
    color: var(--h-color) !important;
    font-size: 10px;
  }

  .main-header .navbar-toggler:focus {
    box-shadow: none !important;
    border-color: rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 575px) and (max-width: 767px) {
    .logo-sec.main-header .wow.fadeInRight {
    width: 100%;
  }
  .my-navbar .container-fluids {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .logo-sec.main-header {
    background: #1c1c1c;
    width: 100%;
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999;
  }
}
/*header css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  .header-top {
    display: none;
  }
  .logo-sec.main-header .row-second {
    display: none !important;
  }
  .logo-sec.main-header .wow.fadeInRight {
    width: 100%;
  }
  .my-navbar .container-fluids {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .logo-sec.main-header {
    /* background: #1c1c1c; */
    /* width: 100%; */
    /* position: fixed; */
    /* height: 80px; */
    /* top: 0; */
    /* left: 0; */
    /* z-index: 999; */
  }
   section.logo-sec.main-header {
    background: var(--color2);
    width: 100%;
    position: fixed !important;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999 !important;
    padding: 5px 0px !important;
    align-content: center;
    border-bottom: 1px solid #ccc;
  }
  .main-menu-header {
    /* background: var(--btn-color); */
    /* height: 80px !important; */
    /* border-radius: 0px !important; */
    padding: 0;
    border: none;
  }
  .my-navbar .header-logo.mobile-logo {
    display: block !important;
    text-align: left !important;
    top: 0 !important;
  }
  .my-navbar .container-fluids {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .my-navbar .header-logo.mobile-logo img.img-fluid {
    width: 180px;
    position: relative;
    z-index: 99999;
  }
  .my-navbar button.navbar-toggler {
    padding: 0 !important;
    background: var(--color2);
  }
  .main-header .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    background: var(--color2);
    left: 0;
    transform: translateX(-1000px);
    width: 380px;
    margin-top: 80px;
    padding-top: 30px;
    height: 100% !important;
    overflow: auto;
    text-align: left;
    transition: 0.3s;
    padding-bottom: 120px;
    z-index: 9999;
    border-top: 2px solid #ccc;
  }
  .main-header .navbar-collapse.show {
    transform: translateX(0px);
    transition: 0.3s;
  }
  .main-header li.nav-item {
    padding: 5px 0px !important;
    text-align: center !important;
  }
  .main-header li.nav-item a.nav-link {
    font-size: 14px !important;
    color: var(--h-color) !important;
    margin: 5px 10px !important;
    display: inline-block;
    position: relative;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu {
    background: var(--color2) !important;
    margin: 0px 10px;
    text-align: center;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu a {
    color: var(--h-color) !important;
    font-size: 14px;
  }

  .main-header .navbar-toggler:focus {
    box-shadow: none !important;
    border-color: rgba(0, 0, 0, 0.1);
  }
}
.my-navbar button.navbar-toggler.collapsed span.navbar-toggler-icon {
  background-image: url(/images/menubar.png);
}
.my-navbar button.navbar-toggler span.navbar-toggler-icon {
  background-image: url(/images/close.png);
  height: 40px;
  width: 40px;
}

/*header css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
  .main-header a.nav-link {
    font-size: 12px;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu a {
    color: #fff !important;
    font-size: 12px;
  }
}

/*end header css*/

/*banner css*/

section.banner-section {
  /* position: relative; */
  /* height: 800px; */
  /* background-image: url(/images/DESING.jpg); */
  /* background-size: 100% 100% !important; */
  /* background-position: center !important; */
  /* background-repeat: no-repeat !important; */
  /* z-index: 1; */
}
.banner-slider .owl-item .item .container {
    position: relative;
    height: 600px;
}

.banner-slider .owl-item .item .container .row.align-items-center {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.banner-slider .owl-item .item .caption {
    position: relative;
}
.banner_txt .caption2 h1.text1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: #000;
}
.banner_txt .caption2 .btn-bnnr a img {
    display: inline-block;
    float: right;
    max-width: 30%;
}
.banner-alid-img {
    text-align: center;
}
section.banner-section .row {
  position: relative;
}
section.banner-section .bannermain {
    /* filter: hue-rotate(289deg); */
    /* padding: 0px; */
    /* position: absolute; */
    /* width: 100%; */
    /* top: -55px; */
    position: relative;
    z-index: 1;
}
.banner-slider .owl-item .item {
  height: 600px;
  margin: 0px;
  position: relative;
}
.banner_txt {
  /* position: absolute; */
  /* top: 20%; */
  /* left: 0; */
  /* bottom: 0; */
  /* right: 0; */
  /* display: inline-block; */
  /* align-items: center; */
  /* margin: 0 auto; */
  /* max-width: 650px; */
  /* text-align: center; */
;
  padding-left: 30px;
  /* padding-bottom: 180px; */
}
.banner_txt .caption2 {
  /* max-width: 60%; */
  /* padding-left: 20px; */
  /* margin: 0 auto; */
  /* text-align: end; */
  /* padding-right: 40px; */
}
.banner_txt h2.text3 {
    color: #353A3F;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    font-family: NunitoSans !important;
    position: relative;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.40); */
    padding-bottom: 10px;
}
.banner_txt h5.text2 {
  color: var(--btn-color);
  font-size: 60px;
  font-weight: 700;
  font-family: Poppins !important;
  line-height: 40px;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 2.4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.banner_txt p.text4 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.btn-bnnr {
  display: inline-block;
  margin-top: 0px;
}
.btn-bnnr a {
  padding: 10px 20px;
  color: #fff;
  background: var(--btn-color);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: 0.5s;
  border-radius: 0px;
}
.btn-bnnr a:hover {
  transition: 0.5s;
  transform: scale(1.08);
}
.banner-slider .owl-nav {
  display: block !important;
}
.banner-slider .owl-nav .owl-prev {
    font-size: 0;
    background-image: url(/images/arrow3.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotate(0deg);
    position: absolute;
    bottom: 50%;
    left: 0%;
}
.banner-slider .owl-nav .owl-next {
    font-size: 0;
    background-image: url(/images/arrow3.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    position: absolute;
    bottom: 50%;
    right: 0%;
}
.banner-slider .owl-dots {
    display: flex !important;
    position: absolute;
    bottom: 10px;
    left: auto;
    right: 100px;
    margin: 0 auto;
    text-align: center;
}

.banner-slider .owl-dots .owl-dot span {
    display: block;
    height: 30px;
    width: 30px;
    position: relative;
    font-weight: 700;
}
.banner-slider .owl-dots .owl-dot {
  border: 0px solid #ffffff;
  margin: 10px;
  padding: 0px;
  display: inline;
  height: 30px;
  width: 30px;
  text-align: center;
}
.banner-slider .owl-dots .owl-dot.active span:before {
  /* border: 0px solid #ffffff; */
  /* background: linear-gradient(180deg, #e09120 0%, rgb(217 181 28) 100%) !important; */
  font-weight: 600 !important;
}
.banner-slider .owl-dots .owl-dot.active span {
  /* background: #ffffff; */
  /* border: 1px solid #fff; */
}

.banner-slider .owl-dots .owl-dot:first-child span:before {
    content: '1';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    margin: auto;
    height: 30px;
    width: 30px;
}

.banner-slider .owl-dots .owl-dot:nth-child(2) span:before {
    content: '2';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    height: 30px;
    width: 30px;
}

.banner-slider .owl-dots .owl-dot:nth-child(3) span:before {
    content: '3';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    height: 30px;
    width: 30px;
}

/*banner css for mobile*/
@media (max-width: 767px) {
  section.banner-section {
    position: relative;
    height: 200px !important;
    margin-top: 0px !important;
  }
  section.banner-section .bannermain {
    position: relative !important;
    top: 0 !important;
    padding: 0px !important;
  }

  .banner_txt {
    padding: 0 !important;
    /* margin-left: 10px; */
  }
  .banner_txt .caption2 {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .banner_txt h2.text3 {
    font-size: 16px;
    line-height: 17px;
    margin: 0 !important;
    -webkit-line-clamp: 3;
  }
  .banner_txt h5.text2 {
    font-size: 10px;
    line-height: 15px;
    margin: 0 !important;
  }
  .banner_txt p.text4 {
    font-size: 9px !important;
    line-height: 14px !important;
  }
  .btn-bnnr {
    margin-top: 0px !important;
  }
  .btn-bnnr a {
    font-size: 10px !important;
    padding: 5px 10px !important;
  }
  .banner-slider .owl-dots {
    display: none !important;
  }
  .banner-slider .owl-nav {
    display: none !important;
  }
}

/*banner css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  /*     section#\#banner {*/
  /*    margin-top: 0px !important;*/
  /*}*/
  section.banner-section {
    position: relative;
    height: 300px !important;
  }
  body section.banner-section .bannermain {
    height: 300px !important;
    /* padding: 20px 0px !important; */
  }
  body .bannermain .item {
    height: 300px !important;
  }
  section.banner-section .bannermain {
    position: relative !important;
    top: 0 !important;
    padding: 0px !important;
  }

  .banner_txt {
    padding: 0 !important;
    /* margin-left: 50px; */
  }
  .banner_txt .caption2 {
    /* max-width: 50% !important; */
    /* padding: 0 !important; */
  }
  .banner_txt h2.text3 {
    font-size: 22px;
    line-height: 25px;
    margin: 0;
  }
  .banner_txt h5.text2 {
    font-size: 20px;
    line-height: 20px;
  }
  .banner_txt p.text4 {
    font-size: 9px !important;
    line-height: 14px !important;
  }
  .btn-bnnr {
    margin-top: 0px !important;
  }
  .btn-bnnr a {
    font-size: 12px !important;
    padding: 10px 20px !important;
  }
  .banner-slider .owl-nav {
    display: none !important;
  }
}

/*banner css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
  .banner_txt h2.text3 {
    font-size: 30px;
  }
  .banner_txt h5.text2 {
    font-size: 18px;
  }
  .btn-bnnr a {
    font-size: 18px;
  }
}

/*end banner css*/

/*----------===-----------*/
.servicess-section {
  padding: 60px 0px;
  position: relative;
  padding-top: 100px !important;
}
.servicess-section .sub-heading:before {
  margin: 0 !important;
}
.image-service {
  height: 100px;
  position: relative;
  text-align: left;
}
.image-service img.img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  margin: auto;
}
.seric-content h3 {
  color: var(--h-color);
  font-size: 16px;
  margin: 10px 0px;
  font-weight: 700;
  line-height: normal;
}
.seric-content p {
  color: var(--txt-color);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}



/*service css for mobile*/
@media (max-width: 767px) {
  .servicess-section {
    padding: 30px 0px !important;
    text-align: center;
  }
  .servicess-section .sub-heading:before {
    margin: auto !important;
  }
  .seric-content p {
    font-size: 10px !important;
  }
  .image-service {
    text-align: center !important;
  }
  .image-service img.img-fluid {
    right: 0 !important;
  }
  .seric-content h3 {
    font-size: 11px !important;
  }
}
/*service css for tab*/
@media (min-width: 768px) and (max-width: 992px) {
    .seric-content p {
        font-size: 11px !important;
    }
}

/*----------===-----------*/

/*about section*/

.about-section {
  position: relative;
  padding: 60px 0px;
  z-index: 4;
  background: var(--bgg-color) !important;
}
.about-section .sub-heading:before {
  margin: 0;
}
.about-ccontent h1 {
    color: var(--h-color);
    font-size: 30px;
    font-family: Raleway !important;
    font-weight: 700;
    display: inline-block;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: capitalize;
    padding-bottom: 10px;
    position: relative;
}
.about-section .about-ccontent p {
  color: var(--txt-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-section:before {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -100px;
    left: auto;
    margin: auto;
    height: 40%;
    width: 15%;
    background-image: url("/images/about-before.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    content: "";
    z-index: -1;
}
/*about css for mobile*/
@media (max-width: 767px) {
  .about-section {
    padding: 30px 0px !important;
    margin: 0 !important;
  }
  .about-section .sub-heading:before {
    /* margin: auto !important; */
  }
  .about-ccontent h1 {
    /* text-align: center !important; */
    display: block !important;
    font-size: 22px !important;
  }
  .about-section .about-ccontent {
    padding-top: 0px !important;
  }
  .about-section .about-ccontent p {
    font-size: 10px !important;
    line-height: 18px !important;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .about-btn a {
    font-size: 10px !important;
    font-weight: 500 !important;
  }
}
/*about us css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  section.about-section {
    padding: 50px 0px !important;
    /* margin: 30px 0px; */
    margin-top: 0px !important;
  }
  .about-section .sub-heading:before {
    /* margin: auto !important; */
  }
  .about-ccontent h1 {
    /* text-align: center !important; */
    display: block !important;
    font-size: 22px !important;
  }
  
  section.about-section .about-ccontent p {
    font-size: 10px !important;
    line-height: 18px !important;
  }
  .about-btn a {
    font-size: 10px !important;
  }
}

/*about css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
  .about-ccontent h1 {
    font-size: 20px;
  }
  .about-section .sub-heading:before {
    margin: auto !important;
  }
  .about-section .about-ccontent p {
    font-size: 13px;
  }
  .about-btn a {
    font-size: 13px;
  }
}

/*end about section*/

/*product section*/
.product-section {
  padding: 60px 0px;
  position: relative;
}

.product-heading-bg {
    /* background-color: var(--btn-color); */
    /* padding: 10px 0px; */
    text-align: center;
    margin-bottom: 60px;
}

.product-heading-bg .sub-heading h3 {
    /* color: #747474; */
}

.product-heading-bg .sub-heading:before {
    /* background-color: #fff !important; */
}

.product-heading-bg .defalt-heading h2 {
    /* color: #fff; */
}
section.product-section .sub-heading,
section.product-section .defalt-heading {
  /* text-align: center; */
  position: relative;
}


.product-list {
  height: 300px;
  position: relative;
  border: 1px solid #cccccc45;
  overflow: hidden !important;
  border-radius: 0;
  /* background: #fff; */
  z-index: 6;
  transition: .5s ease;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  background-color: #DCE4F7;
}
.product-list img.img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  /* max-height: 100%; */
  margin: auto;
  transition: 0.5s;
  object-fit: cover !important;
}
.product-content {
  /* text-align: center; */
  /* padding-top: 20px; */
  /* padding-right: 20px; */
  background: var(--bgg-color);
}
.product-url a {
  color: var(--color1);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  font-family: 'NunitoSans';
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 10px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
}
.product-url a:before {
    position: absolute;
    bottom: 16px;
    right: 0;
    left: 0;
    margin: auto;
    background: #61616147;
    height: 2px;
    width: 20%;
    content: "";
    display: none;
}

.product-url a:after {
    position: absolute;
    bottom: 8px;
    right: 0;
    left: 0;
    margin: auto;
    background: #61616147;
    height: 2px;
    width: 30%;
    content: "";
    display: none;
}

section.product-section .owl-carousel-m-product2 .owl-nav{
    display: flex !important;
    align-items:center;
}

section.product-section .owl-carousel-m-product2 .owl-nav .owl-prev {
    background-image: url(/images/arrow3.png);
    background-position: center !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    font-size: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transform: rotate(0deg);
    position: absolute;
    top: 120px;
    left: -60px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #00000061;
}
section.product-section .owl-carousel-m-product2 .owl-nav .owl-next {
    background-image: url(/images/arrow3.png);
    background-position: center !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    font-size: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transform: rotate(180deg);
    position: absolute;
    top: 120px;
    right: -60px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #00000061;
}


/*product css for mobile*/
@media (max-width: 767px) {
  .product-section {
    padding: 20px 0px !important;
    padding-bottom: 0;
  }
  .main-div {
    margin-top: 0px !important;
    /* margin-bottom: 10px !important; */
  }
  .product-content {
  padding: 10px;
  }
  .product-url a {
    font-size: 12px !important;
    padding: 0px !important;
    font-weight: 400 !important;
    /* height: 30px; */
    /* min-height: 30px; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    align-content: center;
  }
	.product-url a:before, .product-url a:after {
		height: 0;
		width: 0;
		opacity: 0;
	}
  .product-list {
    width: 100%;
    height: 130px !important;
    position: relative !important;
  }
  .product-url,
  .product-url-main {
    /* text-align: center; */
    margin-top: 0px !important;
  }
  /*.product-url-main .view-details a {*/
  /*  font-size: 8px;*/
  /*  padding: 5px 15px;*/
  /*  line-height: 30px;*/
  /*}*/
}

/*product css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  .product-section {
    padding: 30px 0px;
  }
  .product-url a {
    font-size: 14px;
    font-weight: 400!important;
    /* min-height: 45px; */
    /* height: 45px; */
    px; */
    align-content: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
	.product-url a:before, .product-url a:after {
		height: 0;
		width: 0;
		opacity: 0;
	}
  /*.product-url-main .view-details a {*/
  /*  font-size: 12px;*/
  /*}*/
}

/*product css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
  .product-url a {
    font-size: 14px;
  }
  /*.product-url-main .view-details a {*/
  /*  font-size: 14px;*/
  /*}*/
}
/*end product section*/

  /* ===============================
	  testimonial section css
  =============================== */
  section.main-testimonial.zz {
	padding: 0px 0px 0px 0px;
	/*background-size: 100% 100% !important;*/
	/*background-position: center left !important;*/
	/*background-repeat: no-repeat !important;*/
	/*background: url("/images/cont-bgs.jpg");*/
	}
  section.main-testimonial.zz .sub-heading h3 {
	/* color: #fff; */
	/* text-align: center; */
	/* font-family: Pacifico !important; */
	/* font-size: 20px; */
	/* font-weight: 400; */
	/* line-height: normal; */
	}
  section.main-testimonial.zz .default-heading h2 {
	/* color: #fff; */
	/* font-family: Paytone One; */
	/* font-size: 30px; */
	/* font-weight: 700; */
	/* line-height: 40px; */
	/* position: relative; */
	/* text-transform: capitalize; */
	}
  section.main-testimonial.zz .default-heading h2:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	height: 2px;
	width: 120px;
	background: #fff;
  }
  section.main-testimonial.zz .cust-cust {
	/* padding-top: 50px; */
	width: 65%;
	margin: 0 auto;
	}
  section.main-testimonial.zz .text-caption-p p {
	color: var(--txt-color);
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	display: -webkit-box;
	padding-right: 0px;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-transform: capitalize;
	}
  section.main-testimonial.zz .testi-user {
	/* display: flex; */
	/* align-items: center; */
	/* margin-top: 30px; */
	margin: 20px 0px;
	}
  section.main-testimonial.zz .testy-img {
	display: inline-block !important;
	margin-right: 20px;
  }
  section.main-testimonial.zz .testy {
	display: inline-block !important;
  }
  section.main-testimonial.zz .testy h4 {
	color: var(--h-color);
	font-family: Raleway !IMPORTANT;
	font-size: 25px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: normal;
	}
  section.main-testimonial.zz .testy h5 {
	font-family: 'Raleway' !important;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
	}
  section.main-testimonial.zz .owl-nav,
  section.main-testimonial.zz .owl-dots {
	display: block !important;
	}
  
  /*testimonial css for mobile*/
  @media (max-width: 767px) {
    body .about-section .container:before {
        width: 0px;
        height: 0px;
        top: 0;
        opacity: 0;
    }
	section.main-testimonial.zz {
	  padding: 30px 0px;
	  background-size: cover !important;
	  background-position: left center !important;
	  display: none;
	}
	section.main-testimonial.zz .default-heading h2 {
	  font-size: 20px !important;
	  line-height: 25px !important;
	}
	section.main-testimonial.zz .default-heading h2:after {
	  bottom: -10px !important;
	  width: 60px !important;
	}
	section.main-testimonial.zz .owl-nav {
	  display: none !important;
	}
	section.main-testimonial.zz .cust-cust {
	  margin-top: 10px !important;
	  height: auto !important;
	  padding-top: 10px !important;
	}
	section.main-testimonial.zz .text-caption-p p {
	  font-size: 10px !important;
	  line-height: 15px !important;
	  padding-right: 0px !important;
	}
	section.main-testimonial.zz .testy-img {
	  display: inline-block !important;
	  height: 50px !important;
	  width: 50px !important;
	  margin-right: 10px !important;
	}
	section.main-testimonial.zz .testi-user {
	  margin-top: 0px !important;
	}
	section.main-testimonial.zz .testy h4 {
	  font-size: 12px;
	}
	section.main-testimonial.zz .testy h5 {
	  font-size: 10px;
	}
  }
  
  /*testimonial css for tab*/
  @media (min-width: 768px) and (max-width: 992px) {
	section.main-testimonial.zz {
	  padding: 30px 0px 0px !important;
	}
	section.main-testimonial.zz .default-heading h2 {
	  font-size: 20px !important;
	}
	section.main-testimonial.zz .default-heading h2:after {
	  width: 90px !important;
	  bottom: -10px !important;
	}
	section.main-testimonial.zz .cust-cust {
	  padding-top: 30px !important;
	}
	section.main-testimonial.zz .text-caption-p p {
	  font-size: 12px !important;
	  line-height: 20px !important;
	  padding-right: 30px;
	  -webkit-line-clamp: 6;
	}
	section.main-testimonial.zz .testi-user {
	  margin-top: 15px !important;
	}
	section.main-testimonial.zz .testy-img {
	  width: 60px;
	}
	section.main-testimonial.zz .testy h4 {
	  font-size: 14px !important;
	  margin-bottom: 5px !important;
	}
	section.main-testimonial.zz .testy h5 {
	  font-size: 12px !important;
	}
  }
  /* ===============================
	  end testimonial section css
  =============================== */

/*video in testimonial section*/
.video-div {
    text-align: center;
}
/*end video in testimonial section*/



.prod-content {
  text-align: center;
  padding: 10px;
}
.prod-content h2 {
  color: #272727;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 15px;
}
.prod-content p {
  font-size: 15px;
  color: #4F4F4F;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.prod-content a {
  position: relative;
  font-size: 14px;
  color: #39223D;
  font-weight: 600;
}
.prod-content a:before,
.hot-prod-text a:before{
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    border: 1px solid #E01B22;
    top: 10px;
    left: -9px;
    opacity: 0;
    display: none;
    transition: 0.3s;
}
.prod-content a:hover:before,
.hot-prod-text a:hover:before{
    display: block !important;
    transition: 0.3s;
}
.prod-content a:hover {
    color: #39223D;
    transition: 0.3s;
}

.single-prod:hover .prod-img img {
    transition: 0.6s;
    transform: scale(1.09);
}

.single-prod .prod-img {
    overflow: hidden;
    transition: 0.6s;
}


@media (max-width: 767px) {
    .single-prod {
    /*display: flex;*/
    padding: 10px 0px;
    /*align-items: center;*/
  }
  section.category-section .col-md-4:nth-child(2) .single-prod {
    display: flex;
    flex-direction: column-reverse;
  }
  .prod-content h2 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .prod-content p {
    font-size: 10px;
    margin: 0px;
  }
  .prod-content a {
    font-size: 11px;
    font-weight: 500;
  }
}



.service-section {
  padding: 130px 0px 50px;
  position: relative;
  margin-top: 80px;
}
.service {
  text-align: center;
  position: relative;
}
.service .number {
  text-align: center;
  background: var(--btn-color);
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.service:hover p.number {
  background: var(--btn-color) !important;
  color: #fff;
  transition: 0.3s;
  border: 1px solid var(--btn-color);
  cursor: pointer;
}
.arrow-svg1 {
  position: absolute;
  right: -52px;
  top: 50px;
}
.arrow-svg2 {
  position: absolute;
  right: -50px;
  top: 50px;
}
p.number {
  padding: 20px;
  border: 1px solid #343434;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.service p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #343434;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
}
.service h2 {
  font-size: 20px;
  color: #131313;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
.arrow-svg1{
    display:none;
}
}

/* ===============================
	  blogs section css
  =============================== */

section.blog-section {
    position: relative;
    padding: 60px 0px;
}

section.blog-section .blog-img {
    height: 300px;
    position: relative;
}

section.blog-section .blog-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

section.blog-section .main-blog-div .blog-content span.blog-admin {
    display: flex;
    align-items: center;
}

section.blog-section .main-blog-div .blog-content .blog-url h3 {
    font-size: 22px;
    color: var(--color1);
    text-align: center;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

section.blog-section .main-blog-div .blog-content .blog-url-main .view-details img {
    width: auto;
    padding-right: 10px;
}

section.blog-section .main-blog-div .blog-content .blog-url-main .view-details {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

section.blog-section .main-blog {
    position: relative;
    margin: 10px;
}

section.blog-section .main-blog:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 95%;
    width: 95%;
    border: 1px solid #C1C1C1;
    content: "";
    z-index: 9;
    opacity: 0;
    transition: 0.5s;
}

section.blog-section .main-blog:hover:before {
    opacity: 1;
    transition: 0.5s;
}

section.blog-section .blog-carousel .owl-nav{
    display: flex !important;
    align-items:center;
}

section.blog-section .blog-carousel .owl-nav .owl-prev {
    background-image: url(/images/arrow3.png);
    /* background-size: 8px; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    font-size: 0;
    height: 50px;
    width: 50px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    border-radius: 50%;
    transform: rotate(0deg);
    position: absolute;
    top: 120px;
    left: -60px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #00000061;
}
section.blog-section .blog-carousel .owl-nav .owl-next {
    background-image: url(/images/arrow3.png);
    /* background-size: 8px; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    font-size: 0;
    height: 50px;
    width: 50px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    border-radius: 50%;
    transform: rotate(180deg);
    position: absolute;
    top: 120px;
    right: -60px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #00000061;
}
.main-blog:hover .blog-content {
    box-shadow:rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px
}

section.blog-section .all-blogbtn a {
    color: var(--color2);
    background: var(--color1);
    padding: 10px 30px;
    border-radius: 100px;
    font-family: Nunitosans;
}

@media (min-width: 768px) and (max-width: 992px) {
  .blog-section {
    padding: 30px 0px 0px !important;
  }
  .blog-section .main-blog-div {
    margin-top: 10px !important;
    margin-bottom: 30px !important;
    /* padding: 10px !important; */
  }
    .blog-section .defalt-heading {
    margin-bottom: 0 !important;
  }
  .blog-section .blog-img {
    height: 130px !important;
  }
  .blog-section .blog-up:nth-child(2) {
    margin-top: 0px !important;
  }
  .blog-section .blog-content .name-user p {
    font-size: 11px !important;
  }
  .blog-section .blog-url a {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .blog-section .blog-txt p {
    font-size: 13px !important;
    line-height: 17px !important;
    margin: 5px 0px !important;
    padding-top: 0px;
  }
  .blog-section .blog-url-main .view-details a {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .blog-section .blog-url-main .view-details a:last-child {
    /* width: 35px; */
  }
}

/* end blogs section css */


/* gallery section css */
.all-gallery-img {
    display: flex;
}
.gallery-img {
    margin: 5px;
    width: 20%;
    height: 200px;
    overflow: hidden;
}
.gallery-img:hover img.img-fluid {
    transition: 0.8s;
    transform: scale(1.08);
}

.gallery-img img.img-fluid {
    transition: 0.8s;
}
/* end gallery section css */



/*footer css*/

.footer-section {
    /* padding-top: 60px; */
    background: #1E1E1E;
    /* background: #EFEFEF !important; */
}
.footer-section .container.bg {
    /* padding-bottom: 50px; */
}
.footer-p p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Nunitosans' !important;
}
.footer-heading {
    margin-bottom: 20px;
    /* padding-top: 30px; */
}
.footer-section .footer-heading h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    font-family: 'Nunitosans' !important;
    margin-bottom: 20px;
}

.footer-widgets li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: unset;
    /* text-transform: capitalize; */
    /* display: flex !important; */
    font-family: 'Nunitosans' !important;
}

.footer-widgets li a p {
  display: inline-block;
}
li.foot-numb:last-child a p {
   width: 75%;
}
.footer-menus ul.footer-menus-list {
    padding-left: 20px;
    margin: 0 !important;
}
li.foot-numb {
  display: block !important;
}
li.foot-numb a p {
  display: inline-block !important;
}
.footer-widgets li .h-icon {
    margin-right: 15px;
    display: inline-block;
}
.footer-widgets li {
  margin: 15px 0px;
}
ul.footer-menus-list li {
    margin: 15px 0px !important;
    list-style: disc;
    color: var(--color2);
}

.f-recent-post .f-post h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
}
.f-recent-post .f-recent {
  display: flex;
  align-items: center;
  margin: 30px 0px;
}
.f-details-wrapper p {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-transform: capitalize;
}
.f-details-wrapper h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
  margin: 0;
  text-transform: capitalize;
}
.f-image-wrapper {
  margin-right: 20px;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: relative;
}
.f-image-wrapper img.img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.footer-botm {
    padding: 15px 0px;
    background: #222628;
    border-top: 1px solid #ffffff42;
}
.footer-botm p.asdas {
    margin: 0px;
    color: #fff;
    /* text-align: center; */
    /* font-family: Poppins !important; */
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.footer-botm p.asdas a {
  color: var(--txt-color)#ffffff;
  position: relative;
  /*margin-right: 10px;*/
  transition: 0.5s;
}
.footer-botm p.asdas a:hover {
    color: var(--btn-color);
    transition: 0.3s;
}

.ffc ul.main-social-list {
    padding: 0;
    list-style: none !important;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
}
.ffc ul.main-social-list li a {
    background: #ffffff14;
    margin-right: 20px !important;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: 0.5s;
    overflow: hidden;
    border: 1px solid #f08a2500;
    border-radius: 100%;
    position: relative;
}
.footer-main-contact li.foot-numb span a p {
    margin: 0;
    font-family: 'NunitoSans' !important;
}

.foot-clmn-2.all-foot-clmn ul.main-social-list {
    padding: 0px;
}

.foot-clmn-2.all-foot-clmn ul.main-social-list img {
    height: auto;
    width: auto;
    padding-right: 10px;
}


.foot-clmn-2.all-foot-clmn .footer-qrs {
    display: flex;
    align-items: center;
    justify-content: start;
}

.foot-clmn-2.all-foot-clmn .footer-qrs .footer-qr-img {
    position: relative;
}

.foot-clmn-2.all-foot-clmn .footer-qrs .footer-qr-img span {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.foot-clmn-2.all-foot-clmn .footer-qrs .footer-qr-img img {
    width: 90px;
    height: 80px;
}


.foot-clmn-2.all-foot-clmn .footer-heading p {
    color: #fff;
    font-size: 16px;
    font-family: 'NunitoSans';
    padding: 20px 0px 10px 0px;
    margin: 0;
}

.foot-clmn-2.all-foot-clmn form input {
    padding: 15px 10px;
    color: #6D6969;
    font-size: 16px;
    font-family: Nunitosans !important;
}

.foot-clmn-2.all-foot-clmn form button {
    width: 100%;
    margin-top: 10px;
    padding: 15px 0px;
    border-radius: 5px;
    background-color: #6D6969;
    color: #fff;
    font-weight: 700;
}

div#error-newsletter,
div#success-newsletter {
    display: none;
    width: 45%;
    margin: 20px 0 0;
    position: absolute;
    top:0;
}

p.green-news {
    color: #0f5132;
    background-color: #d1e7dd;
    position: relative;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
div#error-newsletter p.red-news {
    color: #842029;
    background-color: #f8d7da;
    position: relative;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}


.foot-clmn-2.all-foot-clmn .newsletter-txt2 p {
    margin-top: 10px;
    color: #fff;
}

/*footer css for mobile*/
@media (max-width: 767px) {
  .footer-section {
    /* padding-top: 30px !important; */
  }
  .footer-section .container.bg {
    padding-bottom: 0px !important;
  }
  .l-o-g {
    width: 60% !important;
    /* text-align: center !important; */
    /* margin: 0 auto !important; */
    margin-top: 30px !important;
  }
  .footer-p p {
    font-size: 10px;
    margin-top: 15px;
    /* text-align: center; */
    line-height: 17px !important;
  }
  .footer-heading {
    margin-bottom: 20px !important;
    padding-top: 20px !important;
  }
  .footer-section .footer-heading h4 {
    font-size: 12px !important;
    margin-bottom: 10px;
  }
  ul.footer-menus-list li {
    margin: 5px 0px !important;
  }
  .footer-widgets li {
    font-size: 10px !important;
    line-height: 20px !important;
    margin: 5px 0px !important;
  }
  .footer-widgets li a {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .footer-widgets li a {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .footer-widgets li a .h-icon {
    padding-right: 0px !important;
  }
  .f-recent-post .f-post h2 {
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .f-details-wrapper p {
    font-size: 9px !important;
    line-height: 10px !important;
  }
  .f-details-wrapper h3 {
    font-size: 12px !important;
    line-height: 5px !important;
  }
  .f-image-wrapper {
    width: 50px !important;
  }
  .footer-botm p.asdas {
    font-size: 12px !important;
    line-height: 12px !important;
  }
}

/*footer css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  footer.footer-section {
    /* padding-top: 160px; */
    /* margin-top: 90px; */
  }
  footer.footer-section .container.bg {
    padding-bottom: 30px !important;
  }
  footer.footer-section .subscribe {
    margin-top: -214px;
    padding: 15px 0px !important;
    background-size: cover !important;
    left: 0 !important;
  }
  .subscribe-heading h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .l-o-g {
    width: 70%;
    /* margin: 0 auto; */
  }
  .footer-heading {
    margin-bottom: 10px;
  }
  .footer-p p {
    font-size: 10px;
    margin-top: 15px;
    text-align: left;
    /* line-height: 20px; */
    line-height: 20px;
    -webkit-line-clamp: 8;
  }
  .footer-section .footer-heading h4 {
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .footer-section .footer-heading h4:after {
    width: 100%;
    height: 1px;
  }
  .footer-widgets li a {
    font-size: 10px;
  }
  
}
/*end footer css*/

/*product page bread crum css*/

section.bread-crum {
  background-color: #f9f9f9;
  color: #fff;
  /*max-width: 1600px;*/
  margin: 0 auto;
}

.bread_crumb {
  padding: 10px 0 10px 0 !important;
  color: #000;
}

.bread_crumb a {
  color: #201e1e;
  font-weight: 500;
  font-size: 14px;
}

.extra-padding {
  padding: 0;
}

/*footer css for tab*/
@media (max-width: 992px) {
    .bread_crumb a {
        font-size: 10px !important;
    }
}
/* end product page bread crum css*/


/*inspector css*/

section.category-section {
    padding: 60px 0px;
    position: relative;
    z-index: 1;
}

.gallery-section {
    padding: 60px 0px;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.gallery-section .sub-heading {
    text-align: center;
}

.gallery-section .defalt-heading {
    text-align: center;
}

.main-div:hover .product-list img.img-fluid {
    transform: scale(1.2);
    transition: 0.5s;
}


@media (min-width: 575px) and (max-width: 992px) {

    .gallery-img {
        height: 100px;
    }
    
}
@media (max-width: 575px) {
    .gallery-img {
        height: 50px;   
    }
}
@media (max-width: 992px) {
    .ffc ul.main-social-list li a {
      height: 40px;
      width: 40px;
      margin-right: 10px !important;
    }
}
@media (max-width: 767px) {
    
.video-btn img.img-fluid {
    max-width: 20%;
}

section.category-section {
    padding-top: 30px;
}

.single-prod .prod-img img {
}

.single-prod .prod-img {
    height: 180px;
    overflow: hidden;
}

.service-section {
    padding-bottom: 0px;
}

.all-gallery-img {}



.gallery-section {
    padding: 20px 0px !important;
}

.service p {
    font-size: 12px;
}

.service h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.ffc ul.main-social-list {
    justify-content: center !important;
}
}


@media (min-width: 767px) and (max-width: 992px) {
.prod-content h2 {
    font-size: 12px;
    margin-bottom: 10px;
}

.prod-content p {
    font-size: 10px;
}

.arrow-svg1 img.img-fluid {
    max-width: 70%;
}

.arrow-svg1 {
    top: 40px;
    right: -55px;
}

.service h2 {
    font-size: 22px;
}

.service p {
    font-size: 12px;
}

.service .number {
    font-size: 40px;
}
.footer-botm p.asdas {
    font-size: 10px;
}
}


/*footer column divide line*/
.line-after {
    position: relative;
}

.line-after:after {
    content: '';
    position: absolute;
    left: -5px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ffffff29;
}

.line-after:first-child:after {
    display: none;
}

/*for gtranslate language css*/
.select-lang .gt_switcher_wrapper {
  position: relative !important;
  float: right;
}
.select-lang .gt_switcher_wrapper .gt_selected {
  background: var(--btn-color);
  background: #ffffff !important;
  border-radius: 10px !important;
  /* padding: 4px 10px; */
}
.select-lang .gt_switcher_wrapper .gt_selected a {
  color: #000 !important;
  font-family: Roboto !important;
  border: none !important;
  font-size: 16px;
  position: relative;
  font-weight: 600 !important;
  padding: 2px 10px;
  border-radius: 10px 10px 10px 10px !important;
  width: auto !important;
  box-shadow: none !important;
}
.select-lang .gt_switcher_wrapper .gt_selected a:hover {
  background: var(--btn-color);
  /* border-radius: 10px 10px 0px 0px !important; */
}
.select-lang .gt_switcher_wrapper .gt_selected a:before {
  content: "";
  width: 0;
  height: 0;
}
.select-lang .gt_container--hich1m .gt_switcher .gt_selected a:after {
  right: 10px !important;
  /* filter: brightness(15) !important; */
  top: 5px !important;
}

.select-lang .gt_switcher_wrapper .gt_option {
  background: #fff !important;
  position: absolute !important;
  padding: 20px 10px 10px 10px !important;
  width: 173px !important;
  top: 20px;
  border-radius: 0px 0px 20px 20px;
  overflow: scroll!important;
  border: 0 !IMPORTANT;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.select-lang .gt_switcher_wrapper .gt_option a {
  color: #000 !important;
  padding: 0px !important;
  margin: 6px 0px !important;
  font-size: 14px;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.select-lang .gt_switcher_wrapper .gt_option a:hover {
  background: var(--btn-color) !important;
  transition: 0.3s;
}
/*end for gtranslate language css*/

/*Quick contact css*/
.contact-section {
  padding: 60px 0px;
}
.quick-contact {
  position: relative;
  padding: 50px 30px;
  /* height: 500px; */
  width: 100%;
  margin: 0 auto;
  /* background: #FFF; */
  /* box-shadow: 0px 4px 17.1px 7px rgba(0, 0, 0, 0.15); */
}
.quick-contact .cont-heading h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: Poppins !important;
  text-transform: capitalize;
  line-height: normal;
}
.quick-form form .form-group input,
.quick-form input#captcha {
  border-radius: 0px;
  border: 1px solid #D7D7D7;
  border-bottom: 1px solid #e2e2e2;
  background: transparent;
  padding: 20px 15px;
  margin: 5px 0px;
  color: #000!important;
  font-size: 16px;
}
.quick-form form .form-group textarea {
  border-radius: 0px;
  border: 1px solid #D7D7D7;
  background: transparent;
  /*padding: 20px 15px 50px 15px;*/
  margin: 5px 0px;
  color: #000;
  font-size: 16px;
  resize: none;
  font-family: rubik;
}
.quick-form form ::placeholder {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}
.quick-form .cap_img {
  /* margin-top: 15px; */
  /* margin-left: 5px; */
  /* margin-right: 5px; */
  /* width: 30% !important; */
}
.quick-form .cap_img img {
  max-width: 100%;
  height: auto;
}
.quick-form form button {
  outline: none;
  font-size: 14px;
  font-weight: 400;
  /* margin-top: 20px; */
  border: none !important;
  border-radius: 0 !important;
  /* top: -5px; */
  position: relative;
  transition: 0.5s;
}

/*quick contact form css for mobile*/
@media (max-width: 767px) {
  .quick-contact {
    text-align: center;
    position: relative;
    padding: 0px 10px;
    margin-top: 0px;
  }
  .quick-contact .cont-heading h3 {
    font-size: 16px;
  }
  .quick-form form .form-group input {
    border-radius: 5px;
    padding: 10px;
    height: 40px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .quick-form form .form-group textarea {
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
  }
  .quick-form form ::placeholder {
    font-size: 12px;
  }
  .quick-contact .captcha-div {
    display: inline-block;
    float: left;
  }
  .quick-form .cap_img {
    width: 45% !important;
    display: inline-block;
    float: right;
    /* margin-top: 20px; */
  }
  .quick-form form button {
    font-size: 12px !important;
    width: 100%;
    margin-top: 10px;
  }

	section.home-contact .defalt-heading {
	    padding-bottom: 10px;
	}
	
	.quick-form input#captcha {
	    padding: 10px !important;
	}

	
}

/*quick contact css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  .quick-contact {
    text-align: center;
    position: relative;
    padding: 30px 20px;
    margin-top: 30px;
    height: 400px;
  }
  .quick-contact .cont-heading h3 {
    font-size: 20px;
  }
  .quick-form form .form-group input,
  .quick-form input#captcha {
    height: 40px;
    font-size: 12px;
    border-radius: 0px;
    padding: 7px;
  }
  .quick-form form .form-group textarea {
    border-radius: 0px;
    padding: 8px;
    font-size: 14px;
  }
  .quick-form .cap_img {
    width: 25% !important;
    margin-top: 20px;
  }
  .quick-form form button {
    font-size: 10px;
    padding: 5px;
  }
  .quick-form form ::placeholder {
    font-size: 12px;
  }
}

/*quick form css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
  .quick-contact .cont-heading h3 {
    font-size: 20px;
  }
  .quick-form form button {
    font-size: 14px;
  }
}

/*end Quick contact css*/

/*inspect css*/
.header-social-icon ul.main-social-list {
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}

.header-social-icon ul.main-social-list li {
    background: #1A77FE;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-social-icon ul.main-social-list li:hover {
    background: #1a77fed1;
    transition: 0.5s;
}

.welcomee-head p {
    margin: 10px 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.row.align-items-center.sp-linee {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

nav.navbar.navbar-expand-lg.navbar-light.my-navbar {
    padding: 15px 0px;
    /* text-align: center; */
    display: block;
}

.main-header li.active.nav-item {
    /* background-image: url(/images/manu-bg.png); */
    /* background-color: #F39703; */
    /* background-size: 100% 100%; */
    /* background-position: center !IMPORTANT; */
    /* background-repeat: no-repeat !important; */
    position: relative;
}

.h-inquiry {
    text-align: center;
    background: linear-gradient(180deg, #000 0%, #383838 46.88%);
    padding: 14px 0px;
}

.h-inquiry a.q-inq {
    color: #FFF;
    font-family: Raleway !important;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.main-header li.nav-item:hover {
    /* background: linear-gradient(180deg, #C8A168 0%, #E3BC7B 100%); */
    /* transition: 0.5s; */
}

.banner_txt .caption2 .btn-bnnr {
    margin-top: 30px !important;
}



.about-ccontent h1:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 4px;
    background: #f39703;
}

.about-ccontent h2 {
    color: var(--h-color);
    font-family: Raleway !important;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}

.about-section .container:before {
    position: absolute;
    content: '';
    /* background-image: url(/images/01.jpg); */
    /* background-size: 100% 100% !important; */
    /* background-repeat: no-repeat !important; */
    /* background-position: center center !important; */
    height: 0px;
    width: 0px;
    /* top: -90px; */
    /* right: 0; */
    /* z-index: 1; */
    opacity: 0;
}

.about-section .container {
    position: relative;
}

section.integration-section {
    position: relative;
    padding: 50px 0px;
    background: var(--btn-color);
    margin: 30px 0px;
}

section.integration-section .integration h3 {
    color: #FFF;
    font-family: Raleway !important;
    font-size: 27px;
    font-weight: 700;
    line-height: normal;
}

section.integration-section .integration p {
    color: #FFF;
    font-size: 19px;
    font-weight: 400;
    line-height: normal;
}

.integ-inquiry.btn-bnnr {
    text-align: end;
    display: block;
    margin: 0;
}

.integ-inquiry.btn-bnnr a.q-inq {
    background: linear-gradient(180deg, #2F2F2F 0%, #3F3F3F 71.35%);
}

.all-product-btn.btn-bnnr {
    display: block;
    text-align: center;
    margin: 0px;
    padding: 0px;
    position: relative;
    padding-top: 20px;
    margin-top: 40px;
    /* background-color: #F6F6F6; */
    padding-bottom: 20px;
}

.all-product-btn.btn-bnnr a.links {
    /* position: relative; */
    /* top: 0px; */
    /* border-radius: unset; */
    /* z-index: 9; */
    /* background-color: unset; */
    /* font-family: 'Poppins' !important; */
    /* color: #000; */
    /* text-transform: capitalize; */
    /* font-weight: 600; */
    /* margin: 0; */
    /* padding: 30px 100px 30px 50px; */
    /* background-image: url(/images/btn-bg.png) !important; */
    /* background-size: 100% 100%; */
    /* background-repeat: no-repeat !IMPORTANT; */
    /* background-position: center !important; */
}

.all-product-btn.btn-bnnr a.links:before {
    content: '';
    position: absolute;
    /*bottom: -25px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*margin: auto;*/
    /*width: 80%;*/
    /*height: 15px;*/
    /*background-image: url(/images/h-line.png);*/
    /*background-size: 100% 100% !important;*/
    /*background-repeat: no-repeat !important;*/
    /*background-position: center center !important;*/
    opacity: 0;
}

.all-product-btn.btn-bnnr:before {
    content: '';
    position: absolute;
    /* top: 45px; */
    /* bottom: 0; */
    left: 0;
    /* margin: auto; */
    width: 0%;
    height: 0px;
    background: #000;
}

.all-product-btn.btn-bnnr:after {
    content: '';
    position: absolute;
    top: 45px;
    /* bottom: 0; */
    right: 0;
    margin: auto;
    width: 0%;
    height: 0px;
    background: #000;
}



.product-heading-bg .container {
    position: relative;
}

.product-heading-bg .container:before {
    content: '';
    position: absolute;
    background-image: url(/images/02.jpg);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 110px;
    width: 140px;
    top: -30px;
    right: 0;
    z-index: 1;
    opacity: 0;
}

section.main-testimonial.zz .container.t03 {
    position: relative;
}

section.main-testimonial.zz .container.t03:before {
    content: '';
    position: absolute;
    background-image: url(/images/03.jpg);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 110px;
    width: 140px;
    top: -30px;
    right: 0;
    z-index: 1;
}
.testi-quick {
    /* position: relative; */
    /* padding: 60px 0px; */
    /* margin: 60px 0px; */
    background-image: url(/images/contact-bg.jpg);
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !IMPORTANT;
}

.testi-quick:after {
    content: '';
    position: absolute;
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0; */
    width: 0;
    height: 0;
    /* background: #136FFE; */
    /* z-index: -1; */
    opacity: 0;
}

.quick-contact .cont-heading h3.c-blue {
    color: var(--btn-color);
    margin: 0;
    /* font-size: 30px; */
    /* font-style: normal; */
    /* font-weight: 700; */
    /* line-height: normal; */
}

.testi-quick:before {
    content: '';
    position: absolute;
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    width: 0;
    height: 0;
    /* background-image: url(/images/support-bg.jpg); */
    /* background-size: 100% 100% !important; */
    /* background-position: center !important; */
    /* background-repeat: no-repeat !important; */
    /* z-index: -1; */
}

.testy-star img {
    width: auto !important;
}

.cust-cust .inner-testimonial .testi-user .testy .testy-star {
    margin: 0;
}

section.main-testimonial.zz .owl-dots .owl-dot {
    position: relative;
    width: 100px;
    height: 100px;
}

section.main-testimonial.zz .owl-dots .owl-dot:first-child span {
    /* content: ''; */
    /* position: absolute; */
    background-image: url(/images/bitmap1.png);
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !IMPORTANT;
    height: 90px;
    width: 90px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

section.main-testimonial.zz .owl-dots .owl-dot:nth-child(2) span {
    background-image: url(/images/bitmap2.png);
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !IMPORTANT;
    height: 90px;
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

section.main-testimonial.zz .owl-dots .owl-dot:nth-child(3) span {
    background-image: url(/images/bitmap3.png);
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !IMPORTANT;
    height: 90px;
    width: 90px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

section.main-testimonial.zz .owl-dots {
    position: absolute;
    top: 0;
}

section.main-testimonial.zz .owl-dots .owl-dot.active span {
    height: 100px;
    width: 100px;
}

section.main-testimonial.zz .owl-nav .owl-prev {
    font-size: 0;
    background-image: url(/images/arrow1.png);
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 40px;
    width: 40px;
    transform: rotate(180deg);
    margin-right: 10px;
}

section.main-testimonial.zz .owl-nav .owl-next {
    font-size: 0;
    background-image: url(/images/arrow1.png);
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 40px;
    width: 40px;
    transform: rotate(0deg);
    margin-left: 10px;
}

section.main-testimonial.zz .owl-nav {
    display: flex !important;
    justify-content: center;
}

li.foot-numb p {
    color: #fff;
}

.product-list:before {
    content: "";
    /* background-image: url(/images/arrow1.png); */
    /* background-size: 100% 100% !important; */
    /* background-repeat: no-repeat !important; */
    /* background-position: center !important; */
    height: 0;
    width: 0;
    /* bottom: 0; */
    /* right: 0; */
    /* position: absolute; */
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
}

.product-list:after {
    content: "";
    /* background: #ffffff; */
    /* width: 100%; */
    /* height: 100%; */
    /* position: absolute; */
    /* left: 0; */
    /* border-radius: 0px; */
    /* z-index: -1 !important; */
    /* opacity: 0; */
}

.main-div:hover .product-list:before{
    /* opacity: 0; */
}
.main-header li.nav-item a:hover {
    /* color: #fff !important; */
}

.info-right {
    text-align: right;
    margin: 0 !important;
}

.info-right ul li a {
    /* display: inline-block; */
     padding: 8px 15px; 
    border-radius: 10px;
    font-family: 'Roboto' !important;
    background: #FFF;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    transition: 0.5s;
    box-shadow: 0px 0px 1.9px 0px rgba(0, 0, 0, 0.25);
}

.info-right ul li img {
    margin-right: 10px;
}

section.top-information {
    /* background-color: #cccccc5e !important; */
    /* background: linear-gradient(180deg, #676767 -15.49%, #A9A9A9 174.65%); */
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
    z-index: 6;
    position: relative;
    margin-top: 10px;
}

.info-right ul {
    margin: 0 !important;
    display: flex;
    justify-content: end;
    align-items: center;
}

.info-left ul {
    margin: 0;
    display: flex;
}

.info-left ul li img {
    margin-right: 10px;
    transition: 0.5s;
}
.info-left ul li a:hover img {
    transition: 0.5s;
    transform: rotateY(180deg);
}
.banner_txt .caption2 .btn-bnnr a {
    border-radius: 50px;
    background: #fff;
    font-family: 'NunitoSans' !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--btn-color);
    /* border: 1px solid; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-div:hover .product-list {
    border-radius: 0px 0px 0px 0px;
    transition: .5s ease;
}

.main-div:hover a.links {
    /* background: #112A87; */
}

.quick-form form .form-group textarea:focus {
    box-shadow: unset;
}

.quick-form form .form-group input:focus {
    box-shadow: unset;
}

.blog-section .sub-heading {
    /* text-align: left; */
}

.blog-section .defalt-heading {
    /* text-align: left; */
}

.blog-txt p {
    /* padding: 20px 30px 0px; */
    /* font-weight: 400 !important; */
    /* margin-bottom: 30px; */
}

.testy img {
    width: unset !important;
    /* margin: 0 auto; */
}

.cust-cust {
    display: flex;
    align-items: center;
}

.testy-star img {
    margin: 0 auto;
}

section.maintestimonials-new {
    padding: 90px 0px;
    position: relative;
}

section.maintestimonials-new .owl-nav {
    display: none !important;
    /* display: flex !important; */
    /* justify-content: space-between; */
    /* align-items: center; */
    /* position: relative; */
}

section.maintestimonials-new .owl-dots {
    display: block !important;
    text-align: center;
    padding-top: 30px;
}

section.maintestimonials-new .owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    /* border: 1px solid #ccc; */
    /* background: var(--btn-color); */
    margin: 0 6px;
    border-radius: 25px;
    position: relative;
}

section.maintestimonials-new .owl-dots .owl-dot.active {
    background: var(--btn-color);
}

section.services-main {
    position: relative;
    padding: 40px 0 60px 0;
}

section.services-main .serv-main h4 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}

.serv-main {
    text-align: center;
}

.serv-main p {
    font-size: 14px;
    padding-top: 10px;
}

.frm-content {
    width: 250px;
    height: 250px;
    text-align: center;
    background-color: #262937ba;
    padding: 100px 20px 0 20px;
    border-radius: 100%;
    color: #fff;
}

.frm-content h2 {
    font-size: 24px;
    font-weight: 700;
}

.frm-content h6 {
    position: relative;
}

.frm-content h6:before {
    content: "";
    background: #f39703;
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 2px;
    margin: 0 auto;
    top: -7px;
}

.info-right ul li {
    margin-left: 30px;
}

.info-right ul li a:hover {
    transition: 0.5s;
    background: var(--btn-color);
}

/*nav.navbar.navbar-expand-lg.navbar-light.my-navbar .collapse {*/
/*    justify-content: flex-start !important;*/
/*}*/

section.logo-sec.main-header {
    /* padding: 40px 0px; */
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0px;
}

.main-menu-header .header-logo {
    /* position: relative; */
    /* top: -30px; */
    text-align: end;
    margin-left: 10px;
}

.main-menu-header .header-logo a.logo {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* z-index: 2; */
}

.banner_txt .caption2 h1.text1 {position: relative;}

.banner_txt .caption2 h1.text1 span.ban-span-1 {
    color: #000;
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
}

.banner_txt .caption2 h1.text1 span.ban-span-2 {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
}

.banner_txt .caption2 h1.text1 span.ban-span-3 {
    color: #333;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
}

.banner_txt .caption2 h1.text1 span.ban-span-4 {
    color: var(--btn-color);
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
}

.banner_txt .caption2 h1.text1 span.ban-span-5 {
    color: #333;
    font-size: 43px;
    font-weight: 600;
    line-height: normal;
}

.banner_txt .caption2 p.text23 {
    color: var(--color1);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    /* letter-spacing: 0.32px; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-right: 20px;
    /* text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25); */
    /* background: linear-gradient(200deg, #E87C12 0%, rgba(242, 242, 242, 0.00) 100%); */
    font-family: 'NunitoSans';
}
section.product-section.product-section1 {
    position: relative;
    padding-top: 50px;
    z-index: 1;
}

section.product-section.product-section1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 35%;
    background-image: url(/images/banner-prod-bg.jpg);
    /* background-size: cover; */
    background-size: 120% 200% !important;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
.product-url.prod-url1 {
    text-align: center;
    display: block;
    margin: 10px 0px;
    /* background: #fff; */
}

.product-url.prod-url1 a.pro-links {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

section.product-section.product-section1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 60%;
    height: 7%;
    margin: auto;
    background-image: url(/images/pngwing.png);
    /* background-size: cover; */
    background-size: 100% 100% !important;
    background-position: center;
    background-repeat: no-repeat;
}

/*section.product-section.product-section1 .container-fluid .row .col-md-3:nth-child(odd) .main-div.main-div1 .product-list.prod-list1:before {*/
/*    background: linear-gradient(180deg, #484848 0%, rgba(82, 82, 82, 0.00) 100%) !important;*/
/*    opacity: 0.5 !important;*/
/*    content: '';*/
/*    position: absolute !important;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    transition: 0.5s;*/
/*    z-index: -1;*/
/*}*/

/*section.product-section.product-section1 .container-fluid .row .col-md-3:nth-child(even) .main-div.main-div1 .product-list.prod-list1:after {*/
/*    background: linear-gradient(180deg, #F6F6F7 0%, #DFDFDF 49.48%) !important;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*    z-index: -1;*/
/*}*/

section.product-section.product-section1 .container-fluid .row .col-md-3 .main-div.main-div1:hover .product-list.prod-list1 {
    /* background: linear-gradient(180deg, #484848 0%, rgba(82, 82, 82, 0.00) 100%) !important; */
    z-index: 1;
}


.all-default-ccontent.abttt .deflt-p p {
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--color1);
    font-size: 16px;
    font-weight: 400;
    /* letter-spacing: 0.32px; */
    margin-bottom: 5px;
    line-height: 30px;
    font-family: 'NunitoSans' !important;
    z-index: 99999;
    position: relative;
}

.all-default-ccontent.abttt .about-btn.btn-bnnr {
    margin-top: 30px;
    display: block;
    /* text-align: end; */
}

section.vision-section {
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}

section.vision-section:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 60%;
    height: 7%;
    margin: auto;
    background-image: url(/images/pngwing.png);
    /* background-size: cover; */
    background-size: 100% 100% !important;
    background-position: center;
    background-repeat: no-repeat;
}

section.mission-section {
    padding: 80px 0px;
    background: #EBEDE1;
    position: relative;
    z-index: 1;
}

section.mission-section:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 60%;
    height: 7%;
    margin: auto;
    background-image: url(/images/pngwing.png);
    /* background-size: cover; */
    background-size: 100% 100% !important;
    background-position: center;
    background-repeat: no-repeat;
}

section.mission-section .about-btn.btn-bnnr {
    margin-top: 50px !important;
}



.discover-section {
    background-image: url(/images/discover-bg.jpg);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 80px 0px;
}

.blog-heading-bg.all-default-ccontent {
    /* text-align: center; */
    margin-bottom: 30px;
}


.blog-section .blog-url-main .view-details a:hover {
    transition: 0.5s;
    /* background: var(--btn-color); */
    color: var(--btn-color);
}
.footer-section .l-o-g {
    max-width: 100%;
    text-align: left !important;
}

.testimon-heading-bg.all-default-ccontent {
    text-align: center;
    margin-bottom: 30px;
}


.map-heading-bg.all-default-ccontent {
    text-align: center;
    margin-bottom: 30px;
}

section.map-section {
    padding: 60px 0px;
    position: relative;
}


.blog-latest1w h2 {
    color: var(--txt-color);
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
}

.blog-latest1w h2 span {
    color: var(--btn-color);
    font-weight: 700;
}

.blog-section .main-blog-div:hover .blog-img img.img-fluid {
    transition: 0.8s;
}

.view-details.btn-bnnr a {
    margin: 0;
    border: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: unset;
    padding: 8px 20px;
    border-radius: 100px;
}

.category-main-div:hover .view-details.btn-bnnr a {
    color: #d6d6d6;
    transition: 0.5s;
    transform: scale(1.08);
}



.product-content .product-url {
    display: block;
    /* margin: 20px 0px 0px 0px; */
}


/*section.product-section .container .row .col-md-3:nth-child(odd) .main-div .product-list:before {*/
/*    content: '';*/
/*    opacity: 0.5;*/
/*    background: linear-gradient(180deg, #484848 0%, rgba(82, 82, 82, 0.00) 100%) !important;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*}*/

/*section.product-section .container .row .col-md-3:nth-child(even) .main-div .product-list:after {*/
/*    opacity: 0.5;*/
/*    background: linear-gradient(180deg, #484848 0%, rgba(82, 82, 82, 0.00) 100% ) !important;*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top:0;*/
/*    left:0;*/
/*    transform: rotate(180deg);*/
/*}*/
.discover-btn.btn-bnnr a {
    border-radius: 20px;
    background: #B98F3A;
    margin-left: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.all-product-btn.blg-all-btn.btn-bnnr {
    text-align: left;
}

.quick-contact button#inquiry_form_btn:hover {
    transition: 0.5s;
    transform: scale(1.1);
}

.ffc ul.main-social-list li a:hover {
    transition: 0.5s;
    background: var(--btn-color);
    transform: scale(1.1);
    border-color: #8e8d8d;
}
.place-card.place-card-large {
    opacity: 0;
    display: none !important;
}
.user-img-bit img {
}

.cust-cust .user-img-bit {
    max-width: 30%;
    margin: 20px auto;
}

.cust-cust .inner-testimonial {
    /* max-width: 70%; */
    /* padding-left: 30px; */
    /* text-align: center; */
    /* padding-bottom: 30px; */
}

.cust-cust .inner-testimonial .testi-user .testy {display: block;align-items: center;margin: 30px 0px;}

.cust-cust .inner-testimonial .testi-user .testy h4 {
    color: var(--h-color);
    font-weight: 700;
    /* font-family: Roboto !important; */
    font-size: 20px;
    margin: 0;
    display: block !important;
}

.cust-cust .inner-testimonial .text-caption-p p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
    /* text-align: center; */
    /* padding: 0px 30px; */
    font-family: 'NunitoSans' !important;
}

.cust-cust .user-img-bit img.img-fluid {
    width: auto !IMPORTANT;
    margin: 0 auto;
}

section.maintestimonials-new .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3%;
    margin: auto;
    font-size: 0;
    background-image: url(/images/arrow.png);
    height: 60px;
    width: 60px;
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transform: rotate(180deg);
}

section.maintestimonials-new .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -3%;
    margin: auto;
    font-size: 0;
    background-image: url(/images/arrow.png);
    height: 60px;
    width: 60px;
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transform: rotate(0deg);
}

.footer-main-contact li.foot-numb h6 {
    margin: 0;
    color: var(--txt-color);
    font-weight: 600;
}

.footer-menus ul.footer-menus-list li a {
    transition: 0.5s;
    /* border-bottom: 1px solid #0000; */
    padding-bottom: 5px;
    position: relative;
    font-family: 'Nunitosans' !important;
}

.footer-menus ul.footer-menus-list li a:hover {
    transition: 0.5s;
    /* border-bottom: 1px solid #000; */
    /* font-weight: 500; */
    color: var(--s-color);
}

.footer-menus ul.footer-menus-list li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: 0.5s;
    opacity: 0;
}

.footer-menus ul.footer-menus-list li a:hover:before {
    width: 100%;
    transition: 0.5s;
}
.foot-clmn-1.all-foot-clmn {
    /* padding-right: 30px; */
    /* margin-right: 20px; */
    position: relative;
    text-align: left;
}

.foot-clmn-1.all-foot-clmn:before {
    content: '';
    position: absolute;
    right: 0;
    top: 100px;
    width: 0;
    height: 0;
    background: #000;
    margin: auto;
    opacity: 0;
}

.foot-clmn-2.all-foot-clmn {
    padding: 0px 30px;
    position: relative;
}

.foot-clmn-2.all-foot-clmn:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #ffffff42;
    margin: auto;
    display: none;
}

.foot-clmn-3.all-foot-clmn {
    padding-right: 30px;
    margin-right: 20px;
    position: relative;
}

.foot-clmn-3.all-foot-clmn:before {
    content: '';
    position: absolute;
    right: 0;
    top: 100px;
    width: 2px;
    height: 120px;
    background: #000;
    margin: auto;
}

@media (max-width: 767px) {
    nav.navbar.navbar-expand-lg.navbar-light.my-navbar {
    padding: 0px !important;
}

.main-menu-header .header-logo a.logo {
    position: relative !important;
}

.main-menu-header .col-md-8.col-12.wow.fadeInRight.aos-init.aos-animate {
}

.banner_txt .caption2 h1.text1 span.ban-span-1 {
    font-size: 10px !important;
}

.banner_txt .caption2 h1.text1 span.ban-span-2 {
    font-size: 10px !important;
}

.banner_txt .caption2 h1.text1 span.ban-span-3 {
    font-size: 10px !important;
}

.banner_txt .caption2 h1.text1 span.ban-span-4 {
    font-size: 10px !important;
}

.banner_txt .caption2 h1.text1 span.ban-span-5 {
    font-size: 10px !important;
}

.banner_txt .caption2 p.text23 {
    font-size: 12px !important;
    /* display: none; */
    font-weight: 400!important;
    padding-right: 5px !important;
    margin-bottom: 10px !important;
    -webkit-line-clamp: 2;
    padding-top: 5px !important;
    line-height: normal;
}

.banner_txt .caption2 .btn-bnnr {
    margin-top: 0px !important;
}

.banner_txt .caption2 h1.text1:before {
    width: 50px !important;
    height: 1px !important;
}

.banner-slider .owl-item .item .caption:before {
    width: 145%;
    height: 80%;
}

.banner_txt .caption2 h1.text1 {
    line-height: 15px;
}

.banner-alid-img img.img-fluid {
    width: auto !important;
}

.banner-slider .owl-item .item .container .row.align-items-center {
    top: 0%;
    position: relative !important;
    height: 200px !important;
}

.banner-slider .owl-item .item .container {
    height: 200px !important;
    padding: 0 !important;
}

.btn-primary {
    font-size: 10px !important;
}
section.product-section.product-section1:after {
    width: 100% !important;
    height: 2%;
    background-size: cover !important;
}

section.product-section.product-section1:before {
}

.product-url.prod-url1 a.pro-links {
    font-size: 10px !important;
}

.about-section .container .row.align-items-center {
    /* flex-direction: column-reverse; */
}


.all-default-ccontent.abttt .deflt-p p {
    font-size: 12px !important;
    line-height: normal;
    -webkit-line-clamp: 5;
}

.all-default-ccontent.abttt {
    margin-bottom: 20px;
}

section.vision-section:before {
    width: 100% !important;
    height: 2% !important;
}

section.vision-section {
    padding: 30px 0px !important;
}

.sub-heading h3 span {
    font-weight: 500 !important;
}

section.mission-section:before {
    width: 100% !important;
    height: 2% !important;
}

section.mission-section {
    padding: 30px 0px !important;
}

section.mission-section .container .row.align-items-center {
    flex-direction: column-reverse;
}

section.mission-section .about-btn.btn-bnnr {
    margin-top: 10px !important;
}

.product-heading-bg {
    margin-bottom: 20px !important;
}

.product-content .product-url {
    margin: 0px !important;
}

.discover-section {
    padding: 50px 0px !important;
    background-size: 200% 100% !important;
    background-position: center center !important;
}


.blog-heading-bg.all-default-ccontent {
    margin-bottom: 0px !important;
}

.blog-latest1w h2 {
    font-size: 18px !important;
}

.blog-latest1w h2 span {
    font-weight: 600 !important;
}

section.maintestimonials-new {
    padding: 20px 0px !important;
    /* background-size: 150% 150% !important; */
    margin-bottom: 20px !important;
}

.cust-cust {
    display: block !important;
}

.cust-cust .user-img-bit {
    margin-top: 0px !important;
    margin: 0 auto;
}

.cust-cust .inner-testimonial {
    max-width: 100%;
    padding: 0;
}

.cust-cust .inner-testimonial .testi-user .testy {
    margin: 10px 0px !important;
    /* justify-content: space-between; */
}

.cust-cust .inner-testimonial .testi-user .testy h4 {
    font-size: 13px !important;
}

.testy-star img {
    max-width: 65%;
    margin: 0 auto !important;
}

.cust-cust .inner-testimonial .testi-user .testy .testy-star {
}

.cust-cust .inner-testimonial .text-caption-p p {
    font-size: 11px;
    line-height: 15px;
    margin: 0;
}

body section.maintestimonials-new .owl-nav {
    display: none !important;
}

section.map-section {
    padding: 30px 0px !important;
}

.map-heading-bg.all-default-ccontent {
    margin-bottom: 10px !important;
}

.foot-clmn-1.all-foot-clmn {
    padding: 0 !important;
    margin: 0 !important;
}

.foot-clmn-1.all-foot-clmn:before {
    height: 0;
    width: 0 !important;
}

.foot-clmn-2.all-foot-clmn:before, .foot-clmn-2.all-foot-clmn:after {
    top: 70px;
    width: 0 !important;
    height: 0 !important;
    opacity: 0;
}

.foot-clmn-2.all-foot-clmn {
    margin-right: 0;
    padding: 0 !important;
}

.foot-clmn-3.all-foot-clmn:before {
    height: 0 !important;
    width: 0 !important;
}

.footer-main-contact li.foot-numb h6 {
    font-size: 10px !important;
}
.banner_txt .caption2 .btn-bnnr a.btn2-qut {
    display: none !important;
}
}


@media (min-width: 767px) and (max-width: 992px) {
    .footer-main-contact li.foot-numb h6 {
        font-size: 10px;
        font-weight: 500 !important;
    }
    .foot-clmn-3.all-foot-clmn:before {
        width: 1px;
    }
    .foot-clmn-2.all-foot-clmn:before, .foot-clmn-2.all-foot-clmn:after {
        width: 1px;
        top: 50px !important;
    }
    .foot-clmn-1.all-foot-clmn:before {
        width: 1px;
    }
    .foot-clmn-1.all-foot-clmn, .foot-clmn-2.all-foot-clmn, .foot-clmn-3.all-foot-clmn {
        padding-right: 0px;
        margin-right: 0px;
    }
    ul.footer-menus-list li {
        margin: 10px 0px !important;
    }
    .banner_txt .caption2 h1.text1 span.ban-span-1, 
    .banner_txt .caption2 h1.text1 span.ban-span-2, 
    .banner_txt .caption2 h1.text1 span.ban-span-3, 
    .banner_txt .caption2 h1.text1 span.ban-span-4, 
    .banner_txt .caption2 h1.text1 span.ban-span-5 {
        font-size: 14px;
    }
    .banner_txt .caption2 h1.text1:before {
        width: 50px;
    }
    .banner-alid-img img.img-fluid {
        width: auto !important;
    }
    .banner_txt .caption2 p.text23 {
        font-size: 15px !important;
        -webkit-line-clamp: 4 !important;
        padding-top: 10px !important;
        line-height: normal;
    }
    .banner_txt .caption2 .btn-bnnr {
        margin-top: 10px !important;
    }
    .main-menu-header .header-logo a.logo {
        position: relative;
    }
    nav.navbar.navbar-expand-lg.navbar-light.my-navbar {
        padding: 0px !important;
    }
    .banner-slider .owl-item .item .container {
        height: 300px !important;
    }
	.banner-slider .owl-item .item .container .row.align-items-center {
		top: 0;
	}
    .banner_txt .caption2 h1.text1 {
        line-height: 20px;
    }
    .banner-slider .owl-dots {
        left: 0;
        right: 0;
        display: none !important;
    }
    section.product-section.product-section1:after {
        width: 80%;
        height: 2%;
    }
    section.product-section.product-section1 {
        padding: 30px 0px;
    }
    .product-list {
        height: 250px;
    }
    .product-url.prod-url1 a.pro-links {
        font-size: 12px;
        padding: 0px 10px;
    }

    .all-default-ccontent.abttt .deflt-p p {
        font-size: 14px !important;
        -webkit-line-clamp: 5;
        line-height: 20px !important;
    }
    section.vision-section:before {
        width: 80%;
        height: 3%;
    }
    section.vision-section {
        padding: 30px 0px;
    }
    section.mission-section:before {
        width: 80%;
        height: 3%;
    }
    section.mission-section {
        padding: 30px 0px;
    }
    section.mission-section .about-btn.btn-bnnr {
        margin-top: 10px !important;
    }
    .product-content {
        /* padding-top: 10px; */
    }
    .product-content .product-url {
        margin: 0px;
    }
    .blog-heading-bg.all-default-ccontent {
        margin-bottom: 10px;
    }
    .testi-quick {
        padding: 0px 0px 30px;
    }
    section.maintestimonials-new {
        padding: 30px 0px;
    }
	section.maintestimonials-new:after {
		width: 160px !important;
		height: 160px !important;
		top: -30px !important;
	}
    .cust-cust .inner-testimonial .testi-user .testy {
        /* margin: 10px 0px; */
    }
    .cust-cust .inner-testimonial .testi-user .testy h4 {
        font-size: 12px;
        margin: 0px 10px  0px 0px;
    }
    .cust-cust .inner-testimonial .testi-user .testy .testy-star {
        max-width: 40%;
    }
    .cust-cust .inner-testimonial .text-caption-p p {
        font-size: 14px !important;
        line-height: 26px;
    }
    body section.maintestimonials-new .owl-nav {
        display: none !important;
    }
    section.map-section {
        padding: 30px 0px;
    }
    li.currency-mobile {
        padding-left: 20px;
        font-size: 12px;
    }
}



.main-header li.nav-item a:hover {
    /* background: linear-gradient(180deg, #C8A168 0%, #E3BC7B 100%); */
    transition: 0.5s;
}



.main-div .price-div {
    text-align: center;
    margin-bottom: 10px;
}

.main-div .price-div p.price {
    margin: 0;
}

.product-url.prod-url1 a.pro-links:hover {
    transition: 0.5s;
    color: var(--btn-color);
}

@media (min-width: 992px) and (max-width: 1100px) {
    .main-header li.nav-item a.nav-link {
        font-size: 14px;
    }
    .search-btn {
        margin-right: 0px;
    }
    .info-right ul li a {
        padding: 8px 8px;
    }
}


section.top-information:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 45%;
    background: var(--btn-color);
    z-index: -1;
    clip-path: polygon(100% 0%, 90% 100%, 0% 100%, 0% 0%);
}
.logo-header-mid ul {
    padding: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0;
}
.logo-header-mid ul li {
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.main-header li.active.nav-item a.nav-link:before {
    content: '';
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: auto; */
    /* margin: auto; */
    /* width: 80%; */
    /* height: 10px; */
    /* background-image: url(/images/active.png) !important; */
    /* background-repeat: no-repeat !important; */
    /* background-position: center; */
    opacity: 0;
}
.main-header li.active.nav-item a.nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    margin: auto;
    width: 90%;
    height: 1px;
    background: var(--btn-color);
    opacity: 1;
    visibility: visible;
}
.logo-header-mid {
    position: relative;
}
.logo-header-mid:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 63.5%;
    height: 70%;
    background: var(--btn-color);
    z-index: -1;
    border-radius: 10px 0px 0px 10px;
}
.main-header li.nav-item a.nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    margin: auto;
    width: 80%;
    height: 1px;
    background-color: var(--btn-color);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    border: unset !important;
}
.main-header li.nav-item a.nav-link:hover:after {
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
}
.logo-header-mid ul li .ccc-icon {
    margin-right: 10px;
}
.logo-header-mid ul li a.connt-11 {
    color: #FFF;
    font-family: "DM Sans" !important;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}
.logo-header-mid ul li a.connt-11 .sm-txt {
    font-weight: 400 !important;
}
section.solution-section {
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 50px 0px;
}
.solution-num {
    display: flex;
    align-items: center;
    position: relative;
    text-align: end;
    justify-content: end;
}
.solution-num .ccc-icon {
    /* margin-right: 20px; */
    /* text-align: end; */
    /* position: absolute; */
    /* top: -200px; */
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    /* text-align: center; */
}
.solution-num .ccc-icon img.img-fluid {
    max-width: 80%;
}
.solution-num a.connt-11 {
    color: #FFF;
    /* font-family: Roboto !important; */
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
}
.solution-num a.connt-11 .sm-txt {
    font-weight: 400;
    display: block;
    font-size: 20px;
    text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    font-family: 'NunitoSans' !important;
}
.portfolio-section {
    padding: 60px 0px;
    position: relative;
}
.folio-img1 {
    position: relative;
    transition: 0.5s;
    margin-bottom: 20px;
}
.folio-img1 span.hover-folio {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.folio-img1 span.hover-folio a {
    background: #0B0A0A;
    border-radius: 100%;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.folio-img1 span.hover-folio a img.img-fluid {
    max-width: 70%;
}
.folio-img1 span.hover-folio:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    width: 95%;
    height: 95%;
    background: #00000057;
    border: 1px solid #fff;
}
.folio-img1:hover span.hover-folio {
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
}
.folio-img1.folio1, 
.folio-img1.folio2 {
    height: 350px;
    overflow: hidden;
}
.folio-img1.folio3, 
.folio-img1.folio5 {
    height: 190px;
    overflow: hidden;
}
.folio-img1.folio4 {
    height: 300px;
    overflow: hidden;
}
.folio-img1.folio6, 
.folio-img1.folio7 {
    height: 350px;
    overflow: hidden;
}
.all-product-btn.btn-bnnr a.links:hover {
    /* transform: scale(1) !important; */
    /* color: #fff !important; */
    /* background-color: unset !important; */
    /* border: unset; */
    /* transition: 0.5s; */
}
section.maintestimonials-new:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #a19e9e59;
    opacity: 0.4;
}
section.maintestimonials-new:after {
    content: '';
    position: absolute;
    top: -80px;
    right: 0;
    width: 300px;
    height: 300px;
    left: auto;
    z-index: -1;
    background: url(/images/testi-aft.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.6;
    animation: rotateBackground 10s forwards;
}
.video-prtt {
    text-align: center;
}
.client-testi {
    /* text-align: center; */
    margin-bottom: 20px;
}
.client-testi .sub-heading h3 {
    color: #fff;
    font-family: Poppins !IMPORTANT;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
}
.client-testi .defalt-heading h2 {
    color: #FFF;
    /* font-family: Poppins !important; */
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
}

.cust-cust .inner-testimonial .testy-star {
    margin-bottom: 20px;
}
.cust-cust .inner-testimonial .testi-user {
    text-align: center;
    /* text-align: left; */
}
.cust-cust .inner-testimonial .testi-user .testy span {
    color: var(--btn-color);
    /* font-family: Manrope !important; */
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    display: inline;
    margin-right: 20px;
}
.blog-content .blog-txt {
    /* background: linear-gradient(180deg, #F4F4F4 0%, rgba(242, 242, 242, 0.00) 100%); */
    padding: 10px 0px;
}
.blog-section .all-product-btn.blg-all-btn.btn-bnnr {
    padding: 0;
    margin: 0;
    text-align: end;
}
.quick-contact .cont-heading h3 span {
    font-weight: 600 !important;
    color: var(--btn-color);
}
.all-default-ccontent.abttt .sub-heading h3 {
    /* text-transform: capitalize; */
    color: var(--color1);
    /* padding-bottom: 30px; */
}
.all-default-ccontent.abttt .sub2-h {
    color: #444;
    font-family: Poppins !important;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}
.all-default-ccontent.abttt .about-btn.btn-bnnr a.btn1-main:hover {
    /* transition: 0.5s; */
    /* color: #fff !important; */
}
.footer-main-ddd {
    /* background-size: 100% 100% !important; */
    /* background-position: center !important; */
    /* background-repeat: no-repeat !important; */
    /* position: relative; */
    /* z-index: 1; */
    padding: 60px 0px;
}
.footer-main-ddd:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    /* background: #222628; */
    /* z-index: -1; */
    opacity: 0;
}
.footer-section .footer-heading h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    width: 0;
    height: 0;
    /* background: var(--btn-color); */
    opacity: 0;
}
.footer-main-contact li.foot-numb {
    display: flex !important;
    margin: 10px 0px;
    align-items: center;
}
.footer-main-contact li.foot-numb span.f-con-icon {
    width: 7%;
    margin-right: 10px;
}
.footer-main-contact li.foot-numb span {
    width: 90%;
}
.footer-menus ul.footer-menus-list li a img.imig-fluid {
    margin-right: 10px;
}


.categories-main-wrapper-new1 {
    border: 2px solid var(--btn-color);
    padding: 30px 80px 30px 60px;
    width: 65%;
    margin: 30px 0 30px auto;
}
.categories-main-wrapper-new2 {
    text-align: left;
}
.categories-main-wrapper-new {
    position: relative;
}
.categories-left-wrapper-new1 {
    display: inline-block;
    background-image: url(/images/a1.png);
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 70px;
    width: 85px;
    position: absolute;
    left: -18%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.categories-left-wrapper-new img.img-fluid {
    max-width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.categories-left-wrapper-new2 {
    display: inline-block;
    background-image: url(/images/a2.png);
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 70px;
    width: 85px;
    position: absolute;
    top: 0;
    right: -18%;
    bottom: 0;
    margin: auto;
}
.categories-main-wrapper-new2 {
    border: 2px solid #213266;
    padding: 30px 70px 30px 80px;
    width: 65%;
    margin: 30px auto 30px 0;
}
.categories-right-wrapper-new {
    text-align: center;
    transition: 0.5s;
    border-radius: 20px;
    padding: 10px;
}
.categories-right-wrapper-new .title-wrapper a {
    color: #444;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.categ-center-img:before {
    content: '';
    background-image: url(/images/abcdef.png);
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: -40%;
    bottom: 0;
    left: -62%;
    right: 0;
    z-index: -1;
    width: 440px;
    height: 360px;
    margin: 0 auto;
}
.categ-center-img {
    position: relative;
    z-index: 1;
    height: 200px;
    width: 100%;
}
.categ-feature-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-homm .col-md-12:first-child .categories-main-wrapper-new1 {
    border-radius: 10px 40px 0px 10px;
}
.category-homm .col-md-12:nth-child(2) .categories-main-wrapper-new1 {
    border-radius: 10px;
}
.category-homm .col-md-12:nth-child(3) .categories-main-wrapper-new1 {
    border-radius: 10px 0px 40px 10px;
}
.category-homm .col-md-12:nth-child(3) .categories-main-wrapper-new2 {
    border-radius: 0px 10px 10px 40px;
}
.category-homm .col-md-12:nth-child(2) .categories-main-wrapper-new2 {
    border-radius: 10px;
}
.category-homm .col-md-12:nth-child(1) .categories-main-wrapper-new2 {
    border-radius: 40px 10px 10px 0px;
}
.categories-main-wrapper-new:hover .categories-right-wrapper-new {
    background: linear-gradient(180deg, #CFCFCF 0%, #FFF 100%);
    box-shadow: 0px 4px 4px 0px rgba(181, 179, 179, 0.25);
    transition: 0.5s;
}
.categories-right-wrapper-new1 {
    margin-right: 40px;
}
.categories-right-wrapper-new2 {
    margin-left: 40px;
}



section.category-section:before {
    content: '';
    position: absolute;
    right: 40px;
    /* bottom: 0; */
    margin: auto;
    width: 32%;
    height: 60%;
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: url(/images/wiring.jpg);
    transform: rotate(317deg);
    z-index: -10;
    opacity: 0.4;
}

section.banner-section:before {
    content:'';
    position: absolute;
    left: 0;
    top: -15%;
    bottom: 0%;
    /* background-image: url(/images/banner-left.png); */
    /* background-size: 100% 100% !important; */
    /* background-position: center !important; */
    /* background-repeat: no-repeat !important; */
    z-index: 0;
    height: 0;
    width: 0;
    background: #222628;
    opacity: 0;
}

@media (max-width: 767px) {
    .banner_txt .caption2 .btn-bnnr a {
        margin-right: 0 !important;
    }
    .banner_txt .caption2 .btn-bnnr a {
        font-size: 9px !important;
        /* padding: 2px 10px !important; */
    }
    section.banner-section:before {
        bottom: -5% !important;
        width: 0% !important;
        height: 0;
        opacity: 0;
    }

    .all-default-ccontent.abttt .sub2-h {
        font-size: 10px !important;
        margin-bottom: 10px !important;
    }
    .all-default-ccontent.abttt .about-btn.btn-bnnr a.btn1-main {
        /* padding: 10px 60px 10px 30px !important; */
    }
    .portfolio-section {
        padding: 0px 0px 30px !important;
    }
    .folio-img1.folio1, .folio-img1.folio2 {
        height: 180px !important;
    }
    .col-md-3.nonnnee {
        display: none !important;
    }
    .folio-img1.folio6, .folio-img1.folio7 {
        height: 180px !important;
    }
    .all-product-btn.btn-bnnr {
        padding: 10px 0px !important;
    }
    .all-product-btn.btn-bnnr a.links {
        /* padding: 10px 60px 10px 30px !important; */
    }
    section.maintestimonials-new:before {
        width: 100% !important;
    }
    section.maintestimonials-new:after {
        /* width: 100% !important; */
    }
    .video-prtt {
        margin: 30px 0px !important;
    }
    .video-prtt img.img-fluid {
        max-width: 20%;
    }
    .footer-menus ul.footer-menus-list li a img.imig-fluid {
        max-width: 0%;
        margin: 0 !important;
    }

	
	.cust-cust .inner-testimonial .text-caption-p:before {
	    bottom: -12px !important;
	    clip-path: polygon(100% 0%, 100% 15%, 60% 100%, 21% 30%) !important;
	    right: 0 !important;
	    height: 0;
	    width: 0;
	    opacity: 0;
	}
}
@media (min-width: 767px) and (max-width: 992px) {
    section.banner-section:before {
        bottom: 0;
        width: 0;
        height: 0;
        opacity: 0 !important;
    }
    .all-default-ccontent.abttt .sub2-h {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .all-default-ccontent.abttt .about-btn.btn-bnnr a.btn1-main {
        /* padding: 15px 60px 15px 30px !important; */
    }
    .folio-img1.folio1, .folio-img1.folio2 {
        height: 205px;
    }
    .folio-img1.folio3, .folio-img1.folio5 {
        height: 120px;
    }
    .folio-img1.folio4 {
        height: 165px;
    }
    .folio-img1.folio6, .folio-img1.folio7 {
        height: 205px;
    }
    .all-product-btn.btn-bnnr {
        padding: 10px 0px;
    }
    .all-product-btn.btn-bnnr a.links {
        /* padding: 15px 60px 15px 30px !important; */
    }
    .portfolio-section {
        padding: 30px 0px;
    }
    .cust-cust .inner-testimonial {
        padding-bottom: 0px;
    }
    body li.foot-numb a p {
        margin-bottom: 0px;
        width: 100% !important;
    }
}
@media (min-width: 992px) and (max-width: 1050px) {
    .categ-center-img:before {
        width: 350px;
        height: 300px;
        top: -25%;
        left: -74%;
    }
    .categories-main-wrapper-new1 {
        margin: 20px 0px 20px auto;
        width: 80%;
    }
    .categories-main-wrapper-new2 {
        margin: 20px auto 20px 0;
        width: 80%;
    }
    .categories-right-wrapper-new1 {
        margin-right: 10px;
    }
    .categories-right-wrapper-new2 {
        margin-left: 10px;
    }
}


.main-menu-header .header-btn {
    text-align: center;
    /* background: linear-gradient(260deg, #06C5DC 0%, #13D1B2 92.82%); */
    /* padding: 30px 10px; */
}

.main-menu-header .header-btn a.btn-bnnr {
    color: var(--color2);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
     /* 75% */
    letter-spacing: 1px;
    padding: 10px 20px;
    transition: 0.5s;
    /* border: 1px solid #000; */
    text-transform: capitalize;
    background-color: var(--color1);
    border-radius: 100px;
    font-family: 'NunitoSans';
}

.my-navbar ul.navbar-nav {
    align-items: center;
}

.my-navbar .collapse.navbar-collapse {
    align-items: center;
    justify-content: start !important;
}

.banner-left-div .comp-name {
    display: block;
    transform: rotate(270deg);
    white-space: nowrap;
    position: absolute;
    top: 8%;
    left: -3%;
    font-family: 'Manrope' !important;
    text-transform: uppercase;
    z-index: 9 !important;
    color: #14D2AD;
    font-weight: 800;
    font-size: 16px;
}

.banner-cont-info {
    display: inline-block;
    background: #222628;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 20px;
}

.banner-cont-info ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.banner-section .extra-padding {
    position: relative;
}

.banner-cont-info ul .sm-txt {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px; /* 160% */
    text-transform: capitalize;
}

.banner-cont-info ul li {
    padding: 10px 20px;
}

.banner-cont-info ul span {
    color: #FFFEFE;
    text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    font-weight: 700;
}

.defalt-heading.abt-secc {display: inline-block;transform: rotate(270deg);white-space: nowrap;position: relative;top: 60px;left: -30px;}

.about-count-main {
    position: relative;
}

.about-count-main .count-wrapper {
    width: 60%;
    margin: 0  70px 0 auto;
}

.about-count-main .count-wrapper .abt-no {
    color: var(--txt-color);
    font-family: Roboto !important;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px; /* 81.25% */
    text-transform: capitalize;
}

.about-count-main .count-wrapper p {
    color: var(--txt-color);
    text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 600;
}

.all-default-ccontent.abttt .defalt-heading h1 {
    color: var(--color1);
    font-family: NunitoSans !IMPORTANT;
    font-size: 40px;
    font-weight: 600;
     /* 118.182% */
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 70%;
}

.about-count-main .count-wrapper:first-child p {
}

.count-wrapper.first-cntt {
    margin-bottom: 60px;
}

.service-heading-bg.all-default-ccontent {
    /* text-align: center; */
    margin-bottom: 30px;
}

.service-cont h4 {
    color: #fff;
    font-family: NunitoSans !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
    margin: 10px 0px 5px;
}

.service-cont p {
    color: #fff;
    /* text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25); */
    font-size: 15px;
    font-weight: 400;
    font-family: 'NunitoSans' !important;
}

.service-section:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background: #232323;
}

.product-heading-bg.all-default-ccontent {
}

section.have-question-section .row {
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 60px 30px 40px;
}

section.have-question-section {
    position: relative;
    padding: 100px 0px 50px;
}

.question-heading h2 {
    color: #FFF;
    font-family: NunitoSans !important;
    font-size: 40px;
    font-weight: 700;
     /* 144.444% */
    text-transform: capitalize;
}

.question-heading p {
    color: #FFF;
    text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    font-weight: 600;
    font-family: 'NunitoSans' !important;
}

section.solutio-section {
    padding: 30px 0px;
    position: relative;
}

section.solutio-section .about-image.solu-img {
    position: relative;
    max-width: 85%;
    margin: 0 10px 0 auto;
}

.all-default-ccontent.sollu {
    max-width: 80%;
}

section.solutio-section .about-image.solu-img:before {
    content: '';
    position: absolute;
    top: -10px;
    right: -15px;
    background-image: url(/images/about-top.png);
    background-size: 100%  100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 150px;
    width: 150px;
}

.solutio-section .defalt-heading.abt-secc .sub-heading h3 {
    color: #14D2AD;
}

.professional-section {
    position: relative;
    padding: 50px 0px;
}

.professional-section .all-default-ccontent.sollu {
    max-width: 90%;
    margin: 0 0 0 auto;
}

.professional-section .defalt-heading.abt-secc {
    left: -10%;
    top: 100px;
}

.professional-section .deflt-p {
    margin-top: 50px;
}

.gallery-img1 {
    height: 200px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    margin: 10px;
}

.gallery-img1.gallery2, .gallery-img1.gallery3 {
    /* height: 280px; */
    /* overflow: hidden; */
    /* margin-bottom: 20px; */
}

.gallery-img1.gallery4 {
    /* height: 280px; */
    /* overflow: hidden; */
}

.gallery-img1.gallery5, .gallery-img1.gallery6, .gallery-img1.gallery7 {
    height: 280px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.main-testi-wrapper {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.testy-star.testy-quee {
    margin-bottom: 20px;
}

section.maintestimonials-new .owl-dots .owl-dot span {
    height: 5px;
    width: 5px;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: var(--btn-color);
    padding: 5px;
    border-radius: 100%;
}
.footer-section .footer-heading.footer-heading22 {
    margin-bottom: 5px;
}

.footer-section .footer-heading.footer-heading22 h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

.ffc ul.main-social-list li:hover img.img-fluid {
    filter: brightness(55);
}
.blog-type span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #DCDCDC;
    padding: 10px;
    color: var(--h-color);
    font-size: 18px;
    font-weight: 600;
}

.foot-clmn-2.all-foot-clmn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #ffffff42;
    margin: auto;
    display: none;
}

.main-menu-header .header-btn a.btn-bnnr:hover {
    color: #fff;
    transition: 0.5s;
    background: var(--btn-color);
    transform: scale(1.07);
}
.ai-power-section {
    position: relative;
    padding: 60px 0px;
}
.product-content .product-url-content .pro-content {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--txt-color);
    font-weight: 500;
    font-size: 14px;
}

.main-div:hover .product-list:before {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
    z-index: 1;
}

@media (max-width: 575px) {
    .footer-menus ul.footer-menus-list {
        display: flex !important;
        justify-content: space-between;
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .container-fluid.header-logo-contain.g-0 {
        --bs-gutter-y: unset !important;
        --bs-gutter-x: unset !important;
    }

    .all-default-ccontent.abttt .defalt-heading h1 {
        font-size: 24px!important;
        max-width: 100%;
    }
    
    section.solutio-section {
        padding: 0px 0px 30px;
    }
    
    .all-default-ccontent.sollu {
        max-width: 100% !important;
        padding-top: 30px;
    }
    
    .all-default-ccontent.sollu .deflt-p p {
        font-size: 10px;
    }
    
    .professional-section {
        padding: 0px 0px 30px;
    }
    
    .professional-section .defalt-heading.abt-secc {
        display: none !important;
    }
    
    .professional-section .all-default-ccontent.sollu {
        padding: 0 !important;
    }
    
    .professional-section .deflt-p {
        margin: 10px 0px !important;
    }
    
    .gallery-img1 {
        height: 100px !important;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .gallery-img1.gallery4 {
        /* height: 110px !important; */
    }
    
    .gallery-img1.gallery5, .gallery-img1.gallery6 {
        height: 100px !important;
    }
    
    .gallery-img1.gallery7 {
        height: 110px !important;
    }
    
    .blog-type span {
        font-size: 12px !important;
        padding: 5px !important;
    }
    
    .blog-section .blog-url {
        padding: 10px 0px;
    }
    
    .blog-content .blog-txt {
        padding: 0px 0px 10px !important;
    }
    
    .my-navbar ul.navbar-nav li.nav-item {
        text-align: center;
        margin: 0 !important;
    }
    body  .footer-section .footer-heading.footer-heading22 {
        margin-bottom: 10px !important;
        padding-top: 10px !important;
    }
    .product-content .product-url-content .pro-content {
        font-size: 10px;
    }

	.gallery-img1 img.img-fluid {
	    border-radius: 10px !important;
	}
}

@media (min-width: 767px) and (max-width: 992px) {
    .container-fluid.header-logo-contain.g-0 {
        --bs-gutter-y: unset !important;
        --bs-gutter-x: unset !important;
    }
    .about-section .dasktop-show {
        display: block !important;
    }
    
    .about-count-main .count-wrapper .abt-no {
        font-size: 30px !important;
        line-height: 50px !important;
    }
    
    .about-count-main .count-wrapper {
        width: 80%;
        margin: 0 10px 0 auto !important;
    }
    
    .all-default-ccontent.abttt .defalt-heading h1 {
        font-size: 22px !important;
        max-width: 100%;
    }
    
    .about-count-main .count-wrapper p {
        font-size: 13px !important;
    }
    
    .all-default-ccontent.sollu {
        max-width: 100% !important;
    }
    
    .all-default-ccontent.sollu .deflt-p p {
        font-size: 12px;
        margin: 10px 0px;
    }
    
    section.solutio-section .about-image.solu-img:before {
        height: 100px !important;
        width: 100px !important;
    }
    
    .professional-section {
        padding: 0px 0px 30px !important;
    }
    
    .professional-section .sub-heading {
        display: none !important;
    }
    
    .professional-section .deflt-p {
        margin-top: 20px !IMPORTANT;
    }
    
    .gallery-section .col-md-4.dasktop-show {
        display: block !important;
    }
    
    .gallery-img1 {
        height: 180px !important;
    }
    
    .gallery-img1.gallery2, .gallery-img1.gallery3 {
        /* height: 145px; */
    }
    
    .gallery-img1.gallery4 {
        /* height: 145px; */
    }
    
    .gallery-img1.gallery5, .gallery-img1.gallery6, .gallery-img1.gallery7 {
        height: 140px;
    }
    
    .blog-section .blog-url {
        padding: 10px 0px;
    }
    
    .blog-content .blog-txt {
        padding: 0px 0px 10px;
    }
    
    .blog-type span {
        font-size: 12px;
    }
    
    .foot-clmn-2.all-foot-clmn {
        padding: 0px 10px !important;
    }
    .product-content .product-url-content .pro-content {
        font-size: 10px;
    }
}

.banner-slider .owl-nav .owl-prev:before {
    content: 'Prev';
    right: 15px;
    bottom: -7px;
    padding-left: 10px;
    margin: auto;
    position: absolute;
    color: var(--btn-color);
    font-size: 15px;
    transform: rotate(180deg);
    display: none;
}

.banner-slider .owl-nav .owl-next:before {
    content: 'Next';
    right: 15px;
    padding-right: 10px;
    bottom: -7px;
    margin: auto;
    position: absolute;
    color: var(--btn-color);
    font-size: 15px;
    display: none;
}

.single-prod-main-div {
    /* padding: 10px; */
    margin: 0 10px;
    background: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    text-align: center;
    border: 1px solid var(--btn-color);
    transition: 0.5s;
}

.single-prod-main-div .about-btn.btn-bnnr {display: block !important;}

.single-prod-main-div .about-btn.btn-bnnr a {
    width: 90%;
    padding: 10px;
    font-weight: 600;
    margin: 0 auto;
    font-family: 'NunitoSans' !important;
}

.about-image.solu-img {
    position: relative;
}

.about-image.solu-img img.img1.img-fluid {
    max-width: 90%;
    border-radius: 20px 5px;
}

.about-image.solu-img span {
    position: absolute;
    bottom: 15%;
    right: 10%;
    z-index: 1;
    background: var(--btn-color);
    padding: 20px;
    width: 160px;
    text-align: center;
    display: none;
}

.about-image.solu-img span h4 {
    margin: 0;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}

.single-prod-main-div.featured-product {
    padding: 0;
}

.single-prod-main-div.featured-product .product-content {
    padding: 20px;
}

.single-prod-main-div.featured-product .product-list {
    height: 260px;
}

.gallery-img1 img.img-fluid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.5s;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.blog-section .main-blog-div .blog-content {
    padding: 30px;
    background: #fff;
    position: relative;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    transition: 0.5s;
}

.blog-section .main-blog-div .blog-content span.blog-admin img {
    margin-right: 10px;
    filter: grayscale(1);
    width: auto;
}

.blog-section .view-details span.blog-date {
    font-size: 16px;
    color: #9B9DB3;
}

.blog-section .view-details span.blog-date img.img-fluid {
    margin-right: 10px;
    filter: grayscale(1);
    width: auto;
}


.main-testi-wrapper .owl-item.active.center .item {
    /* width: 60%; */
    /* margin: 0 auto; */
}

.cust-cust .inner-testimonial .text-caption-p {
    background: var(--btn-color);
    padding: 30px;
    position: relative;
    z-index: 1;
    border-radius: 60px 0px 60px 0px;
    height: 200px;
    overflow: hidden;
    align-content: center;
}

.cust-cust .inner-testimonial .text-caption-p:before {
    content: '';
    position: absolute;
    bottom: -18px;
    left: -5px;
    right: auto;
    height: 27px;
    width: 26px;
    z-index: -1;
    clip-path: polygon(100% 0%, 100% 15%, 100% 100%, 21% 30%);
    background: var(--btn-color);
    margin: auto;
}

.footer-top-sec {
    padding: 20px 0px;
    background: #000000;
}

.ffc ul.main-social-list li img.img-fluid {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.service-section .question-row {
    background: var(--btn-color);
    padding: 50px 30px 30px 30px;
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
    margin: auto;
    width: 87%;
}
.solution-num a.connt-11 span {
    display: block;
    font-family: 'NunitoSans' !important;
}
.service-section .defalt-heading h2 {
    color: #fff;
    text-align: left;
}
.service-section .defalt-heading p {
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-family: 'NunitoSans' !important;
}
.service-section:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url(/images/Mask-group.jpg);
    background-size: 101% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.service-main-div {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
}
.service-main-div span.servic-img {
    width: 20%;
    display: inline-block;
}
.service-main-div span.service-cont {
    display: inline-block;
    width: 70%;
}
.owl-carousel-m-product .owl-nav {
    display: flex !important;
    align-items: center;
}
.owl-carousel-m-product .owl-nav .owl-prev {
    background-image: url(/images/arrow3.png);
    /* background-size: 8px; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    font-size: 0;
    height: 50px;
    width: 50px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    border-radius: 50%;
    transform: rotate(0deg);
    position: absolute;
    top: 120px;
    left: -80px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #00000061;
}
.owl-carousel-m-product .owl-nav .owl-next {
    background-image: url(/images/arrow3.png);
    /* background-size: 8px; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    font-size: 0;
    height: 50px;
    width: 50px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    border-radius: 50%;
    transform: rotate(180deg);
    position: absolute;
    top: 120px;
    right: -80px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #00000061;
}

@media (max-width: 767px) {
    .single-prod-main-div {
        /* padding: 5px !important; */
        margin: 5px !important;
    }
    .owl-carousel-m-product .owl-nav .owl-prev, .owl-carousel-m-product .owl-nav .owl-next {
        top: 100px;
        height: 20px;
        width: 20px;
    }
	.owl-carousel-m-product .owl-nav .owl-next {
		right:-8px;
	}
	.owl-carousel-m-product .owl-nav .owl-prev {
		left:-8px;
	}
    .about-image.solu-img img.img1.img-fluid {
        max-width: 100% !important;
    }
    .about-image.solu-img span {
        display: none !important;
    }
    .single-prod-main-div.featured-product .product-content {
        padding: 10px !important;
    }
    .single-prod-main-div.featured-product {
        margin: 0 !important;
    }
    .single-prod-main-div.featured-product {
        margin-top: 20px !important;
    }
    .single-prod-main-div.featured-product .product-content {
        padding: 5px !important;
    }
    .blog-section .view-details span.blog-date {
        font-size: 10px;
    }
    .main-testi-wrapper {
        width: 100% !important;
    }
    .cust-cust .inner-testimonial .text-caption-p {
        padding: 10px !important;
        height: 120px;
        align-content: center;
        border-radius: 30px 0px 30px 0px;
    }
    .cust-cust .inner-testimonial .testi-user .testy span {
        /* width: 20%; */
        margin-top: 10px;
        font-size: 12px;
        margin-right: 0;
    }
    .footer-top-sec .footer-main-contact li.foot-numb {
        text-align: center;
        justify-content: center !important;
        margin-top: 20px;
    }
    .footer-top-sec .footer-main-contact li.foot-numb span.f-con-icon {
        width: 10%;
    }
    .footer-top-sec .footer-main-contact li.foot-numb span {
        width: 45%;
    }
    .footer-top-sec .footer-main-contact li.foot-numb span p {
        margin: 0;
        width: unset !important;
    }
    .footer-main-ddd {
        padding: 30px 0px !important;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .about-image.solu-img span h4 {
        font-size: 20px;
    }
    .about-image.solu-img span {
        width: 100px;
        right: 5%;
        bottom: 20%;
    }
    .single-prod-main-div.featured-product .product-list {
        height: 180px !important;
    }
    .single-prod-main-div.featured-product .product-content {
        padding: 10px !important;
    }
    .blog-section .main-blog-div .blog-content {
        margin: 10px;
        padding: 10px;
        /* top: -50px; */
    }
    .blog-section .view-details span.blog-date {
        font-size: 12px;
    }
}

.innerbanner.all-inner {
    position: relative;
}
.banner-innercaption {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: none;
}
.banner-innercaption span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 39px;
    color: #ffffff;
    background: #3d384ec2;
    padding: 0px 50px;
}
@media (max-width: 767px) {
    body .banner-innercaption {
        top: 10%;
    }
    body .banner-innercaption span {
        font-size: 14px;
        padding: 0px 20px;
    }
    .col-sm-7.col-md-12.col-12.wow.fadeInRight.mobile-show {
        display: block !important;
    }
}
@media (min-width: 767px) and (max-width: 992px) {
    .banner-innercaption {
        top: 10%;
    }
    .banner-innercaption span {
        font-size: 25px;
    }
    .col-sm-7.col-md-12.col-12.wow.fadeInRight.mobile-show {
        display: block !important;
    }
    
}


/*Mid Banner Css*/

    section.mid-banner {
        padding: 60px 0px;
        position: relative;
    }
    
/*Header Menu Css*/

    .col-sm-7.col-md-12.col-12.wow.fadeInRight.mobile-show {
        display: none;
    }


/*Category Css*/

    .category-main-div {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 15px;
        align-items: center;
        background: #F6F6F6;
        margin-top: 60px;
        border-radius: 20px;
        display: flex;
        border: 2px solid var(--btn-color);
        background: #fff;
        transition: 0.5s;
        box-shadow: none;
    }
    .category-main-div:hover {
        box-shadow: inset 0 0 20px var(--btn-color);
        transition: 0.5s;
    }
    
	.category-main-div .category-url-main {
		text-align: center;
	}
    .category-main-div .category-content {
        max-width: 100%;
        width: 100%;
    }

    .category-main-div .category-img-div {
        width: 100%;
        max-width: 100%;
        /* float: right; */
        text-align: center;
    }

    .category-main-div .category-img-div .category-list {
        height: 130px;
        width: 100%;
        position: relative;
    }

    .category-main-div .category-img-div .category-list img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 80%;
        max-height: 80%;
        border-radius: 10px;
    }

    section.category-section .defalt-heading {
        /* margin-bottom: 30px; */
    }

    .category-content .category-title a {
        color: var(--h-color);
        font-size: 18px;
        font-weight: 700;
        display: inline-block;
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: center;
    }

    .category-content .category-txt p {
        color: var(--txt-color);
        font-size: 13px;
        font-weight: 400;
        line-height: 22px;
        text-transform: capitalize;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
   @media (max-width: 767px) {
       .category-main-div{
           margin-top: 20px;
           padding:10px;
           width:100%;
           border-radius: 20px 5px 20px 5px;
           height: 280px;
       }
   }

.banner-slider .owl-dots .owl-dot.active span {
    /* height: 60px; */
    width: 15px;
}



/**/




.g-hserv {padding-top: 10px;padding-bottom: 107px;background: url("/images/hbg1.jpg") no-repeat center;background-size: cover; /* Ensure the background covers the entire area */animation: move-background 10s linear infinite;}


@media screen and (max-width: 767px) {

  .g-hserv {

    padding-top: 40px;

    padding-bottom: 40px;

  }

}



.m-hserv {

  position: relative;

  z-index: 2;

}

.m-hserv .box-hd {

  margin-bottom: 47px;

  margin-left: auto;

  margin-right: auto;

  max-width: 935px;

}

.m-hserv .hd-desc {

  margin-top: 46px;

  line-height: 28px;

  font-size: 18px;

  font-size: 1.8rem;

  color: #666;

  text-align: center;

}

.m-hserv .hd-desc a {

  color: #666;

}

.m-hserv .hd-desc a:hover {

  color: var(--btn-color);

}

.m-hserv .box-list {display: flex;flex-flow: row wrap;justify-content: flex-start;align-items: stretch;margin-bottom: -30px;}

.m-hserv .list-item {
  margin-right: 3%;
  margin-bottom: 30px;
  width: 22.6666666667%;
  padding: 8px;
  background-color: #f6f6f6;
  transition: 0.5s;
}

.m-hserv .list-item:nth-child(4n) {
  margin-right: 0;
}

.m-hserv .item-text {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 17px;
  padding-bottom: 16px;
  text-align: center;

}

.m-hserv .item-title {
  position: relative;
  padding-bottom: 12px;
  line-height: 32px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.m-hserv .item-title:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 64px;
  height: 3px;
  background-color: var(--btn-color);
  border-radius: 2px;

}

.m-hserv .item-desc {margin-top: 15px;line-height: 24px;font-size: 16px;font-size: 15px;max-height: 84px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;color: #666;}

.m-hserv .item-desc a {

  color: #666;

}

.m-hserv .item-desc a:hover {

  color: var(--btn-color);

}

@media screen and (max-width: 767px) {

  .m-hserv .box-hd {

    margin-bottom: 30px;

  }

  .m-hserv .hd-desc {

    margin-top: 20px;

  }

  .m-hserv .item-text {padding: 10px 5px;}

  .m-hserv .item-title {line-height: normal;font-size: 14px;white-space: unset;padding-bottom: 8px;margin-bottom: 10px;min-height: 40px;}

  .m-hserv .item-desc {margin-top: 8px;line-height: 18px;font-size: 12px;max-height: 60px;}

}

@media screen and (max-width: 640px) {

  .m-hserv .list-item {

    margin-left: 1%;

    margin-right: 1% !important;

    width: 48%;

  }

}

.m-htt {
    padding-top: 30px;
    line-height: 46px;
    font-size: 36px !important;
    text-transform: uppercase;
    text-align: center;
    background: url(/images/dl1.png) no-repeat center top;
    font-weight: 700;
}

.g-hserv .m-htt {
    font-size: 36px;
    font-weight: 700;
}

.m-hserv .item-title a {
    font-size: 24px;
    font-weight: 700;
    color: #000000c4;
}

ul li {
    list-style: none;
}

.m-hserv .list-item {
    text-align: center;
}

.m-hserv .item-desc a {
    font-size: 16px;
    line-height: 14px;
}


.about-section .col-md-6:last-child {
    position: relative;
}



.deflt-p {
    z-index: 999;
    position: relative;
}

.all-default-ccontent.abttt {
    position: relative;
    z-index: 999;
}


.g-hwys {padding-top: 0px;padding-bottom: 120px;background: url("/images/hbg5.jpg") no-repeat center;background-size: cover;animation: zoom-bg 10s ease-in-out infinite;}

@media screen and (max-width: 767px) {

  .g-hwys {

    padding-top: 40px;

    padding-bottom: 40px;

  }

}



.m-hwys .box-title {

  margin-bottom: 69px;

}

.m-hwys .box-wp {

  margin-bottom: -30px;

  display: flex;

  flex-flow: row wrap;

  justify-content: flex-start;

  align-items: stretch;

}

.m-hwys .box-item {
	position: relative;
	width: 30.4166666667%;
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 27px;
	padding-bottom: 79px;
	background-color: #f0f0f0;
	border-radius: 10px;
	transition: 0.3s;
	margin: 10px;
}

.m-hwys .box-item:nth-child(3n) {

  margin-right: 0;

}

.m-hwys .item-icon {

  line-height: 0;
  font-size: 0;
}

.m-hwys .item-title {
   margin-top: 32px;
   line-height: 18px;
   height: 70px;
   font-size: 18px;
   font-size: 1.8rem;
   color: #666;
}

.m-hwys .item-title a {color: #666;font-size: 18px;font-weight: 700;line-height: 16px;}

.m-hwys .item-title a:hover {

  color: var(--btn-color);

}

.m-hwys .item-num {position: absolute;right: 0;bottom: -18px;line-height: 1;/* font-size: 70px; */font-size: 4rem;color: var(--btn-color);padding: 0 5px 5px;}

@media screen and (max-width: 767px) {

  .m-hwys .box-item {

    padding-left: 15px;

    padding-right: 15px;

    padding-top: 20px;

    padding-bottom: 30px;

  }

  .m-hwys .item-icon img {

    width: 40px;

  }

  .m-hwys .item-title {

    margin-top: 15px;

    line-height: 24px;

    height: 48px;

    font-size: 14px;

    font-size: 1.4rem;

  }

  .m-hwys .item-num {

    font-size: 30px;

    font-size: 3rem;

  }

}

@media screen and (max-width: 480px) {

  .m-hwys .box-item {

    margin-right: 0;

    width: 100%;

  }

}

.g-hnews {

  padding-top: 66px;

  padding-bottom: 50px;

  background: url("/images/hbg6.jpg") no-repeat center top;

}

.m-hwys .box-wp {
    margin-bottom: -30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
}

.m-hwys .box-item {
    position: relative;
    background-color: #f0f0f0;
    border-radius: 10px;
    transition: 0.5s;
}

.g-hwys .m-hwys a {
    font-size: 16px;
    font-weight: 400;
    color: var(--btn-color);
}

 
    /*Contact-info Wrapper Css*/
    
    
     section.logo-sec.main-header .wrapper {
        display: inline-flex;
        list-style: none;
        height: 20px;
        width: 100%;
        /* padding-top: 20px; */
        font-family: "Poppins", sans-serif;
        justify-content: center;
    }

     section.logo-sec.main-header .wrapper .icon {
        position: relative;
        border-radius: 50%;
        margin: 0px 20px;
        width: 25px;
        height: 25px;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
        transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    section.logo-sec.main-header .wrapper .tooltip {
        position: absolute;
        top: 0;
        font-size: 14px;
        /* background: #fff; */
        color: #fff;
        padding: 5px 8px;
        border-radius: 5px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    section.logo-sec.main-header .wrapper .tooltip::before {
        position: absolute;
        /* content: ""; */
        height: 8px;
        width: 8px;
        background: var(--btn-color);
        bottom: 0px;
        left: 0px;
        /* transform: translate(-50%) rotate(45deg); */
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    section.logo-sec.main-header .wrapper .icon:hover .tooltip {
        top: -15px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .wrapper .icon:hover span,
    .wrapper .icon:hover .tooltip {
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
    }

    .wrapper .facebook:hover,
    .wrapper .facebook:hover .tooltip,
    .wrapper .facebook:hover .tooltip::before {
        background: #1877F2;
        color: #fff;
    }

    .wrapper .twitter:hover,
    .wrapper .twitter:hover .tooltip,
    .wrapper .twitter:hover .tooltip::before {
        background: #1DA1F2;
        color: #fff;
    }

    .wrapper .instagram:hover,
    .wrapper .instagram:hover .tooltip,
    .wrapper .instagram:hover .tooltip::before {
        background: #E4405F;
        color: #fff;
    }
     section.logo-sec.main-header .social-icons-head {
        text-align: center;
    }
     section.logo-sec.main-header .social-icons-head span img {
        max-width: 10%;
    }
     section.logo-sec.main-header .social-icons-head span img {
        max-width: 10%;
    }

     section.logo-sec.main-header .social-icons-head h2 {
        font-family: Roboto !important;
        margin-top: 20px;
        font-weight: 700;
        /* letter-spacing: 2px; */
        display: block;
    }

    /* section.logo-sec.main-header:after {*/
    /*    position: absolute;*/
    /*    content: "";*/
    /*    background-image: url("/images/contact-page-before.png");*/
    /*    height: 60%;*/
    /*    width: 20%;*/
    /*    top: 0;*/
    /*    right: 0;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: center;*/
    /*    background-size: 100% 100%;*/
    /*}*/
    
     section.logo-sec.main-header .main-head {
        text-align: center;
        position: relative;
        margin-bottom: 50px !important;
        max-width: 50%;
        margin: auto;
    }

     section.logo-sec.main-header .main-head h2 {
        font-family: Roboto !important;
        font-weight: 700;
        font-size: 40px;
        text-transform: uppercase;
    }

     section.logo-sec.main-header .main-head p {
        text-transform: uppercase;
        font-size: Manrope !important;
        font-size: 16px;
    }
     section.logo-sec.main-header .wrapper li a img {
        /* margin-left: -30px; */
    }
    
    @media (max-width: 767px) {
          .contact-form-main{
            padding:30px 0px;
        }
          .contact-form-main .map-location {
            position: relative;
            height: 550px;
            margin-top: 10px;
        }
         section.logo-sec.main-header .wrapper .icon{
            box-shadow:none;
        }
         .contact-form-main .form_main{
            height: 550px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 992px) {
         .contact-form-main .map-location {
            position: relative;
            height: 600px;
        }
         section.logo-sec.main-header .wrapper .icon{
            box-shadow:none;
        }
         .contact-form-main .form_main{
            height:600px;
        }

		section.category-section:before {
		    width: 32%;
		    height: 48%;
		    right: 100px;
		}
		
		.category-content .category-title a {
		    font-size: 14px;
		}
		
		.single-prod-main-div {
		    margin: 0;
		}
		
		.owl-carousel-m-product .owl-nav .owl-prev {
		    top: 100px;
		    left: -20px;
		}
		
		.owl-carousel-m-product .owl-nav .owl-next {
		    top: 100px;
		    right: -20px;
		}
		
		.m-hwys .box-title {margin-bottom: 30px;font-size: 25px !important;}
		
		.m-hwys .box-item {
		    padding: 20px;
		    margin: 10px;
		}
		
		.m-hwys .item-num {
		    font-size: 25px;
		    font-weight: 500;
		}
		
		.g-hwys .m-hwys a {
		    font-size: 14px;
		    font-weight: 400;
		}
		
		.m-hwys .box-wp {
		    justify-content: center;
		}
		
		.m-hwys .item-icon img.img-fluid {
		    max-width: 20%;
		}
		
		.g-hwys {
		    padding-bottom: 50px;
		}
		
		.gallery-section {
		    padding: 30px 0;
		}
		
		p.item-title {
		    font-size: 13px !important;
		    white-space: unset !important;
		    line-height: normal !important;
		    margin-top: 20px !important;
		    height: 120px !important;
		}
		
		.m-hserv .item-desc {
		    font-size: 12px;
		    line-height: 17px;
		}
		
		.m-hserv .item-text {
		    padding: 15px 10px;
		}
		
		.g-hserv .m-htt {
		    font-size: 30px !important;
		}
    }
/*============ end main contact form css ============*/

section.logo-sec.main-header .contact-page-icons ul.wrapper {
    display: inline-flex;
    margin-bottom: 0;
}

.m-hserv li.list-item:hover img {
    transform: scale(0.97);
    position: relative;
    transition: 0.3s;
}

.m-hserv li.list-item img.j-lazy.img-fluid {
    transition: 0.3s;
}

.m-hwys .box-item:hover {
    background: var(--btn-color);
    transition: 0.5s;
}

.m-hwys .box-item:hover a {
    color: #fff;
    transition: 0.3s;
}

.m-hwys .box-item:hover p.item-num {
    color: #fff;
    transition: 0.3s;
}



section.category-section:after {
    content: '';
    position: absolute;
    height: 60%;
    width: 30%;
    background: url(/images/wiring1.jpg);
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
    animation: rotate-bg 17s linear infinite;
}


@keyframes rotate-bg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes move-background {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%; 
    }
}

@keyframes zoom-bg {
    0% {
        background-size: 100%;
    }
    50% {
        background-size: 110%;
    }
    100% {
        background-size: 100%;
    }
}

@keyframes fade-bg {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.m-hserv .list-item:hover {
    box-shadow: inset 0 0 20px var(--btn-color);
    transition: 0.5s;

}

.single-prod-main-div:hover {
    box-shadow: inset 0 0 20px var(--btn-color);
    transition: 0.5s;
}


@media(max-width:767px){
    
    section.category-section:before {
        width: 100px;
        height: 100px;
    }
    
    section.category-section:after {
        height: 120px;
        width: 120px;
    }
    
    section.blog-section:after {
        width: 110px;
        left: 0;
        top: -90px;
        opacity: 1;
    }
    
    section.maintestimonials-new:after {
        width: 90px !important;
        left: 0;
        top: -70px;
    }
	.m-hserv .box-list {
		padding: 0 5px !important;
	}
    
    .category-content .category-txt p {
        font-size: 11px;
        line-height: normal;
        margin-bottom: 5px;
    }
    
    .category-content .category-title a {
        font-size: 14px;
        /* font-weight: 500; */
        -webkit-line-clamp: 2;
    }

	.g-hserv .m-htt {
		font-size: 25px !important;
	}
	
	.m-hwys .box-title {
		font-size: 25px !important;
		margin-bottom: 20px;
	}
	
	.g-hwys {
        display: none;
    }
}

@media (min-width: 1550px) and (max-width: 1650px) {
    .banner-slider .owl-item .item {
        height: 700px !important;
    }
    section.banner-section {
        height: 750px !important;
    }
}
@media (min-width: 1650px) {
    .banner-slider .owl-item .item {
        height: 800px !important;
    }
    section.banner-section {
        height: 850px !important;
    }
}

.h-contact .all-icon .h-icon img {
    /* filter: brightness(10.5); */
}
.m-hwys .box-item:hover p.item-icon img {
    filter: brightness(10.5) invert(1) !important;
    transition: 0.5s;
}



/* From Uiverse.io by joe-watson-sbf */ 
.btnnn a {
  font-size: 16px;
  background: transparent;
  border: none;
  padding: 1em 1.5em;
  color: var(--color1);
  text-transform: uppercase;
  position: relative;
  transition: 0.5s ease;
  cursor: pointer;
  border: 1px solid var(--color1);
}

.btnnn a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--btn-color);
  transition: 0.5s ease;
}

.btnnn a:hover {
  color: var(--color2);
  transition-delay: 0.5s;
}

.btnnn a:hover::before {
  width: 100%;
}

.btnnn a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: var(--btn-color);
  transition: 0.4s ease;
  z-index: -1;
}

.btnnn a:hover::after {
  height: 100%;
  transition-delay: 0.4s;
  color: aliceblue;
}



/*Technical Support Section CSS*/


section.Technical.Support {
    position: relative;
    padding: 30px 0px;
}

section.Technical.Support .technical-maintxt {
    text-align: center;
    padding-bottom: 50px;
}

section.Technical.Support .technical-img {
    position: relative;
    height: 500px;
}

section.Technical.Support .technical-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

section.Technical.Support .technical-txt h3 {
    font-size: 40px;
    font-family: 'NunitoSans' !important;
    font-weight: 400;
}

section.Technical.Support .technical-list ul li {
    list-style: disc;
    margin: 30px 0px;
    font-family: 'NunitoSans';
}
section.Technical.Support .technical-maintxt h2 {
    font-size: 50px;
    font-family: 'NunitoSans'!important;
    font-weight: 600;
}

@media (max-width:767px) {
    
    section.Technical.Support {
        padding: 20px 0px;
    }
    
    section.Technical.Support .technical-maintxt h2 {
        font-size: 24px;
        font-weight: 600;
    }
    
    section.Technical.Support .technical-maintxt p {
        font-size: 12px;
        line-height: normal;
    }
    
    section.Technical.Support .technical-maintxt {
        padding-bottom: 20px;
    }
    
    section.Technical.Support .technical-img {
        height: 400px;
    }
    
    section.Technical.Support .technical-txt h3 {
        font-size: 24px;
        font-weight: 600;
    }
    
    section.Technical.Support .technical-list ul li {
        margin: 20px 0px;
        font-size: 12px;
    }

}
@media (min-width:767px) and (max-width:992px) {
    section.Technical.Support .technical-list ul li {
        margin: 10px 0px 0px 0px;
        font-size: 14px;
    }
    
    section.Technical.Support .technical-txt h3 {
        font-size: 22px;
        font-weight: 600;
    }
}

/*Section.service-section2 CSS*/

section.service-section2 {
    position: relative;
    padding: 60px 0px;
    text-align: center;
    background-color: var(--btn-color) !important;
}

section.service-section2.counttrrr .countt-heading h3 span {
    display: inline-block;
    position: relative;
    /* border-top: 1px solid #fff; */
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: var(--btn-color);
    font-family: 'Outfit' !important;
}

section.service-section2.counttrrr .countt-heading  h2 {
    font-weight: 600;
    font-size: 40px;
    display: inline-block;
    margin: 0px 0px 40px;
}
section.service-section2 .service2-div {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 30px 20px;
    background: #ffffff05;
    border: 1px solid #ffffff27;
}

section.service-section2 .service2-div-cont h3 span {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

section.service-section2 .service2-div-cont p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

section.service-section2 .service2-div-cont {
    text-align: left;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ffffff52;
}


/*Video Section CSS*/

section.video-section {
    position: relative;
    padding: 30px 0px;
}

section.video-section .video-div {
    position: relative;
}

section.video-section .video-div a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 150px;
    width: 150px;
    background-image: url("/images/play-icon.png");
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}


/*Home Team Section*/

section.team-section-home {
    position: relative;
    padding: 60px 0px 100px 0px;
    background-color: #f5f9fc;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

section.team-section-home .main-data h2 {
    color: var(--color1);
    font-size: 20px;
    padding: 15px 0px 0px 0px;
    font-weight: 500;
    margin: auto;
}

section.team-section-home .team-details {
    height: auto;
    background-color: #fff;
    margin: 10px;
    padding: 20px 30px 30px 30px;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 10px;
    text-align: center;
}

section.team-section-home .main-data p {
    color: var(--txt-color);
    padding: 0px;
    margin: 0;
    font-size: 16px;
}

section.team-section-home .main-data2 p {
    color: var(--txt-color);
    margin: 0;
    font-size: 16px;
}

section.team-section-home .main-data2 {
    padding: 20px 0px 0px 0px;
    max-width: 80%;
    margin: auto;
}


@media (max-width:767px) {
    
    section.team-section-home {
        padding: 60px 0px;
    }
    
    section.team-section-home .team-details {
        height: 230px;
        padding: 10px;
    }
    
    section.team-section-home .main-data h2 {
        font-size: 14px;
    }
    
    section.team-section-home .main-data p {
        font-size: 12px;
    }
    
    section.team-section-home .main-data2 p {
        font-size: 12px;
    }
    
    section.team-section-home .owl-nav {
        display: none;
    }
    
    section.service-section2 {
        padding: 30px 0px;
    }
    
    section.service-section2.counttrrr .countt-heading h2 {
        font-size: 20px;
    }
    
    section.service-section2 .service2-div {
        padding: 10px;
        justify-content: unset !important;
        width: 100%;
    }
    
    section.service-section2 .service2-div-cont h3 span {
        font-size: 16px;
    }
    
    section.service-section2 .service2-div-cont p {
        font-size: 12px;
    }
    
    section.service-section2 .service2-div-img img {
        max-width: 100%;
        margin: 0;
    }
    section.service-section2 .service2-div-img {
        max-width: 30%;
        width: 100%;
    }
    
    section.service-section2 .service2-div-cont {
        max-width: 70%;
        width: 100%;
    }
}


@media (min-width: 768px) and (max-width: 992px) {
    section.service-section2 {
        padding: 30px 0px;
    }
    
    section.service-section2.counttrrr .countt-heading h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    
    section.service-section2 .service2-div {
        padding: 10px;
    }
    
    section.service-section2 .service2-div-cont h3 span {
        font-size: 16px;
    }
    
    section.service-section2 .service2-div-cont p {
        font-size: 14px;
        min-height: 42px;
    }
    
    section.service-section2 .service2-div {
        width: 100%;
    }
    
    section.service-section2 .service2-div .service2-div-img {
        max-width: 23%;
        width: 100%;
    }
    
    section.service-section2 .service2-div-cont {
        max-width: 75%;
        width: 100%;
        padding-left: 5px;
    }
    section.team-section-home {
        padding: 60px 0px;
    }
    
    section.team-section-home .team-details {
        height: 250px;
        padding: 10px;
    }
    
    section.team-section-home .main-data h2 {
        font-size: 16px;
    }
    
    section.team-section-home .main-data p {
        font-size: 12px;
    }
    
    section.team-section-home .main-data2 p {
        font-size: 12px;
    }
    
    section.Technical.Support .technical-maintxt h2 {
        font-size: 22px;
    }
    
    section.Technical.Support .technical-maintxt p {
        font-size: 14px;
    }
    
    section.Technical.Support .technical-img {
        height: 100%;
    }

}


/*My New Jenny Penny CSS*/


/*New Search CSS*/

.searc-barr {
    text-align: center;
    max-width: 80%;
    margin: auto;
}

.searc-barr .outer-box form button {
    background: var(--color1);
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0px;
    left: auto;
    height: 100%;
    width: auto;
}

.searc-barr .search-btn form input {
    border: 2px solid var(--s-color);
    padding: 15px;
}

.searc-barr .search-btn form {
    position: relative;
}


/*Enginear Perform Section CSS*/

section.enginear-perform {
    padding: 30px 0px;
    position: relative;
}

section.enginear-perform .eng-perf-head .eng-perf-sub-heading h3 {
    font-size: 22px;
    font-weight: 400;
    color: #616161;
}

section.enginear-perform .eng-perf-head .eng-perf-heading h2 {
    color: var(--s-color);
    font-size: 40px;
    padding-bottom: 10px;
    margin: 0;
}
section.enginear-perform .eng-perf-head .eng-perf-para p {
    font-size: 16px;
    color: #616161;
}



/*About Section CSS */
section.about-section .about-video {
    position: relative;
    max-width: 100%;
    margin: auto;
}

section.about-section .about-video .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

section.about-section .about-video .play-icon img {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

section.about-section .about-video .play-icon span {
    padding-top: 10px;
    color: var(--color2);
}
section.about-section .about-video:before {
    position: absolute;
    left: -50px;
    bottom: auto;
    top: 0;
    right: auto;
    margin: auto;
    height: 50%;
    width: 5px;
    content: "";
    background: var(--s-color);
}
section.about-section .about-btnns {
    padding-top: 50px;
}

section.about-section .about-btnns a {
    background: var(--color1);
    padding: 10px 30px;
    border-radius: 100px;
    margin: 10px;
    color: var(--color2);
    font-family: 'NunitoSans';
    transition: 0.5s;
}
.about-image.solu-img .about-comintro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: -20%;
    bottom: -31px;
    top: auto;
    left: auto;
    margin: auto;
}

.about-image.solu-img .about-comintro .about-comintro1 h3 {
    font-size: 60px;
    font-weight: 700;
    font-family: Mina;
    margin: 0;
}

.about-image.solu-img .about-comintro .about-comintro1 p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.about-image.solu-img .about-comintro .about-comintro1 {
    padding-left: 25px;
}


section.about-section .about-btnns a:hover {
    transform: scale(1.07);
}

/*Gallery Section CSS*/


section.gallery-section .owl-carousel-gallery .owl-nav{
    display: flex !important;
    align-items:center;
}

section.gallery-section .owl-carousel-gallery .owl-nav .owl-prev {
    background-image: url(/images/arrow3.png);
    /* background-size: 8px; */
    background-position: center !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    font-size: 0;
    height: 50px;
    width: 50px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    border-radius: 50%;
    transform: rotate(0deg);
    position: absolute;
    top: 120px;
    left: -60px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #00000061;
}
section.gallery-section .owl-carousel-gallery .owl-nav .owl-next {
    background-image: url(/images/arrow3.png);
    /* background-size: 8px; */
    background-position: center !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    font-size: 0;
    height: 50px;
    width: 50px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    border-radius: 50%;
    transform: rotate(180deg);
    position: absolute;
    top: 120px;
    right: -60px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #00000061;
}

section.gallery-section .gallery-cont {
    text-align: center;
    padding: 20px 10px;
}

section.gallery-section .gallery-cont h3 {
    font-size: 18px;
    padding: 10px;
    min-height: 15px;
    font-family: 'NunitoSans';
    font-weight: 400;
}

section.gallery-section .gallery-cont a {
    color: var(--color2);
    border-radius: 100px;
    background-color: var(--color1);
    padding: 10px 30px;
    font-family: 'NunitoSans' !important;
    transition: 0.5s;
}
section.gallery-section .defalt-heading h2 {
    background: transparent;
}
section.gallery-section .defalt-heading:before {
    width: 5%;
    left: 18%;
    right: auto;
}

section.gallery-section .defalt-heading:after {
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 18%;
    margin: auto;
    height: 3px;
    width: 5%;
    background: var(--s-color);
    content: "";
    z-index: -1;
}

section.gallery-section .gallery-cont a:hover {
    transform: scale(1.07);
    transition: 0.5s;
}


/*Home Solution Section CSS*/

section.home-solution {
    position: relative;
    padding: 60px 0px;
    text-align: center;
}

section.home-solution .home-solution-cont {
    padding: 60px 30px 30px 30px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 350px;
    background-image: url("/images/sol-bg.jpg");
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center left!important;
    transition: 0.5s;
    margin-bottom: 30px;
}

section.home-solution .home-solution-cont .home-solution-icons {
    position: relative;
    height: 60px;
    margin-bottom: 20px;
}

section.home-solution .home-solution-cont .home-solution-icons img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
}

section.home-solution .home-solution-cont .home-solution-txt h2 {
    font-size: 22px;
    font-family: 'NunitoSans' !important;
    font-weight: 700;
    margin: 0;
}

section.home-solution .home-solution-cont .home-solution-txt p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'NunitoSans' !important;
    padding: 20px 0px;
    margin: 0;
}
section.home-solution .home-solution-cont .home-solution-txt a {
    background-color: var(--color1);
    padding: 10px 30px;
    border-radius: 100px;
    color: var(--color2);
    font-family: NunitoSans;
    font-size: 16px;
    transition: 0.5s;
}

section.home-solution .home-solution-cont .home-solution-icons:before {
    position: absolute;
    top: auto;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    background-color: var(--s-color);
    content:"";
    border-radius: 100px;
}

section.home-solution .home-solution-cont:hover {
    background-image: url("/images/sol-hovs.jpg");
    transition:0.5s;
}
section.home-solution .home-solution-cont .home-solution-txt a:hover {
    transition: 0.5s;
    transform: scale(1.07);
}

@media(max-width: 767px){
    
    section.home-solution {
        padding: 30px 0 0 !important;
    }
    
}

/*Home Contact Section CSS*/

section.home-contact {
    position: relative;
    padding: 60px 0px;
    background-color: var(--bgg-color);
}

section.home-contact .sub-heading {
    text-align: center;
}

section.home-contact .defalt-heading {
    padding: 10px 0px 50px 0px;
}

section.home-contact .defalt-heading h2 {
    background: transparent;
}

section.home-contact .defalt-heading:before {
    display: none;
}

section.home-contact .sub-heading h3 {
    border: 1px solid var(--color1);
    padding: 10px 30px;
    border-radius: 100px;
    position: relative;
    font-family: 'ChakraPetch';
    font-weight: 600;
}

section.home-contact .sub-heading h3:before {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    right: auto;
    margin: auto;
    height: 5px;
    width: 5px;
    content: "";
    background: var(--color1);
    border-radius: 100px;
}

section.home-contact .sub-heading h3:after {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    height: 5px;
    width: 5px;
    content: "";
    background: var(--color1);
    border-radius: 100px;
}

section.home-contact .home-contact-bg {
    padding: 50px 60px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

section.home-contact .home-contact-bg .home-contact-txt {
    padding: 40px 0px 0px 0px;
    position: relative;
}

section.home-contact .home-contact-bg .home-contact-txt span {
    font-size: 16px;
    font-family: 'ChakraPetch';
    border: 1px solid var(--color1);
    padding: 10px 50px;
    border-radius: 100px;
    position: relative;
    font-weight: 600;
}

section.home-contact .home-contact-bg .home-contact-txt span:before {
    position: absolute;
    left: 35px;
    top: 0;
    bottom: 0;
    right: auto;
    margin: auto;
    height: 5px;
    width: 5px;
    background-color: var(--color1);
    content: "";
    border-radius: 100px;
}

section.home-contact .home-contact-bg .home-contact-txt span:after {
    position: absolute;
    right: 35px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    height: 5px;
    width: 5px;
    background-color: var(--color1);
    content: "";
    border-radius: 100px;
}

section.home-contact .home-contact-bg .home-contact-txt h2 {
    padding: 20px 0px;
    font-size: 45px;
    margin: 0;
    font-family: chakrapetch;
    font-weight: 600;
}

section.home-contact .home-contact-bg .home-contact-txt p {
    font-size: 16px;
    font-family: 'NunitoSans';
    font-weight: 400;
    margin: 0;
}

section.home-contact .home-contact-bg .home-contact-txtinfo {
    padding: 10px 0px;
}

section.home-contact .home-contact-bg .home-contact-txtinfo .info {
    display: flex;
    align-items: center;
    margin: 20px 0px;
}

section.home-contact .home-contact-bg .home-contact-txtinfo .info .contact-txtinfo-img {
    position: relative;
    height: 20px;
    width: 20px;
}

section.home-contact .home-contact-bg .home-contact-txtinfo .info .contact-txtinfo-cont {
    max-width: 70%;
}

section.home-contact .home-contact-bg .home-contact-txtinfo .info .contact-txtinfo-cont p {
    font-size: 16px;
    padding-left: 10px;
    margin: 0;
}
section.home-contact .home-contact-bg .home-contact-txtinfo .info .contact-txtinfo-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
}


/*Our Team Section CSS*/

section.our-team-homepage {
    position: relative;
    padding: 20px 0px 60px 0px;
}

section.our-team-homepage .our-team-card {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 20px;
}

section.our-team-homepage .our-team-card .team-cardimg {
    position: relative;
    height: 300px;
    margin-bottom: 15px;
}

section.our-team-homepage .our-team-card .team-cardimg img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

section.our-team-homepage .our-team-card .team-cardtxt {
    padding: 10px;
    min-height: 145px;
}

section.our-team-homepage .our-team-card .team-cardtxt h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

section.our-team-homepage .our-team-card .team-cardtxt p {
    font-size: 16px;
    margin: 0;
    padding: 10px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

section.our-team-homepage .our-team-card .team-cardinfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.our-team-homepage .our-team-card .team-cardinfo .card-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.our-team-homepage .our-team-card .team-cardinfo .card-info p {
    margin: 0;
    font-size: 14px;
    padding-left: 10px;
}
section.our-team-homepage:before {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 78%;
    width: 100%;
    background: var(--bgg-color);
    content: "";
    z-index: -1;
}


/*Team Section Home*/

section.team-section-home .team-section-head .team-section-sub-heading h3 {
    font-size: 22px;
    font-weight: 400;
    color: var(--txt-color);
}

section.team-section-home .team-section-head .team-section-heading h2 {
    color: var(--s-color);
    font-size: 40px;
    padding-bottom: 10px;
    margin: 0;
}
section.team-section-home .team-section-head .team-section-para p {
    font-size: 16px;
}

section.team-section-home img {
    width: auto !important;
    margin: auto;
    max-width: 20%;
}

section.team-section-home .owl-teams .owl-nav{
    display: flex !important;
    align-items:center;
}

section.team-section-home .owl-teams .owl-nav .owl-prev {
    background-image: url(/images/team-secarrow.png);
    background-position: center !important;
    background-repeat: no-repeat !important;
    font-size: 0;
    height: 50px;
    width: 50px;
    transform: rotate(0deg);
    position: absolute;
    top: auto;
    left: 30px;
    bottom: -50px;
}
section.team-section-home .owl-teams .owl-nav .owl-next {
    background-image: url(/images/team-secarrow2.png);
    background-position: center !important;
    background-repeat: no-repeat !important;
    font-size: 0;
    height: 50px;
    width: 50px;
    /* border-radius: 50%; */
    transform: rotate(0deg);
    position: absolute;
    top: auto;
    right: 30px;
    bottom: -50px;
}


/*Media Screen CSS*/


/*Desktop Screen 125*/
@media (min-width: 1101px) and (max-width: 1350px) {
    
    .banner_txt h2.text3 {
        font-size: 40px;
    }
    
    .banner_txt .caption2 p.text23 {
        font-size: 16px;
    }
    
    .defalt-heading h2 {
        font-size: 40px;
    }
    
    .product-list {
        height: 250px;
    }
    
    section.product-section .owl-carousel-m-product2 .owl-nav .owl-prev {
        left: -50px;
    }
    
    section.product-section .owl-carousel-m-product2 .owl-nav .owl-next {
        right: -50px;
    }
    
    .about-image.solu-img .about-comintro .about-comintro1 h3 {
        font-size: 50px;
    }
    
    .about-image.solu-img .about-comintro {
        right: -25%;
    }
    
    section.gallery-section .owl-carousel-gallery .owl-nav .owl-prev {
        left: -50px;
    }
    
    section.gallery-section .owl-carousel-gallery .owl-nav .owl-next {
        right: -50px;
    }
    
    section.home-solution .home-solution-cont .home-solution-txt h2 {
        font-size: 20px;
    }
    
    section.home-solution .home-solution-cont {
        padding: 40px 20px 30px 20px;
    }
    
    /*Home Contact CSS*/
    
    section.home-contact .home-contact-bg .home-contact-txt h2 {
        font-size: 40px;
    }

    
    /*Blog CSS*/
    
    section.blog-section .main-blog-div .blog-content .blog-url h3 {
        font-size: 20px;
    }
    
    section.blog-section .blog-carousel .owl-nav .owl-prev {
        left: -50px;
    }
    
    section.blog-section .blog-carousel .owl-nav .owl-next {
        right: -50px;
    }
    
    /*Our Team Section CSS*/
    
    section.our-team-homepage .our-team-card .team-cardimg {
        height: 250px;
    }
    
    section.our-team-homepage .our-team-card .team-cardtxt h2 {
        font-size: 20px;
    }
    
    /*Footer CSS*/
    
    .footer-botm p.asdas {
        font-size: 12px;
    }
    
    .footer-section .footer-heading h4 {
        font-size: 20px;
    }
    
    .footer-widgets li a {
        font-size: 14px;
    }
    
    .footer-p p {
        font-size: 14px;
    }
    
    .foot-clmn-2.all-foot-clmn .footer-heading p {
        font-size: 14px;
        padding: 10px 0px;
    }
    
    .foot-clmn-2.all-foot-clmn form input {
        padding: 10px;
    }
    
    .foot-clmn-2.all-foot-clmn form button {
        padding: 10px;
    }
    
    .foot-clmn-2.all-foot-clmn .newsletter-txt2 p {
        font-size: 14px;
    }
    
    .foot-clmn-2.all-foot-clmn .footer-qrs .footer-qr-img span {
        font-size: 14px;
    }
    .foot-clmn-2.all-foot-clmn {
        padding: 0;
    }
    .footer-botm p.asdas {
        font-size: 12px;
    }
    
}

/*Desktop Screen 150*/
@media (min-width: 1025px) and (max-width: 1100px) {
    
    /*Defalt Head*/
    
    .defalt-heading h2 {
        font-size: 38px;
    }
    
    /*Header CSS*/
    
    .h-contact .all-icon p.c-num {
        font-size: 12px;
    }
    
    .logo-sec .header-top .header-info-right .web-lang span {
        font-size: 12px;
    }
    
    .main-menu-header .header-btn a.btn-bnnr {
        font-size: 14px;
    }
    
    /*Banner CSS*/
    
    .banner_txt h2.text3 {
        font-size: 38px;
    }
    
    .banner_txt .caption2 p.text23 {
        font-size: 16px;
    }
    
    .banner_txt {
        padding-left: 20px;
    }

    /*Enginear Section CSS*/

    section.enginear-perform .eng-perf-head .eng-perf-heading h2 {
        font-size: 35px;
    }
    
    section.enginear-perform .eng-perf-head .eng-perf-para p {
        font-size: 14px;
    }

    
    /*Product Section CSS*/
    
    .product-list {
        height: 250px;
    }
    
    .product-url a {
        font-size: 14px;
    }
    
    section.product-section .owl-carousel-m-product2 .owl-nav .owl-prev {
        left: -50px;
    }
    
    section.product-section .owl-carousel-m-product2 .owl-nav .owl-next {
        right: -50px;
    }

    /*About Section CSS*/
    
    .about-image.solu-img .about-comintro .about-comintro1 h3 {
        font-size: 40px;
    }
    
    .about-image.solu-img .about-comintro {
        right: -22%;
        bottom: -35px;
    }
    
    .about-image.solu-img .about-comintro .about-comintro1 p {
        font-size: 14px;
    }
    
    section.about-section .about-btnns a {
        font-size: 14px;
    }

    /*Gallery Section CSS*/
    
    section.gallery-section .gallery-cont h3 {
        font-size: 14px;
    }
    
    section.gallery-section .gallery-cont a {
        font-size: 14px;
    }
    
    section.gallery-section .owl-carousel-gallery .owl-nav .owl-prev {
        left: -50px;
    }
    
    section.gallery-section .owl-carousel-gallery .owl-nav .owl-next {
        right: -50px;
    }
    
    /*Home Solution Section CSS*/
    
    section.home-solution .home-solution-cont .home-solution-txt h2 {
        font-size: 16px;
    }
    
    section.home-solution .home-solution-cont {
        padding: 20px;
        height: 320px;
    }
    
    section.home-solution .home-solution-cont .home-solution-txt p {
        font-size: 14px;
    }
    
    section.home-solution .home-solution-cont .home-solution-txt a {
        font-size: 14px;
    }

    /*Home Contact CSS*/
    
    section.home-contact .sub-heading h3 {
        font-size: 14px;
    }
    
    section.home-contact .home-contact-bg .home-contact-txt span {
        font-size: 14px;
    }
    
    section.home-contact .home-contact-bg .home-contact-txt h2 {
        font-size: 38px;
    }
    
    section.home-contact .home-contact-bg .home-contact-txt p {
        font-size: 14px;
    }
    
    section.home-contact .home-contact-bg .home-contact-txtinfo .info .contact-txtinfo-cont p {
        font-size: 14px;
    }

    .quick-form form .form-group input, .quick-form input#captcha {
        padding: 10px;
    }
    
    /*Blog Section CSS*/
    
    section.blog-section .blog-img {
        height: 250px;
    }
    
    section.blog-section .blog-img {
        font-size: 18px;
    }
    
    section.blog-section .main-blog-div .blog-content .blog-url h3 {
        font-size: 16px;
    }
    
    .blog-section .view-details span.blog-date {
        font-size: 14px;
    }
    
    section.blog-section .all-blogbtn a {
        font-size: 14px;
    }
    
    section.blog-section .blog-carousel .owl-nav .owl-prev {
        left: -50px;
    }
    
    section.blog-section .blog-carousel .owl-nav .owl-next {
        right: -50px;
    }
    
    /*Team Section Home CSS*/

    section.team-section-home .team-section-head .team-section-sub-heading h3 {
        font-size: 16px;
    }
    
    section.team-section-home .team-section-head .team-section-heading h2 {
        font-size: 35px;
    }
    
    section.team-section-home .team-section-head .team-section-para p {
        font-size: 14px;
    }
    
    section.team-section-home .main-data h2 {
        font-size: 18px;
    }
    
    section.team-section-home .main-data p {
        font-size: 14px;
    }
    
    section.team-section-home .main-data p {
        font-size: 14px;
    }
    
    section.team-section-home .main-data2 p {
        font-size: 14px;
    }
    
    /*Our Team Home*/
    

    section.our-team-homepage .our-team-card .team-cardimg {
        height: 250px;
    }
    
    section.our-team-homepage .our-team-card .team-cardtxt h2 {
        font-size: 18px;
    }
    
    section.our-team-homepage .our-team-card .team-cardtxt p {
        font-size: 14px;
        -webkit-line-clamp: 3;
    }
    
    section.our-team-homepage .our-team-card .team-cardinfo .card-info p {
        font-size: 12px;
    }
    
    /*Footer CSS*/
    
    .footer-section .footer-heading h4 {
        font-size: 20px;
    }
    
    .footer-widgets li a {
        font-size: 14px;
    }
    
    .foot-clmn-2.all-foot-clmn .footer-heading p {
        font-size: 14px;
    }
    
    .foot-clmn-2.all-foot-clmn {
        padding: 0px 10px;
    }
    
    .footer-p p {
        font-size: 14px;
    }
    
    .foot-clmn-2.all-foot-clmn .newsletter-txt2 p {
        font-size: 14px;
    }
    
    .foot-clmn-2.all-foot-clmn .footer-qrs .footer-qr-img span {
        font-size: 14px;
    }
    
    .footer-botm p.asdas {
        font-size: 11px;
    }

}

/*Mobile CSS*/


@media (max-width: 767px) {
    
    /*Inner banner CSS*/
    
    .innerbanner.all-inner{
        margin-top:80px !important;
    }
    
    /*Defalt Section CSS*/
    
    .defalt-heading {
        padding: 10px 0px;
    }
    .defalt-heading:before {
        width: 95%;
    }
    
    /*Enginear Perform Section CSS*/
    
    section.enginear-perform .eng-perf-head .eng-perf-sub-heading h3 {
        font-size: 16px;
    }
    
    section.enginear-perform .eng-perf-head .eng-perf-heading h2 {
        font-size: 17px;
    }
    
    section.enginear-perform .eng-perf-head .eng-perf-para p {
        font-size: 12px;
    }
    
    section.enginear-perform .eng-perf-head {
        padding-top: 20px;
    }
    
    /*Product Section CSS*/
    
    section.product-section .owl-carousel-m-product2 .owl-nav .owl-next {
        height: 30px;
        width: 30px;
        border: none;
        right: 0;
        top: 80px;
    }
    
    section.product-section .owl-carousel-m-product2 .owl-nav .owl-prev {
        left: 0;
        top: 80px;
        height: 30px;
        width: 30px;
    }
    
    
    /*About Section CSS*/
    
    .about-image.solu-img {
        padding-bottom: 70px;
    }
    
    .about-image.solu-img .about-comintro .about-comintro1 h3 {
        font-size: 16px;
    }
    
    .about-image.solu-img .about-comintro .about-comintro1 p {
        font-size: 12px;
    }
    
    .about-image.solu-img .about-comintro {
        bottom: 20px;
        right: 0;
        left: 0;
        justify-content: left;
    }
    
    .about-image.solu-img .about-comintro .about-comintro1 {
        padding-left: 10px;
    }
    
    section.about-section .about-video .play-icon img {
        height: 50px;
        width: 50px;
    }
    
    section.about-section .about-video .play-icon span {
        font-size: 12px;
    }
    
    section.about-section .about-btnns {
        padding-top: 20px;
        justify-content: left !important;
    }
    
    section.about-section .about-btnns a {
        padding: 10px;
        font-size: 12px;
    }
    
    .about-section:before {
        height: 20%;
    }
    
    /*Gallery Section CSS*/
    
    section.gallery-section .gallery-cont h3 {
        font-size: 12px;
    }
    
    section.gallery-section .gallery-cont {
        padding: 10px;
    }
    
    section.gallery-section .gallery-cont a {
        padding: 10px 20px;
        font-size: 12px;
    }
    
    section.gallery-section .owl-carousel-gallery .owl-nav .owl-next {
    top: 45px;
    height: 25px;
    width: 25px;
    right: -10px;
    }
    
    section.gallery-section .owl-carousel-gallery .owl-nav .owl-prev {
        left: -10px;
        top: 45px;
        height: 25px;
        width: 25px;
    }
    
    /*Home Solution Section CSS*/
    
    section.home-solution .home-solution-cont {
        padding: 20px;
        height: 220px;
    }
    
    section.home-solution .home-solution-cont .home-solution-icons {
        height: 30px;
    }
    
    section.home-solution .home-solution-cont .home-solution-icons:before {
        height: 20px;
        width: 20px;
        bottom: -5px;
    }
    
    section.home-solution .home-solution-cont .home-solution-txt h2 {
        font-size: 16px;
    }
    
    section.home-solution .home-solution-cont .home-solution-txt p {
        font-size: 12px;
    }
    
    section.home-solution .home-solution-cont .home-solution-txt a {
        font-size: 12px;
    }
    
    /*Home Contact Section*/
    
    section.home-contact {
        padding: 30px 0px;
    }
    
    section.home-contact .home-contact-bg {
        padding: 20px;
    }
    
    section.home-contact .home-contact-bg .home-contact-txt span {
        font-size: 12px;
    }
    
    section.home-contact .home-contact-bg .home-contact-txt h2 {
        font-size: 18px;
    }
    
    section.home-contact .home-contact-bg .home-contact-txt p {
        font-size: 12px;
    }
    
    section.home-contact .home-contact-bg .home-contact-txtinfo .info .contact-txtinfo-cont p {
        font-size: 12px;
    }
    
    /*Blog Section CSS*/
    
    section.blog-section {
        padding: 30px 0px;
    }
    
    section.blog-section .blog-img {
        height: 250px;
    }
    section.blog-section .blog-carousel .owl-nav .owl-prev{
        left: 0;
        top: 80px;
        height: 30px;
        width: 30px;
    }
    
    section.blog-section .blog-carousel .owl-nav .owl-next{
        height: 30px;
        width: 30px;
        right: 0;
        top: 80px;
    }
    
    section.blog-section .main-blog-div .blog-content {
        padding: 20px;
    }

    section.blog-section .main-blog-div .blog-content .blog-url h3 {
        font-size: 16px;
    }
    
    section.blog-section .main-blog-div .blog-content .blog-url-main .view-details {
        padding-top: 0px;
    }
    
    section.blog-section .all-blogbtn a {
        font-size: 12px;
    }
    
    /*Team Section CSS*/

    section.team-section-home .team-section-head .team-section-sub-heading h3 {
        font-size: 14px;
    }
    
    section.team-section-home .team-section-head .team-section-heading h2 {
        font-size: 16px;
    }
    
    section.team-section-home .team-section-head .team-section-para p {
        font-size: 12px;
    }
    
    /*Testimonial Section CSS*/
    
    section.team-section-home .owl-teams .owl-nav .owl-prev {
        height: 30px;
        width: 30px;
    }
    section.team-section-home .owl-teams .owl-nav .owl-next {
        height: 30px;
        width: 30px;
    }
    
    /*Our Team Section Css*/
    
    section.our-team-homepage .our-team-card .team-cardimg {
        height: 200px;
    }
    
    section.our-team-homepage .our-team-card .team-cardtxt h2 {
        font-size: 16px;
    }
    
    section.our-team-homepage .our-team-card .team-cardtxt p {
        font-size: 12px;
    }
    
    section.our-team-homepage .our-team-card .team-cardtxt {
        min-height: unset;
        padding: 10px 0px;
    }
    
    section.our-team-homepage .our-team-card .team-cardinfo .card-info p {
        font-size: 12px;
    }

    section.our-team-homepage .our-team-card {
        margin-bottom: 10px;
    }
    
    /*Footer Section CSS*/
    
    .foot-clmn-2.all-foot-clmn .footer-qrs .footer-qr-img img {
        width: 50px;
        height: 50px;
    }
    
    .foot-clmn-2.all-foot-clmn .footer-qrs .footer-qr-img span {
        font-size: 12px;
    }
    .foot-clmn-2.all-foot-clmn .footer-heading p {
        font-size: 12px;
        padding: 10px 0px;
    }
    
    .foot-clmn-2.all-foot-clmn form input {
        padding: 10px;
        font-size: 12px;
    }
    
    .foot-clmn-2.all-foot-clmn form button {
        padding: 10px;
        font-size: 12px;
    }
    
    .foot-clmn-2.all-foot-clmn .newsletter-txt2 p {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    
    /*Defalt CSS*/
    
    .defalt-heading {
        padding: 20px 0px;
    }
    
    /*Enginear Perform Section CSS*/
    
    section.enginear-perform .eng-perf-head .eng-perf-sub-heading h3 {
        font-size: 16px;
    }
    
    section.enginear-perform .eng-perf-head .eng-perf-heading h2 {
        font-size: 18px;
    }
    
    section.enginear-perform .eng-perf-head .eng-perf-para p {
        font-size: 14px;
    }
    
    /*Product Section CSS*/
    
    section.product-section .owl-carousel-m-product2 .owl-nav .owl-prev {
        height: 30px;
        width: 30px;
        left: 0;
    }
    section.product-section .owl-carousel-m-product2 .owl-nav .owl-next {
        height: 30px;
        width: 30px;
        right: 0;
    }
    
    
     /*About Section CSS*/
    
    .about-image.solu-img {
        padding-bottom: 70px;
    }
    
    .about-image.solu-img .about-comintro .about-comintro1 h3 {
        font-size: 16px;
    }
    
    .about-image.solu-img .about-comintro .about-comintro1 p {
        font-size: 12px;
    }
    
    .about-image.solu-img .about-comintro {
        bottom: 20px;
        right: 0;
        left: 0;
        justify-content: left;
    }
    
    .about-image.solu-img .about-comintro .about-comintro1 {
        padding-left: 10px;
    }
    
    section.about-section .about-video .play-icon img {
        height: 50px;
        width: 50px;
    }
    
    section.about-section .about-video .play-icon span {
        font-size: 12px;
    }
    
    section.about-section .about-btnns {
        padding-top: 20px;
        justify-content: left !important;
    }
    
    section.about-section .about-btnns a {
        padding: 10px;
        font-size: 12px;
    }
    
    .about-section:before {
        height: 20%;
    }
    
    section.video-section .video-div a:before {
        height: 80px;
        width: 80px;
    }
    
    /*Gallery Section CSS*/
    
    section.gallery-section .gallery-cont h3 {
        font-size: 12px;
    }
    
    section.gallery-section .gallery-cont {
        padding: 10px;
    }
    
    section.gallery-section .gallery-cont a {
        padding: 10px 20px;
        font-size: 12px;
    }
    
    section.gallery-section .owl-carousel-gallery .owl-nav .owl-next {
        height: 25px;
        width: 25px;
        right: -15px;
        top: 80px;
    }
    
    section.gallery-section .owl-carousel-gallery .owl-nav .owl-prev {
        left: -15px;
        top: 80px;
        height: 25px;
        width: 25px;
    }
    
    /*Home Solution Section CSS*/
    
    section.home-solution .home-solution-cont {
        padding: 10px;
        height: 280px;
    }
    
    section.home-solution .home-solution-cont .home-solution-icons {
        height: 30px;
    }
    
    section.home-solution .home-solution-cont .home-solution-icons:before {
        height: 20px;
        width: 20px;
        bottom: -5px;
    }
    
    section.home-solution .home-solution-cont .home-solution-txt h2 {
        font-size: 16px;
    }
    
    section.home-solution .home-solution-cont .home-solution-txt p {
        font-size: 12px;
    }
    
    section.home-solution .home-solution-cont .home-solution-txt a {
        font-size: 12px;
        padding: 10px;
    }
    
    /*Home Contact Section*/
    
    section.home-contact {
        padding: 30px 0px;
    }
    
    section.home-contact .home-contact-bg {
        padding: 20px;
    }
    
    section.home-contact .home-contact-bg .home-contact-txt span {
        font-size: 12px;
    }
    
    section.home-contact .home-contact-bg .home-contact-txt h2 {
        font-size: 18px;
    }
    
    section.home-contact .home-contact-bg .home-contact-txt p {
        font-size: 12px;
    }
    
    section.home-contact .home-contact-bg .home-contact-txtinfo .info .contact-txtinfo-cont p {
        font-size: 12px;
    }
    
    /*Blog Section CSS*/
    
    section.blog-section {
        padding: 30px 0px !important;
    }
    
    section.blog-section .blog-img {
        height: 250px;
    }
    section.blog-section .blog-carousel .owl-nav .owl-prev{
        left: 0;
        top: 80px;
        height: 30px;
        width: 30px;
    }
    
    section.blog-section .blog-carousel .owl-nav .owl-next{
        height: 30px;
        width: 30px;
        right: 0;
        top: 80px;
    }
    
    section.blog-section .main-blog-div .blog-content {
        padding: 20px;
    }

    section.blog-section .main-blog-div .blog-content .blog-url h3 {
        font-size: 16px;
    }
    
    section.blog-section .main-blog-div .blog-content .blog-url-main .view-details {
        padding-top: 0px;
    }
    
    section.blog-section .all-blogbtn a {
        font-size: 12px;
    }
    
    /*Team Section CSS*/

    section.team-section-home .team-section-head .team-section-sub-heading h3 {
        font-size: 14px;
    }
    
    section.team-section-home .team-section-head .team-section-heading h2 {
        font-size: 16px;
    }
    
    section.team-section-home .team-section-head .team-section-para p {
        font-size: 12px;
    }
    
    /*Testimonial Section CSS*/
    
    section.team-section-home .owl-teams .owl-nav .owl-prev {
        height: 30px;
        width: 30px;
    }
    section.team-section-home .owl-teams .owl-nav .owl-next {
        height: 30px;
        width: 30px;
    }
    
    /*Our Team Section Css*/
    
    section.our-team-homepage .our-team-card .team-cardimg {
        height: 150px;
    }
    
    section.our-team-homepage .our-team-card .team-cardtxt h2 {
        font-size: 16px;
        padding-bottom: 10px;
        min-height: 48px;
        align-content: center;
    }
    
    section.our-team-homepage .our-team-card .team-cardtxt p {
        font-size: 12px;
        padding: 0;
    }
    
    section.our-team-homepage .our-team-card .team-cardtxt {
        min-height: unset;
        padding: 10px 0px;
    }
    
    section.our-team-homepage .our-team-card .team-cardinfo .card-info p {
        font-size: 9px;
        padding: 2px;
    }

    section.our-team-homepage .our-team-card {
        margin-bottom: 10px;
        padding: 15px;
    }
    
    /*Footer Section CSS*/
    
    .foot-clmn-2.all-foot-clmn .footer-qrs .footer-qr-img img {
        width: 50px;
        height: 50px;
    }
    
    .foot-clmn-2.all-foot-clmn .footer-qrs .footer-qr-img span {
        font-size: 12px;
    }
    .foot-clmn-2.all-foot-clmn .footer-heading p {
        font-size: 12px;
        padding: 10px 0px;
    }
    
    .foot-clmn-2.all-foot-clmn form input {
        padding: 10px;
        font-size: 12px;
    }
    
    .foot-clmn-2.all-foot-clmn form button {
        padding: 10px;
        font-size: 12px;
    }
    
    .foot-clmn-2.all-foot-clmn .newsletter-txt2 p {
        font-size: 12px;
    }
}
