@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: url(../fonts/Roboto/Roboto-Light.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url(../fonts/Roboto/Roboto-Medium.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  src: url(../fonts/Roboto/Roboto-Bold.ttf);
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  src: url(../fonts/Roboto/Roboto-Black.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,
body .content-hidden li {
  display: none !important;
}
.seo-content li {
    list-style: disc !important;
}

button#toggleBtn {
  outline: unset;
}
.content-hidden p:nth-child(2) {
  display: block !important;
}
.seo-content {
  padding-bottom: 10px;
} 
/*Show More btn Css End*/

* {
  font-family: 'Roboto' !important;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
  list-style: none !important;
}

:root {
  --color1: #434343;
  --color2: #ffffff;
  --color3: #efbc29;
  --color4: #136199;
  --h-color: #136199;
  --hov-color: #FFF9EF;
  --btn-color: linear-gradient(175deg, #efbc29, #FAAF15);
  --sec-color: #fc791a;
}

body {
  position: relative;
  max-width: 1920px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}


body .my_contact_us {
  display: block;
  position: fixed;
  right: -44px;
  top: 35%;
  z-index: 9;
  transform: rotate(90deg);
}
.btn-primary {
  color: var(--color2);
  background: var(--btn-color) !important;
  border: 1px solid var(--btn-color) !important;
  background-color: #c22026 !important;
  background: var(--h-color);
}
@media (max-width: 767px) {
  body .my_contact_us {
    right: -23px;
  }
  body .my_contact_us button.btn.btn-primary {
    padding: 5px 10px !important;
    font-size: 12px !important;
  }
}

.dasktop-show {
  display: block;
}
.mobile-show {
  display: none;
}
@media (max-width: 992px) {
    .dasktop-show {
        display: none !important;
    }
    .mobile-show {
      display: block !important;
    }
    
    .footer-section {
        clip-path: unset !important;
    }
    
    section.about-section .about-btn-proj {
        justify-content: end !important;
    }
    
    
}


/*Scroll Css*/

/*.scrollbar-package::-webkit-scrollbar-thumb,*/
/*.scrollbar-package::-webkit-scrollbar-track,*/
/*.scrollbar::-webkit-scrollbar-thumb,*/
/*.scrollbar::-webkit-scrollbar-track {*/
/*	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);*/
/*	border-radius: 0px;*/
/*}*/
/*.scrollbar::-webkit-scrollbar-track {*/
/*	background-color: #f5f5f5*/
/*}*/
/*.scrollbar::-webkit-scrollbar {*/
/*	width: 12px;*/
/*	background-color: #f5f5f5*/
/*}*/
/*.scrollbar-package::-webkit-scrollbar-track {*/
/*	background-color: #f5f5f5*/
/*}*/
/*.scrollbar-package::-webkit-scrollbar {*/
/*	width: 10px;*/
/*	background-color: #f5f5f5;*/
/*	padding: 0 0 0 20px;*/
/*}*/
/*.scrollbar-package::-webkit-scrollbar-thumb {*/
/*	background-color: var(--btn-color);*/
/*}*/

.section-heading .sub-heading h3 {
    position: relative;
    color: var(--color3);
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
}

.section-heading .defalt-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading .defalt-heading h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: var(--color4);
}

.section-heading .defalt-heading h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    color: var(--color4);
}

.section-heading .defalt-heading span {
    color: var(--sec-color);
    font-family: 'Roboto' !important;
    font-size: 35px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.all-btn a {
    background: var(--btn-color);
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    font-family: 'Roboto' !important;
    font-weight: 700;
    transition: 0.5s;
    border-radius:15px 0;
}

.all-btn a:hover {
    transition: 0.5s;
    transform: scale(1.08);
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px; */
    background: var(--h-color);
}

@media (max-width: 767px) {
	.section-heading .sub-heading h3{
		font-size: 13px !important;
		text-align: center !important;
	}
	.section-heading .defalt-heading {
	    margin-bottom: 30px !important;
	}
	.section-heading .defalt-heading h2 {
	    font-size: 18px !important;
	    text-align: center;
	}
	
	.section-heading .defalt-heading span {
	    font-size: 20px !important;
	}
	.all-btn a{
		font-size: 12px !important;
	}
}

@media (min-width: 767px) and (max-width: 992px) {
    .section-heading .defalt-heading h2 {
        font-size: 25px !important;
        text-align: left;
    }
    
    .section-heading .defalt-heading span {
        font-size: 25px !important;
    }
    .all-btn a {
        padding: 6px 10px !important;
        font-size: 13px;
    }
    .section-heading .defalt-heading {
        margin-bottom: 30px !important;
    }

	.bannermain .banner-img {
	    min-height: 400px !important;
	    height: 400px !important;
	}
	
	.bannermain .banner-img img {
	    height: 100% !important;
	}
	
	.service-section .choose-main-div .choose-cont h4 {
	    font-size: 18px !important;
	}
	
	.service-section .choose-main-div .choose-cont p {
	    font-size: 14px !important;
	}
	
	.service-section .choose-main-div {
	    height: 320px !important;
	    padding: 20px !important;
	}
	
	.about-section .about-btn-proj .about-count h4 {
	    font-size: 20px !important;
	}
	
	.about-btn-img {
	    display: none !important;
	}
	
	.about-mid-sec .mid-sec-bg .con-now h3 {
	    font-size: 20px !important;
	}
	
	.about-mid-sec .mid-sec-bg {
	    padding: 10px 30px !important;
	}
	
	.about-mid-sec .mid-sec-bg .abt-team-img {
	    max-width: 70% !important;
	    margin: auto !important;
	}
	
	.about-mid-sec .mid-sec-bg .con-now p {
	    font-size: 14px !important;
	}
	
	section.mid-hero-section {
	    padding-bottom: 50px !important;
	}
	
	section.pro.max.nb .prod-main-div .product-list {
	    height: 250px !important;
	}
	
	section.pro.max.nb .prod-main-div .product-content.title {
	    padding: 10px !important;
	}
	
	section.pro.max.nb .prod-main-div .product-content.title a {
	    font-size: 14px !important;
	}
	
	.pro.max.nb .pro-category-image .cate-img .cntnt h3 {
	    font-size: 20px !important;
	}
	
	section.pro.max.nb .pro-heading h2 {
	    font-size: 18px !important;
	}
	
	section.pro.max .pro-cate-main .category-title h2 {
	    font-size: 16px !important;
	}
	
	.inner-testimonial .testimonial-content {
	    min-height: 310px !important;
	}
	
	section.contact-section .form-conts p {
	    font-size: 14px !important;
	    line-height: 22px !important;
	}
	
	section.blog-section .section-heading .defalt-heading h2 {
	    text-align: center !important;
	}
	
	section.service-section.home-contact .choose-main-div {
	    padding: 20px !important;
	    height: 230px !important;
	}
	
	section.service-section.home-contact .choose-main-div .choose-img {
	    height: 60px !important;
	}
	
	section.contact-section .section-heading .sub-heading h3{
        text-align: left !important;
    }
}

/*for gtranslate language css*/
.select-lang .gt_switcher_wrapper {
  position: relative !important;
  width: 180px;
}
.select-lang .gt_switcher_wrapper .gt_switcher.notranslate {
    width: 180px !important;
}
.select-lang .gt_switcher_wrapper .gt_selected {
  background: #34343400 !important;
  border-radius: 10px !important;
  border: 0px  !important;
}
.select-lang .gt_switcher_wrapper .gt_selected a {
  color: #000 !important;
  font-size: 11px;
  position: relative;
  font-weight: 500 !important;
  border-radius: 30px !important;
  width: auto !important;
  border: 0 !important;
  background-color: #fff !important;
}
.select-lang .gt_switcher_wrapper .gt_selected a:hover {
  background: var(--btn-color) !important;
  transition: 0.5s;
}
.select-lang .gt_switcher_wrapper .gt_selected a:before {
  content: "";
  width: 0;
  height: 0;
}
.gt_container--hich1m .gt_switcher .gt_selected a img {
    width: 28px;
    height: 28px;
    border-radius: 50% !important;
    object-fit: cover !important;
}
.select-lang .gt_container--hich1m .gt_switcher .gt_selected a:after {
  right: 2px !important;
  top: 2px !important;
  background-image: url(/images/lang-arrow.png) !important;
  height: 30px !important;
  width: 30px !important;
  background-size: 100% 100% !important;
  background-position: center center !important;
}

.select-lang .gt_switcher_wrapper .gt_option {
  background: #343434 !important;
  position: absolute !important;
  padding: 30px 10px 10px 10px !important;
  width: 159px !important;
  top: 26px;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden !important;
  border: 1px solid #343434 ! IMPORTANT;
}

.select-lang .gt_switcher_wrapper .gt_option a {
  color: #ffffff !important;
  padding: 0px !important;
  margin: 4px 0px !important;
  font-size: 12px;
  transition: 0.5s;
}
.select-lang .gt_switcher_wrapper .gt_option a:hover {
  background: transparent !important;
  transition: 0.3s;
}
.select-lang .gt_switcher_wrapper .gt_selected a:hover:after {
    transition: 0.5s;
}
.select-lang .gt_switcher_wrapper .gt_option a:hover {
    transition: 0.5s;
    color: var(--btn-color) !important;
}
/*end for gtranslate language css*/


/* ===============================
    for search css
  =============================== */

/*.search-btn {*/
/*    padding: 10px;*/
/*    border-radius: 10px;*/
/*    width: 180px !important;*/
/*}*/

/*.search-btn form .form-group {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

/*.search-btn form .form-group input {*/
/*    border-radius: 30px;*/
/*    padding: 5px 35px 5px 10px;*/
/*    height: 35px;*/
/*    width: 160px;*/
/*    font-size: 14px;*/
/*    border: 0 !important;*/
/*    box-shadow: none !important;*/
/*}*/

/*.search-btn form .form-group button {*/
/*    position: absolute;*/
/*    right: 2px;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    border-radius: 50%;*/
/*    border: 0 !important;*/
/*    box-shadow: none !important;*/
/*    overflow: hidden;*/
/*}*/

/*.search-btn form .form-group button img.img-fluid {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    margin: auto !important;*/
/*}*/



.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 form.d-flex:hover input {
	transform: translateX(-180px);
	transition: 0.5s;
}

.search-btn {
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.search-box-btn.search-box-outer {
	background: transparent;
	 height: 50px; 
	 width: 50px; 
	margin-right: 20px;
	display: inline-block;
	border-radius: 50%;
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
}

.search-box-btn.search-box-outer:hover {
	transition: 0.3s;
}

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 999999999999999;
	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;
}

.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: 60px;
    margin: auto;
    padding: 0;
    line-height: normal;
    background: var(--btn-color);
}

.search-popup .form-group button img.img-fluid {
	margin: 0 !important;
	position: relative;
	
}

/* ===============================
	  end search css
  =============================== */
  
/*header top*/
section.top-information {
    background: var(--btn-color);
    position: relative;
    padding: 10px 0px;
}

section.top-information .info-left ul li .txt-color-htop {
    color: var(--color1);
    font-size: 13px;
    font-family: Roboto !important;
    transition: 0.5s;
    font-weight: 600;
}

section.top-information .info-left ul li .txt-color-htop:hover {
	transition: 0.5s;
	color: var(--color3);
}

section.top-information .info-left ul li .txt-color-htop img.img-fluid {
    margin-right: 5px;
    filter: brightness(0);
}

section.top-information .info-right ul {
    display: flex;
    justify-content: end;
    align-items: center;
}

section.top-information .info-right ul li a {
    padding: 10px;
    margin: 0px 10px;
    transition: 0.5s;
}

section.top-information .info-right ul li a img.img-fluid {
    transition: 0.5s;
    filter: brightness(0) invert(1);
}

section.top-information .info-right ul li a:hover img.img-fluid {
    transition: 0.5s;
    filter: unset !important;
}
/*end header top*/

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

.logo-sec .header-top {
  padding: 0px 0px;
}

section.logo-sec.main-header {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
}

.header-logo img {
    max-width: 100%;
}

.logo-sec .header-info {
  display: flex;
  justify-content: start;
  align-items: center;
}
.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: #3E3A39;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 30px !important;
}
.main-menu-header {
    background: transparent !important;
    background: unset;
    padding: 5px 0;
    /* border-bottom: 1px solid #D9D9D9; */
}

.my-navbar .header-logo.mobile-logo {
  display: none;
}
.main-header li.nav-item {
  padding: 0px 15px;
  position: relative;
  margin: 0px 5px;
}
.main-header li.nav-item a.nav-link {
  padding: 10px 6px !important;
  color: #fff !important;
  border-radius: 0px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.main-header li.active.nav-item a.nav-link {
  position: relative;
  color: var(--h-color) !important;
}
nav.navbar.navbar-expand-lg.navbar-light.my-navbar {
    justify-content: center !important;
}
.main-header li.nav-item a.nav-link:hover, .main-header li.nav-item a.nav-link.show {
  border-radius: 0px;
  transition: 0.3s ease-in;
  color: var(--h-color) !important;
}
.my-navbar .navbar-collapse ul ul.dropdown-menu {
  background: #0d0d0d !important;
  transition: 0.3s;
  margin: 0px;
  border-radius: 0 0 5px 5px !important;
}
.my-navbar .navbar-collapse ul ul.dropdown-menu a {
  transition: 0.5s;
  font-family: 'ROBOTO' !important;
  font-size: 15px;
  font-weight: 600;
  color: #fff !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: #fff !important;
  transition: 0.5s;
  /* border-bottom: 1px solid #fff; */
}

.my-navbar .navbar-collapse ul .child-cat li a::before {
    display: none !important;
}

/*header css for mobile*/
@media (max-width: 767px) {
  .header-top {
    display: none;
  }
  section.logo-sec.main-header {
    background: var(--color2);
    width: 100%;
    position: fixed !important;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999 !important;
  }
  .main-menu-header {
    background: var(--color2);
    height: 80px !important;
    border-radius: 0px !important;
    padding-top: 15px;
  }
  .my-navbar .header-logo.mobile-logo {
    display: block !important;
    text-align: left !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: 40%;
  }
  .my-navbar button.navbar-toggler {
    padding: 0 !important;
    background: var(--color2);
  }
  .main-header .navbar-collapse {
    position: fixed;
    top: 0;
    background: var(--color2);
    left: 0;
    transform: translateX(-1000px);
    width: 70%;
    padding-top: 60px;
    height: 100vh !important;
    text-align: left;
    transition: 0.3s;
  }
  .main-header .navbar-collapse.show {
    transform: translateX(0px);
    transition: 0.3s;
    background-color: #fff;
    z-index: 999;
  }
  .main-header li.nav-item {
    padding: 5px 0px !important;
    text-align: center;
  }
  .main-header li.nav-item a.nav-link {
    font-size: 10px !important;
    color: var(--btn-color) !important;
    margin: 5px 10px !important;
    display: inline-block;
  }
  .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(--btn-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: 768px) {
  .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: 768px) 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;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .main-menu-header {
    background: var(--color2);
    height: 80px !important;
    border-radius: 0px !important;
    padding-top: 10px;
  }
  .my-navbar .header-logo.mobile-logo {
    display: block !important;
    text-align: left !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: 45%;
  }
  .my-navbar button.navbar-toggler {
    padding: 0 !important;
    background: var(--color2);
  }
  .main-header .navbar-collapse {
    position: fixed;
    top: 0;
    background: var(--color2);
    left: 0;
    transform: translateX(-1000px);
    width: 70%;
    padding-top: 60px;
    height: 100vh !important;
    text-align: left;
    transition: 0.3s;
  }
  .main-header .navbar-collapse.show {
    transform: translateX(0px);
    transition: 0.3s;
  }
  .main-header li.nav-item {
    padding: 5px 0px !important;
    text-align: center;
  }
  .main-header li.nav-item a.nav-link {
    font-size: 10px !important;
    color: var(--btn-color) !important;
    margin: 5px 10px !important;
    display: inline-block;
  }
  .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(--btn-color) !important;
    font-size: 10px;
  }

  .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*/
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
/*banner css*/

section.banner-section {
    position: relative;
    z-index: 1;
    height: 750px;
    padding-top: 200px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}


section.banner-section .row {
  position: relative;
}
section.banner-section .bannermain {
  /* background: #fff; */
  padding: 0px;
  /* position: absolute; */
  width: 100%;
  /* top: -55px; */
}
.bannermain .banner-img {
    position: relative;
    z-index: 1;
    min-height: 600px;
    height: 650px;
}

.bannermain .banner-img img {
    height: 70%;
}

.banner-slider .owl-item .item {
  height: 800px;
  position: relative;
  /*width: 96%;*/
  margin: auto;
}
.banner_txt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  /*align-items: start;*/
  justify-content: center;
  z-index: 11;
}
.banner_txt .caption2 {
  /* width: 100%; */
  /* max-width: 60%; */
  /* margin: 0 auto; */
  position: relative;
  z-index: 3;
  top: 0%;
  /* background-color: #00000082; */
  /* border-radius: 50px; */
  /* padding: 30px; */
}
.banner_txt h2.text3 {
    color: var(--h-color);
    font-size: 50px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 60px;
    text-shadow: 0 7px 5px #000;
}
.banner_txt h5.text2 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
  text-shadow: 0 7px 5px #000;
}
.banner_txt p.text4 {
    color: #fff;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.banner_txt .btn-bnnr {
  display: inline-block;
  margin-top: 0px;
  position: relative;
}
.banner_txt .btn-bnnr a {
  padding: 15px 40px;
  color: #fff;
  background: var(--btn-color);
  /* background: #c22026; */
  margin: 10px;
  font-size: 15px;
  font-family: 'Roboto' !important;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  transition: 0.5s;
  border-radius: 0px;
}
.banner_txt .btn-bnnr a:first-child{
	background: var(--btn-color) !important;
}
.banner_txt .btn-bnnr a:hover {
  transition: 0.5s;
  transform: scale(1.08);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  background: var(--sec-color) !important;
}
.banner-slider .owl-nav {
  display: block !important;
}
.banner-slider .owl-nav .owl-prev {
    font-size: 0;
    /*background-image: url(/images/arrow.png);*/
    width: 30px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    position: absolute;
    top: 280px;
    left: 4%;
}
.banner-slider .owl-nav .owl-next {
    font-size: 0;
    /*background-image: url(/images/arrow.png);*/
    width: 30px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotate(0deg);
    position: absolute;
    top: 280px;
    right: 4%;
}
.banner-slider .owl-dots {
    display: none !important;
}

.banner-slider .owl-dots .owl-dot span {
  display: none;
  height: 20px;
  width: 20px;
  position: relative;
}
.banner-slider .owl-dots .owl-dot {
  /* border-radius: 50%; */
  margin: 0px 4px;
  padding: 5px;
  display: inline-block;
  color: #000;
  background-color: #404040;
  width: 50px;
}
.banner-slider .owl-dots .owl-dot.active {
    background-color: var(--btn-color) !important;
}
.banner-slider .owl-dots .owl-dot.active span:before {
  color: var(--btn-color) !important;
}
.banner-slider .owl-dots .owl-dot:first-child span:before {
    content: '01';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #000;
    font-weight: 700;
}

.banner-slider .owl-dots .owl-dot:nth-child(2) span:before {
    content: '02';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #000;
    font-weight: 700;
}

.banner-slider .owl-dots .owl-dot:nth-child(3) span:before {
    content: '03';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #000;
    font-weight: 700;
}
.banner-innercaption span.inner-span {
    color: #fff;
}
.banner-innercaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
}
.bannermain.innerbanner img {
    width: 100%;
}
.banner-innercaption span {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 800;
    color: var(--h-color);
    font-size: 45px;
    font-family: Roboto!important;
    line-height: normal;
    text-shadow: 0 3px 2px #000;
}
/*banner css for mobile*/
@media (max-width: 767px) {
  section.banner-section {
    height: 220px !important;
    margin-top: 80px !important;
    /* margin-bottom: 80px !important; */
    padding-top: unset;
  }
  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: 10px !important;
    border-radius: 10px;
  }
  .banner_txt h2.text3 {
    font-size: 16px;
    line-height: 23px;
    max-width: 100%;
    margin: auto;
  }
  .banner_txt h5.text2 {
    font-size: 12px;
    line-height: normal;
    font-weight: unset;
  }
  .banner_txt p.text4 {
    font-size: 9px !important;
    line-height: 14px !important;
    display: none !important;
  }
  .banner_txt .btn-bnnr {
    margin-top: 0px !important;
  }
  .banner_txt .btn-bnnr a {
    margin: 0;
    font-size: 11px !important;
    padding: 5px 10px !important;
    font-weight: 500 !important;
  }
  .banner-slider .owl-dots {
    /* display: none !important; */
    right: 0;
  }
  .banner-slider .owl-nav {
    display: none !important;
  }
  section.banner-section:before,section.banner-section:after {
    width: 0;
    height: 0;
    opacity: 0;
  }
  .banner-slider .owl-dots .owl-dot {
    margin: 1px;
    padding: 2px;
    width: 20px;
  }
  .banner-slider .owl-dots .owl-dot span:before {
    font-size: 10px;
  }
  .banner-slider .owl-dots .owl-dot span {
    width: 12px;
  }
}

/*banner css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  /*     section#\#banner {*/
  /*    margin-top: 0px !important;*/
  /*}*/
  section.banner-section {
    position: relative;
    height: 500px !important;
    padding-top: 0;
  }
  body .bannermain {
    height: 350px !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: 25px;
    line-height: 50px;
    max-width: 100% !important;
  }
  .banner_txt h5.text2 {
    font-size: 20px;
    /* line-height: 20px; */
  }
  .banner_txt p.text4 {
    font-size: 14px !important;
    line-height: 14px !important;
    margin-bottom: 10px !important;
    max-width: 80%;
    margin: auto;
  }
  .banner_txt .btn-bnnr {
    margin-top: 0px !important;
  }
  .banner_txt .btn-bnnr a {
    font-size: 12px !important;
    padding: 5px 10px !important;
  }
  .banner-slider .owl-nav {
    display: none !important;
  }
  section.banner-section:after, section.banner-section:before {
    height: 170px !important;
    width: 150px !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;
  }
  .banner_txt .btn-bnnr a {
    font-size: 18px;
  }
}

/*end banner css*/



/*about section*/
section.about-section {
    position: relative;
    padding: 60px 0px;
    /* background: #1361993b; */
}

.about-ccontent.section-heading {
    padding-left: 50px;
}

.about-ccontent.section-heading .defalt-heading {
    text-align: left;
    margin-bottom: 0;
}

.about-ccontent.section-heading .defalt-heading h2 {
    font-size: 40px;
}

.about-ccontent.section-heading p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 35px;
}
.about-ccontent.section-heading h3 {
    text-align: left;
    display: inline-block;
    background: var(--h-color);
    color: #fff;
    font-weight: 400;
    padding: 5px 20px;
    font-size: 14px;
}

@media (max-width: 585px) {
	section.about-section .row.align-items-center {
	    flex-direction: row !important;
	    align-items: unset !important;
	}
	
	.about-ccontent.section-heading .defalt-heading h2 {
	    font-size: 16px !important;
	    text-align: left;
	}
	
	.about-ccontent.section-heading p {
	    font-size: 12px !important;
	    margin-bottom: 5px !important;
	    -webkit-line-clamp: 8 !important;
	}
	
}

@media (max-width: 767px) {
    
    section.about-section {
        padding: 30px 0px;
    }
    
    .about-ccontent.section-heading {
        padding-bottom: 20px;
        padding-left: 0;
    }
    
    .about-btn.all-btn a {
        padding: 10px;
    }
    
    .about-ccontent.section-heading p {
        font-size: 12px;
    }
    
    .about-ccontent.section-heading .defalt-heading {
        margin-bottom: 10px !important;
    }

	.bannermain .banner-img {
	    min-height: 100px !important;
	    height: 180px !important;
	}
	
	.bannermain .banner-img img {
	    height: 100% !important;
	}
	
	.service-section .choose-main-div {
	    height: 220px !important;
	    margin-bottom: 20px !important;
	}
	
	.service-section .choose-main-div .choose-img {
	    height: 60px !important;
	}
	
	.service-section .choose-main-div .choose-cont h4 {
	    font-size: 18px !important;
	    margin: 10px !important;
	}
	
	.service-section .choose-main-div .choose-cont p {
	    font-size: 12px !important;
	    line-height: normal !important;
	}
	
	section.about-section:before {
	    height: 100px !important;
	    width: 100px !important;
	}
	
	section.about-section:after {
	    height: 100px !important;
	    width: 100px !important;
	}
	
	.section-heading .sub-heading {
	    text-align: left !important;
	    margin-top: 20px !important;
	}
	
	.about-btn-img {
	    display: none !important;
	}
	
	.about-section .about-btn-proj .about-count h4 {
	    font-size: 20px !important;
	}
	
	.about-mid-sec .mid-sec-bg {
	    display: none !important;
	}
	
	section.pro.max.nb .pro-heading h2 {
	    text-align: center !important;
	    font-size: 18px !important;
	}
	
	section.pro.max .pro-cate-main .category-title h2 {
	    font-size: 16px !important;
	    text-align: center !important;
	}
	
	.pro.max.nb .pro-category-image .cate-img .cntnt h3 {
	    font-size: 18px !important;
	}
    
}


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

    .about-ccontent.section-heading {
        padding-bottom: 100px;
    }
    section.about-section {
        padding: 60px 0px;
    }
    
    .about-ccontent.section-heading .defalt-heading h2 {
        font-size: 20px !important;
    }
    .about-ccontent.section-heading .defalt-heading {
        margin-bottom: 0px !important;
    }
    .about-ccontent.section-heading p {
        font-size: 12px !important;
        margin-bottom: 5px !important;
        -webkit-line-clamp: 7 !important;
    }
}

/*end about section*/

/*blog section*/
section.blog-section {
    position: relative;
    padding: 80px 0px 180px 0px;
    z-index: 1;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #FFF9EF !important;
}

section.blog-section .section-heading .defalt-heading {
}

section.blog-section .section-heading .defalt-heading h2 {
    text-transform: capitalize !important;
    font-size: 50px;
    color: var(--color4);
}

section.blog-section .section-heading .defalt-heading h2 span {
    text-transform: capitalize;
    font-size: 27px;
}

section.blog-section .all-product-btn.all-btn {
    text-align: end;
}
.blg-img.bllgg-mmi {
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.blg-img.bllgg-mmi .blog-img-div {
    height: 300px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.blg-img.bllgg-mmi .blog-img-div a img.img-fluid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.5s;
}


.blg-img.bllgg-mmi .blog-content a h3 {
    margin: 20px 0px;
    color: #136199;
    font-family: 'Roboto' !important;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.5s;
    padding-left: 10px;
    position: relative;
}

.blg-img.bllgg-mmi:hover .blog-content a h3 {
    transition: 0.5s;
    color: #b2b2b2 !important;
}

.blg-img.bllgg-mmi:hover .blog-img-div a img.img-fluid {
    transition: 0.5s;
    transform: scale(1.06);
}

.blg-img.bllgg-mmi .blog-btn a {
    color: var(--sec-color);
    transition: 0.5s;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto' !important;
}

.blg-img.bllgg-mmi .blog-btn a:hover {
    background: #000;
    padding: 10px 30px;
    transition: 0.5s;
    color: #fff !important;
}

.blg-img.bllgg-mmi .blog-btn a img.img-fluid {
    max-width: 10%;
    margin-left: 10px;
    transition: 0.5s;
}

.blg-img.bllgg-mmi .blog-btn a:hover img.img-fluid {
    transition: 0.5s;
    margin-left: 30px;
    filter: brightness(24);
}
section.blog-section .all-product-btn.all-btn a img.img-fluid {
    max-width: 20%;
    margin-left: 20px;
}
section.blog-section:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background-image: url("/images/blog-before.jpg");
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    z-index:-1;
}
.blg-img.bllgg-mmi .blog-txts {
    position: absolute;
    top: auto;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0;
    width: 95%;
    background: #fff;
    z-index: 9;
    padding: 10px 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.blg-img.bllgg-mmi .blog-txts span.blog-date img {
    padding-right: 10px;
    max-width: 30px;
}

.blg-img.bllgg-mmi .blog-txts span.blog-date {
    font-size: 14px;
}

.blg-img.bllgg-mmi .blog-content a h3:before {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 2px;
    content: "";
    background: #F89F18;
}

@media (max-width:767px){
    
    section.blog-section .all-product-btn.all-btn a {
        padding: 8px !important;
    }
    
    section.blog-section .section-heading .defalt-heading h2{
        font-size: 20px !important;
    }
    
    .blg-img.bllgg-mmi .blog-content a h3 {
        font-size: 15px;
        margin: 10px 0px !important;
        text-transform: capitalize !important;
    }
    
    .blg-img.bllgg-mmi .blog-btn a {
        font-size: 13px;
    }
    
    .blg-img.bllgg-mmi .blog-btn a img.img-fluid {
        max-width: 8%;
        margin-left: 6px;
    }
    
    section.blog-section .all-product-btn.all-btn img {
        max-width: 20%;
        margin-left: 2px !important;
    }
    .blg-img.bllgg-mmi .blog-img-div {
        height: 180px !important;
    }
    
    
    .blg-img.bllgg-mmi {
        margin-bottom: 30px !important;
    }
    
    section.blog-section {
        padding: 30px 0px !important;
        background: unset !important;
    }
}




@media (min-width:768px) and (max-width:992px){
    
    section.blog-section .section-heading .defalt-heading {
        margin-bottom: 10px;
    }
    section.blog-section {
        padding: 30px 0px;
    }
    .blg-img.bllgg-mmi .blog-img-div {
        height: 180px;
    }
    .blg-img.bllgg-mmi .blog-content a h3 {
        margin: 10px 0px;
        font-size: 13px;
        text-transform: capitalize;
    }
    .blg-img.bllgg-mmi .blog-btn a {
        font-size: 13px;
    }
}


/*end blog section*/

/*testimonial section*/
section.maintestimonials-new {
    padding: 60px 0px 170px;
    position: relative;
    z-index: 1;
}
section.maintestimonials-new:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 150%;
    background-image: url(/images/feedback-img.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.inner-testimonial {
    display: flex;
    align-items: center;
    width: 100%;
}

.inner-testimonial .testimonial-user {
    max-width: 40%;
    position: relative;
    z-index: 1;
}

.inner-testimonial .testimonial-content {
    max-width: 90%;
    margin: auto;
    padding: 20px;
    background: #FBFBFB;
    border-radius: 10px;
    border-bottom: 3px solid var(--sec-color);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.3s;
}

.inner-testimonial .testimonial-user img.img-fluid {
    width: auto !important;
}

.inner-testimonial .testimonial-content .testimonial-title {
    display: flex;
    align-items: center;
}

.inner-testimonial .testimonial-content .testimonial-title h4 {
    font-family: 'Roboto' !important;
    color: var(--h-color);
    font-size: 20px;
    margin: 0;
    margin-bottom: 0px;
    font-weight: 600;
    transition: 0.3s;
}

.inner-testimonial .testimonial-content .testimonial-title span {
    color: var(--color1);
    font-size: 14px;
    font-family: 'Roboto' !important;
    /* text-transform: uppercase; */
    transition: 0.3s;
}
.inner-testimonial .testimonial-content .testimonial-text{
    display: inline-block;
}
.inner-testimonial .testimonial-content .testimonial-text p {
    color: var(--txt-color);
    font-size: 14px;
    max-width: 100%;
    margin-top: 20px;
    min-height: 90px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.2px;
    transition: 0.3s;
}

.inner-testimonial .testimonial-content .testimonial-star img {
    width: 60px !important;
}

.testimonial-carousel .owl-nav {
    display: none !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.testimonial-carousel .owl-nav .owl-prev {
    background-image: url(/images/testi-arrow2.jpg);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    font-size: 0;
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
    margin: 10px 0;
}
.testimonial-carousel .owl-nav .owl-next {
    background-image: url(/images/testi-arrow2.jpg);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    font-size: 0;
    width: 50px;
    height: 50px;
}

.inner-testimonial .testimonial-content .testimonial-title .cont {
    margin-left: 15px;
}

.inner-testimonial .testimonial-content:hover {
    background: var(--h-color);
    transition:0.3s;
}

.inner-testimonial .testimonial-content:hover .testimonial-text p {
    color: #fff;
    transition: 0.3s;
}

.inner-testimonial .testimonial-content:hover .testimonial-title h4 {
    color: var(--color4);
    transition: 0.3s;
}

.inner-testimonial .testimonial-content:hover .testimonial-title span {
    color: var(--color2);
    transition: 0.3s;
}


@media (max-width: 767px) {
    section.maintestimonials-new {
        padding: 30px 0px !important;
        background-size: cover !important;
    }
    
    .inner-testimonial .testimonial-content .testimonial-text p {
        font-size: 12px !important;
        max-width: 100% !important;
        margin-bottom: 5px !important;
        line-height: 16px;
    }
    
    .inner-testimonial .testimonial-content {
        padding: 10px !important;
    }
    
    .inner-testimonial {
        align-items: unset !important;
    }
    
    .inner-testimonial .testimonial-content .testimonial-title span {
        font-size: 11px !important;
    }
    
    .inner-testimonial .testimonial-content .testimonial-star img {
        max-width: 70%;
        margin: auto;
    }
    
    .testimonial-carousel .owl-nav .owl-next {
        height: 40px;
        width: 40px;
    }
    
    .testimonial-carousel .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
    }

	section.pro.max.nb .prod-main-div .product-list {
	    height: 180px;
	}
	
	section.pro.max.nb .prod-main-div .product-content.title {
	    max-width: 100%;
	    padding: 10px;
	}
	
	section.pro.max.nb .prod-main-div .product-content.title a {
	    font-size: 12px;
	}
	
	section.pro.max.nb .prod-main-div {
	    margin: 20px 0 !important;
	}
	
	section.mid-hero-section:before {
	    top: unset !important;
	}
}
@media (min-width: 767px) and (max-width: 992px) {
    section.maintestimonials-new {
        padding: 30px 0px !important;
    }
    .inner-testimonial .testimonial-content .testimonial-title h4 {
        font-size: 20px !important;
    }
    .inner-testimonial .testimonial-content .testimonial-title span {
        font-size: 15px;
    }
    .inner-testimonial .testimonial-content .testimonial-text p {
        font-size: 13px !important;
    }
    .inner-testimonial .testimonial-content .testimonial-star img {
        max-width: 60%;
    }
    .testimonial-carousel .owl-nav .owl-prev,.testimonial-carousel .owl-nav .owl-next {
        height: 30px;
        width: 30px;
    }
}
/*end testimonial section*/

/*footer css*/

.footer-section {
    padding: 80px 0px 0px 0px;
    background: #FFF9EF;
    position: relative;
    z-index: 1;
    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
}

.footer-section .container.bg {
    padding-bottom: 50px;
}
.footer-p p {
    color: var(--color1);
    font-size: 14px;
    line-height: normal;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 60%;
    margin: auto;
    padding: 30px 0px;
    line-height: 25px;
}
.footer-heading {
    margin-bottom: 30px;
    margin-top: 10px;
}
.footer-section .footer-heading h4 {
    color: var(--btn-color);
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto' !important;
    line-height: normal;
    text-transform: capitalize;
}

.footer-widgets li a {
    color: var(--color1);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    /* display: flex !important; */
    transition: 0.5s;
}

.footer-widgets li a:hover {
    transition: 0.5s;
    color: var(--btn-color) !important;
}

.footer-widgets li a img.img-fluid {
    margin-right: 10px;
}

.footer-widgets li a p {
  display: inline-block;
}
.footer-main-contact .phone p {
    margin: 0;
    color: var(--color1);
    font-size: 14px;
    transition: 0.5s;
    margin-bottom: 10px;
}

.footer-main-contact li.foot-numb {
    display: flex !important;
}

.footer-main-contact li.foot-numb span.f-con-icon {
    width: 30px;
    max-width: 20%;
    margin-right: 10px;
}

.footer-main-contact li.foot-numb span {
    max-width: 80%;
}

.footer-main-contact .phone li p:hover {
    transition: 0.5s;
    color: var(--btn-color) !important;
}

.footer-menus ul.footer-menus-list {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
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: 5px 0px;
}
ul.footer-blog-list h5 {
    color: #fff;
    font-size: 14px;
}

ul.footer-blog-list {
    max-width: 50%;
    margin: 10px 0px;
}

ul.footer-blog-list li a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 25px;
}
ul.footer-menus-list li {
    margin: 0px 40px !important;
}

.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 {
    border-top: 1px solid #C6C6C6;
    padding: 15px 0px;
    background: #fff9ef;
}
.footer-botm p.asdas {
    margin: 0px;
    color: var(--color1);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.footer-botm p.asdas a {
  color: var(--color1);
  position: relative;
  /*margin-right: 10px;*/
}
.footer-botm p.asdas a:hover {
    color: var(--btn-color);
    transition: 0.5s;
}

.foot-social ul.main-social-list {
    padding: 0;
    list-style: none !important;
    display: flex;
    align-items: center;
    /* margin-top: 20px; */
    justify-content: center;
    padding: 10px 0px 40px 0px;
}
.foot-social ul.main-social-list li {
    /* background: #ffffff1f; */
    margin-right: 20px !important;
    border-radius: 0% !important;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: 0.5s;
}
.foot-social ul.main-social-list li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10%;
    background: transparent;
    border: 1px solid #C6C6C6;
}

.foot-social ul.main-social-list li a:hover {
    background: var(--btn-color) !important;
    transition: 0.5s;
}
.foot-social ul.main-social-list li a:hover img.img-fluid {
    transition: 0.5s;
    filter: brightness(0) invert(1);
}

.footer-widgets.footer-column-2 {
    padding: 0px 100px;
    margin: 0px 30px;
    position: relative;
    z-index: 1;
}

.footer-widgets.footer-column-2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.5px;
    height: 70%;
    margin: auto;
    background: var(--btn-color);
}

.footer-widgets.footer-column-2:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0.5px;
    height: 70%;
    margin: auto;
    background: var(--btn-color);
}

.main-social-list .join-channel {
    font-size: 15px;
    color: var(--btn-color);
    margin-right: 20px;
    font-weight: 500;
}

.main-social-list .join-channel span {
    color: #676767;
}

.footer-main-contact .phone h3 {
    font-size: 15px;
    color: var(--btn-color);
}
.footer-widgets {
    position: relative;
    text-align: center;
}
/*footer css for mobile*/
@media (max-width: 585px) {
    .footer-section .footer-heading h4 {
        font-size: 14px !important;
    }
}
@media (max-width: 767px) {
  .footer-section {
    padding-top: 30px !important;
  }
  .footer-section .container.bg {
    padding-bottom: 0px !important;
  }
  .l-o-g {
    width: 35% !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
  .footer-p p {
    font-size: 11px;
    margin-top: 15px;
    text-align: center;
    line-height: 17px !important;
    max-width: 90%;
    padding: 20px 0;
  }
  .footer-heading {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
  .footer-section .footer-heading h4 {
    font-size: 16px !important;
  }
  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: 12px !important;
    line-height: 20px !important;
    padding: 5px;
  }
  .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: 11px !important;
    line-height: 12px !important;
  }
  .foot-social ul.main-social-list {
    justify-content: center !important;
    padding-bottom: 10px;
  }
  .foot-social ul.main-social-list li {
    height: 30px !important;
    width: 30px !important;
    margin: 0px 5px !important;
  }
  .footer-main-contact .phone p {
    font-size: 10px !important;
  }
  .foot-social ul.main-social-list li img.img-fluid {
    max-width: 40% !important;
  }
  
  .footer-widgets.footer-column-2:before {
        display: none;
    }
    
    .footer-widgets.footer-column-2 {
        padding: 0;
        margin: 0;
    }
    
    .footer-widgets.footer-column-2:after {
        display:none !important;
    }
    
    .main-social-list .join-channel{
        margin-right:10px !important;
        font-size:13px !important;
    }

	.inner-testimonial .testimonial-content .testimonial-title h4 {
	    font-size: 16px !important;
	}
	
	section.contact-section .form-conts p {
	    max-width: 100% !important;
	    font-size: 12px !important;
	    line-height: 18px !important;
	}
	
	.contact-section .form-new-div .quick-form {
	    padding: 20px !important;
	}
	
	section.service-section.home-contact {
	    padding-top: 20px !important;
	}
	
	section.service-section.home-contact .choose-main-div .choose-img img {
	    height: 30px !important;
	}
	
	section.service-section.home-contact .choose-main-div {
	    padding: 20px !important;
	}
}

/*footer css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  footer.footer-section {
    padding-top: 30px;
  }
  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: 100%;
    /* margin: 0 auto; */
  }
  .footer-heading {
    margin-bottom: 10px;
  }
  .footer-p p {
    font-size: 11px;
    margin-top: 15px;
    text-align: left;
    max-width: 80%;
    margin: auto;
    text-align: center;
  }
  .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: 14px;
  }
  .foot-social ul.main-social-list li {
    height: 60px;
    width: 60px;
    margin: 0px 3px !important;
  }
  .footer-main-contact .phone p {
    font-size: 11px;
  }
  .footer-botm p.asdas {
    font-size: 11px;
  }
  .footer-botm p.asdas a {
    margin-right: 0px;
  }
  
  .footer-widgets.footer-column-2:after {
        right: -20px;
    }
    
    .footer-widgets.footer-column-2 {
        padding: 0 20px;
    }

}
/*end footer css*/

/*product page bread crum css*/

section.bread-crum {
  background-color: var(--btn-color);
  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;
}

/*footer css for tab*/
@media (max-width: 992px) {
    .bread_crumb a {
        font-size: 10px !important;
    }
    
    .search-box-btn.search-box-outer {
        margin-right: 0 !important;
    }
    
}

/* end product page bread crum css*/



/*for banner heading text*/
.innerbanner.all-inner {
    position: relative;
}

.banner-innercaption span {
   display: inline-block;
    text-transform: capitalize;
    font-weight: 800;
    color: var(--h-color);
    font-size: 45px;
    font-family: Roboto!important;
    line-height: normal;
    text-shadow: 0 3px 2px #000;
}
.banner-innercaption p,
.banner-innercaption p a{
    font-size: 16px;
    color: var(--btn-color);
    font-family: 'Roboto' !important;
    margin: 0;
}
@media (max-width: 767px) {
    .innerbanner.all-inner {
        margin-top: 80px;
    }
    .banner-innercaption span {
        font-size: 17px;
    }
    .banner-innercaption p, .banner-innercaption p a {
        font-size: 10px;
    }
}
/*end for banner heading text*/

/*category section */

section.category-section {
    padding: 70px 0;
}

section.category-section .defalt-heading {
    text-align: left;
}

.all-product-btn.all-btn {
    text-align: right;
}

.all-product-btn.all-btn img {
    margin-left: 20px;
}

section.category-section .all-category-wrapper .single-category-wrapper {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 20px;
}

section.category-section .all-category-wrapper .single-category-wrapper .category-title h2 {
    color: var(--sec-color);
    font-size: 25px;
    transition: 0.5s;
    font-weight:900;
}

section.category-section .all-category-wrapper .single-category-wrapper p.cat-txt {
    font-size: 13px;
    color: #f4f4f4;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: roboto !important;
}

section.category-section .all-category-wrapper .single-category-wrapper .category-all-content {
    padding: 20px;
}

section.category-section .all-category-wrapper .single-category-wrapper .cat-image {
    height: 100%;
    width: auto;
    position: relative;
}

section.category-section .all-category-wrapper .single-category-wrapper .cat-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    transition: 0.5s;
}

section.category-section .all-category-wrapper .single-category-wrapper:hover .all-btn a {
    background: var(--sec-color);
    transform: scale(1.08);
}

section.category-section .all-category-wrapper .single-category-wrapper:hover .cat-image img {
    transform: scale(1.08);
    transition: 0.5s;
}

section.category-section .all-category-wrapper .single-category-wrapper:hover .category-title h2 {
    color: var(--btn-color);
    transition: 0.3s;
}

section.category-section .category-main-div .all-category-wrapper {
    margin: 0 10px !important;
}

.single-product-wrapper:hover .pro-img {
    transition: 0.5s;
}

@media(max-width:767px){
    section.category-section .all-category-wrapper .single-category-wrapper .category-all-content {
        padding: 10px;
    }
    
    section.category-section .all-category-wrapper .single-category-wrapper .category-title h2 {
        font-size: 15px;
    }
    
    section.category-section .all-category-wrapper .single-category-wrapper p.cat-txt {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }
    
    section.category-section .category-main-div .all-category-wrapper {
        margin:0 0 10px 0 !important;
    }
    
    section.category-section .all-category-wrapper .single-category-wrapper .view-details.btn-bnnr.all-btn a {
        padding: 5px 10px;
    }
    
    section.category-section .all-category-wrapper .single-category-wrapper {
        height: 150px !important;
    }

    section.category-section {
        padding: 40px 0;
    }
}

@media(min-width:767px) and (max-width:992px){
    section.category-section .all-category-wrapper .single-category-wrapper .category-title h2 {
        font-size: 18px;
    }
    
    section.category-section .all-category-wrapper .single-category-wrapper p.cat-txt {
        -webkit-line-clamp: 2;
    }
    
    section.category-section .all-category-wrapper .single-category-wrapper .category-all-content {
        padding: 0 0 0 8px;
    }
    
    section.category-section .all-category-wrapper .single-category-wrapper {
        height: 160px;
    }
} 


/*end category section */


/*Mid section */

section.mid-sec {
    background-image: url(/images/mid-ban.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    position:relative;
}

section.mid-sec .row.pp {
    padding: 50px 0;
}

section.mid-sec .main-cnt .content h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 900;
}

section.mid-sec .main-cnt .content h2 {
    color: var(--btn-color);
    font-size: 40px;
    font-weight: 800;
}

section.mid-sec .main-cnt .content h2 span.sec-clr {
    color: var(--sec-color);
}

.mid-btn.all-btn a img {
    height: 15px;
    margin-left: 4px;
}

section.mid-sec .main-cnt {
    position: relative;
}

section.mid-sec:before {
    position: absolute;
    content: '';
    background-image: url(/images/mid-chili.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 140px;
}

section.mid-sec:after {
    position: absolute;
    content: '';
    background-image: url(/images/mid-tomato.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 140px;
}

section.mid-sec .main-cnt .mid-btn.all-btn {
    margin-top: 40px;
}

@media(max-width:767px){
    
    section.mid-sec .main-cnt .content h4 {
        font-size: 14px;
    }
    
    section.mid-sec .main-cnt .content h2 {
        font-size: 20px;
    }
    
    section.mid-sec:after {
        width: 100px;
        height: 70px;
    }
    
    section.mid-sec:before {
        height: 90px;
        width: 90px;
    }
    
    section.mid-sec .main-cnt .mid-btn.all-btn {
        margin-top: 20px;
    }
    
}

@media(min-width:767px) and (max-width:992px){
    
    section.mid-sec .main-cnt .mid-btn.all-btn {
        margin-top: 20px;
    }
    
    section.mid-sec .main-cnt .mid-btn.all-btn a {
        padding: 10px 20px !important;
    }
    
    section.mid-sec .main-cnt .content h2 {
        font-size: 25px;
    }
    
    section.mid-sec:after {
        height: 100px;
        width: 140px;
    }
}


/*End Mid section */


/*popular product sec*/

section.pro.max.nb .popular-main .main-imgges {
    /* max-width: 70%; */
    margin: auto;
    margin-bottom: 30px;
}

section.pro.max.nb .popular-main {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
    padding: 30px 10px;
    /*width: 275px;*/
    position: relative;
    /*height: 250px;*/
    transition: 0.5s;
    background-color: #000000;
    z-index: 0;
}

section.pro.max.nb .popular-main .super-oil-cc h3 {
    text-align: center;
    margin: 10px 0;
    color: var(--btn-color);
    font-family: math !important;
    font-size: 22px;
    line-height: 20px;
    font-weight: 700;
    transition: 0.5s;
}

section.pro.max.nb .popular-main:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: url(/images/popular-hov.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 20px;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

section.pro.max.nb .popular-main .main-imgges .super-oil-cmain {
    max-width: 50%;
    margin: auto;
    position: relative;
}
section.pro.max.nb .popular-main:hover:before {
    opacity: 1;
    transition: 0.5s;
    background-position: center;
}

section.pro.max.nb .popular-main .pop-details p a {
    color: #ffffff;
    transition: 0.5s;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

section.pro.max.nb .popular-main .view-product-btn a {
    color: var(--sec-color);
    transition: 0.5s;
    font-weight: 600;
}

section.pro.max.nb .popular-main:hover .super-oil-cc h3{
    color:var(--sec-color);
    transition:0.5s;
}

section.pro.max.nb .popular-main:hover .pop-details p a {
    color: #fff;
}

section.pro.max.nb .popular-main:hover .view-product-btn a {
    color: var(--btn-color);
    transition: 0.5s;
}

section.pro.max.nb .popular-main .main-det {
    text-align: center;
}

section.pro.max.nb .popular-main .main-det .pop-details p {
    margin: 0;
    padding-bottom: 8px;
}

section.pro.max.nb .popular-main:hover {
    transform: scale(1.04);
    transition: 0.5s;
}

section.pro.max.nb .prod-main-div .product-list {
    height: 340px;
    position: relative;
    border-radius: 10px;
}

section.pro.max.nb .prod-main-div .product-list img {
    height: 100%;
    width: auto;
    position: absolute;
    inset: 0;
    margin: auto;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.3s;
}

section.pro.max.nb .prod-main-div:hover .product-content.title {
    background: var(--h-color);
    transition: 0.3s;
}

section.pro.max.nb .prod-main-div:hover .product-list img {
    transform: scale(1.02);
    transition: 0.3s;
}


@media(max-width:767px){
    section.pro.max.nb .popular-main .main-imgges .super-oil-cmain {
        max-width: 35%;
    }
    
    section.pro.max.nb .popular-main .super-oil-cc h3 {
        font-size: 16px;
        margin: unset;
    }
    
    section.pro.max.nb .popular-main .pop-details p a {
        font-size: 12px;
        font-weight: unset;
    }
    
    section.pro.max.nb .popular-main .main-imgges {
        margin-bottom: 12px;
    }
    
    section.pro.max.nb .popular-main .view-product-btn a {
        font-size: 12px;
    }
    
    section.pro.max.nb .popular-main .main-det .pop-details p {
        padding: unset;
    }
    
    section.pro.max.nb .popular-main {
        max-width: 100%;
        margin: 5px auto;
    }
    
    section.pro.max.nb .prod-main-div .product-list {
        height: 180px !important;
    }
    
    section.pro.max.nb .prod-main-div .product-content.title {
        max-width: 100% !important;
        padding: 10px !important;
    }
    
    section.pro.max.nb .prod-main-div .product-content.title a {
        font-size: 12px !important;
    }
    
    section.pro.max.nb .prod-main-div {
        margin: 20px 0 !important;
    }
    
    section.mid-hero-section:before {
        top: unset !important;
    }
    
    .gallery-img-large {
        height: 250px !important;
    }
}

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

@media(max-width:992px){
    section.pro.max.nb .popular-main:before {
        opacity: 1 !important;
    }
    
    .main-header li.active.nav-item a.nav-link:before {
        height: 6px !important;
        width: 12px !important;
    }
    
    ::placeholder {
        font-size: 12px !important;
    }
}


/*popular product end*/

.main-header li.active.nav-item a.nav-link:before {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    content: '';
    height: 10px;
    width: 15px;
    background: var(--h-color);
    margin: auto;
    top: unset !important;
    inset: 0;
}

/*service section*/

section.mid-hero-section {
    position: relative;
    padding: 80px 0;
}

section.mid-hero-section:before {
    position: absolute;
    content: '';
    background: url(/images/ser-hero-img.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: -1;
    height: 75%;
    width: 100%;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

.service-section .choose-main-div {
    text-align: center;
    transition: 0.5s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 30px 0;
    padding: 40px;
    background:#fff;
    height: 360px;
}

.service-section .choose-main-div .choose-img {
    position: relative;
    height: 120px;
    margin-bottom: 10px;
    transition: 0.5s;
}

.service-section .choose-main-div .choose-img img {
    position: absolute;
    inset: 0;
    margin: auto;
    height: 100%;
    width: auto;
    border-radius: 100px;
    background: var(--hov-color);
    transition: 0.5s;
}

.service-section .choose-main-div:hover .choose-img img {
    background: #f9a4187a;
    transition: 0.5s;
    transform: scale(1.04);
}

.service-section .choose-main-div .choose-cont h4 {
    font-size: 25px;
    color: var(--color1);
    margin: 20px 0;
}

/*service section end*/

/*about section end*/

section.about-section .about-btn-proj {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-section .about-btn-proj .about-count h4 {
    color: var(--color3);
    margin: 0;
    font-size: 40px;
    font-weight: 600;
}

.about-section .about-btn-proj .about-count p {
    color: var(--color1);
    font-weight: 600;
}

section.about-section:before {
    position: absolute;
    content: '';
    background: url(/images/about-ser-before.png) no-repeat;
    height: 240px;
    width: 240px;
    background-size: contain;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: none;
}

section.about-section:after {
    position: absolute;
    content: '';
    background: url(/images/about-ser-after.png) no-repeat;
    height: 240px;
    width: 240px;
    background-size: contain;
    bottom: -60px;
    right: 0;
    z-index: -1;
    display: none;
}

.about-mid-sec .mid-sec-bg {
    background: url(/images/about-get-touch.png) no-repeat;
    background-size: 100% 100%;
    /*position: absolute;*/
    padding: 20px 70px 0;
    max-width: 90%;
    margin: auto;
}

section.about-mid-sec {
    position: relative;
}

.about-mid-sec .mid-sec-bg .con-now p {
    padding-left: 30px;
    color: var(--color3);
    position: relative;
}

.about-mid-sec .mid-sec-bg .con-now h3 {
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}

.about-mid-sec .mid-sec-bg .abt-team-img {
    float: right;
    max-width: 70%;
}

.about-mid-sec .mid-sec-bg .all-btn {
    float: right;
}

.about-mid-sec .mid-sec-bg .con-now p:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: url(/images/contact-bef-icon.png) no-repeat;
    background-size: 100% 100%;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}


/*about section end*/

/*product section*/

section.pro.max.nb .pro-heading h2 {
    background: var(--btn-color);
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 10px;
}

section.pro.max .pro-cate-main .category-title {
    padding: 10px 20px;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 10px;
    /* transition: 0.3s; */
}

section.pro.max .pro-cate-main .category-title:last-child {
    border-bottom: none;
}

section.pro.max .pro-cate-main .category-title h2 {
    font-size: 20px;
    color: var(--color1);
    font-weight: 500;
    margin-bottom: 0;
    padding: 10px 0;
    /* transition: 0.3s; */
}

section.pro.max .pro-cate-main .category-title:hover {
    background: var(--btn-color);
    /* transition: 0.3s; */
}

section.pro.max .pro-cate-main .category-title:hover h2 {
    color: #fff;
    /*transition: 0.3s;*/
}

.pro.max.nb .pro-category-image .cate-img {
    position: relative;
}

.pro.max.nb .pro-category-image .cate-img .cntnt {
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
}


.pro.max.nb .pro-category-image .cate-img .cntnt h3 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
}

.pro.max.nb .pro-category-image .cate-img .cntnt a {
    font-weight: 400;
}

section.pro.max.nb .prod-main-div {
    position: relative;
    margin-bottom: 30px;
    background-color: #EEF2F5;
    transition: 0.3s;
    border-radius: 10px;
}

section.pro.max.nb .prod-main-div .product-content.title {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    background: #fff;
    max-width: 90%;
    margin: auto;
    padding: 10px 20px;
    border-radius: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

section.pro.max.nb .prod-main-div .product-content.title a {
    color: var(--color1_);
    font-size: 16px;
    font-weight: 500;
}

section.pro.max.nb .prod-main-div .product-content.title a img {
    max-width: 30px;
    background: #fff;
    border-radius: 90px;
}


/*product section end*/


/*gallery section start*/
section.gallery-section {
    position: relative;
    z-index: 12;
}
.gallery-all {
    position: relative;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}
.gallery-img-small {
    height: 250px;
    width: 100%;
}
.gallery-img-large {
    height: 450px;
    width: 100%;
}
.gallery-all img.img-fluid {
    position: absolute;
    inset: 0;
    margin: auto;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/*gallery section end*/


/*Home Contact Section CSS*/

section.service-section.home-contact {
    position: relative;
    padding: 60px 0px;
}

section.service-section.home-contact .choose-main-div .choose-img img {
    background: transparent;
    height:80% !important;
    width: auto;
    border-radius: 0px;
}

section.service-section.home-contact .choose-main-div .choose-img {
    height:100px;
}

section.service-section.home-contact .choose-main-div .choose-cont a p {
    color: var(--color1);
}

section.service-section.home-contact .choose-main-div {
    height:300px;
}

/*Home Contact Section CSS end*/


/*Home Contact Form Section CSS*/

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

section.contact-section .section-heading {
    text-align: left;
}

section.contact-section .section-heading .defalt-heading {
    text-align: left;
}

section.contact-section .section-heading .sub-heading h3 {
    text-align: left;
}
.contact-section .form-new-div .quick-form{
    /* background: linear-gradient( #012F4B, #012F4B); */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 40px 60px;
    border-radius: 20px;
    background-image: url("/images/background-cont.jpg");
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.quick-form form .form-group input, .quick-form input#captcha {
    height: 50px;
    border: 1px solid #d9d9d95c;
    background: transparent;
    margin: 10px 0px;
    padding: 10px;
}

.quick-form form .form-group textarea{
     border: 1px solid #d9d9d95c;
     background: transparent;
}
.cap_img img {
    margin-left: 5px;
    margin-right: 5px;
    width: 100% !important;
}
section.contact-section .form-conts p {
    line-height: 30px;
    max-width: 85%;
}
/*Home Contact Form Section CSS end*/


.blg-img.bllgg-mmi .blog-img-div:before {
    position: absolute;
    content:'';
    height: 70px;
    width: 70px;
    margin: auto;
    inset: 0;
    top: -50px;
    background-image: url(/images/blog-hov.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    opacity: 0;
    transition: 0.3s;
}

.blg-img.bllgg-mmi .blog-img-div:after {
    opacity: 0;
    background: #00000061;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    content: '';
}

.blg-img.bllgg-mmi:hover .blog-img-div:before{
    opacity:1;
}


.blg-img.bllgg-mmi:hover .blog-img-div:after {
    opacity: 1;
    transition: 0.3s;
}

.contact-section .form-new-div .quick-form input::placeholder, .contact-section .form-new-div .quick-form textarea::placeholder {
    color: #fff !important;
}

.contact-section .form-new-div .quick-form .form-control {
    color: #ffffff;
}

.gallery-all:hover {
    transform: scale(1.03);
    transition: 0.3s;
}

.gallery-all {
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}