body {
  margin: 0;
  font-family: "Mulish";
}
html {
  scroll-behavior: smooth;
}

/* header start*/
header {
  display: none;
}
.main_wrapper_bg {
  padding: 0px 40px;
}
.navbar-nav li a {
  color: #111 !important;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.5s;
  padding: 30px 20px !important;
  position: relative;
}
.navbar-nav li.active a,
.navbar-nav li:hover a {
  color: #808187 !important;
}
.navbar-nav li.client-logo a {
  padding: 0px;
}
navbar-nav li {
  margin: 0 5px;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.navbar-nav li a::after {
  width: 0;
  height: 6px;
  background: #808187;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  transition: all 0.5s;
}
.navbar-nav li a:hover::after,
.navbar-nav li.active a::after {
  width: 100%;
}
.navbar-nav li:last-child a::after {
  display: none;
}
.navbar-nav li.client-logo a::after {
  display: none;
}
.navbar-nav li.login-btn a {
  background: #808187;
  border-radius: 50px;
  color: #fff !important;
  padding: 8px 30px !important;
  margin: 22px 10px;
  display: inline-block;
  vertical-align: top;
}
.navbar-nav li.login-btn a:hover {
  background: #111;
}
.navbar {
  padding: 0;
}
/* header End*/
/* slider start*/
.slider {
  text-align: center;
  background-image: url(../images/slider.jpg);
  background-repeat: no-repeat;
  padding: 149px 0;
  background-position: center;
  background-size: cover;
}
.slider-conent {
  text-align: center;
  color: #fff;
}
.slider-img-contant {
  position: relative;
}
.slider-conent h1 {
  font: 500 250px/230px "Playfair Display", Helvetica, sans-serif;
  margin: 0;
}
.slider-conent h4 {
  font: 500 55px/60px "Playfair Display", Helvetica, sans-serif;
  text-transform: uppercase;
}
.slider-conent h6 {
  font: 500 32px/40px "Playfair Display", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.slider-conent h6 span {
  font-size: 42px;
}
.slider-conent a {
  font: 400 19px/21px "Mulish", Helvetica, sans-serif;
  text-transform: uppercase;
  background: #dbdce2;
  padding: 8px 30px;
  display: inline-block;
  border-radius: 50px;
  color: #111;
  text-decoration: none !important;
  transition: all 0.5s;
}
.slider-conent a:hover {
  background: #808187;
  color: #fff;
}
/* slider End*/
/* breadcrumb start*/
.breadcrumb-custom {
  background-image: url(../images/breadcrumb.jpg);
  text-align: center;
  background-size: auto;
  padding: 69px 0;
  margin: 0;
}
.breadcrumb-custom h4 {
  font: 400 45px/40px "Playfair Display", Helvetica, sans-serif;
}
.row-margin {
  margin: 75px 0 0 0;
}
/* breadcrumb End*/
/* our-story Start*/
.our-story {
  text-align: center;
  margin: 0 0 50px 0;
}
.our-story .main-head h4::after {
  margin: auto;
  left: 0;
  right: 0;
}
.story-head {
  margin: 0 0 50px 0;
}
.cart-story .cart-story-body p {
  margin: 0 0 15px 0;
}
.cart-story .cart-story-body {
  border: 1px solid #b7b7b7;
  padding: 13px 5px 0;
  height: 230px;
}
.cart-story-img {
  position: relative;
  overflow: hidden;
}
.cart-story-img .img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.cart-story-img img {
  transition: all 0.5s;
}
.cart-story-img:hover img {
  transform: scale(1.1);
}
.cart-story {
  margin: 0 0 43px 0;
}
.cart-story .cart-story-body p,
.cart-story .cart-story-body p a {
  font: 400 17px/30px "Mulish", Helvetica, sans-serif;
  color: #111;
  text-decoration: none;
}
.cart-story .cart-story-body p a:hover {
  color: #333;
}
/* our-story End*/
/* search-diamonds start*/
.banner-flex {
  display: flex;
  align-items: center;
}
.banner-flex .banner-col-img {
  padding: 10px;
}
.banner-col-img .banner-img {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.banner-after::before {
  content: "";
  background-image: url(../images/dots.png);
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -14px;
  left: -14px;
}
.banner-after::after {
  content: "";
  background-image: url(../images/dots.png);
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: -146px;
  right: 10px;
}
.banner-after {
  position: relative;
}
.banner-col-img .banner-img img {
  transition: all 0.5s;
}
.banner-col-img:hover .banner-img img {
  transform: scale(1.1);
}
#search-diamonds {
  padding: 110px 0;
}
.main-head h4 {
  font: 600 50px/55px "Playfair Display", Helvetica, sans-serif;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  position: relative;
  text-transform: uppercase;
}
.main-head h4::after {
  width: 68px;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  background: #808187;
}
.aboutus-content p {
  font: 400 18px/26px "Mulish", Helvetica, sans-serif;
  color: #000;
  margin: 0 0 25px 0;
}
.main-btn a {
  font: 400 19px/21px "Mulish", Helvetica, sans-serif;
  text-transform: uppercase;
  background: #808187;
  padding: 8px 30px;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.5s;
}
.main-btn a:hover {
  background: #111;
  color: #fff;
}
/* search-diamonds End*/
/* education Start*/
#education {
  background: #dbdce2;
  padding: 70px 0;
}
.education-head {
  padding: 0 10px;
}
.education-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.education-flex .main-btn {
  margin: -60px 0 0 0;
}
.education-img .banner-col-img {
  border: 7px solid #fff;
}
.education-head h4 {
  font: 400 26px/28px "Mulish", Helvetica, sans-serif;
  margin: 24px 0 15px 0;
}
.education-head a {
  font: 400 16px/18px "Mulish", Helvetica, sans-serif;
  color: #111;
  text-decoration: none;
}
.education-margin {
  margin: 0 0 -270px 0;
}
/* education End*/

/* gallery Start*/
.gallery {
  display: flex;
  align-items: center;
}
.gallery-col-img {
  padding: 1px;
  cursor: pointer;
  position: relative;
}
.gallery .gallery-col-img:first-child {
  padding-left: 0;
}
.gallery .gallery-col-img:last-child {
  padding-right: 0;
}
.gallery .banner-img::after {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
}
.gallery .gallery-col-img:hover .banner-img::after {
  opacity: 1;
}
.absolute-btn {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
}
.absolute-btn a {
  font: 400 18px/20px "Mulish", Helvetica, sans-serif;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 30px;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.5s;
}
.gallery-col-img:hover .absolute-btn {
  opacity: 1;
}
.absolute-btn a:hover {
  background: #fff;
  color: #111;
}
#gallery {
  padding: 260px 0 0 0;
}
/* gallery End*/

/* paralax End*/
.paralax {
  background-image: url(../images/paralax.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 88px 0 0 0;
}
.search-text {
  font: 400 18px/31px "Mulish", Helvetica, sans-serif;
  color: #fff;
  margin: 10px 0 0 0;
}
.Search-col-section {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 100px 50px;
  text-align: center;
  margin: 0 20px;
}
.Search-icon i {
  font-size: 35px;
  color: #fff;
}
.social-img i {
  font-size: 35px;
  color: #fff;
}
.social-img i:hover {
  font-size: 35px;
  color: #ddd;
}
.social-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px;
}
.social-flex a,
.social-link a {
  text-decoration: none;
}
.social-flex a img,
.social-link a img {
  transition: all 0.5s;
}
.social-flex a:hover img,
.social-link a:hover img {
  transform: translatey(-5px);
}
.social-card {
  text-align: center;
}
.social-card .social-span {
  font: 400 18px/31px "Mulish", Helvetica, sans-serif;
  color: #fff;
  margin: 10px 0 0 0;
  text-transform: uppercase;
}
/* paralax End*/
/* footer start*/
.footer-ul ul {
  margin: 0;
  padding: 0;
}
.footer-ul ul li {
  list-style: none;
}
.footer-head h6 {
  margin: 0 0 20px 0;
  font: 400 15px/31px "Mulish", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.white-logo {
  margin: 0 0 30px 0;
}
.footer-follow-text h5 {
  font: 400 19px/28px "Mulish", Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 20px 0;
}
.footer-ul ul li a {
  font: 400 15px/35px "Mulish", Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}
.footer-ul ul li p {
  font: 400 15px/30px "Mulish", Helvetica, sans-serif;
  color: #fff;
}
.footer-social-icon a img {
  transition: all 0.5s;
}
.footer-social-icon a {
  font-size: 25px;
  color: #fff;
  margin-right: 10px;
}
.footer-social-icon a {
  display: inline-block;
  margin: 0 20px 0 0;
}
.footer-social-icon a:hover img {
  -transform: rotatey(180deg);
}
.footer-ul ul li a:hover {
  color: #c7c7c7;
}
.footer {
  background: #808187;
  padding: 62px 0;
}
.footer-bottom {
  background: #464646;
  text-align: center;
  padding: 9px 0;
}
.footer-bottom p,
.footer-bottom a {
  margin: 0;
  font: 400 15px/31px "Mulish", Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}
.footer-bottom a:hover {
  color: #dbdce2;
}
.footer-ul .form-group input {
  border-radius: 50px;
  padding: 15px;
  border: none;
  background: #dbdce2;
}
.footer-ul .form-group input::placeholder {
  color: #454545;
}
.footer-ul .form-group input:focus {
  box-shadow: none;
}
.footer-ul .form-check-btn input {
  font: 400 15px/25px "Mulish", Helvetica, sans-serif;
  text-transform: uppercase;
  background: #000;
  padding: 8px 30px;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.5s;
  border: none;
  cursor: pointer;
}
.footer-ul .form-check-btn input:hover {
  background: #fff;
  color: #111;
}
.footer-ul .form-group {
  margin: 0 0 30px 0;
}
.footer-ul ul li a img {
  margin: -4px 10px 0 0;
}
.social_m {
  display: none;
}

/* footer End*/

/* Menu start*/
.hs-menubar,
.hs-navigation {
  font-family: "Mulish";
  font-weight: 500;
}
.menu-mobile {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.desktop-hide {
  display: none;
}
@media (max-width: 991px) {
  .desktop-hide {
    display: block;
  }
  .hs-navigation {
    right: -320px;
    top: 70px;
  }
  .mobile-hide {
    display: none;
  }
  .nav-links .its-parent,
  .nav-links li a {
    transition: all 0.5s;
  }
}
/* Menu End*/
/*education-page Start*/
.education-page-section {
  margin: 90px 0;
}
.education-page-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.education-page-flex .education-page-name {
  font: 500 20px/22px "Mulish", Helvetica, sans-serif;
}
.education-page-button a {
  font: 500 18px/22px "Mulish", Helvetica, sans-serif;
  color: #111;
  text-decoration: none;
}
.education-page-button a:hover {
  color: #555;
}
.education-page-img {
  display: inline-block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.education-page-img img {
  transition: all 0.5s;
}
.education-page-img:hover img {
  transform: scale(1.1);
}
.education-page-section .main-head h4 {
  text-transform: capitalize;
}
.education-page-content p {
  font: 400 18px/34px "Mulish", Helvetica, sans-serif;
  margin: 0 0 30px 0;
}
.education-page-content h6 {
  font: 700 18px/34px "Mulish", Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
}
.education-page-content h5 {
  font: 500 26px/26px "Mulish", Helvetica, sans-serif;
  margin: 0 0 20px 0;
}
.education-page-content h4 {
  font: 500 22px/26px "Mulish", Helvetica, sans-serif;
  margin: 0 0 5px 0;
}
.education-page-content-Polish p {
  line-height: 26px;
}
.diamond-diamonds-img {
  margin: 0 0 20px 0;
}
.fourCs-diamonds-img {
  text-align: center;
}
.border-section .row {
  align-items: center;
}
.border-section {
  border: 1px solid #d7d7d7;
  padding: 30px;
  margin: 0 0 30px 0;
}
.border-ul {
  margin: 30px 0 0 0;
}
.border-section .education-page-content-Polish p:last-child {
  margin: 0;
}
.border-ul li {
  list-style: none;
  font: 500 18px/26px "Mulish", Helvetica, sans-serif;
  margin: 0 0 30px 0;
  color: #737373;
  position: relative;
  padding: 0 0 0 30px;
}
.border-ul li::after {
  width: 10px;
  height: 10px;
  background: #737373;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: auto;
  margin: auto;
  border-radius: 50%;
}
.margin-top {
  margin: 30px 0 0 0;
}
/*education-page End*/
/*gallery-page start*/
.gallery-page-section {
  margin: 90px 0 60px;
}
.gallery-page-col {
  position: relative;
  cursor: pointer;
  margin: 0 0 30px 0;
}
.gallery-page-col a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 18px;
  height: 27px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}
.gallery-page-col .gallery-page-img {
  position: relative;
}
.gallery-page-col .gallery-page-img::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  content: "";
  opacity: 0;
  transition: all 0.5s;
}
.gallery-page-col:hover .gallery-page-img::after,
.gallery-page-col:hover a {
  opacity: 1;
}
.instagram-follow a {
  font: 500 22px/24px "Mulish", Helvetica, sans-serif;
  color: #fff;
  background: #808187;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  padding: 14px 40px;
  transition: all 0.5s;
}
.instagram-follow a:hover {
  background: #111;
  color: #fff;
}
.instagram-follow {
  text-align: center;
}
.privacy-content h1 {
  font: 600 40px / 55px "Playfair Display", Helvetica, sans-serif;
  margin: 0 0 30px 0;
}
.privacy-content h2 {
  font: 600 32px / 42px "Playfair Display", Helvetica, sans-serif;
  margin: 0 0 30px 0;
}
.privacy-content h3 {
  font: 600 24px / 32px "Playfair Display", Helvetica, sans-serif;
  margin: 0 0 30px 0;
}
.privacy-content p {
  font: 400 18px/26px "Mulish", Helvetica, sans-serif;
  color: #000;
  margin: 0 0 25px 0;
}
.privacy-content ol,
.privacy-content ul {
  padding-left: 30px;
}
.privacy-content ol li,
.privacy-content ul li {
  font: 400 18px/26px "Mulish", Helvetica, sans-serif;
  color: #000;
  margin: 0 0 25px 0;
}
.right-tabpart {
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  margin-bottom: 30px;
}
.right-tabpart .heading-part {
  background: #000000;
  padding: 12px 20px;
}
.right-tabpart .heading-part h2 {
  margin-top: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.right-tabpart .heading-part h2 .fa {
  display: none;
}
.right-tabpart .tablist ul {
  margin-bottom: 0px;
}
.right-tabpart .tablist ul li {
  background: #ffffff;
  padding: 12px 20px;
  border-bottom: 1px solid #d1d1d1;
}
.right-tabpart .tablist ul li:nth-last-child(1) {
  border-bottom: 0px solid #d1d1d1;
}
.right-tabpart .tablist ul li a {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  text-decoration: none;
  text-transform: uppercase;
}
.right-tabpart .tablist ul li.active a {
  color: #333333;
}
.right-tabpart .tablist ul li:hover {
  background-color: #efefef;
}
/*gallery-page End*/
/* Responsive start*/
@media (max-width: 1301px) {
  .slider-conent h1 {
    font-size: 150px;
    line-height: 140px;
  }
  .slider-conent h4 {
    font-size: 45px;
    line-height: 50px;
  }
  .slider {
    padding: 49px 0;
  }
}
@media (max-width: 1199px) {
  .Search-col-section {
    padding: 60px 50px;
  }
  .footer-ul .form-group input {
    font-size: 13px;
  }
  .education-head h4 {
    font-size: 17px;
    line-height: 19px;
    margin: 14px 0 10px 0;
  }
  .cart-story .cart-story-body p,
  .cart-story .cart-story-body p a {
    font-size: 16px;
  }
  .education-page-flex .education-page-name {
    font-size: 17px;
    line-height: 22px;
  }
  .education-page-section,
  .gallery-page-section {
    margin: 40px 0;
  }
  .navbar-nav li a {
    padding: 30px 10px !important;
  }
}
@media (max-width: 991px) {
  .main-head h4 {
    font-size: 30px;
    line-height: 35px;
  }
  .nav-links li {
    text-align: left;
  }
  .menu-mobile {
    text-align: center;
  }
  .logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  .absolute-btn a {
    font-size: 11px;
  }
  .navbar-nav li a {
    padding: 13px 0px;
  }
  .navbar {
    padding: 15px 0;
  }
  #basicExampleNav01 {
    background: #e8e8e8;
    float: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 74px;
    width: 100%;
    z-index: 999;
  }
  .navbar-dark .navbar-toggler {
    color: #111;
    outline: none;
    border: none;
  }
  .aboutus-content p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px 0;
  }
  .education-margin {
    margin: 0 0 -160px 0;
  }
  #education {
    padding: 30px 0;
  }
  .social-flex {
    margin: 10px 0;
  }
  #gallery {
    padding: 170px 0 0 0;
  }
  .Search-col-section {
    padding: 30px 10px;
  }
  .footer-head h6 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
  }
  .footer-ul .form-group input {
    padding: 10px 20px;
  }
  .navbar-nav li.login-btn a {
    margin: 10px 0;
  }
  .navbar-nav li {
    text-align: center;
  }
  #search-diamonds {
    padding: 60px 0;
  }
  .navbar-nav li a {
    padding: 13px 0px;
    display: inline-block;
    vertical-align: top;
    width: 30%;
  }
  .slider-conent h1 {
    font-size: 73px;
    line-height: 79px;
  }
  .slider-conent h6 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 10px 0;
  }
  .education-page-button a {
    font-size: 13px;
  }
  .education-page-flex .education-page-name {
    font-size: 12px;
  }
  .education-page-content p {
    font-size: 15px;
    line-height: 31px;
  }
  .education-page-content h5 {
    font-size: 20px;
  }
  .navbar-nav li a {
    padding: 30px 10px !important;
  }
}
@media (max-width: 767px) {
  .navbar-nav li a {
    width: 50%;
  }
  .row-margin .banner-col-img {
    margin: 0 0 50px 0;
  }
  .slider {
    padding: 40px 0;
  }
  .slider-conent a {
    font-size: 13px;
  }
  .slider-conent h4 {
    font-size: 25px;
    line-height: 30px;
  }
  .education-card {
    margin: 0 0 20px 0;
  }
  .absolute-btn a {
    font-size: 12px;
    line-height: 19px;
    padding: 7px 10px;
  }
  .paralax-col-img {
    text-align: center;
    margin: 30px 0 0 0;
  }
  .Search-col-section {
    margin: 0 0 20px 0;
  }
  .paralax {
    padding: 48px 0 0 0;
  }
  .footer-social-icon {
    margin: 0 0 20px 0;
  }
  .education-page-flex .education-page-name {
    font-size: 20px;
  }
  .education-page-button a {
    font-size: 18px;
  }
  .education-page-col {
    display: inline-block;
    vertical-align: top;
  }
  .education-page-section {
    text-align: center;
  }
  .education-page-section {
    margin: 15px 0 10px;
  }
  .education-page-section .main-head h4::after {
    margin: auto;
    right: 0;
  }
  .rough-diamonds-img,
  .fourCs-diamonds-img {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 575px) {
  .education-img {
    text-align: center;
  }
  .education-img .banner-col-img {
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  .our-story {
    margin: 0;
  }
  .cart-story .cart-story-body,
  .cart-story-img {
    display: block;
    height: auto;
  }
  .cart-story {
    display: inline-block;
    vertical-align: top;
  }
  .gallery-page-col {
    display: inline-block;
    vertical-align: top;
  }
  .gallery-page-section {
    text-align: center;
  }
  .gallery-page-section {
    margin: 20px 0;
  }
}
@media (max-width: 543px) {
  .slider-conent h1 {
    font-size: 33px;
    line-height: 49px;
  }
  .slider-conent h4 {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 10px 0;
  }
  .slider-conent h6 {
    font-size: 16px;
    line-height: 25px;
  }
  .slider-conent h6 span {
    font-size: 16px;
  }
  .education-flex {
    display: block;
    text-align: center;
  }
  .education-flex .main-btn {
    margin: 0 0 20px 0;
  }
  #search-diamonds {
    padding: 20px 0;
    text-align: center;
  }
  .banner-flex {
    display: inline-block;
    margin: 40px 0 0 0;
  }
  .banner-after::after {
    display: none;
  }
  .education-margin {
    margin: 0;
  }
  .absolute-btn a {
    font-size: 10px;
    line-height: 15px;
  }
  .main-head h4::after {
    right: 0;
    margin: auto;
  }
  #gallery {
    padding: 0;
  }
  .aboutus-content p {
    font-size: 17px;
    line-height: 30px;
    margin: 0 0 15px 0;
  }
  .breadcrumb-custom h4 {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .aboutus-content p {
    font-size: 17px;
    line-height: 30px;
    margin: 0 0 15px 0;
  }

  .white-logo {
    display: none;
  }
  .social {
    display: none;
  }
  .footer-head {
    margin-top: 10px;
  }
  .footer-follow-text h5 {
    font: 600 20px/28px "Mulish", Helvetica, sans-serif;
  }
  .footer-ul ul li p {
    font: 400 17px/34px "Mulish", Helvetica, sans-serif;
    color: #fff;
  }
  .social_m {
    display: block;
    margin-top: 20px;
  }
  .banner-after::before {
    top: -9px;
    left: -9px;
  }
  .gallery .banner-col-img .banner-img img {
    width: 100%;
  }
  .gallery .banner-col-img .banner-img {
    display: block;
  }
  .slider {
    padding: 20px 0;
  }
  .navbar-nav li a {
    width: 60%;
  }
  .breadcrumb-custom .slider-conent h4 {
    font-size: 24px;
  }
  .gallery {
    display: block;
  }
  .social-card .social-span {
    font-size: 16px;
    line-height: 28px;
  }
  .absolute-btn a {
    font-size: 16px;
    line-height: 28px;
    padding: 7px 30px;
  }
  .footer-ul ul li a {
    font-size: 17px;
    line-height: 42px;
  }
  .footer-ul .form-group {
    margin: 0 0 10px 0;
  }
  .footer-bottom p {
    font-size: 14px;
    line-height: 24px;
  }
  .footer {
    padding: 20px 0;
  }
  .slider-conent h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .slider-conent h6 {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 5px 0;
  }
  .slider-conent h6 span {
    font-size: 16px;
  }
  .banner-flex .banner-col-img {
    padding: 0 0 15px 0;
  }
  #search-diamonds {
    padding: 20px 0 0 0;
  }
  #education {
    padding: 30px 0 0 0;
  }
  .slider-conent h4 {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 5px 0;
  }
  .main-btn a {
    font-size: 15px;
    line-height: 17px;
  }
  .main-head h4 {
    font-size: 23px;
    line-height: 29px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }
  .slider-conent a {
    padding: 5px 20px;
    font-size: 11px;
    line-height: 21px;
  }
  .education-page-flex .education-page-name {
    font-size: 17px;
  }
}
/* Responsive end*/
.client-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.client-logo img {
  width: 120px;
  margin: 0px 5px;
}
