@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);
}


@font-face {
  font-family: "Manrope";
  font-weight: 900;
  src: url(../fonts/Manrope/Manrope-Light.ttf);
}
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  src: url(../fonts/Manrope/Manrope-Regular.ttf);
}
@font-face {
  font-family: "Manrope";
  font-weight: 500;
  src: url(../fonts/Manrope/Manrope-Medium.ttf);
}
@font-face {
  font-family: "Manrope";
  font-weight: 600;
  src: url(../fonts/Manrope/Manrope-SemiBold.ttf);
}
@font-face {
  font-family: "Manrope";
  font-weight: 700;
  src: url(../fonts/Manrope/Manrope-Bold.ttf);
}
@font-face {
  font-family: "Manrope";
  font-weight: 800;
  src: url(../fonts/Manrope/Manrope-ExtraBold.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*/

* {
  font-family: Roboto !important;
}

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

li {
  list-style: none !important;
}

:root {
  --color1: #000000;
  --color2: #ffffff;
  --h-color: #343434;
  --txt-color: #656565;
  --btn-color: #0f5ff5;
}

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: #343434 !important;
}
@media (max-width: 767px) {
  body .my_contact_us {
    right: -32px;
  }
  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;
    }
}


/*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(--btn-color);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'ROBOTO' !important;
    display: inline-block;
}

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

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

.section-heading .defalt-heading span {
    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;
}

.all-btn a:hover {
    transition: 0.5s;
    transform: scale(1.08);
}

@media (max-width: 767px) {
	.section-heading .sub-heading h3{
		font-size: 13px !important;
	}
	.section-heading .defalt-heading {
	    margin-bottom: 30px !important;
	}
	.section-heading .defalt-heading h2 {
	    font-size: 18px !important;
        text-align:left;
	}
	
	.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;
    }
}

/*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
  =============================== */

.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: 40px; */
	/* width: 40px; */
	margin-right: 20px;
	display: inline-block;
	border-radius: 50%;
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	/* filter: brightness(0); */
}

.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: 20px !important;
	bottom: 0 !important;
	height: 40px;
	width: 40px;
	margin: auto;
	padding: 0;
	line-height: normal;
}

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

@media(max-width:992px){
    .search-box-btn.search-box-outer img.img-fluid {
        filter: brightness(0);
    }
    .search-box-btn.search-box-outer {
        margin: 0;
    }
}

/* ===============================
	  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 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;
}
.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: #282525 !important;
    padding: 20px 0px;
    /* position: absolute; */
    right: 0;
    left: 0;
    bottom: auto;
    top: 20px;
}
.my-navbar .header-logo.mobile-logo {
  display: none;
}
.main-header li.nav-item {
  padding: 0px 0px;
  position: relative;
  margin: 0px 15px;
}
.main-header li.nav-item a.nav-link {
  padding: 10px 0px !important;
  color: #fff !important;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: 'Roboto' !important;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
}
.main-header li.active.nav-item a.nav-link {
  position: relative;
  border-radius: 0px;
  color: var(--btn-color) !important;
}
nav.navbar.navbar-expand-lg.navbar-light.my-navbar {
    justify-content: end !important;
}
.main-header li.nav-item a.nav-link:hover, .main-header li.nav-item a.nav-link.show {
  color: #fff !IMPORTANT;
  border-radius: 0px;
  transition: 0.3s;
  color: var(--btn-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 {
  color: var(--color2) !important;
  transition: 0.5s;
  font-family: 'ROBOTO' !important;
  font-size: 15px;
  font-weight: 600;
}
.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(--btn-color) !important;
  transition: 0.5s;
}

/*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;
    align-content: center;
    /*height: 80px;*/
    width: 75px;
  }
  .my-navbar .container-fluids {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .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) !important;
    width: 100%;
    position: fixed !important;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .main-menu-header {
    background: var(--color2);
    height: 80px !important;
    border-radius: 0px !important;
    padding: 10px 0px;
    align-content: center;
  }
  .my-navbar .header-logo.mobile-logo {
    display: block !important;
    text-align: left !important;
    align-content: center;
    /* height: 80px; */
    width: 70px;
  }
  .my-navbar .container-fluids {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .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: 14px !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: 14px;
    font-weight: 500;
  }

  .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;
  margin-bottom: 30px;
  z-index: 1;
}
section.banner-section .row {
  position: relative;
}
section.banner-section .bannermain {
  background: #fff;
  padding: 0px;
  width: 100%;
}
.banner-slider .owl-item .item {
  height: 800px;
  position: relative;
  margin: auto;
}
.banner_txt {
  position: absolute;
  top: 20%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  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: #e3e3e336;
  border-radius: 50px;
  padding: 30px;
}
.banner_txt h2.text3 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    font-family: Roboto !important;
    position: relative;
    text-transform: capitalize;
    max-width: 100%;
    margin: 0 auto;
    line-height: 40px;
}
.banner_txt h5.text2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: Roboto !important;
  line-height: normal;
  position: relative;
  text-transform: uppercase;
  margin: 10px 0px;
}
.banner_txt p.text4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    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);
  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: #484848 !important;
}
.banner_txt .btn-bnnr a:hover {
  transition: 0.5s;
  transform: scale(1.04);
}
.banner-slider .owl-nav {
    display: none !important;
}
.banner-slider .owl-dots {
    display: flex !important;
    position: absolute;
    right: 0px;
    bottom: -30px;
    left: 0;
    justify-content: center;
}
.banner-slider .owl-dots .owl-dot {
  margin: 0px 4px;
  padding: 5px;
  display: inline-block;
  color: #000;
  background-color: #404040;
  width: 50px;
}
.banner-slider .owl-dots .owl-dot.active {
    background: var(--btn-color);
}
.banner-slider .owl-dots .owl-dot.active span:before {
  color: var(--h-color) !important;
}

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

  .banner_txt {
    padding: 0 !important;
    margin-left: 10px;
    top: 0 !important;!i;!;
  }
  .banner_txt .caption2 {
    max-width: 85% !important;
    padding: 20px !important;
    border-radius: 10px;
  }
  .banner_txt h2.text3 {
    font-size: 18px;
    line-height: 23px;
    /* max-width: 200px; */
    margin: auto;
  }
  .banner_txt h5.text2 {
    font-size: 15px;
    line-height: 30px;
  }
  .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 {
    right: 0;
  }
  .banner-slider .owl-dots .owl-dot {
    margin: 1px;
    padding: 2px;
    width: 20px;
  }
}

/*banner css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  section.banner-section {
    position: relative;
    height: 300px !important;
  }
  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;
    top: 0 !important;!i;!;
  }
  .banner_txt .caption2 {
    /* padding: 0 !important; */
  }
  .banner_txt h2.text3 {
    font-size: 22px;
    line-height: 30px;
    /* max-width: 190px !important; */
  }
  .banner_txt h5.text2 {
    font-size: 20px;
  }
  .banner_txt p.text4 {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 10px !important;
  }
  .banner_txt .btn-bnnr {
    margin-top: 0px !important;
  }
  .banner_txt .btn-bnnr a {
    font-size: 12px !important;
    padding: 5px 10px !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*/

section.about-section {
    position: relative;
    padding: 60px 0px 50px;
    z-index: 1;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
section.about-section:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about-ccontent.section-heading .defalt-heading {
    text-align: left;
    margin-bottom: 10px;
}
.about-ccontent.section-heading p {
    color: var(--txt-color);
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}


@media (max-width: 585px) {
	section.about-section .row.align-items-center {
	    flex-direction: row !important;
	    align-items: unset !important;
	}
	.about-ccontent.section-heading p {
	    font-size: 10px !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;
    }
    .about-btn.all-btn a {
        padding: 10px;
    }
    .about-ccontent.section-heading p {
        font-size: 13px;
    }
    .about-ccontent.section-heading .defalt-heading {
        margin-bottom: 10px !important;
    }
    
}


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

    .about-ccontent.section-heading {
        /* padding-bottom: 100px; */
    }
    section.about-section {
        padding: 30px 0px;
    }
    .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*/


/*product section homepage*/
section.product-section {
    position: relative;
    z-index: 1;
    padding: 60px 0px;
}
section.product-section .section-heading .defalt-heading {
    text-align: left;
    margin-bottom: 10px !important;
}
section.product-section .all-product-btn {
    text-align: right;
}
.single-product-wrapper {
    overflow: hidden;
    transition: 0.5s;
    position: relative;
}
.single-product-wrapper .pro-img {
    height: 250px;
    width: 80%;
    overflow: hidden;
    z-index: 1;
    position: relative;
    margin: auto;
}
.single-product-wrapper .pro-img img.img-fluid {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    transition: 0.5s;
    max-width: 95%;
    /* border: 2px dashed var(--btn-color); */
    border-radius: 20px;
    padding: 3px;
}
.single-product-wrapper .pro-content .pro-title {
    text-align: center;
    margin: 10px 0px;
    position: relative;
    z-index: 22;
}
.single-product-wrapper .pro-content .pro-title a.pro-links {
    color: var(--h-color);
    font-family: 'Roboto' !important;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px; 
    align-content:center;
    padding: 0px 10px;
    transition: 0.5s;
}
.single-product-wrapper:hover .pro-content .pro-title a.pro-links {
    color: var(--btn-color) !important;
    transition: 0.5s;
}
.single-product-wrapper:hover .pro-img img.img-fluid {
    transition: 0.5s;
    transform: scale(1.02);
}
.single-product-wrapper .pro-icon-btn {
    display: flex;
    align-items: center;
    border-top: 1px solid #000;
}
.single-product-wrapper:before {
    position: absolute;
    content: '';
    height: 99%;
    width: 99%;
    background: #ffffff;
    border-radius: 0px;
    margin: auto;
    /* top: 0; */
    bottom: 2px;
    left: 0;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 4px;
    z-index: -1;
}
.single-product-wrapper .pro-content .pro-details p {
    max-width: 85%;
    margin: 15px auto;
    font-size: 13px;
    text-align: center;
    line-height: normal;
    color: #000000;
    transition: 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
section.product-section .owl-carousel-proo .owl-nav.disabled {
    display: block !important;
}
section.product-section .owl-carousel-proo .owl-nav .owl-prev {
    background-image: url(/images/arrow.png);
    background-size: auto;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3%;
    margin: auto;
    transform: rotate(180deg);
    font-size:0;
    border: 1px solid var(--h-color);
    border-radius: 5px;
}
section.product-section .owl-carousel-proo .owl-nav .owl-next {
    background-image: url(/images/arrow.png);
    background-size: auto;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -3%;
    margin: auto;
    transform: rotate(0deg);
    font-size:0;
    border: 1px solid var(--h-color);
    border-radius: 5px;
}

@media (max-width:767px){
    
    section.product-section {
        padding: 40px 0;
    }
    .all-product-btn.all-btn a {
        padding: 8px;
        margin: 30px 0px !important;
    }
    .single-product-wrapper .pro-content .pro-title a.pro-links {
        font-size: 12px !important;
    }
    .single-product-wrapper .pro-img {
        height: 115px;
    }
    .single-product-wrapper .pro-content .pro-title {
        margin: 10px 0px;
        
    }
    section.product-section .all-product-btn a img.img-fluid{
		margin-left: 2px !important;
	}
	.single-product-wrapper:before {
        width: 100%;
        height: 120px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 0px;
        border-radius: 10px;
    }
    .single-product-wrapper .pro-content .pro-details p {
        font-size: 10px !important;
    }
    .owl-carousel.owl-theme.owl-carousel-proo.owl-loaded.owl-drag {
        margin-top: 30px;
    }
    section.product-section .owl-carousel-proo .owl-nav .owl-next, section.product-section .owl-carousel-proo .owl-nav .owl-prev {
        height: 20px;
        width: 20px;
    }
}

@media(min-width:767px) and (max-width:992px){
    
    section.product-section {
        margin-top: 50px;
        padding: 30px 0px 30px;
    }
    .single-product-wrapper .pro-content .pro-title a.pro-links {
        font-size: 15px;
    }
    .single-product-wrapper .pro-content .pro-title {
        margin: 10px 0px;
    }
    .single-product-wrapper:before {
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 0px;
        height: 165px;
    }
    .single-product-wrapper .pro-img img.img-fluid {
        max-width: 85%;
    }
    
    .single-product-wrapper .pro-img {
        height: 200px;
    }

}

/*end product section homepage*/

/*blog section*/
section.blog-section {
    position: relative;
    padding: 60px 0px;
    z-index: 1;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
section.blog-section .section-heading .defalt-heading {
    text-align: left;
}
section.blog-section .section-heading .defalt-heading h2 {
    text-transform: capitalize !important;
    font-size: 35px;
}
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;
}
.blg-img.bllgg-mmi .blog-img-div {
    height: 300px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    border: 1px solid #000;
}
.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: var(--btn-color);
    font-family: 'Roboto' !important;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.5s;
}
.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 {
    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;
}

@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*/


/*footer css*/

.footer-section {
    padding-top: 60px;
    background: #141414;
    position: relative;
    z-index: 1;
}
.footer-section .container.bg {
    padding-bottom: 50px;
}
.footer-p p {
    color: var(--color2);
    font-size: 14px;
    line-height: normal;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Manrope !important;
}
.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(--color2);
    font-size: 14px;
    font-weight: 500;
    font-family: 'Manrope' !important;
    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: #fff;
    font-size: 14px;
    font-family: 'Manrope' !important;
    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;
}
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: 10px 0px !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 #ffffff29; */
    padding: 15px 0px;
    background: #000000;
}
.footer-botm p.asdas {
    margin: 0px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.footer-botm p.asdas a {
  color: #ffffff;
  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;
}
.foot-social ul.main-social-list li {
    /* background: #ffffff1f; */
    margin-right: 20px !important;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    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: 100%;
    background: #fff;
}
.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-main-contact .phone h3 {
    font-size: 15px;
    color: var(--btn-color);
}
/*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: 60% !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
  .footer-p p {
    font-size: 10px;
    margin-top: 15px;
    text-align: center;
    line-height: 17px !important;
  }
  .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: 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: 10px !important;
    line-height: 12px !important;
  }
  .foot-social ul.main-social-list {
    justify-content: center !important;
  }
  .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 {
        padding: 0;
        margin: 0;
    }
}

/*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: 70%;
    /* margin: 0 auto; */
  }
  .footer-heading {
    margin-bottom: 10px;
  }
  .footer-p p {
    font-size: 11px;
    margin-top: 15px;
    text-align: left;
  }
  .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;
  }
  .foot-social ul.main-social-list li {
    height: 30px;
    width: 30px;
    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 {
    /* padding: 0 20px; */
    margin: 0;
  }

}
/*end footer css*/

/*product page bread crum css*/

section.bread-crum {
  background-color: var(--btn-color);
  color: #fff;
  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,
    .bread_crumb {
        font-size: 10px !important;
    }
    
    .single-product-wrapper {
        margin-top: 5px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }    
}


/* end product page bread crum css*/



/*for banner heading text*/
.innerbanner.all-inner {
    position: relative;
}
.banner-innercaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    margin: auto;
    display: flex;
    align-items: center;
}
.banner-innercaption span {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 800;
    color: #fff;
    font-size: 45px;
    font-family: Roboto!important;
    line-height: normal;
}
.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;
    }
}
@media (min-width: 767px) and (max-width: 992px) {
    .innerbanner.all-inner {
        height: unset !important;
        margin-top: 80px !important;
    }
}
/*end for banner heading text*/



/*FlipCard Choose Us Section CSS*/

section.why-choose-us {
    padding: 60px 0px;
    position: relative;
    text-align: center;
    z-index: 1;
}
section.why-choose-us:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--btn-color);
    z-index: -1;
    opacity: 0.04;
}
section.why-choose-us .choose-heading.all-default-ccontent {
    margin-bottom: 50px;
}
section.why-choose-us .choose-heading.all-default-ccontent .defalt-heading h2 {
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
}

section.why-choose-us .flip-card {
  background-color: transparent;
  width: 100%;
  height: 254px;
  perspective: 1000px;
  font-family: sans-serif;
}

section.why-choose-us .title {
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  margin: 0;
}

section.why-choose-us .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

section.why-choose-us .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

section.why-choose-us .flip-card-front, section.why-choose-us .flip-card-back {
  box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid var(--btn-color);
  border-radius: 1rem;
  padding: 10px;
}

section.why-choose-us .flip-card-front {
  background: linear-gradient(120deg, #0f5ff5 60%, rgb(255 248 245) 88%, rgb(229 219 215 / 70%) 40%, rgb(66 127 245) 48%);
  color: #ffffff;
}

section.why-choose-us .flip-card-back {
  background: linear-gradient(120deg, #91c3d4bd 30%, #0f5ff5 88%, #5aa7b5 40%, #0f5ff5 78%);
  color: #ffffff;
  transform: rotateY(180deg);
}
section.why-choose-us .flip-card-front img {
    max-width: 30%;
    margin: 0 auto;
    filter: brightness(30.5);
}

section.why-choose-us .flip-card-back img {
    max-width: 30%;
    margin: 0 auto;
    filter: brightness(30.5);
}

@media (max-width:767px){
    section.why-choose-us {
        padding: 30px 0px;
    }
    
    section.why-choose-us .choose-heading.all-default-ccontent .defalt-heading h2 {
        font-size: 18px;
    }
    
    section.why-choose-us .choose-heading.all-default-ccontent .defalt-heading p {
        font-size: 11px;
    }
    
    section.why-choose-us .flip-card-back p {
        font-size: 12px;
    }
    
    section.why-choose-us .flip-card {
        margin-bottom: 20px;
        height: 210px;
    }
    
    section.why-choose-us .title {
        font-size: 16px;
        line-height: normal;
    }
    
    nav.navbar.navbar-expand-lg.navbar-light.my-navbar.p-0 {
        margin-top: 8px !important;
    }
    
}

@media (min-width:767px) and (max-width:992px) {
    section.why-choose-us .choose-heading.all-default-ccontent .defalt-heading h2 {
        font-size: 30px;
    }
    
    section.why-choose-us .flip-card {
        width: 100% !important;
        height: 200px;
    }
    
    section.why-choose-us .flip-card-back p {
        font-size: 12px;
    }
    
    section.why-choose-us .flip-card-front p.title {
        font-size: 20px;
    }
}

.banner-innercaption {
    /* display: none !important; */
}

.header-logo {
    width: 40%;
}

.contact-map.mt-4 {
    display: none !important;
}

@media (max-width:992px){
    .my-navbar .container-fluids {
        justify-content: left !important;
    }
    
    .my-navbar button.navbar-toggler {
        position: absolute !important;
        right: 0 !important;
    }
}


.footer-widgets .l-o-g {
    max-width: 40%;
}