@font-face{
  font-family: "Montserrat";
  font-weight: 400;
  src: url(../fonts/Montserrat/Montserrat-Regular.otf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url(../fonts/Montserrat/Montserrat-Medium.otf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url(../fonts/Montserrat/Montserrat-SemiBold.otf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url(../fonts/Montserrat/Montserrat-Bold.otf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  src: url(../fonts/Montserrat/Montserrat-ExtraBold.otf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  src: url(../fonts/Montserrat/Montserrat-Black.otf);
}
@font-face {
  font-family: "LEMON MILK";
  font-weight: 400;
  src: url(../fonts/lemon-milk/LEMONMILK-Regular.otf);
}
@font-face {
  font-family: "LEMON MILK";
  font-weight: 500;
  src: url(../fonts/lemon-milk/LEMONMILK-Medium.otf);
}

* {
  font-family: Montserrat !important;
}

ul {
  padding: 0px !important;
}

li {
  list-style: none !important;
}

:root {
  --color1: #000000e3;
  --color2: #ffffff;
  --color3: #6AC18A;
  --subh-color: #7e7e7e;
  --h-color: #303030;
  --txt-color: #373737;
  --btn-color: #2C2E7E;
}

body {
  position: relative;
  max-width: 1600px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  background: var(--color2);
}
.sub-heading {
  position: relative;
  padding: 20px 10px 10px 0px;
}
.sub-heading h3 {
  display: inline-block;
  position: relative;
  color: var(--subh-color);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 5.4px;
  text-transform: capitalize;
}
.sub-heading:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 50%;
  left: 0;
  top: 0;
  right: 0;
  /* margin: 0 auto !important; */
  background-color: var(--color1);
}
.defalt-heading h2 {
  color: var(--h-color);
  font-size: 27px;
  margin-bottom: 13px;
  font-weight: 700;
  display: inline-block;
  line-height: 50px;
  text-transform: capitalize;
}
.btn-primary {
  color: var(--color2);
  background: var(--color1) !important;
  border: 1px solid var(--btn-color) !important;
}

/*default heading css for mobile*/
@media (max-width: 767px) {
  .sub-heading:before {
    height: 3px !important;
  }
  .sub-heading {
    padding-top: 20px !important;
    margin: 0 !important;
    text-align: center !important;
  }
  .sub-heading h3 {
    font-size: 13px !important;
    letter-spacing: 2.3px;
  }
  .defalt-heading h2 {
    font-size: 22px !important;
  }
}

@media (min-width: 575px) and (max-width: 768px) {
  .sub-heading:before {
    height: 3px !important;
  }
  .sub-heading {
    padding-top: 10px !important;
  }
  .sub-heading h3 {
    font-size: 11px !important;
    letter-spacing: 2.4px !important;
  }
  .defalt-heading h2 {
    font-size: 12px !important;
  }
  .image-service {
    width: 50px !important;
    margin: 0 auto !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .sub-heading h3 {
    letter-spacing: 2.4px !important;
  }
  .defalt-heading h2 {
    line-height: 30px !important;
  }
}

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

.dasktop-show {
  display: block;
}
@media (max-width: 992px) {
  .dasktop-show {
    display: none !important;
  }
}

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

.h-search-form input.form-control {
  position: absolute;
  width: 90%;
  transform: translateX(2000px);
  transition: 0.5s;
}

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

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

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

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

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

/*.search-btn {*/
/*  float: right;*/
/*  cursor: pointer;*/
/*  margin-right: 50px;*/
/*  display: inline-block;*/
/*}*/
/*.search-box-btn.search-box-outer {*/
/*  position: relative;*/
/*}*/
/*.search-box-btn.search-box-outer:hover {*/
/*  background: #3ca949;*/
/*  transition: 0.3s;*/
/*}*/
/*.search-popup {*/
/*  position: fixed;*/
/*  left: 0;*/
/*  top: 0;*/
/*  height: 100vh;*/
/*  width: 100%;*/
/*  z-index: 99999;*/
/*  margin-top: -540px;*/
/*  transform: translateX(-100%);*/
/*  background-color: rgba(0, 0, 0, 0.9);*/
/*  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);*/
/*  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);*/
/*  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);*/
/*  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);*/
/*  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);*/
/*  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);*/
/*  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);*/
/*  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);*/
/*}*/
/*.search-active .search-popup {*/
/*  transform: translateY(0%);*/
/*  margin-top: 0;*/
/*}*/

/*.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;*/
/*}*/
/* ===============================
    end search css
  =============================== */

/* ===============================
    header css
  =============================== */
.header-logo {
    position: absolute !important;
    top: -70px;
    bottom: 0;
    left: -10px;
    width: 100%;
    z-index: 9999;
}
.header-logo img.img-fluid {
    width: 100%;
}

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

/*for gtranslate language css*/
.select-lang .gt_switcher_wrapper {
  position: relative !important;
  float: right;
}
.select-lang .gt_container--hich1m .gt_switcher{
  width: 230px !important;
}
.select-lang .gt_switcher_wrapper .gt_selected {
  background: var(--color2) !important;
  border-radius: 30px !important;
  padding: 4px 10px;
}
.select-lang .gt_switcher_wrapper .gt_selected a {
  color: var(--color1) !important;
  border: none !important;
  font-size: 13px;
  position: relative;
  font-family: LEMON MILK !important;
  font-weight: 500 !important;
  padding: 20px 33px !important;
  border-radius: 30px !important;
  width: auto !important;
}
.select-lang .gt_switcher_wrapper .gt_selected a:hover {
  background: var(--color3) !important;
}
.select-lang .gt_switcher_wrapper .gt_selected a img {
  background-image: url(/images/world.png);
  display: none;
}
.select-lang .gt_switcher_wrapper .gt_selected a:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  left: 4px;
  top: 5px;
  background-image: url(/images/world.png);
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  filter: hue-rotate(1024deg) contrast(3.5);
}
.select-lang .gt_container--hich1m .gt_switcher .gt_selected a:after {
  right: 10px !important;
  /* filter: brightness(15) !important; */
  top: 5px !important;
}

.select-lang .gt_switcher_wrapper .gt_option {
  background: #3e9e5e !important;
  position: absolute !important;
  padding: 30px 0px 10px 20px !important;
  width: 209px !important;
  top: 26px;
  border-radius: 0px 0px 20px 20px;
}
.select-lang .gt_switcher_wrapper .gt_option a {
  color: #fff !important;
  padding: 0px !important;
  margin: 4px 0px !important;
  font-size: 13px !important;
}
.select-lang .gt_switcher_wrapper .gt_option a:hover {
  background: #43a668 !important;
  transition: 0.3s;
}
/* end for gtranslate language css*/

.my-navbar .header-logo.mobile-logo {
  display: none;
}
.logo-sec.main-header nav.navbar.my-navbar {
  justify-content: end;
}
.main-header li.nav-item a.nav-link {
    padding: 15px 5px !important;
    color: var(--h-color) !important;
    border-radius: 30px;
    background-color: transparent;
    margin: 0px 8px;
    text-transform: uppercase;
    transition: 0.5s;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.main-header li.active.nav-item a.nav-link {
  border-radius: 20px 20px 0px 0px !important;
  color: var(--color2) !important;
  background-color: var(--color1) !important;
  transition: 0.5s;
}
.main-header li.nav-item a.nav-link:hover {
  border-radius: 30px;
  color: var(--color2) !important;
  background-color: var(--color1) !important;
  transition: 0.5s;
  border-radius: 20px 20px 0px 0px;
}
.my-navbar .navbar-collapse ul ul.dropdown-menu {
  background: var(--btn-color);
  padding: 10px 0px !important;
  transition: 0.5s;
}
.my-navbar .navbar-collapse ul ul.dropdown-menu a {
  color: var(--color2) !important;
}
.my-navbar .navbar-collapse ul ul.dropdown-menu li.dropdown-item:hover {
  background: transparent !important;
  transition: 0.3s;
}
.my-navbar .navbar-collapse ul ul.dropdown-menu li.dropdown-item:hover a {
  color: var(--color2) !important;
  transition: 0.3s;
}
.main-header li.nav-item a.nav-link.show {
  border-radius: 30px;
  color: var(--color2) !important;
  background-color: var(--btn-color) !important;
  transition: 0.5s;
}
section.logo-sec.main-header {
    position: relative;
}

section.logo-sec.main-header:before {
    content: "";
    position: absolute;
    height: 430px;
    width: 480px;
    left: 0px;
    top: 0px;
    background-image: url(/images/Ellipse2.png);
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity:0.7;
    z-index:9;
}
.h-contact {
    text-align: center;
    padding-top: 16px;
    position:relative;
}

ul.h-contact-list {
    position: relative;
    margin-right: 14px;
}
ul.h-contact-list li{
    position: relative;
    padding:2px;
    padding-left: 0px;
}
ul.h-contact-list li a img{
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    padding-left: 30px;
}
ul.h-contact-list li span{
  color: var(--color1);
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.head-web-logo {
    position: relative;
    z-index: 12;
}
.sub-heading h4{
    font-size: 14px !important;
    width: 100% !important;
}
ul.navbar-nav {
    position: relative;
}
ul.navbar-nav li{
    position: relative;
}
ul.navbar-nav li:after {
     content: "";
     position: absolute;
     height: 1px;
     width: 25px;
     left: -10px;
     top: 22px;
     right: 0;
     bottom: 0;
     rotate: 90deg;
     background-color: #A0A0A0;
}
ul.navbar-nav li:first-child:after{
    display:none;
}
.sub-heading:after {
    position: absolute;
    content: '';
    border: 1px solid #ccc;
    height: 100%;
    width: 131%;
    left: -165px;
    top: 0;
}




/*header css for mobile*/
@media (max-width: 767px) {
  .header-top {
    display: none;
  }
  section.logo-sec.main-header {
    background: var(--color2);
    width: 100%;
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .my-navbar .header-logo.mobile-logo {
    display: block !important;
    text-align: left!important;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .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;
    z-index: 9999;
  }
  .main-header li.nav-item {
    padding: 0px !important;
  }
  .main-header li.nav-item a.nav-link {
    display: inline-block;
    font-size: 10px !important;
    margin: 5px 10px !important;
    padding: 5px 15px !important;
    font-weight: 400 !important;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu {
    margin: 0px 10px;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu a {
    font-size: 10px;
  }
  .main-header .navbar-toggler:focus {
    box-shadow: none !important;
    border-color: rgba(0, 0, 0, 0.1);
  }
  section.logo-sec.main-header:before{
      display:none;
  }
  .head-web-logo{
      display:none;
  }
  .main-about{
      width: 50% !important;
      padding-top: 80px !important;
      top: -40px !important;
  }
  .header-logo{
      position: relative !important;
  }
  .sub-heading:after{
      display:none;
  }
}

@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%;
  }
}
/*header css for tab*/
@media (min-width: 768px) and (max-width: 992px) {
  .header-top {
    display: none;
  }
  section.logo-sec.main-header:before{
      display:none;
  }
  .header-logo{
      display:none;
      position: unset !important;
  }
  .banner-content{
      padding: 40px 50px !important;
  }
  .logo-sec.main-header .wow.fadeInRight {
    width: 100%;
  }
  .my-navbar .container-fluids {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  section.logo-sec.main-header {
    background: var(--color2);
    width: 100%;
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .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: 20%;
  }
  .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;
  }
  .main-header .navbar-collapse.show {
    transform: translateX(0px);
    transition: 0.3s;
    z-index: 99999 !important;
  }
  .main-header li.nav-item a.nav-link {
    display: inline-block;
    font-size: 10px !important;
    margin: 5px 10px !important;
    padding: 5px 15px !important;
    font-weight: 400 !important;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu {
    margin: 0px 10px;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu a {
    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: 993px) and (max-width: 1024px) {
  .main-header a.nav-link {
    font-size: 12px;
  }
  .my-navbar .navbar-collapse ul ul.dropdown-menu a {
    font-size: 12px;
  }
  
  section.logo-sec.main-header:before{
      height: 370px !important;
      width: 380px !important;
  }
  .header-logo{
      left:40px !important;
      top:-60px !important;
      position: absolute;
  }
  section.main-testimonial.zz .owl-nav .owl-next{
      display:none;
  }
   section.main-testimonial.zz .owl-nav .owl-prev{
      display:none;
  }
  .main-header li.nav-item a.nav-link{
      padding: 15px 5px !important;
      font-size: 15px;
  }
  ul.h-contact-list li a img{
      padding-left: 0px!important;
  }
}
/*end header css*/

/*banner css*/

section.banner-section {
  position: relative;
  height: 670px;
}
section.banner-section .bannermain {
  background: #fff;
  /* padding: 20px; */
  width: 100%;
}
.banner-slider .owl-item .item {
  height: 660px;
  margin: 0px 0px;
  position: relative;
}
.banner_txt {
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 0;
  align-items: start;
}
.banner_txt .caption2 {
  max-width: 80%;
  text-align: center;
  float: right;
}
.banner-content {
  /* background: rgba(11, 11, 11, 0.3); */
  padding: 20px 80px;
}
.banner_txt h2.text3 {
  color: var(--color2);
  font-family: Lexend;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.banner_txt p.text4 {
  text-align: center;
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  padding: 20px 80px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--color1);
  background: var(--color2);
  opacity: 0.7;
}
.btn-bnnr {
  display: inline-block;
  margin-top: 30px;
}
.btn-bnnr a {
  padding: 10px 40px;
  color: #fff;
  background: var(--btn-color);
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  transition: 0.3s;
}
.btn-bnnr a:hover {
  background: #ffffff;
  color: var(--btn-color) !important;
  transition: 0.3s;
}
.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: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  position: absolute;
  top: 300px;
  left: 4%;
  display: none;
}
.banner-slider .owl-nav .owl-next {
  font-size: 0;
  background-image: url(/images/arrow.png);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: rotate(0deg);
  position: absolute;
  top: 300px;
  right: 4%;
  display: none;
}
.banner-slider .owl-dots {
  display: inline-block;
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  text-align: start;
  width: 100%;
  padding-left: 100px;
}
.banner-slider .owl-dots .owl-dot span {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
.banner-slider .owl-dots .owl-dot {
  border-radius: 50%;
  border: 3px solid #ffffff;
  margin: 10px;
  padding: 4px;
  display: inline-block;
}
.banner-slider .owl-dots .owl-dot.active {
  border: 3px solid #ffffff;
}
.banner-slider .owl-dots .owl-dot.active span {
  background: #ffffff;
}

.banner-scroll {
  text-align: center;
  /*position: relative;*/
}
.banner-scroll a.scroll-to {
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  color: var(--color2);
  position: absolute;
  bottom: 85px;
  left: 0;
  z-index: 99;
  right: 0;
}
.banner-scroll a.scroll-to:before {
  content: "";
  background-image: url(/images/scroll-dot.png);
  position: absolute;
  height: 55px;
  width: 20px;
  z-index: 99;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/*banner css for mobile*/
@media (max-width: 767px) {
  section.banner-section {
    position: relative;
    height: 200px !important;
  }
  section.banner-section .bannermain {
    position: relative !important;
    padding: 10px !important;
  }
  .banner_txt {
    padding: 0 !important;
    top: 0px !important;
  }
  .banner_txt .caption2 {
    max-width: 75% !important;
    float: none !important;
    margin: auto;
  }
  .banner-content {
    padding: 10px !important;
  }
  .banner_txt h2.text3 {
    font-size: 14px;
    line-height: 20px;
  }
  .banner_txt p.text4 {
    font-size: 12px !important;
    line-height: 14px !important;
    padding: 0px !important;
    -webkit-line-clamp: 2;
  }
  .btn-bnnr {
    margin-top: 0px !important;
  }
  .btn-bnnr a {
    font-size: 10px !important;
    padding: 5px 10px !important;
  }
  .banner-slider .owl-dots {
    display: none !important;
  }
  .banner-slider .owl-nav {
    display: none !important;
  }
  
}

/*banner css for tab*/
@media (min-width: 768px) and (max-width: 992px) {
  /*     section#\#banner {*/
  /*    margin-top: 0px !important;*/
  /*}*/
  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: 10px !important;
  }
  .banner_txt {
    padding: 0 !important;
    top: -30px;
  }
  .banner_txt .caption2 {
    max-width: 75% !important;
    padding: 0 !important;
  }
  .banner_txt h2.text3 {
    font-size: 14px;
    line-height: 22px;
  }
  .banner_txt p.text4 {
    font-size: 10px;
    line-height: 13px;
    padding: 0px 30px;
    -webkit-line-clamp: 2;
  }
  .btn-bnnr {
    margin-top: 10px !important;
  }
  .btn-bnnr a {
    font-size: 10px !important;
    padding: 5px 10px !important;
  }
  .banner-slider .owl-nav {
    display: none !important;
  }
  .banner-slider .owl-dots {
    bottom: 40px !important;
  }
  .banner-slider .owl-dots .owl-dot span {
    height: 8px !important;
    width: 8px !important;
  }
  .banner-slider .owl-dots .owl-dot {
    border: 2px solid #ffffff !important;
    padding: 4px !important;
    margin: 7px !important;
  }
}

/*banner css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
  .banner_txt h2.text3 {
    font-size: 25px;
  }
  .btn-bnnr a {
    font-size: 18px;
  }
  .banner_txt p.text4{
      font-size:14px !important;
  }
}
/*end banner css*/

/*about section*/

.about-section {
  position: relative;
  padding: 0px 0px;
  padding-bottom: 30px !important;
}
.abt-main-div {
  padding: 20px;
  background-color:var(--color2);
  position: relative;
  height: 450px;
}
.about-section .sub-heading:before {
  margin: 0;
}
.about-ccontent h1 {
  color: var(--h-color);
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  line-height: 50px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.about-section .about-ccontent p {
  color: var(--color1);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-image {
  text-align:center;
  margin-top: 20px;
}
.sub-heading h2 span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
    background: var(--color1);
    width: 100%;
    opacity: 0.9;
    border-radius:50px;
    padding: 20px;
    z-index: -1;
}
.sub-heading h1 span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
    background: var(--color1);
    width: 100%;
    opacity: 0.9;
    border-radius:50px;
    padding: 20px;
    z-index: -1;
}
.sub-heading h4 {
    margin-top: 20px;
    background-color: var(--color3);
    width: 30%;
    border-radius: 50px;
    padding: 5px 10px;
    color: var(--color2);
    display: inline-block;
}
.sub-heading h2 span {
    color: var(--color2) !important;
    position: relative;
    z-index: 12;
    margin-left: 2px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

.sub-heading h1 span {
    color: var(--color2) !important;
    position: relative;
    z-index: 12;
    margin-left: 2px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}
.about-btn {
    position: relative;
}
.about-btn .about-btn1{
  color: #FFF;
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--color2);
  background-color: var(--btn-color);
  font-size: 18px;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius:20px 20px 0px 0px;
  position: relative;
}
.about-btn .about-btn2{
  color: var(--color2);
  background-color: var(--color3);
  font-size: 18px;
  font-weight: 500;
  padding: 10px 30px;
  line-height: normal;
  text-transform: uppercase;
  border-radius:20px 20px 0px 0px;
  position: relative;
}

.about-btn .about-btn1:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0px;
    bottom: -5px;
    background-color: var(--btn-color);
}
.about-btn .about-btn2:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0px;
    bottom: -5px;
    background-color: var(--color3);
}
.main-head {
    text-align: center;
     position:relative;
     bottom:0;
}

.main-head h1{
     background-image: url(/images/about-bg.png);
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    width: 100%;
    color: #FFF;
    font-family: Montserrat !important;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.main-about {
    background: var(--color1);
    text-align: center;
    width: 20%;
    margin: 0 auto;
    border-radius:0px 0px 50px 50px;
    position:relative;
    padding-top: 120px;
    top: -60px;
}
.main-about:after {
    content: "";
    position: absolute;
    height: 60px;
    width: 100%;
    left: 0;
    bottom: -20px;
    right: 0;
    z-index: -1;
    margin: auto;
    background-color: green;
    border-radius: 0px 0px 50px 50px;
}

.about-af-bf {
    margin: 0 auto;
}

.about-head-txt h2 {
   color: var(--color2);
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.about-af-bf {
    position: relative;
    margin-bottom: 60px;
}
.about-af-bf:before{
    content: "";
    position: absolute;
    height: 50px;
    width: 100px;
    left: 0;
    top: -60px;
    margin: 0 auto;
    right: 0;
    background-image: url(/images/mountain.png);
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.about-af-bf:after{
    content: "";
    position: absolute;
    height: 50px;
    width: 100px;
    left: 0;
    bottom: -40px;
    right: 0;
    margin: 0 auto;
    background-image: url(/images/headdesign.png);
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.sub-heading h2 {
    color: var(--color1);
    font-family: Roboto;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.sub-heading h1 {
    color: var(--color1);
    font-family: Roboto;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
/*about css for mobile*/
@media (max-width: 767px) {
  .about-section {
    padding: 30px 0px !important;
  }
  .about-section .sub-heading {
    text-align: left !important;
  }
  .about-ccontent h1 {
    display: block !important;
    font-size: 22px !important;
  }
  .about-section .about-ccontent {
    padding-top: 0px !important;
  }
  .about-section .about-ccontent p {
    font-size: 13px !important;
    line-height: 18px !important;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .about-btn a {
    font-size: 10px !important;
  }
  .sub-heading h2 {
    font-size: 14px !important;
    }
    
  .sub-heading h1 {
    font-size: 14px !important;
    }
  .sub-heading h2 span:after{
      padding:12px !important;
      top:-4px !important;
  }
  
  .sub-heading h1 span:after{
      padding:12px !important;
      top:-4px !important;
  }
  .about-head-txt h2{
      font-size: 14px !important;
  }
  .product-head-txt h2{
      font-size:13px !important;
  }
  .blog-head-txt h2{
      font-size:13px !important;
  }
  .cont-button a{
      font-size:15px !important;
  }
  .footer-botm .asdas2{
      text-align: center!important;
  }
  .main-about:after{
      bottom:-12px !important;
  }
}
/*about us css for tab*/
@media (min-width: 767px) and (max-width: 992px) {
  section.about-section {
    padding: 80px 20px !important;
  }
  .about-section .sub-heading {
    text-align: left !important;
  }
  .about-ccontent h1 {
    display: block !important;
    font-size: 20px !important;
    line-height: 40px;
  }

  section.about-section .about-ccontent p {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .about-btn a {
    font-size: 10px !important;
  }
  .main-about{
      width:30%;
  }
  .footer-section .footer-heading h4{
      font-size:18px !important;
  }
  .footer-widgets li a{
      font-size:15px !important;
  }
  .sub-heading:after{
      display:none;
  }
}

/*about css for tab*/
@media (min-width: 992px) and (max-width: 1024px) {
  .about-ccontent h1 {
    font-size: 20px;
  }
  .about-section .about-ccontent p {
    font-size: 13px;
  }
  .about-btn a {
    font-size: 13px;
  }
}
/* ===============================
      end about section css
  =============================== */



/* ===============================
        Testimonial section css
  =============================== */

section.main-testimonial.zz {
    padding: 20px 0px;
}
.testi-heading {
    padding: 30px 0px;
    background: var(--btn-color);
}
.testi-heading .sub-heading:before {
    background: #fff !important;
}
.testi-heading .defalt-heading h2 {
    margin-bottom: 0px !important;
    line-height: normal !important;
}
.testi-heading .sub-heading {
    margin: 0px !important;
}
.testi-heading .sub-heading h3 {
    color: var(--color2) !important;
}
section.main-testimonial.zz .cust-cust {
    margin: 0 15px;
    border: 1px solid #E3E3E3 !important;
    padding-top: 50px;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
    background: var(--color3);
}
section.main-testimonial.zz .cust-cust:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: 0.3s;
}
section.main-testimonial.zz .star {
     padding-top: 20px;
     text-align: center;
     position: relative;
}
section.main-testimonial.zz .star img {
     width: auto !important;
     margin: 0 auto;
}
section.main-testimonial.zz .text-caption-p p {
  color: var(--color1);
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding:10px 100px;
}
section.main-testimonial.zz .testy-img img.img-fluid {
    width: auto !important;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
section.main-testimonial.zz .testy-img {
    text-align: center;
    position: relative;
    height: 120px;
    width: 100%;
}
section.main-testimonial.zz .testy {
    text-align: center;
}
section.main-testimonial.zz .testy h4 {
  color: var(--color1);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.main-testimonial.zz .owl-dots {
    display: none !important;
}
section.main-testimonial.zz .owl-nav {
    display: block;
}
section.main-testimonial.zz .owl-nav .owl-prev {
    font-size: 0;
    background-color: transparent;
    background-image: url(/images/testi-right.png);
    width: 120px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotate(0deg);
    position: absolute;
    top: 50%;
    right: -60px;
}
section.main-testimonial.zz .owl-nav .owl-next {
    font-size: 0;
    background-color: transparent;
    background-image: url(/images/testi-left.png);
    width: 120px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* transform: rotate(180deg); */
    position: absolute;
    top: 50%;
    left: -60px;
}

/*testimonial css for mobile*/
@media (max-width: 767px) {
    section.main-testimonial.zz {
    padding: 0px;
}
    section.main-testimonial.zz .default-heading h2 {
        font-size: 15px !important;
        line-height: 20px !important;
    }
    section.main-testimonial.zz .owl-nav {
    display: none !important;
}
section.main-testimonial.zz .cust-cust {
    margin-top: 20px !important;
}
section.main-testimonial.zz .text-caption-p p {
    font-size: 13px !important;
    line-height: 20px !important;
    padding-right: 0px;
    margin-bottom: 0;
    padding: 0;
}
section.main-testimonial.zz .testy-img {
    display: inline-block !important;
}
section.main-testimonial.zz .testy h4 {
    font-size: 12px;
}
section.main-testimonial.zz .testy h5 {
    font-size: 10px;
}
}

@media (min-width: 768px) and (max-width: 992px){
    
section.main-testimonial.zz .owl-nav .owl-next{
    display:none;
}
section.main-testimonial.zz .owl-nav .owl-prev{
    display:none;
}
 section.main-testimonial.zz .text-caption-p p{
       padding:0;
   }

}


/* ===============================
      service section css
  =============================== */
.service-1 img {
    width: 100px;
    height: 100px;
    margin-bottom:20px;
}

.service-1 h3 {
  color: var(--color1);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

section.service-section {
    padding: 15px;
    background-color: var(--color3);
    position:relative;
    margin-top: 40px;
}
section.service-section:before{
   content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0;
    top:-15px;
    right: 0;
    padding-bottom: 10px;
    background-color: #ccc;
    
}
section.service-section:after{
   content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0;
    bottom: -15px;
    right: 0;
    margin: auto;
    background-color: #ccc;
}
 
 @media (max-width: 767px){
    
.service-1 img {
    width: 80px;
    height: 80px;
}
.service-1 h3{
    font-size:16px !important;
}
}

 
 
@media (min-width: 768px) and (max-width: 992px){
    
.service-1 img {
    width: 80px;
    height: 80px;
}
.service-1 h3{
    font-size:16px !important;
}
}



/* ===============================
      product section css
  =============================== */
.product-section {
  padding: 60px 0px;
}
section.product-section .sub-heading,
section.product-section .defalt-heading {
  text-align: center;
  position: relative;
}
.single-prod-main-div {
  padding: 20px;
  border: 1px solid #fff;
  transition: 0.5s;
}
/*.single-prod-main-div:hover {*/
/*  border: 1px solid #2e3192;*/
/*  transition: 0.5s;*/
/*}*/
.main-div {
  margin-top: 30px;
  border: 1px solid #e3e3e3;
  border-radius: 100px 100px 50px 50px;
  background: #EBEBEB;
  position:relative;
}

.product-list {
  height: 320px;
  position: relative;
}
.product-list img.img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  border-radius: 70px 70px 0 0;
  width: 100%;
  object-fit: contain;
  /* height: 100%; */
}
.product-content {
  text-align: center;
  padding-top: 20px;
}
.product-url a {
  color: var(--h-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-url-main .view-details {
  margin-top: 10px !important;
}
.product-url-main .view-details a {
  color: #FFF;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding:10px;
}
.product-url-main .view-details a:hover {
  opacity: 1;
  transition: 0.5s;
}
.all-product-url {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 30px;
}
.all-product-url .view-all-products {
  width: 70%;
  margin: 0 auto;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -25px;
}
.all-product-url .view-all-products a.links {
  font-size: 30px;
  transition: 0.5s;
  font-weight: 600;
  padding: 10px 100px;
  border-radius: 50px;
  color: var(--color2) !important;
  background-color: var(--btn-color) !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.all-product-url .view-all-products a.links:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.product-url {
    background: var(--color2);
}

.product-url a {
  color: var(--color1);
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-url-main {
    background: var(--color3);
    padding:10px;
    border-radius: 0px 0px 20px 20px;
    position:relative;
}

.product-url-main .view-details a {
    background: transparent;
}
.main-product{
    background: var(--color2);
    text-align: center;
    margin: 0 auto;
    border-radius: 0px 0px 50px 50px;
    position: relative;
    padding-top: 80px;
}
.product-af-bf {
    margin: 0 auto;
}

.product-head-txt h2 {
   color: var(--color1);
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-af-bf {
    position: relative;
    margin-bottom: 60px;
}
.product-af-bf:before{
    content: "";
    position: absolute;
    height: 50px;
    width: 100px;
    left: 0;
    top: -60px;
    margin: 0 auto;
    right: 0;
    background-image: url(/images/mountain1.png);
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.product-af-bf:after{
    content: "";
    position: absolute;
    height: 50px;
    width: 100px;
    left: 0;
    bottom: -40px;
    right: 0;
    margin: 0 auto;
    background-image: url(/images/head-design2.png);
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.single-prod-main-div:hover .main-div{
    background-color: var(--color1);
     transition:0.5s;
}
.single-prod-main-div:hover .product-url-main{
    background-color: var(--color1);
    color:var(--color2);
     transition:0.5s;
}
.single-prod-main-div:hover .product-url a{
    background-color: var(--color2);
    color:var(--color3);
    transition:0.5s;
}
.main-div:after {
    content: "";
    position: absolute;
    height: 100px;
    width: 100%;
    left: 0;
    bottom: -20px;
    right: 0;
    z-index: -1;
    margin: auto;
    background-color: green;
    border-radius: 0px 0px 100px 100px;
    opacity:0;
    transition:0.5s;
}
.single-prod-main-div:hover .main-div:after {
    opacity:1;
    transition:0.5s;
}

.main-div:before{
    content: "";
    position: absolute;
    height: 160px;
    width: 100%;
    left: 0;
    top: -30px;
    right: 0;
    z-index: -1;
    margin: auto;
    background-color: green;
    border-radius: 100px 100px 0px 0px;
    opacity: 0;
    transition:0.5s;
}
.single-prod-main-div:hover .main-div:before{
    opacity:1;
    transition:0.5s;
}

/*product css for mobile*/
@media (max-width: 767px) {
  .product-section {
    padding: 30px 0px;
  }
  .single-prod-main-div {
    padding: 5px !important;
    position:relative;
  }
  .main-div {
    margin-top: 5px;
    padding: 5px;
  }
  .product-content {
    padding-top: 5px;
  }
  .product-url a {
    font-size: 13px;
    line-height: 15px;
    padding: 2px 0px;
  }
  .product-list {
    width: 100%;
    height: 200px !important;
    position: relative;
  }
  .product-url,
  .product-url-main {
    text-align: center;
    margin-top: 0px !important;
    padding: 10px;
  }
  .product-url-main .view-details a {
    font-size: 10px;
    padding: 5px 5px;
    /*margin-top: 10px;*/
  }
  .all-product-url {
    margin-top: 10px;
  }
  .all-product-url .view-all-products a.links {
    font-size: 12px;
    padding: 10px 30px;
  }
  .main-div {
    border-radius: 0px 0px 20px 20px !important;
}
}

/*product css for tab*/
@media (min-width: 768px) and (max-width: 992px) {
  .product-section {
    padding: 30px 0px;
  }
  .single-prod-main-div,
  .main-div {
    padding: 10px;
    position:relative;
  }
  .product-list {
    height: 220px !important;
  }
  .product-url a {
    font-size: 12px;
  }
  .product-url-main .view-details a {
    font-size: 12px;
    /*margin-top: 0px;*/
  }
  .all-product-url .view-all-products a.links {
    font-size: 14px;
  }
}

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

section.comming-soon {
    padding-bottom: 50px;
}

/*product css for mobile*/
@media (max-width: 767px) {
  section.comming-soon {
    padding-bottom: 30px !important;
  }
}

/* global section css */
.global-section {
  padding-bottom: 100px;
}
.global-content {
  margin-top: 40px;
}
.global-title h3 {
  color: var(--h-color);
  font-size: 20px;
  font-weight: 700;
}
.global-list {
  padding: 30px 0px;
}
.global-list ul li {
  color: var(--txt-color);
  font-size: 16px;
  font-weight: 400;
}

/*global section css for mobile*/
@media (max-width: 767px) {
  .global-section {
    padding: 30px 0px;
  }
  .abt-main-div {
    padding: 10px;
    margin-top: 10px;
    height: 380px;
  }
  .global-content {
    margin-top: 10px;
  }
  .global-title h3 {
    font-size: 12px;
  }
  .global-list {
    padding: 15px 0px;
  }
  .global-list ul li {
    font-size: 10px;
  }
}

/*global css for tab*/
@media (min-width: 768px) and (max-width: 992px) {
  .global-section {
    padding-bottom: 50px;
  }
  .global-title h3 {
    font-size: 12px;
  }
  .global-list {
    padding: 10px 0px;
  }
  .global-list ul li {
    font-size: 11px;
  }
}
/* end global section css */


/* ===============================
        mid contact section css
  =============================== */
  
section.midcontact-section {
    background-image: url("/images/getintouchbg.png");
    background-repeat:no-repeat;
    background-size:100%;
    margin-bottom: 25px;
}
.midcontact-btn {
    margin-top: 20px;
    position: relative;
    padding-bottom:40px;
    
}
.midcontact-btn a{
    color: var(--color2);
    border-radius:50px;
    border: 1px solid var(--color2);
    padding:10px 20px 10px 20px;
    margin-left:10px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.midcontact-txt h2 {
   color: var(--color2);
   font-family: Poppins;
   font-size: 30px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   background: var(--color3);
   padding: 5px;
}
.midcontact-txt p {
  color: var(--color2);
  font-family: Lexend;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.midcontact-txt {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
     section.midcontact-section{
         display:none;
     }
}


/* ===============================
        blogs section css
  =============================== */
.blog-section {
  padding-bottom: 30px;
  padding-top: 0px;
  position: relative;
}
.blog-section .sub-heading,
.blog-section .defalt-heading {
  text-align: center;
  position: relative;
}
.blog-section .blog-heading {
  padding: 30px 0px;
  margin-bottom: 50px;
}
.blog-section .blog-heading .sub-heading h3,
.blog-section .blog-heading .defalt-heading h2 {
  color: var(--color1) !important;
}
.blog-section .blog-heading .sub-heading::before {
  background: var(--color2) !important;
}
.blog-section .blog-img {
  height: 230px;
  position: relative;
}
.blog-section .blog-img img {
  position: absolute;
  top: -150px;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.blog-section .blog-content .name-user p {
  margin-bottom: 0 !important;
  padding-top: 10px;
  color: var(--txt-color);
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.blog-section .blog-url {
  margin-top: 10px;
}
.blog-section .blog-url a {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
  text-align:center;
}
.blog-section .blog-txt p {
  color: var(--color1);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align:center;
}
.blog-section .view-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-section .view-details p {
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  color: var(--h-color);
}
.blog-section .blog-url-main .view-details a {
  color: var(--color2);
  font-size: 16px;
  font-weight: 700;
  padding: 5px 10px;
  line-height: normal;
  background: var(--btn-color);
  text-transform: uppercase;
}
.blog-content {
    text-align: center;
    position: absolute;
    bottom: 80px;
}
.blog-btn .blog-button{
  color: var(--color2);
  background-color: var(--btn-color);
  font-size: 18px;
  font-weight: 500;
  padding: 10px 30px;
  line-height: normal;
  text-transform: uppercase;
  border-radius:20px 20px 0px 0px;
  position: relative;
}
.blog-btn .blog-button:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 175px;
    left: 0;
    bottom: -5px;
    background-color: var(--btn-color);
}
.blg-bg{
  background-image:url("/images/blogbg.png");
  background-repeat:no-repeat;
  background-size: 100% 100%;
  /* height: 600px; */
  padding: 100px;
  padding-bottom: 0;
}
.main-blog {
    background: var(--color2);
    text-align: center;
    margin: 0 auto;
    border-radius:0px 0px 50px 50px;
    position:relative;
    /* padding-top: 120px; */
}
.blog-af-bf {
    margin: 0 auto;
}

.blog-head-txt h2 {
  color: var(--color1);
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.blog-af-bf {
    position: relative;
    margin-bottom: 60px;
}
.blog-af-bf:before{
    content: "";
    position: absolute;
    height: 50px;
    width: 100px;
    left: 0;
    top: -60px;
    margin: 0 auto;
    right: 0;
    background-image: url(/images/mountain1.png);
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.blog-af-bf:after{
    content: "";
    position: absolute;
    height: 50px;
    width: 100px;
    left: 0;
    bottom: -40px;
    right: 0;
    margin: 0 auto;
    background-image: url(/images/head-design2.png);
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.all-blog-btn {
    text-align: center;
    margin: 0 auto;
    padding: 30px;
    margin-top:20px;
    position:relative;
}
.all-blog-btn a{
    border-radius: 0px 0px 20px 20px;
    background: var(--color3);
    color:var(--color2);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding:20px;
    position: relative;
    top: -15px;
}
.all-blog-btn:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    left: 0;
    top: -15px;
    right: 0;
    padding-bottom: 10px;
    background-color: var(--color3);
    
    
}
.blog-btn {
    position: relative;
}

/*BLOGS css for mobile*/
@media (max-width: 767px) {
  .blog-section {
    padding: 30px 0px !important;
  }
  .blog-section .blog-heading {
    padding: 15px 0px;
    margin-bottom: 20px;
  }
  .blog-section .blog-heading .defalt-heading h2 {
    line-height: 20px;
    margin-bottom: 0px;
  }
  .blog-section .defalt-heading {
    margin-bottom: 0 !important;
  }
  .blog-section .main-blog-div {
    margin-top: 10px !important;
  }
  .blog-section .blog-img {
    height: 180px !important;
  }
  .blog-section .blog-content .name-user p {
    font-size: 10px;
  }
  .blog-section .blog-url a {
    font-size: 14px !important;
  }
  .blog-section .blog-txt p {
    font-size: 10px !important;
    line-height: 18px !important;
    margin: 5px 0px !important;
  }
  .blog-section .view-details p {
    font-size: 10px;
  }
  .blog-section .blog-url-main .view-details a {
    font-size: 10px !important;
    line-height: 20px !important;
  }
  .blg-bg{
      padding:0px !important;
  }
  .blog-content{
       bottom: 50px!important;
  }
  .blog-section .blog-img img{
      top:0 !important;
  }
  .all-blog-btn a{
      font-size:13px !important;
  }
 
}
@media (min-width: 768px) and (max-width: 992px) {
  .blog-section {
    /* padding: 30px 0px !important; */
  }
  .blog-section .defalt-heading {
    margin-bottom: 0 !important;
  }
  .blog-section .defalt-heading h2 {
    margin-bottom: 0px;
  }
  .blog-section .blog-img {
    height: 180px !important;
  }
  .blog-section .blog-up:nth-child(2) {
    margin-top: 0px !important;
  }
  .blog-section .blog-content .name-user p {
    font-size: 11px !important;
  }
  .blog-section .blog-url a {
    font-size: 13px !important;
    line-height: 20px !important;
    text-align: center;
  }
  .blog-section .blog-txt p {
    font-size: 12px !important;
    line-height: 18px !important;
    margin: 5px 0px !important;
    text-align: center;
  }
  .blog-section .view-details p {
    font-size: 8px;
  }
  .blog-section .blog-url-main .view-details a {
    font-size: 9px !important;
    line-height: 20px !important;
    padding: 2px 5px;
  }
  .abt-main-div {
    padding: 10px;
    height: 300px !important;
  }
  
  .blog-btn .blog-button{
      font-size: 13px;
  }
  .blog-btn .blog-button:after{
      width:100%;
  }
  .blog-section .blog-img img{
      top: -50px !important;
      margin:0px !important;
  }
  .midcontact-txt p{
      font-size:13px;
  }
  .midcontact-txt h2{
      font-size:18px;
  }
  .midcontact-btn{
      padding-bottom: 20px !important;
  }
  .contact-info-txt{
      padding:0px 10px !important;
  }
  .blg-bg{
      padding:50px;
  }
  .blog-content{
      bottom:50px !important;
  }
}






/* end blogs section css */

/*Quick contact css*/
.contact-section {
  padding: 0px 0px;
  background-image:url("/images/contact-mid-bg.png");
  background-repeat:no-repeat;
  background-size:100%;
}
.quick-contact {
  position: relative;
  padding: 0px 50px;
}
.quick-contact .cont-heading h3 {
  color: var(--btn-color);
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.quick-form form .form-group input,
.quick-form input#captcha {
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 10px 20px;
  height: 50px;
  margin: 15px 0px;
  color: #909090;
  font-size: 16px;
}
.quick-form form .form-group textarea {
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 25px 20px;
  margin: 15px 0px;
  color: #909090;
  font-size: 16px;
  resize: none;
}
.quick-form form ::placeholder {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}
.quick-form .cap_img {
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
  width: 30% !important;
}
.quick-form .cap_img img {
  max-width: 100%;
  height: auto;
}
.quick-form form button {
  outline: none;
  font-size: 15px;
  padding: 10px;
  width: 100%;
  font-weight: 600;
  margin-top: 20px;
  border: none !important;
  border-radius: 0 !important;
}
.contact-info-txt {
    background: var(--color3);
    padding: 60px 20px;
    border-radius: 100px 100px 0px 0px;
    position: relative;
}
.cont-button {
    text-align: center;
    position: absolute;
    top: -70px;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.cont-button a {
    background-color:var(--color1);
    color: var(--color2) !important;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding:20px;
    border-radius:20px 20px 0px 0px
}

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

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

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

/*end Quick contact css*/

/*footer css*/

.footer-section {
  padding-top: 60px;
  background: var(--color1) !important;
}
.footer-section .container.bg {
  padding-bottom: 50px;
}
.footer-widgets .l-o-g {
  width: 80%;
}
.footer-p p {
  color: var(--color2);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
}
.footer-heading {
  margin-bottom: 45px;
}
.footer-section .footer-heading h4 {
color: var(--color2);
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
  text-transform:uppercase;
}
li.f-c-prod {
  margin: 0;
}
.footer-widgets li a {
  color: var(--color2);
  font-size: 16px;
  display: flex !important;
  color: #FFF;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 166.188%; /* 29.914px */
  text-transform: capitalize;
}

.footer-widgets li a p {
  display: inline-block;
}
li.foot-numb:last-child a p {
  width: 75%;
}
.footer-menus ul.footer-menus-list {
  padding: 0;
  margin: 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: 20px 0px;
}
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;
  padding: 15px 0px;
  background: var(--color3);
}
.footer-botm p.asdas {
  color: var(--color1);
  text-align: left;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-botm p.asdas a {
  color: var(--h-color);
  position: relative;
  margin-right: 10px;
  transition: 0.3s;
}
.footer-botm p.asdas a:hover {
  color: var(--btn-color);
  transition: 0.3s;
}
.footer-botm .asdas2 {
  color: var(--color1);
  text-align: center;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
p.asdas2 a {
    color: var(--color1);
}

.footer-botm .asdas2{
    text-align: right;
    font-size:14px !important;
}

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

/*footer css for tab*/
@media (min-width: 575px) and (max-width: 992px) {
  .footer-widgets .l-o-g {
    margin: 0 !important;
    width: 88% !important;
    padding-bottom: 0px !important;
    margin-top: 20px !important;
  }
}

/*footer css for tab*/
@media (min-width: 768px) and (max-width: 992px) {
  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-p p {
    font-size: 12px;
    margin-top: 15px;
    text-align: left;
  }
  .footer-section .footer-heading h4 {
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .footer-heading h4:after {
    width: 100%;
    height: 1px;
  }
  .footer-widgets li a {
    font-size: 10px;
  }
  .footer-section .footer-heading h4{
      font-size: 12px !important;
  }
  .footer-widgets li a{
      font-size: 10px !important;
  }
}
/*end footer css*/

/*product page bread crum css*/

section.bread-crum {
  background-color: #cccccc52;
  max-width: 1600px;
  margin: 0 auto;
}

.bread_crumb {
  padding: 10px 0 10px 0 !important;
  text-align: center;
}

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

.extra-padding {
  padding: 0;
}

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


.select-lang .gt_switcher_wrapper .gt_option a.nturl:first-child img {
    opacity: 0;
    visibility: hidden;
}

.select-lang .gt_switcher_wrapper .gt_option a.nturl:first-child:before {
    background-image: url(/images/flag.png);
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 30px;
    width: 30px;
    position: absolute;
    content: '';
    top: 0px;
    left: -30px;
}

.select-lang .gt_switcher_wrapper .gt_option a.nturl:first-child {
    margin-left: 30px !important;
    position: relative;
}

.select-lang .gt_switcher_wrapper .gt_option a.nturl:first-child:after {
    content: 'US';
    position: absolute;
    left: 4px;
    top: 15px;
}