/*------------------ Universal -------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varta&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500&family=Teko:wght@500&display=swap');

* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

html, body {
  max-width: 100%;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.02rem;
  overflow-x: hidden;
}

section {
  padding: 120px 0px 80px 0px;
}

a:hover {
  text-decoration: none;
}

.theme_bg1 {
  background: #8faf05;
}

.theme_bg2 {
  background: #999;
}

.theme_color1 {
  color: #937700;
}

.theme_txtcolor2 {
  color: #ccc;
}
.green_txt {
  color:#8faf05;
}
.theme_btn {
  background: #8faf05;
  color: #fff;
  border-radius:5px;
  padding:10px 30px;
}

.theme_btn:hover {
  background: #937700;
  color: #fff;
  border-radius: 5px;
  padding:10px 30px;
}
.buy_now {
  background: #8faf05;
  border-radius: 5px;
  padding:15px 50px;
  text-align: center;
}
.buy_link{
    color: #fff;
    font-size: 18px;
}
.buy_now:hover {
  background: #937700;
  color: #fff;
  border-radius: 5px;
  padding:15px 30px;
}
.buy_now2 {
  background: #937700;
  border-radius: 5px;
  padding:10px 50px;
  text-align: center;
}
.buy_link2{
    color: #fff;
    font-size: 18px;
}
.buy_now2:hover {
  background: #8faf05;
  color: #fff;
  border-radius: 5px;
  padding:10px 30px;
}
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 3%;
    right: 3%;
    color: #fff;
    overflow: hidden;
    background: #00923F;
    visibility: hidden;
    opacity: 0;
    line-height: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 999;
    padding: 8px 5px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-radius: 50%
}

.cd-top i {
    font-size: 20px
}

.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s
}

.cd-top:hover {
    background: #41347b;
    border-color: #41347b;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s
}

.cd-top:hover i {
    color: #fff
}
/*------------------ Universal -------------------------*/
/*------------------ Navbar -------------------------*/
.topbar {
  background: #000;
  padding: 7px 0px;
  color: #fff;
}
.top_icon a  {
  color: #fff;
  padding: 0px 10px 0px 10px;
}
.navbar-nav li  {
  padding: 0px 5px;
  /*border-right:1px solid #f7f7f7;*/
}
.navbar-nav li .nav-link {
  color: #fff ;
  padding:10px 5px;
  font-weight: 600;
  font-size: 0.8em;
}

.navbar-nav li a:hover {
  color: #8faf05;
}

.navbar {
  background: rgba(147, 119, 0,0.8);


}
.navbar-brand {
margin-bottom: -60px;
margin-left: 0px;
    z-index: 999;
}
.logo {
   height: 150px;
}
.social_icons li a i {
  font-size: 16px;
  color: #fff;
}
/* .dropdown:hover .dropdown-menu{
     display:block;
}*/
.dropdown-item {
   font-size: 15px !important;
}
.dropdown  .navbar-nav li .dropdown-item {
  color: #000 !important;

}
.navbar-nav li:hover .nav-link {
 color: #ccc;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-submenu {
  position: relative;
    padding: 0px 0px 0px 00px !important;

}
.dropdown-menu {
  background: #fff;
   box-shadow: none !important;
  background:#f5f5f5 !important;
  border-radius: 0px;
  min-width: 300px;
  border: 1px solid rgba(0,0,0,.0);
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu li {
    padding: 0px 0px 0px 0px;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
  background: #fff;
  border:0px solid #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
   color: #8faf05 !important;
}

.third_menu {
  position: relative;
  box-shadow: none !important;
  background:#f5f5f5 !important;
  border-radius: 0px;
  border:none;
  min-width: 300px;
}
.third_menu:hover a {
  background:#f5f5f5 !important;
}
.mega-dropdown-menu {
    z-index: 999999;
    padding: 10px 0;
    margin:0px;
    min-width: 100%;
    position: absolute;
    top: 92px;
    left: 0;
    margin-top: -20px;
    -webkit-box-shadow: none;
    border-radius: 0;
    border: none;
    color: #656565;
    background-color: #f5f5f5 !important;
     -webkit-transition: max-height 0.2s ease-in;
    transition: max-height 0.2s ease-in;
    min-width: 800px;
}
.mega-dropdown-menu h4 {
    color: #937700;
    font-size: 14px;
    font-weight: 600;
    margin-left: 20px;
}

.mega-dropdown-menu .mega_link {
    margin-left: 20px !important;
    padding: 5px !important;
    display: block !important;
    color: #000 !important;
    text-transform: capitalize !important;
    padding-left: 0 !important;
    font-size: 15px !important;
}
.mega-dropdown-menu .mega_link:hover {
     color: #8faf05 !important;
  }




.fixed-header {
  background: rgba(255, 255, 255, 0.99) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08), 0 10px 10px rgba(0, 0, 0, 0.03);
  position: fixed !important;
  top: 0 !important;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 70px;
  margin: 0px !important;
  padding-bottom: 10px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

.fixed-header .social_icons li a img {
  font-size: 20px;
  color: #212529;
}

.fixed-header  .navbar-nav li a {
  color: #212529;
  font-weight: 600;
}
.fixed-header .line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#000;
}
.fixed-header .social_icons li a i {
    font-size: 16px;
    color: #212529;
}
.fixed-header  .dropdown-item {
   font-size: 15px !important;
   padding: .25rem 1.5rem;
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#fff;
  stroke-width:5.5;
  stroke-linecap:round;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}
/*------------------ Navbar -------------------------*/
/*------------------ Slider -------------------------*/
.banner_section {
  position: relative;
}
/*.green_bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 300px;
  background: #8faf05;
}*/
.main_slider {
  position: relative;
}
.carousel i {
  font-size: 46px;
}
.carousel-item, .carousel-item .active {
  transition: all 1s ease-in;
}
.carousel-indicators li {
/*    width: 10px;
    height: 10px;
    border-radius: 30px !important;
    border-top: none !important;
    border-bottom: none !important;
    margin: 0px 8px !important;*/
    display: none;
}
.carousel-indicators .active {
    width: 20px;
}
/*------------------ Slider -------------------------*/
/*------------------ Main Content -------------------------*/
.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  top: 87%;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}
.scroll-down div {
  margin-top: -50px;
  color: #fff;
}
.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.years {
  height: 200px;
}
.title1 {
  font-family: 'Damion', cursive;
  font-size: 4em;
  color: #937700;
}
.title2 {
  font-size: 44px;
  color: #937700;
  margin-top: 70px;
  font-weight:800;
      font-family: 'Rubik', sans-serif;
}
.products_section {
  padding: 10px 0px 70px 0px ;
/*  background:url('../images/banner/bg_circle.png') no-repeat center;
  background-size: cover;*/
  position: relative;
}
.product1 {
    padding:80px 0px;
    background: url(../images/banner/white_bg.png) no-repeat;
    margin-bottom: 50px;
}
.product1 img {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .09);   
    background-color: rgba(255, 255, 255, .1); 
    backdrop-filter: blur(1px);
    border-radius: 10px;
  }
  .product1 h4 {
    font-weight: 600;
    font-size: 28px;
    color: #8faf05;
  }
 .box-title {
    color: #232323;
    font-size: 20px;
    letter-spacing: .05em;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
}
 .box-title:before {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #e0e0e0;
    top: -moz-calc(50% - 0.5px);
    top: -webkit-calc(50% - 0.5px);
    top: -ms-calc(50% - 0.5px);
    top: calc(50% - 0.5px);
    left: 0;
    right: 0;
    width: 100%;
}
 .box-title .title {
    padding: 0 24px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.product_slide {
  border: 1px solid #e6e6e6;
  padding:40px 10px;
  margin:10px;
  background: #fff;
  min-height: 500px;
  position: relative;
}
.product_slide h6 {
  position: absolute;
  bottom:0px;
  left: 0;
  width:100%;
  padding:30px 20px;
  margin:0px;
  background-color: #E9EFCD;
  clip-path: polygon(20% 0%, 92% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0 0);
}
.product_slide:hover {
  background:rgba(143, 175, 5,0.2) !important;
}
.product_slide2 {
  border: 1px solid #e6e6e6;
  padding:40px 10px;
  margin:10px;
  background: #fff;
  min-height: 360px;
  position: relative;
}
.product_slide2 h6 {
  position: absolute;
  bottom:0px;
  left: 0;
  width:100%;
  padding:30px 20px;
  margin:0px;
  background-color: #E9EFCD;
  clip-path: polygon(20% 0%, 92% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0 0);
}
.product_slide2:hover {
  background:rgba(143, 175, 5,0.2) !important;
}


.product_slide h5 {
  font-size: 18px;
  font-weight: 600;
}
.about_section {
  background:#f4fafd;
  position: relative;
}
.badges {
  position: absolute;
  top: -30px;
  right:30px;
}
 .owl-nav button.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 35%;
  left: -5px;
  display: block !important;
  border: 0px solid black;
}
 .owl-nav button.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 35%;
  right: -5px;
  display: block !important;
  border: 0px solid transparent !important;
}
 .owl-nav button.owl-next span,  .owl-nav button.owl-prev span {
  display: none;
}
 .owl-nav button.owl-next i,  .owl-nav button.owl-prev i{
  font-size: 38px;
  font-weight: 600;
  color: #937700;
}

 .owl-nav button.owl-next:hover,  .owl-nav button.owl-prev:hover {
  background: #fff;
  color: #00a54f;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}
/*------------------  Main Content -------------------------*/
/*------------------ Footer -------------------------*/
footer {
  padding: 50px 0px 20px 0px;
  background:#333 ;
}
.footer_link ul li {
  list-style-type: none;
  font-size: 14px;
  padding-top: 5px;
  color: #c5c5c5;

}
footer a:hover {
  color: #8faf05;
}
.social_link i {
  color: #c5c5c5;
  padding-right: 15px;
  font-size: 20px;
}
footer h5 {
  font-weight: 800;
  color: #c5c5c5;
  font-size: 14px;
  text-transform: uppercase;
}
footer a {
  color: #c5c5c5;
}
footer  h6 , footer a{
  font-size: 14px;
   color: #c5c5c5;

}
/*------------------ Footer -------------------------*/

/*# sourceMappingURL=style.css.map */

.about_page {
  padding:50px 0px 50px 0px;
  overflow: hidden !important;
}
.philosophy {
  padding:50px 0px 50px 0px;
  background:#f4fafd;
  position: relative;
}
.cr1 {
  position: absolute;
  top: -300px;
  left: -250px;
}
.cr1 img {
    height: 400px;
}

.lev1 {
  position: absolute;
  top: 50px;
  right: 50px;
}
.lev1 img {
    height: 200px;
}
.lev2 {
  position: absolute;
  top: 50px;
  left: 10px;
}
.lev2 img {
    height: 200px;
}
.companies {
  padding:100px 0px;
}



.product_category {
  position: relative;
}

.cr2 {
  position: absolute;
  top: 200px;
  left: -250px;
}
.cr2 img {
    height: 400px;
}
.product_category h5 {
  color: #000;
}


.com1 {
  background: #f5f5f5;
}
.com1 h4 {
  color: #8FAF05;
}

.detail_img {
    border:1px solid #e6e6e6;
}
.product_detail {
  padding:40px 0px;
  position: relative;
}
/*
.sticky_margin {
  margin-top: 90px !important;
  position: fixed;
  z-index: -1;
}
*/

.product_owl img {
    text-align: center;
    background-color: #fff;
}
/*.product_list_img  img{
  height: 450px;
  width: 450px;
  object-fit: scale-down;
}*/
.bread {
  margin-top: 70px;
  padding: 10px 0px 10px 0px;
  background:#f5f5f5;
}
.bread span {
  color: #937700;
  font-size: 14px; 
}
.bread  a {
  color: #937700;
  font-size: 14px;
}

.contact-item:not(:last-of-type) {
    margin-bottom: 15px;
}
.contact-item {
    display: flex;
}

.contact-content {
    padding-left: 25px;
}
.contact-content p {
    margin-bottom: 0;
}
.contact-content a 
{
    color:#000;
}
.contact-content h3 {
   font-weight: 600;
   color: #000;
    font-size:20px;
}
.contact-item i {
  font-size: 20px;
  color: #8faf05;
  padding: 5px;
  width: 10px;
  height: 10px;
  text-align: center;
}
.requirefieldLblc {
    padding: 1px 10px;
    position: absolute;
    top: 40px;
    left: 10px;
    color: #fff!important;
    display: block;
    z-index: 100;
    background-color: #ff4c4c;
    border-radius: 3px;
    font-size: 0.7rem;
    letter-spacing: 0;
    animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
    -webkit-animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
    -moz-animation: shoReq 250ms cubic-bezier(.22, .93, .03, 1.27);
    transform-origin: left top;
}

.requirefieldLblc::after {
    position: absolute;
    content: '';
    top: -6px;
    left: 5px;
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ff4c4c;
    z-index: 95;
}


.all_banner {
  padding: 80px 0px 80px 0px;
  height: 400px;
  position: relative;
}
.all_banner .all_banner_inner {
  background: url("../images/banner/air_trade_banner.jpg") no-repeat center fixed;
  width: 100%;
  height: 400px;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.all_banner .heading {
  font-size: 48px;
  color: #fff;
  margin-top: 70px;
  font-weight:800;
      font-family: 'Rubik', sans-serif;
}

.all_banner2 {
  padding: 80px 0px 80px 0px;
  height: 400px;
  position: relative;
}
.all_banner2 .all_banner_inner {
  background: url("../images/banner/ice.jpg") no-repeat center fixed;
  width: 100%;
  height: 400px;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.all_banner2 .heading {
  font-size: 48px;
  color: #fff;
  margin-top: 70px;
  font-weight:800;
      font-family: 'Rubik', sans-serif;
}

.all_banner3 {
  padding: 80px 0px 80px 0px;
  height: 400px;
  position: relative;
}
.all_banner3 .all_banner_inner {
  background: url("../images/banner/leasing.jpg") no-repeat center fixed;
  width: 100%;
  height: 400px;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.all_banner3 .heading span {
  font-size: 1.3em!important;
  color: #8faf05;
  margin-top: 70px;
  font-weight:800;
 font-family: 'Montserrat', sans-serif; 
 /* text-shadow: 2px 2px  #4d4d4d;*/
  padding:20px 0px 0px 0px;
  text-transform: uppercase;
margin-bottom: -20px;
}

.all_banner3 .heading {
  margin-top: 70px;
  font-weight:800;
 font-family: 'Montserrat', sans-serif; 
 /* text-shadow: 2px 2px  #4d4d4d;*/
  background: rgba(255,255,255,0.9);
  padding:20px 30px;
  text-transform: uppercase;
  display: inline-block;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.1);

}
.all_banner3 .heading b h6  {
 font-size: 24px;
  color: #000;
  padding-top: 0px;
  font-weight: 500;

}

.goc {
  padding:70px 0px 80px 0px;
}
.vm_section {
   background: linear-gradient(0deg, rgba(143, 175, 5,0.6) 0%, rgba(143, 175, 5,0.6) 100%), url("../images/banner/air_trade_vm.jpg") no-repeat center;
  width: 100%;
  background-size: cover;
}
.vm {
  background:rgba(255,255,255,0.9);
  padding:40px;
  margin:10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.1);
}

.contracts {
  background:#f5f5f5;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05), 0 6px 6px rgba(0,0,0,0.05);
  min-height: 350px;
  padding:50px 20px;
}

.client_box {
   margin:5px;
}
.client_box  img {
  border:1px solid #e6e6e6;
}
.client_box .client_txt {
  border:1px solid #e6e6e6;
  min-height: 195px;
  position: relative;
  text-align: center;
}
.client_txt h6 {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
    text-align: center;
}
.up_prod .up_txt {
   border:1px solid #e6e6e6;
  min-height: 175px;
  position: relative;
  text-align: center;
  margin:10px;
  background:#E9EFCD;
  border-radius: 10px;
  box-shadow: 0 7px 21px 0 rgba(0,0,0,.1);   
}
.up_prod h6 {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
   font-family: 'Rubik', sans-serif;
   color: #484848;
   font-size: 15px;
}
.our_project {
  background: #F4FAFD;
}

.sectors p b {
  color: #8faf05;
}
.list_item {
	list-style-type:none;
}
.list_item li {
	margin-top:6px;
}
.list_item li:before {
 font-family: 'FontAwesome';
 content: '\f105';
   margin:0 5px 0 -15px;
    color: #8faf05;
    font-size:22px;
 }

 .spec {
 	padding:40px 0px;
 }
.list_item2 li {
list-style-type:square;
}
.list_item2 li {
	margin-top:6px;
}
 .list_item2 li:before {

 content: ' ';
margin:0 5px 0 0px;
 }

 .why_serengeti {
 	padding:30px 0px 70px 0px;
 }


 .real_section {
 	padding:50px 0px 30px 0px;
 }

 .service_section {
 	padding:30px  0px 100px 0px;
 }


 .service_ice {
 	background:#f5f5f5;
 	padding: 50px 20px;
 	margin-bottom:30px;
 	min-height:250px;
 }

 .service_ice h5 {
  color: #8faf05;
 }

 .contact_box {
 	background:#8faf0533;
 	padding: 50px 20px;
 	margin-bottom:30px;
 	min-height:330px;
 }
.contact_box i {
  font-size: 22px;
}
.contact_box a:hover {
  color: #937700;
}
 .contact_us {
 	padding:20px 0px 80px  0px;
 }

 .emp h5 {
  background: #f5f5f5;
 padding:20px 20px 20px 0px;
  display: inline;
 }

  .emp h5  span {
    background:#ccc;
    padding:20px;
  }

  .clients {
    padding:50px 0px 20px 0px;
  }

.testimonial_img {
    width: 100px;
    height: 100px;
    padding-top: 20px;
    margin: 0px auto 0px auto;
    z-index: 999;
  }

.list_com {
   background: #fff;
  border:1px solid #e6e6e6;
  max-height: 200px;
  margin:4px;
}
  .nirmal_logo h6 span {
     color:#4671A2;
     font-size:36px;
     text-transform: uppercase;
     font-family: 'Rubik', sans-serif;
  }

.nirmal_logo h6 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  color:#787878;
}

.comfort_logo {
  background: #fff;
  border:1px solid #e6e6e6;
  min-height: 200px;
  position: relative;
  text-align: center;
}


.comfort_logo h6 span {
       color:#D1A10F;
     font-size:3.5em;
     text-transform: uppercase;
     font-family: 'Teko', sans-serif;
     letter-spacing: 7px;
}

.comfort_logo h6 {
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 600;
  color:#787878;
  border: 3px solid #1d989e;
   margin:0px 10px;
   padding:5px 0px;
    position: absolute;
  top: 35%;
  left: 0;
  right: 0;
}
.comfort_logo2 {
  position: absolute;
  top: 45%;
  left: 35%;
  right: 35%;
  min-width: 100px;
   background:rgba(255,255,255,0.9);
   box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
      padding:25px 0px 20px 0px;
}
.comfort_logo2  lead {
  color: #D1A10F;
    font-size: 3.8em;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    letter-spacing: 7px;
    line-height: 74px;    
}

.comfort_logo2 span  {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
  color:#787878;
   margin:0px 10px;


}



.nirmal_logo2 {
  position: absolute;
  top: 45%;
  left: 35%;
  right: 35%;
  min-width: 100px;
   background:rgba(255,255,255,0.9);
   box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
 .nirmal_logo2 lead {
     color:#4671A2;
     font-size:2.2em;
     text-transform: uppercase;
     font-family: 'Rubik', sans-serif;

  }

.nirmal_logo2 span {
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: 600;
  color:#787878;
   margin:0px 10px;
   padding:25px 0px 20px 0px;
  
}


.prod_title h4 {
  font-size: 32px;
  color: #8faf05;
}
.prod_desp {
  font-size: 15px;
}
.btn-amazon {
  background:#FF9900;
  padding:10px 20px;
  color: #fff;
  font-size: 14px;
  min-width: 300px;
  margin-bottom:5px;
}
.btn-amazon:hover {
  background:#ea8c00;
 color: #fff;
}
.btn-flipkart {
  background:#047BD5;
  padding:10px 20px;
  color: #fff;
   font-size: 14px;
     min-width: 300px;
     margin-bottom:5px;

}

.btn-flipkart:hover {
  background:#0170bf;
 color: #fff;
}


.btn-snapdeal  {
  background:#DC0045;
  padding:10px 20px;
  color: #fff;
   font-size: 14px;
  min-width: 300px;
  margin-bottom:5px;
}

.btn-snapdeal:hover  {
  background:#c4003a;
 color: #fff;
}


.btn-shopclues {
background:#16A1B2;
  padding:10px 20px;
  color: #fff;
   font-size: 14px;
     min-width: 300px;
     margin-bottom:5px;
 }
.btn-shopclues:hover  {
 background:#118693;
 color: #fff;
}

.btn-indiamart {
background:#da251e;
  padding:10px 20px;
  color: #fff;
   font-size: 14px;
     min-width: 300px;
     margin-bottom:5px;
 }
.btn-indiamart:hover  {
 background:#bb221d;
 color: #fff;
}
.logo_section {
  padding:60px 0px 20px 0px;
}


.counter {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .09);
    background-color: rgba(255, 255, 255, 9);
    backdrop-filter: blur(1px);
    border-radius: 10px;
    min-width: 230px;
    margin-bottom:5px;
    padding:10px 10px 10px 20px;
   /* position: absolute;
    left: 55%;
    top: 0;*/
    display: inline-block;
}

.counter2 {
    min-height: 170px;
    position: relative;
    width: 100%
}

.counter h3,
.counter2 h3 {
    color: #8faf05;
    font-size: 18px;
    font-weight: 800;
 
}

.counter .timer,
.counter2 .timer {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
     text-shadow: 2px 2px 1px #ECEDEE;
}
/*
.counter .counter_title,
.counter2 .counter_title {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%)
}
*/
.counter .counter_title i,
.counter2 .counter_title i {
    color: #000;
    font-size: 42px
}


.contact_us a {
  color: #000;
}

.form-control {
  border-radius: 0px;
}

.about_img {
   margin-left: -200px;
} 



.contact_page {
  padding:70px 0px;
}

 .com_link:hover img {
  opacity: 0.5;
 }