
/* ===================================== Import Variables ================================== */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none; }
img {
  max-width: 100%; }
a {
  text-decoration: none;
  outline: none;
  color: #444; }
a:hover {
  color: #444; }
ul {
  margin-bottom: 0;
  padding-left: 0; }
a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; }
.center {
  text-align: center; }
.left {
  text-align: left; }
.right {
  text-align: right; }
.cp {
  cursor: pointer; }
html, body {
  height: 100%; }
p {
  margin-bottom: 0px;
  width: 100%; }
.no-padding {
  padding: 0px; }
.no-margin {
  margin: 0px; }
.hid {
  display: none; }
.top-mar {
  margin-top: 15px; }
.h-100 {
  height: 100%; }
::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important; }
.container-fluid {
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  color: #545454; }
body {
  background-color: #f1f1f145 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #6A6A6A;
  overflow-x: hidden; }
.session-title {
  padding-top: 20px;
  margin: 0px;
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .session-title {
      padding: 5px; } }
  .session-title h2 {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0px; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
    font-size: .9rem;
    margin-top: 6px; }
  .session-title span {
    float: right;
    font-style: italic; }
.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px; }
  .inner-title h2 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #863dd9;
    padding-bottom: 10px;
    margin-bottom: 0px;
    width: 300px; }
  .inner-title p {
    width: 100%;
    text-align: center; }
  .inner-title .btn {
    float: right;
    margin-top: -38px;
    font-weight: 600;
    font-size: .8rem; }
.page-nav {
  background-size: 100%;
  padding: 90px;
  text-align: center;
  background-color: #eaeaea;

}
.page-nav.no-margin.row {
  background: linear-gradient(rgb(48 203 103 / 62%), rgb(3 131 253 / 29%)), url(/assets/images/importexport/breadcrumbs_bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  margin: 0;
}
.fa-home:before {
  content: "\f015";
  /* color: #51be78; */
}
/* a.nav-link .fas {
  color: #3cc88f;
} */
.fa-info:before {
  content: "\f129";
  /* color: #51be78; */
}
.fa-cog:before {
  content: "\f013";
  /* color: #51be78; */
}
.fa-image:before {
  content: "\f03e";
  /* color: #51be78; */
}
.fa-comment-alt:before {
  content: "\f27a";
  /* color: #51be78; */
}
.fa-file:before {
  content: "\f15b";
  /* color: #51be78; */
}
i.fa.fa-globe {
  color: #58b874;
}
.fa-angle-double-right:before {
  content: "\f101";
  color: white;
}
i.head-icons {
  color: #1b81fdb5;
}
  .page-nav ul {
    float: none;
    margin: auto; }
  @media screen and (max-width: 992px) {
    .page-nav {
      background-size: auto; } }
  @media screen and (max-width: 767px) {
    .page-nav {
      padding-top: 200px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 356px) {
    .page-nav {
      padding-top: 200px;
      padding-bottom: 40px; } }
      .page-nav h2 {
        font-size: 28px;
        width: 100%;
        font-weight: 700;
        color: black;
        font-family: serif;
    }
    @media screen and (max-width: 600px) {
      .page-nav h2 {
        font-size: 26px; } }
  .page-nav ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
    font-size: .93rem;
    font-weight: 800;
    color:black;
   }
    .page-nav ul li i {
      width: 30px;
      text-align: center;
      color:white; }
  .page-nav ul li a {
    color: black;
    font-weight: 400;
    font-size: .93rem;
    font-weight: 800;
}
.btn-success {
  background-color: #51be78;
  border-color: #51be78; }
  .btn-success:hover {
    background-color: #51be78 !important;
    border-color: #51be78 !important; }
  .btn-success:active {
    background-color: #51be78 !important;
    border-color: #51be78 !important; }
  .btn-success:focus {
    background-color: #51be78 !important;
    border-color: #51be78 !important;
    box-shadow: none !important; }
.btn-primary {
  background-color: #3cc88f;
  border-color: #3cc88f; }
  .btn-primary:hover {
    background-color: #3cc88f !important;
    border-color: #3cc88f !important; }
  .btn-primary:active {
    background-color: #3cc88f !important;
    border-color: #3cc88f !important; }
  .btn-primary:focus {
    background-color: #3cc88f !important;
    border-color: #3cc88f !important;
    box-shadow: none !important; }
    .btn {
      box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
      border-radius: 25px;
      padding: 10px 25px;
      font-weight: 600;
  }
.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #CCC; }
.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }
.collapse.show {
  display: block !important; }
.form-control:focus {
  box-shadow: none;
  border: 1px solid #CCC; }
.form-control {
  background-color: #ffffff;
  margin-bottom: 20px; }
  .form-control:focus {
    background-color: #FFF;
    border-color: #CCC;
    border-top: 0px;
    border-left: 0px;
    border-right: 0pc;
}
.container {
  max-width: 1170px; }
  @media screen and (max-width: 575px) {
    .container {
      padding: 10px 15px; } }
/* =================== Header Style Starts Here =================== */
header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFF;
  width: 100%;
  z-index: 99; }
  header .logo {
    padding-top: 6px; }
  header .header-top {
    background-color: #fff;
    border-bottom: 1px solid #d3d7cea6;
     }
    header .header-top .col-det .ulleft li {
      float: left;
      padding: 12px;
      color: #686968;
      font-size: .9rem; }
      header .header-top .col-det .ulleft li i {
        margin-right: 5px;
        color: #bfbfbf; }
      header .header-top .col-det .ulleft li span {
        margin-left: 15px; }
    header .header-top .col-det .ulright {
      float: right; }
      header .header-top .col-det .ulright li {
        float: left;
        padding: 10px;
        color: #d3d7ce;
        font-size: 1rem;
        font-weight: 600; }
        header .header-top .col-det .ulright li i {
          margin-right: 5px;
          color: #8c8a8a; }
        header .header-top .col-det .ulright li small {
          color: #8c8a8a;
          font-weight: 600; }
        header .header-top .col-det .ulright li span {
          margin-left: 15px; }
    header .header-top .btn-bhed {
      padding-top: 7px;
      text-align: right; }
      header .header-top .btn-bhed .btn {
        padding: 5px 23px;
        border-radius: 50px;
        margin-left: 5px; }
  header .header-bottom {
    padding: 6px;
    background-color: #fff; }
    @media screen and (max-width: 991px) {
      header .header-bottom {
        padding: 0px; } }
    @media screen and (max-width: 991px) {
      header .header-bottom img {
        padding: 5px;
        margin-top: 0px;
        max-width: 230px; } }
  header .nav-col .navbad {
    display: block;
    float: right; }
    @media screen and (max-width: 991px) {
      header .nav-col .navbad {
        width: 100%; } }
    header .nav-col .navbad li {
      padding: 15px 15px;
      font-weight: 700;
      font-size: .9rem;
      float: left; }
      @media screen and (max-width: 1005px) {
        header .nav-col .navbad li {
          padding: 15px 12px; } }
      @media screen and (max-width: 991px) {
        header .nav-col .navbad li {
          float: none;
          width: 100%;
          padding: 10px; } }
      header .nav-col .navbad li a {
        color: #51be78 !important;
        border: 1px solid #CCC;
        border-radius: 50px; }
        /* header .nav-col .navbad li a:hover {
          background-color: #3cc88f;
          color: #fff !important; } */
          header .nav-col .navbad li a:hover {
            color: #fff !important;
            background: -webkit-linear-gradient(331deg,#3b9dfda6, #51be78);
        }
    header .nav-col .navbad .nav-btn {
      float: right; }
  header .small-menu {
    float: right;
    color: #686968;
    font-size: 1.8rem;
    position: absolute;
    right: 13px;
    top: 19px; }
@media screen and (max-width: 767px) {
  .navbar {
    padding: 0px; } }
.navbar-toggler {
  position: absolute;
  right: 0px;
  top: -40px; }
  @media screen and (max-width: 767px) {
    .navbar-toggler {
      top: -50px; } }
.scroll-to-fixed-fixed {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
.scroll-to-fixed-fixed {
  padding: 5px !important; }
  .main-heading-hr {
    color: white;
    border: 2px solid white;
    width: 20%;
}
.sliderss-text {
  font-size: 18px;
  color: white;
}
/* =================== Slider Style Starts Here =================== */
.slider {
  position: relative; }
.slider-captions {
  position: absolute;
  bottom: 132px;
  text-align: center; }
@media screen and (max-width: 1050px) {
  .slider-captions {
    bottom: 100px !important; }
  /* width: 90%;
  text-align: center;
  float: none;
  margin: auto; */
  .slider-captions .slider-title {
    font-size: 42px; } }
@media screen and (max-width: 810px) {
  .slider-captions {
    bottom: 50px !important; }
  .slider-captions .slider-title {
    font-size: 32px; } }
@media screen and (max-width: 572px) {
  .slider-captions {
    display: none; } }
.slider-title {
  font-size: 66px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -3px; }
.slider-text {
  /* margin-bottom: 94px; */
  color: #fff; }
.slider-img {
  background: -moz-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);
  position: relative; }
.slider-img img {
  position: relative;
  z-index: -1; }
.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 6px 12px;
  font-size: 22px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  background: transparent;
  filter: Alpha(Opacity=50);
  line-height: 1;
  border: 2px solid #fff; }
.owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
  background-color: #fff; }
.slider .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 25px; }
.slider .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 25px; }
.slider .owl-dots .owl-dot {
  position: relative;
  text-align: center;
  bottom: 40px;
  max-width: 1140px;
  margin: 0 auto; }
.slider .owl-dots .owl-dot span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px 0px 10px 10px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #fff;
  float: left; }
.slider .owl-dots .owl-dot.active span {
  background-color: #fff; }
.slider .owl-dots .owl-dot.active span,
.slider .owl-controls.clickable .owl-page:hover span {
  background-color: #fff;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }
.slider .col-lg-offset-2 {
  float: none;
  margin: auto; }
  /* -----------------slider---------------------------- */
.sliders-title {
  font-size: 66px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -3px;
}
.sliders-text {
  margin-bottom: 100px;
  color: #fff;
}
.folouws {
    position: absolute;
    right: 60px;
}
/* -------------------------------------------- */
/* ===================================== About CSS ================================== */
.about-uss {
  text-align: center;
}
.how{
  text-align: center;
}
.there{
  text-align: center;
}
.about-us {
  background-color: #edf1f5;
  padding: 30px; }
  @media screen and (max-width: 940px) {
    .about-us {
      padding: 30px 10px; } }
  .about-us .natur-row {
    margin-top: 20px; }
  .about-us .text-part h2 {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 20px; }
    .about-us .text-part p {
      text-indent: 0px;
      margin-bottom: 20px;
      line-height: 30px;
      font-weight: 500;
      text-align: justify;
      font-size: 17px;
  } 
  .about-us .image-part .about-quick-box .about-qcard {
    /* padding: 50px 30px; */
    padding: 30px 10px;
    background-color: #FFF;
    box-shadow: 0 10px 5px 0 rgb(93 93 133 / 35%), 0 0px 3px 0 rgb(206 206 238 / 35%);
    border-radius: 15px;
    text-align: center;
    margin-bottom: 30px;
}
    .about-us .image-part .about-quick-box .about-qcard p {
      font-weight: 500;
      font-size: 1.2rem; }
    .about-us .image-part .about-quick-box .about-qcard i {
      font-size: 3rem;
      margin-bottom: 30px;
      color: #3cc88f; }
    .about-us .image-part .about-quick-box .about-qcard .red {
      color: #ff6b70; }
    .about-us .image-part .about-quick-box .about-qcard .yell {
      color: #f7a900; }
    .about-us .image-part .about-quick-box .about-qcard .blu {
      color: #21d7d9; }
      .about-icons {
        width: 30%;
        margin-bottom: 12px;
      }
      .about-sec-icons {
        color: #51be78;
        font-size: 50px;
    }
    .about-us-text-sec {
      text-indent: 0px;
      line-height: 30px;
      font-weight: 500;
      text-align: justify;
      font-size: 17px;
  }
  .we-expert-image {
    border-radius: 14px;
    object-fit: cover;
    height: 420px;
    margin-top: 57px;
    box-shadow: 3px 0px 8px 2px #8f8f8f;
    border-left: 5px solid #00000026;
    border-top: 5px solid #00000026;
}
  .modern-sec-image {
    border-radius: 14px;
    object-fit: cover;
    /* height: 480px; */
    width: 100%;
    box-shadow: 3px 0px 8px 2px #8f8f8f;
    border-left: 5px solid #00000026;
    border-top: 5px solid #00000026;
}
.why-choose-part {
  background: #edf1f5;
  padding-top: 1px;
}
/* ===================================== Our Blog CSS ================================== */
.our-blog {
  background-color: #FDFDFD;
  padding: 0px 0px;
 }
@media screen and (max-width: 967px) {
  .our-blog {
    padding: 30px 0px; } }
.our-blog .single-blog {
  /* margin-bottom: 20px; */
  background-color: #FFF;
  /* box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);  */
}
.our-blog .single-blog figure {
  margin-bottom: 5px; }
.our-blog .single-blog .blog-detail {
  padding: 15px; }
.our-blog .single-blog small {
  color: #71b61b;
  font-size: 12px; }
.our-blog .single-blog h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  margin-top: 10px; }
.our-blog .single-blog p {
  text-align: justify;
  text-indent: 20px; }
.our-blog .single-blog .link a {
  font-size: 12px;
  color: #71b61b; }
.our-blog .single-blog .link i {
  padding-top: 6px;
  margin-left: 5px;
  color: #FFFFFF; }
  /* ------------------------------------------------------------------- */
  #scholar {
    width: 130px;
    height: 120px;
    display: flex;
    justify-content: space-between;
    position: relative;
    left: 140px;
}
#info {
  padding: 0px 37px;
  margin-top: 70px;
}
section {
  padding: 40px 160px;
  box-shadow: coral;
  transform-box: view-box;
  font-size: 22px;
  box-shadow: 0 4px 11px 0 rgb(0 0 0 / 20%), 0 20px 50px 0 rgb(0 0 0 / 19%);
}
#worm {
  padding: 40px 160px;
  transform-box: view-box;
  font-size: 22px;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%), 0 70px 11px 0 rgb(0 0 0 / 19%);
  margin: 37px;
}
.sing {
  display: flex;
  justify-content: space-between;
  position: relative;
  left: 461px;
}
#userss {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 200px;
  right: 140px;
}
/* --------------contact------------- */
.no-margin {
  /* margin-left: 40px; */
  margin-right: 40px;
}
/* ===================================== Footer CSS ================================== */
.fa-phone:before {
  content: "\f095";
  color: #5cbf79;
  }
  .fa-envelope:before {
    content: "\f0e0";
    color: #5cbf79;
}
.footer {
  padding: 50px;
  padding-bottom: 50px;
  background-color: #1e2436;
  color: #FFF; }
@media screen and (max-width: 940px) {
  .footer {
    padding: 30px 10px; } }
.footer h2 {
  font-size: 26px;
  margin-top: 10px;
  color: #FFF;
  font-size: 1.2rem;
  margin-bottom: 15px; }
.footer p {
    text-align: justify;
    text-indent: 0;
    font-size: .9rem;
}
.footer .link-list li {
  padding: 10px;
  border-bottom: 1px solid #6C6C6C;
  font-size: .9rem; }
.footer .link-list li a {
  color: #FFF; }
.footer .link-list li i {
  float: right; }
  .nav-box ul li a:hover {
    color: #5cbf79;
}
.footer .map-img {
  font-weight: 600;
  font-size: 17px;
  padding-left: 20px; }
  .footer address {
    font-weight: 300;
    cursor: pointer;
}
.footer .link-list li:hover {
  background: #5cbf79;}
.footer address a {
  color: #FFF;
  font-size: 1rem;
  font-family: "mouse-300", Arial, Helvetica, sans-serif; }
.copy {
  padding: 20px;
  background: #1a202f;
  color: #FFF; }
.copy a {
  color: #FFF; }
.copy span {
  float: right; }
.copy span i {
  margin-right: 20px; }
.kf-2 {
  background-color: #FCFCFC;
  padding: 50px; }
@media screen and (max-width: 940px) {
  .kf-2 {
    padding: 30px 10px; } }
.kf-2 .single-key {
  box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35); }
  .nav-box {
    margin-top: 50px;
    border-radius: 50px;
    border: 1px solid #ccc; }
    .nav-box ul li {
      float: left;
      padding: 15px;
   
   }
      .nav-box ul li a {
        color: #FFFF; }
    .nav-box .btn {
      margin-top: 7px;
      float: right;
      border-radius: 50px; }
  
/* ---------------------Import & Export-------------------------------------------------- */
/* -------------------------header---------------------------------- */
.folouws {
  position: absolute;
  right: 60px;
}
.import-logo {
  width: 22%;
}
.import-logo-1 {
  position: absolute;
  top: 10px;
  left: 100px;
}
.logo-heading {
  font-size: 28px;
  color: #51be78;
  font-family: roboto;
  font-weight: 600;
}
.logo-sub-heading {
  position: relative;
  bottom: 11px;
  font-size: 15px;
  left: 40px;
  color: #0381fd;
}
/* ----------------feature----------------------------------- */
.feature-sec {
  background: #283a4b;
}
.featurehr {
  border: 1px solid #ffffff;
  width: 15%;
  margin: 0 auto;
}
.feature-heading{
  padding-top: 45px;
}
.featureheding {
  color: white;
  text-align: center;
  font-size: 1.8rem;
}
.fa-truck:before {
  content: "\f0d1";
  border: 7px solid white;
  padding: 20px 20px 20px 20px;
  border-radius: 50%;
}
.fa-umbrella:before {
  content: "\f0e9";
  border: 7px solid white;
  padding: 20px 20px 20px 20px;
  border-radius: 50%;
}
.fa-headphones:before {
  content: "\f025";
  border: 7px solid white;
  padding: 20px 20px 20px 20px;
  border-radius: 50%;
}
.fa-clock-four:before, .fa-clock:before {
  content: "\f017";
  border: 7px solid white;
  padding: 20px 20px 20px 20px;
  border-radius: 50%;
}
/* -------------Testimonial---------------------------- */
p.counter-desc {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
span.counter {
  display: inline-block;
  font-size: 60px;
  color: #ffffff;
  /* font-weight: 900; */
  margin: 15px 0px;
  /* letter-spacing: 4px; */
}
/* ------------contact us----------------------------- */
.contactheding {
  font-size: 1.8rem;
  font-weight: 700;
}
.Contact-form-controls {
  border-top: 1px;
  border-left: 1px;
  border-right: 1px;
  background: #f7f7f7;
}
.contact-sec {
  background: #f7f7f7;
  padding-top: 1px;
}
/* ---------------contact------------------------------ */
/* .contact-area{
    box-shadow: 0 0 20px 2px #0000001f;
    border-radius: 12px;
} */
.contact-area {
  background: white;
  border-bottom: 1px solid #efefef;
}
.contact-background{
  background-color: #c9d9d7;
}
.contact-background {
  background-color: #1b3c38;
  /* border-radius: 12px; */
}
.contact-text-info {
  color: #51be78;
  margin-left: 50px; 
}
.contact-text-info-1 {
  color: #ffffff;
  margin-left: 58px;
  margin-bottom: 8px;
}
.contact-headings {
  font-size: 16px;
  background: -webkit-linear-gradient(332deg,#5cbf79, #5cbf79);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-heading{
  background: -webkit-linear-gradient(332deg,#3b9dfd, #51be78);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-social-link a i.fa-brands {
  padding: 5px 10px 5px;
  color: white;
  border-radius: 33%;
  border: 1px solid white;
}
ul.contact-social {
  list-style: none;
}
.contact-social-media {
  padding-top: 13%;
  padding-bottom: 25px;
}
.Contact-info-fill {
  color: black;
  font-weight: 500;
}
.Contact-form-control {
  border-top: 1px;
  border-left: 1px;
  border-right: 1px;
}
.contact-form-submit {
  color: black;
  font-weight: 500;
}
.contact-form-submit:hover {
  list-style: none;
  text-decoration: none;
}
li.contact-social-link {
  position: relative;
  left: 25px;
}
.btn.contact-submit-btn {
  font-weight: bold;
  color: white;
  background: -webkit-linear-gradient(332deg,#81d09e, #0381fd7a);
  border: none;
}
.contacticons.fa-brands.fa-google:hover {
  color: red;
}
i.contacticons.fa-brands.fa-facebook-f:hover {
  color: blue;
}
i.contacticons.fa-brands.fa-twitter:hover {
  color: skyblue;
}
i.fa-brands.fa-youtube:hover {
  color: red;
}
i.fa-brands.fa-linkedin:hover {
  color: blue;
}
/* =========================services========================================== */

/* li.nav-items {
  border: 1px solid #ebebeb;
  padding: 17px;
  font-size: 20px;
  font-weight: 500;
  padding-left: 25px;
} */
li.nav-items {
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
  padding-left: 25px;
  box-shadow: 0px 0px 10px 0px #8f8f8f;
  border-left: 5px solid #00000026;
  border-top: 5px solid #00000026;
}
a.nav-links:hover {
  color: white;
}
.nav-tabs li.nav-items:hover {
  background-color: #56c07c;
  color: white;
}
.service-tab-images {
  object-fit: cover;
  height: 391px;
  width: 100%;
}
/* ===========================Autoplay slient slider================================== */
.section-padding{
  padding:50px 0;
}
.owl-dots{
  text-align: center;
}
/* ==========click to up ============================= */
#click-to-up {
  display: inline-block;
  background-color: #54bf7b;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 25px;
  position: fixed;
  bottom: 8px;
  right: 10px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#click-to-up::after {
  content: "\21E7";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#click-to-up:hover {
  cursor: pointer;
  background-color: #789fc5;
}
#click-to-up:active {
  background-color: #0381fd;
}
#click-to-up.show {
  opacity: 1;
  visibility: visible;
}
/* =============Products======================= */
#meun-items{
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #dfdfdf;
  padding: 4px 4px;
}
#meun-items:hover {
  /* background: #51be78; */
  color: #6a6a6a;
}
#meun-items:focus {
  outline: none;
}
.dropdown-check-list {
  display: inline-block;
}
.dropdown-check-list .anchor {
  color: black;
  position: relative;
  cursor: pointer;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 4px 4px;
}
.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 2.3px;
  right: 5px;
  top: 34%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}
.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}
.dropdown-check-list ul.items li {
  list-style: none;
}
.dropdown-check-list.visible .anchor {
  color: #0094ff;
}
.dropdown-check-list.visible .items {
  display: block;
}
.checked {
  color: orange;
  font-size: 12px;
}
.unchecked{
  font-size: 12px;
}
.haif-unchecked {
  font-size: 12px;
  color: orange;
}
.media-img{
  width: 100%;
}
/* -------------------product details----------------------- */
.p-price {
  font-size: 30px;
}
.scroll-div {
  height: 540px;
  overflow-y: scroll;
  padding-right: 20px;
}
.scroll-div::-webkit-scrollbar {
    display: none;
}
.scroll-div {
  -ms-overflow-style: none;  
  scrollbar-width: none; 
}
.tag-icon {
  color: #51be78;
}
p.launch-year {
  border: 1px dotted;
  padding: 4px 11px 4px;
  margin: 0px 8px;
}
/* ------------ */
.content {
  width: 100%;
  margin: 0 auto;
}
#show-more, #show-less {
  color: #0582fd;
  padding-top: 12px;
  padding-bottom: 25px;
  display: flex;
  justify-content: end;
  padding-right: 15px;
  width: 100%;
}
#show-more a, #show-less a {
  cursor: pointer;
  text-decoration: none;
  color: #2893fd;
  font-weight: 600;
  padding-left: 10px;
}
/* ---------------- */
.content-1 {
  width: 100%;
  margin: 0 auto;
}
#view-more, #view-less { 
  color: #0582fd;
}
#view-more a, #view-less a{
  cursor: pointer;
  text-decoration:none;
  color: #0582fd;
}
.dot-icon {
  color: #51be78;
  font-size: 8px;
}

.contain-heading {
  width: 25%;
}
.p-d-sub-heading {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 24px 1px 20px;
}
.p-select {
  border: 1px solid #816a81;
  color: #816a6a;
  width: 90%;
}
.p-select:focus {
  outline: none;
}
.p-d-item{
  display: flex;
}
.p-d-th:nth-child(odd) {
  border: 1px solid #f7f7f7;
  background: #e7e7e7;
}
.p-d-td:nth-child(odd) {
  border: 1px solid #f7f7f7;
  background: #e7e7e7;
}

.p-d-th:nth-child(even) {
  border: 1px solid #e5dfdf;
  border-right: 1px solid white;
  background: white;
  
}
.p-d-td:nth-child(even) {
  border: 1px solid #e5dfdf;
  border-right: 1px solid white;
  background: white;
}



.p-d-tr:nth-child(even) {
  background-color: #ffffff;
}

.p-d-th, .p-d-td {
  text-align: left;
  padding: 2px 8px;
}
/* --------- */
.wm-p-d-th:nth-child(odd) {
  border: 1px solid #f7f7f7;
  background: #e7e7e7;
  width: 30%;
  padding: 40px 4px;
}
.wm-p-d-td:nth-child(odd) {
  border: 1px solid #f7f7f7;
  background: #e7e7e7;
  padding: 25px 4px;
}

.wm-p-d-th:nth-child(even) {
  border: 1px solid #e5dfdf;
  border-right: 1px solid white;
  background: white;
  padding: 25px 4px;
  
}
.wm-p-d-td:nth-child(even) {
  border: 1px solid #e5dfdf;
  border-right: 1px solid white;
  background: white;
  padding: 25px 4px;
}



.wm-p-d-tr:nth-child(even) {
  background-color: #ffffff;
}

.wm-p-d-th, .p-d-td {
  text-align: left;
  padding: 2px 8px;
}


/* -----------------------------gallery-------------------------- */
.our-partner{
  height: 96px;
}
.card-img {
  height: 140px;
  width: 139px;
  margin: 5px 10px;
  float: left;
}
.custom-card {
  clear: both;
  border-radius: 5px;
  box-shadow: 1px 0px 20px 2px lightgrey;
}
.clear:after {
  content: ' ';
  display: block;
  clear: both;
}
.btn-primaryy {
  padding: 10px 26px 10px;
  display: flex;
  justify-content: center;
  width: 100%;
  background: #143047;
    color: white;
}
/* -----------------------gallery--------------------------- */
.btn.btn-gallery {
  border-radius: 25px;
  background: #54bf7b;
  margin: 0px 10px;
  color: white;
  width: 200px;
}
/* ----------------compare----------------------------------------- */
#compare-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
th, td {
  text-align: left;
  padding: 2px 5px;
}
.sec-1{
  width: 15%;
  
}
.compare-image {
  width: 50%;
}
tr:nth-child(odd){
  border: 1px solid;
}
th:nth-child(odd){
  border: 1px solid;
}
td:nth-child(odd){
  border: 1px solid;
}
tr:nth-child(even){
  border: 1px solid;
}

tr:nth-child(even){background-color: #f2f2f2}
/* --------------new latest product home page------------------------- */
.items{
  width: 95%;
}
/* ------wm detail-------------------- */

img.wm-photo {
  height: 525px;
}
.wm-heading  {
  color: #51be78;
}
.scroll-wm {
  height: 710px;
  overflow-y: scroll;
  padding-right: 20px;
}
.scroll-wm::-webkit-scrollbar {
    display: none;
}
.scroll-wm {
  -ms-overflow-style: none;  
  scrollbar-width: none; 
}
/* -----------product detail image zoom---------------------------- */
.slideshow-items {
  width: 500px;
}
.slideshow-thumbnails {
  width: 100px;
}
#slideshow-items-container { display: inline-block; position: relative; }

#lens { background-color: rgba( 233, 233, 233, 0.4 ) }
#lens, #result { position: absolute; display: none; z-index: 1; }
.slideshow-items { display: none; }
.slideshow-items.active { display: block; }
.slideshow-thumbnails { opacity: 0.5; }
.slideshow-thumbnails.active { opacity: 1; }
#lens, .slideshow-items, .slideshow-thumbnails, #result { border: solid var(--light-grey-2) 1px; }
/* ------------------------------------------- */

.table-scroll {
	position:relative;
  max-width: 98%;
	margin:auto;
	overflow:hidden;
	border:1px solid #000;
}
.table-wrap {
	width:100%;
	overflow:auto;
}
.table-scroll table {
	width:100%;
	margin:auto;
	border-collapse:separate;
	border-spacing:0;
}
.table-scroll th, .table-scroll td {
	padding:5px 10px;
	border:1px solid #000;
	background:#fff;
	white-space:nowrap;
	vertical-align:top;
}
.table-scroll thead, .table-scroll tfoot {
	background:#f9f9f9;
}
.clone {
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}
.clone th, .clone td {
	visibility:hidden
}
.clone td, .clone th {
	border-color:transparent
}
.clone tbody th {
	visibility:visible;
	color:#54bf7b;
}
.clone .fixed-side {
	border:1px solid #000;
	background:#eee;
	visibility:visible;
}
.clone thead, .clone tfoot{background:transparent;}
