@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;700;900&display=swap');

body {
  background: #fff;
  color: #020D26;
}

body,
p {
  font-family: "Manrope";
  line-height: 26px;
  font-size: 14px;
  color: #020D26;
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-weight: 700;
  font-family: "Manrope";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 18px;
  line-height: 28px;

  letter-spacing: -0.2px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

.alert .icon {
  margin-right: 15px;
}

/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

.body-inner {
  position: relative;
  overflow: hidden;
}


a:link,
a:visited {
  text-decoration: none;
}

a {
  color: inherit;
  transition: 0.2s ease;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a.read-more {
  color: #e57784;
  font-weight: 700;

}

a.read-more:hover {
  color: #222;
}

.dark-bg {
  background: #252525;
  color: #fff;
}

.dark-bg h2,
.dark-bg h3 {
  color: #fff;
}

.solid-row {
  background: #f0f0f0;
}

.bg-overlay {
  position: relative;
}

.bg-overlay .container {
  position: relative;
  z-index: 1;
}

.banner-carousel .banner-carousel-item {
  height: 450px;
  color: #fff;
  /* background-position: 50% 50%; */
  background-size: cover;
}

@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }
}

@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 160px;
  }

}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #e57784;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}

@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 60px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;

  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}

@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #e57784 !important;
}

.slider.border:hover {
  background: #e57784;
  border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: block !important;
  transform: translateY(-50%);
  background-color: #35434db5;
  opacity: 1;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all 0.25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}

@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: block !important;
  }

}

.banner-carousel .slick-dots {
  opacity: 1;
  filter: alpha(opacity=0);
  bottom: 23px;
  display: none !important;
}

.bg-warning {
  background-color: #FFE79F !important;
}

.bg-warning h6 {
  font-size: 17px;
  font-family: "Manrope";
  color: #FFFFFF;
}

.border-right {
  border-right: 1px solid #FFFFFF !important;
}

.slick-dots li button::before {
  font-size: 12px;
}

.banners .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -14px;
}

.slick-dots li button:hover:before,
.slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #e57784;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 0px;
}

.banner-carousel .carousel-control.right {
  right: 0px;
}

.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 34px;
  width: 31px;
  height: 35px;
  font-size: 17px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i {
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    transform: translateY(0);
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.box-slider-text {
  background: #111;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 36px;
  margin: 8px 0 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 26px;
  }
}

.box-slide-description {
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}

.bg-overlay:after {
  background-color: rgba(0, 46, 91, 0.8);
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-overlay:after {
  position: relative;
}

.bg-overlay:after {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.content-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;

}

.dropcap.primary {
  background: #e57784;
  color: #fff;
}

.dropcap.secondary {
  background: #3a5371;
  color: #fff;
}

/* Input form */
.form-control {
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 5px 20px;
  height: 44px;
  background: none;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #e57784;
}

hr {
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
  margin: 40px 0;
}



/* Bootstrap */
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover,
.nav-tabs>li>a {
  border: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background: none;
}

header.nav-down .logo {
  height: 105px;
}

.logo {
  height: 90px;
  display: flex;
}

.logo a {
  display: inline-flex;
}

/* Top Bar
================================================== */
.top-bar {
  padding: 4px 0;
  position: relative;
  /* background: linear-gradient(135deg, #F7BB7A, #DA7AA4, #8B54C7); */
  background: #E5E5E5;
}

.border-right {
  border-right: 1px solid #000000 !important;
}

/* Top info */
ul.top-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.top-info li {
  position: relative;
  line-height: 10px;
  display: inline-block;
  margin-left: 0;
  padding-right: 15px;
  color: #FFFFFF;
  font-size: 15px;
}

ul.top-info li i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

ul.top-info li p.info-text {
  margin: 0;
  line-height: normal;
  display: inline-block;
  flex-direction: column;
}

@media (max-width: 767px) {
  .top-social ul {
    margin-right: 0;
  }
}

.top-social ul li {
  display: inline-block;
  padding: 0;
  padding-right: 15px;
  color: #FFFFFF;
  font-size: 15px;
}

.top-social ul li a {
  color: #2c2c2c;
  font-size: 14px;
  transition: 400ms;
  padding: 9px 12px;
}

.top-social ul li a:hover {
  color: #333;
}

/* Top bar border */
.top-bar-border {
  padding: 8px 20px 8px;
  border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
  color: #707070;
  font-weight: 400;
}

.top-bar-border .top-social li a {
  color: #7c7c7c;
}

.top-bar-border ul.top-info li i {
  color: #e57784;
}

/* Header area
================================================== */
.header {
  background: #fff;
  position: relative;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.header-one,
.header-one .site-navigation {
  background: #AF3D4B;
  /* border-bottom: 3px solid #EFA985; */
  margin-bottom: 2px !important;
}

.header-one .navbar-collapse {
  padding-left: 0;
}

@media (max-width: 991px) {
  .navbar-collapse.collapse {
    overflow-y: auto;
  }
}

.header-one ul.navbar-nav>li {
  padding-left: 0;
  padding-right: 27px;
}

@media (max-width: 991px) {
  .header-one ul.navbar-nav>li {
    padding-right: 0;
  }
}

.panel-body .text-end {
  text-align: end;
}

.header-one .logo-area {
  padding: 18px 0 14px;
}

.navbar-fixed {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
}

.header-two {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
}

.header-two .navbar-fixed {
  background-color: #fff;
}

ul.navbar-nav>li>a {
  padding: 15px 0 !important;
  color: #fff;
}

@media (max-width: 991px) {
  ul.navbar-nav>li>a {
    padding: 1px 0 !important;
  }

  .navbar-nav {
    margin-bottom: 15px;
  }
}

ul.navbar-nav>li:hover>a {
  color: #fff !important;

}

ul.navbar-nav>li.active>a {
  color: #fff !important;
  background-color: #EFA985;
  padding: 19px 15px 13px !important;
  line-height: 19px;
}

.btn-warning {
  color: #fff;
  background-color: #EEA687;
  border-color: #EEA687;
  border-radius: 0px;
  padding: 7px 22px;
  font-size: 15px;
  font-weight: 700;
}

.complex .btn-dark {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
  border-radius: 1px;
  font-style: 18px;
}

.btn-primarys {
  color: #fff;
  /* background-color: #007bff; */
  /* border-color: #007bff; */
  background: linear-gradient(180deg, #BB9A63, #5E4D32);
  border: none;
  border-radius: 0px;
  padding: 7px 15px;
  font-size: 14px;
}

.btn-primary {
  color: #fff;
  /* background-color: #007bff; */
  /* border-color: #007bff; */
  background: linear-gradient(180deg, #BB9A63, #5E4D32);
  border: none;
  border-radius: 0px;
  padding: 7px 25px;
}

.logo-area h2 {
  font-size: 40px !important;
  line-height: 27px;
  letter-spacing: 2.3px;
  font-family: "Montserrat";
  margin-bottom: 0px;
  text-shadow: 3px 3px 0px #00000021;
  text-transform: uppercase;
  font-weight: 800;
  color: #AF3D4B;

}

.logo-area .col-lg-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 40.333333%;
  max-width: 47.333333%;
}

.logo-area .col-lg-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 22.666667%;
  max-width: 19.666667%;
}

.logo-area h2 span {
  font-size: 20px;
  line-height: 0px;
  text-transform: math-auto;
  letter-spacing: 1.6px;
  font-family: "Montserrat";
  font-weight: 900;
  text-shadow: 0px 0px 0px #00000021;
  color: #AF3D4B;
  text-transform: uppercase;
}

/*-- Logo --*/
.logo img {
  width: 103px;
}

.header-two .logo img {
  height: 30px;
}

/* header right */
.header-right {
  float: right;
}

ul.top-info-box {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

@media (max-width: 767px) {
  ul.top-info-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }

  ul.navbar-nav>li.active>a {
    color: #EFA985 !important;
    background-color: transparent;
    padding: 10px 1px !important;
    line-height: 14px;
  }
}

ul.top-info-box li {
  position: relative;
  float: left;
  margin-left: 0;
  border-right: 1px solid #dedede;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 25px;
  margin-right: 25px;
}

@media (max-width: 767px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 50%;
    padding: 0;
    margin-top: 10px;
  }

}

@media (max-width: 400px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 100%;
    margin-top: 15px;
  }
}

ul.top-info-box li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

ul.top-info-box li.last {
  border-right: 0;
}

ul.top-info-box li .info-box span.info-icon {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 2px 5px 0 0;
  position: relative;
}

ul.top-info-box li .info-box .info-box-content {
  display: inline-block;
  font-family: "Manrope";
  flex-direction: column;
}

ul.top-info-box li .info-box .info-box-title {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: normal;
}

ul.top-info-box li .info-box .info-box-subtitle {
  margin: 0;
  line-height: normal;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

/*-- Search start --*/
ul.top-info-box>li.nav-search {
  cursor: pointer;
  padding-left: 30px;
  margin-left: 30px;
}

ul.top-info-box>li.nav-search:before {
  position: absolute;
  content: "";
  background: #ddd;
  left: 0;
  width: 1px;
  height: 40px;
  top: 50%;
  margin-top: -10px;
}

ul.top-info-box>li.nav-search i {
  font-size: 20px;
  top: 10px;
  position: relative;
  cursor: pointer;
  color: #999;
}

/* Main navigation */
.navbar-toggler {
  float: left;
  margin-top: 10px;
  padding: 12px;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.navbar-toggler {
  margin: 10px 0;
  padding: 6px;
  border-radius: 0;
  font-size: 1rem;
  background: #35434D;
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

ul.navbar-nav>li:hover>a,
ul.navbar-nav>li.active>a {
  color: #000 ! IMPORTANT;
  position: relative;
  background-color: #ebe4d0;
}

ul.navbar-nav>li {
  padding: 0 13px;
  position: relative;
}

@media (max-width: 1200px) {
  ul.navbar-nav>li {
    padding: 0 9px;
  }

  ul.navbar-nav>li .nav-link {
    font-size: 12px;
  }
}

.header-two .navbar-nav>.header-get-a-quote {
  top: -4px;
}

@media (max-width: 991px) {
  .header-two ul.navbar-nav>li {
    padding: 0;
    width: 100%;
  }
}

ul.navbar-nav>li:last-child {
  padding-right: 0;
}

ul.navbar-nav>li:last-child:after {
  background: none;
}

/* ul.navbar-nav>li>a:hover,
ul.navbar-nav>li>a:focus {
  background: #efa985;
  color: #fff !important;
} */

ul.navbar-nav>li>a i {
  font-weight: 300;
  font-size: 19px;
  line-height: 4px;
}

@media (max-width: 991px) {
  ul.navbar-nav>li>a i {
    float: right;
    /* background: #222; */
    padding: 6px 10px;
    margin-top: 7px;
  }

  .header-two ul.navbar-nav>li>a i {
    color: #fff;
  }

  .header-two ul.navbar-nav>li.active>a i,
  .header-two ul.navbar-nav>li>a.active i {
    color: #e57784;
  }
}

ul.navbar-nav>li>a:after,
ul.navbar-nav>li>a:after {
  display: none;
}

ul.navbar-nav>li>a {
  font-family: "Manrope";
  color: #FFFFFF !important;
  font-weight: 500 !important;
  text-transform: initial;
  font-size: 16px;
  margin: 0;
  line-height: 25px;
  padding: 12px 6px !important;
}

.navbar-light ul.navbar-nav>li>a {
  color: #000 !important;
  font-size: 13px;
}



/*-- Nav Search start --*/
.site-navigation .container,
.search-area {
  position: relative;
}

.search-area {
  min-height: 70px;
  padding-right: 0;
}

.nav-search {
  position: absolute;
  cursor: pointer;
  top: 76%;
  right: 121px;
  color: #999;
}

.nav-search input {
  display: block;
  width: 139%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


@media (max-width: 991px) {
  .nav-search {
    top: 17px;
  }
}

.search-block {
  background-color: rgba(0, 0, 0, 0.65);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 10px;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 300px;
  z-index: 10;
  margin-top: 0;
}

@media (max-width: 991px) {
  .search-block {
    top: 58px;
  }
}

.search-block .form-control {
  background-color: #222;
  border: none;
  color: #fff;
  width: 100%;
  height: 40px;
  padding: 0 12px;
}

.search-block .search-close {
  color: #999;
  position: absolute;
  top: -53px;
  right: -4px;
  font-size: 32px;
  cursor: pointer;
  background: #23282d;
  padding: 5px;
}

@media (max-width: 991px) {
  .search-block .search-close {
    top: -46px;
  }
}

.search-area .nav-search {
  top: 23px;
}

.search-area .search-block .search-close {
  top: -50px;
}

.search-area .search-block {
  right: 0;
}

/* Get a quote */
.header-get-a-quote .btn-primary {
  padding: 12px 25px !important;
  font-size: 13px;
  border-radius: 3px;
  line-height: normal;
  text-transform: capitalize;
  color: #fff;
  margin-top: 5px;
}

@media (max-width: 1200px) {
  .header-get-a-quote .btn-primary {
    padding: 12px !important;
  }
}

@media (max-width: 991px) {
  .header-get-a-quote .btn-primary {
    padding: 12px 30px !important;
  }
}

.header-get-a-quote .btn-primary:hover {
  background: #272d33;
  color: #e57784 !important;
}

ul.navbar-nav>li.header-get-a-quote:hover>a:after {
  position: relative;
  content: no-close-quote;
}

body.gray {
  background: #000;
  color: white;
}

body.white {
  background: #82a6a6;
  color: #fff;
}

body.blue {
  background: #bfdcf3;
  color: white;
}

.text-warning {
  color: #EFA985 !important;
}

.copyright {
  background: #35434D;
  font-size: 14px;
  /* left: 0; */
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.three .col-lg-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 17.666667%;
  padding-right: 16px;
  padding-left: 14px;
}

body.yellow {
  background: #968775;
  color: #fff;
}

body.orange {
  background: #77a8be;
  color: #fff;
}

#switcher {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.bg-login .form-control {
  box-shadow: none;
  border: 1px solid #FFFFFF;
  padding: 5px 20px;
  height: 44px;
  background: #FFFFFF;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}

.regs .btn-outline-secondary {
  color: #6c757d;
  border-color: #707070;
  border-radius: 1px;
  padding: 9px;
  background: #EEEEEE;
  font-weight: 700;
}

.bg-login .login h3 {
  font-size: 30px;
  margin-bottom: 1px;

  font-weight: 800;
}

.regs .form-control {
  box-shadow: none;
  border: 1px solid #EEEEEE;
  padding: 5px 20px;
  height: 44px;
  background: #EEEEEE;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
  font-weight: 700;
  font-family: 'Manrope';
}

.logo-area input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #EEEEEE;
  border-radius: 25px;
  font-size: 14px;
  background-color: #EEEEEE;
  background-image: url(../images/search.png);
  background-position: 93% 61%;
  background-repeat: no-repeat;
  padding: 6px 0px 5px 13px;
}

.reg .btn-info {
  background: linear-gradient(95deg, #F7BB7A, #DA7AA4, #8B54C7);
  border: transparent;
  border-radius: 1px;
  padding: 12px;
  width: 17%;
}

.Justice .table td,
.table th {
  padding: 10px 0 10px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 14px;
  font-weight: 600;
}

form .btn-warning {
  color: #212529;
  background-color: #e57784;
  border-color: #e57784;
  font-size: 14px;
  font-weight: 800;
  border-radius: 3px;
  padding: 6px 21px;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  border-bottom: #fff;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.content-103 form .btn-warning {
  color: #fff;
  background-color: #EEA687;
  border-color: #EEA687;
  font-size: 14px;
  font-weight: 800;
  border-radius: 25px;
  padding: 10px 37px;
}

.modal table {
  text-align: center;
}

.adopt {
  padding-left: 25px;

}

.Advocate .active {
  text-decoration: underline;
  background-color: transparent !important;
}

.Advocate .me-5 {
  margin-left: 24px;
}

.adopt ul.listItemss li {
  color: #020D26;
  background: url(../images/correct.png) no-repeat 0 17px;
  padding-left: 27px;
  list-style: none;
  margin-left: -40px;
  line-height: 23px;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 18px;
  font-weight: 450;
  background-size: 10px auto;
  padding: 12px 17px;
}

/*  */
.close {
  float: right;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 0;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  padding: 0 0px 0;
  line-height: 44px;
}

.logo-area .col-lg-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 4 0 47.666667%;
  max-width: 32.666667%;
}

.logo-area .col-lg-3 {
  padding-right: 0px;
  padding-left: 30px;
}

.navbar .btn-warning {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
  border-radius: 0px;
  padding: 7px 22px;
  font-size: 15px;
  font-weight: 700;
}

#switcher li {
  padding: 1px 7px 0px;
  height: 22px;
  margin: 0px 0px 0px 0;
  border: 1px solid transparent;
  display: inline-block;
  border-radius: 0px;
  text-align: center;
  color: #000;
  line-height: 19px;
  font-size: 12px;
  cursor: pointer;
}

.ser .news {
  max-width: 75% !important;
  padding-right: 15px !important;
  padding-left: 23px;
}

marquee {
  font-size: 15.5px;
  font-weight: 500;
  color: #656565;
  line-height: 62px;
}

.es-news-latter {
  background: #e57784;
  padding: 11px 24px 1px;
  line-height: 41px;
}

.e-news-latter {
  background: #EEEEEE;
  padding: 11px 24px 1px;
  line-height: 41px;
}

.logos span {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 700;
  background: #AF3D4B;
  padding: 0px 22px;
  line-height: 38px;
  height: 38px;
  margin-top: 12px;
}

.regs .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 187px !important;
  padding: 13px 12px;
}

.logos {
  display: flex !important;
  /* border: 1px solid #eeeeee;
  border-radius: 10px; */
}

.logo-area .col-lg-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 5.333333%;
}

#grayButton {
  background: #000;
  color: #fff !important;
}

#whiteButton {
  background: #82a6a6;
  color: #fff !important;
}

#blueButton {
  background: #bfdcf3;
  color: #fff !important;
}

#yellowButton {
  background: #968775;
  color: #fff !important;
}

#orangeButton {
  background: #77a8be;
  color: #fff !important;
}

.me-4 {
  margin-right: 12px;
}

.news .ribbon {
  padding: 15px;
  height: 46px;
  background: linear-gradient(135deg, #F7BB7A, #DA7AA4, #8B54C7);
  text-transform: initial;
  color: #fff;
  letter-spacing: 1px;
  font-size: 18px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
  font-weight: 700;
  margin-bottom: 0px;
}

.bg-warning {
  background: linear-gradient(95deg, #F7BB7A, #DA7AA4, #8B54C7);
}

.news p {
  font-size: 12.5px !important;
  color: #020D26 !important;
  line-height: 23px;
  margin-bottom: 0px;
  font-weight: 600;
}

.news h6 {
  font-size: 14px;
  color: #000;
  font-weight: 800;
}

.Tenders .bg-warning {
  background: linear-gradient(102deg, #F7BB7A, #DA7AA4, #8B54C7);
  border-radius: 5px;
  margin-left: 2px;
}

.Tenders marquee {
  font-size: 14px;
  font-weight: 500;
  color: #020D26;

}

.news-1 {
  background: #fff !important;
  box-shadow: 0px 3px 6px #00000029;
}

.news-item span {
  font-size: 12px;
  color: #00000090;
}

.demo1 {
  overflow-y: hidden;
  height: 484px !important;
}

.Case {
  padding: 16px 3px 6px;
  box-shadow: 0px 3px 6px #9B3D3B91;
  border-radius: 10px;
  border: 1px solid #7C2E3E;
  margin-bottom: -1px;
  width: 111%;
  min-height: 141px;
  background-color: #fff;
  margin-bottom: 13px;
}

.Case h4 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700 !important;
  text-align: center;
  margin-top: 10px;
}

.Case .w-50 {
  width: 33% !important;
}



.Case h6 {
  font-size: 14px;
}

.news {
  max-width: 25% !important;
  padding-right: 14px !important;
  padding-left: 0px;
}

.Tenders .col-lg-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 21%;
  padding-right: 1px;
  padding-left: 5px;
}

.Tenders .col-lg-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 55%;
  padding-left: 20px;
}

.listItemss .gif {
  width: 15%;
  margin-top: 0px;
  float: right;
}

.rounded-circles {
  border-radius: 2px !important;
  line-height: 14px;
  font-weight: 600 !important;
  font-size: 13px;
  color: #000000 !important;
  padding: 8px 11px 2px;
}

.edits h3 {
  font-size: 24px !important;
  color: #000000;
}

.gif {
  width: 11%;

}

.nav .nav-link {
  display: block;
  padding: 0;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
  font-weight: 600;
  line-height: 45px;
}

.causes .categories-view1-wrap {
  box-shadow: 0px 3px 6px #00000029;
  padding: 28px 3px 14px 27px;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #70707033;
  min-height: 96px;
}

.ribbon {
  padding: 9px 14px;
  height: 46.5px;
  background: linear-gradient(96deg, #EEE3D4, #EBE5D0);
  color: #000000;
  font-size: 17px;
  display: flex;
  font-weight: 800;
  width: 100%;
  max-width: 594px;
  margin-bottom: 19px;
  line-height: 38px;
  letter-spacing: 0.2px;
}

/* 
.ribbon img {
  width: 50px;
} */

.ribbon img {
  margin-right: 10px;
  position: relative;
  bottom: 12px;
  height: 43px;
}

.ribbon span {
  text-align: right;
  position: sticky;
  left: 64%;
  top: 10%;
}

.tab-content .active {
  background-color: #fff !important;
  color: #000 !important;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  background: #EEEEEE;
  font-size: 16px;
}

.nav-tabs .nav-link {
  border: 1px solid #eeeeee !important;
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 1px !important;
  border-top-right-radius: 1px !important;
  font-weight: 600;
  color: #000000;
}

.demo2 {
  overflow-y: hidden;
  height: 508px !important;
}

#chcp_font_size button {
  border: none;
  background-color: #fff;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0px 4px;
  margin: -2px 3px 0;
  border-radius: 0px;
  font-size: 14px;
  color: #020D26;
  font-weight: 600;
}

#chcp_font_size button:hover {
  color: #FF5100;
}

.input-groups-btn {
  display: -webkit-inline-box;
}

#btn-decrease {
  font-size: 14px;
  color: #020D26;
  font-weight: 700;
}

#btn-orig {
  font-size: 12px;
  padding: 0px 6px 0px !important;
}

#btn-increase {
  font-size: 12px;
}

@media only screen and (max-width: 480px) {
  .Tenders .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: auto !important;
    max-width: 100%;
    padding-right: 22px !important;
    padding-left: 17px !important;
    margin-top: 14px;
    margin-bottom: 12px;
  }

  .Tenders .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -13px;
    margin-left: -15px;
  }

  .banners .d-flex {
    display: -ms-flexbox !important;
    display: grid !important;
    text-align: center !important;
  }

  .news {
    max-width: 100% !important;
    padding-right: 22px !important;
    padding-left: 18px;
  }

  .demo1 {
    overflow-y: hidden;
    height: 570px;
  }

  .Tenders .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: auto;
    max-width: 100%;
    padding-left: 6px;
    padding-right: 2px;
  }

  #chcp_font_size button {
    border: none;
    background-color: #fff;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 8px;
    margin: 0 2px 0;
    border-radius: 2px;
  }

  .input-groups-btn {
    display: inline;
  }

  .bg-warning h6 {
    font-size: 14px;
    font-family: "Manrope";
  }

  .bg-warning {
    background-color: #FFE79F !important;
    margin-bottom: 12px;
  }
}

#menu-button {
  display: none;
  padding: 16px 0px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.three .Case {
  padding: 23px 5px 2px;
  box-shadow: 0px 3px 4px #0000003D;
  border-radius: 10px;
  border: 1px solid #35434d82;
  margin-bottom: 12px;
  width: 111%;
  min-height: 139px;
}

.ribbon:hover {
  background: #35434D !important;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  #menu-button {
    display: block;
    padding: 16px 0px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .logo-area .col-lg-3 {
    padding-right: -1px;
    padding-left: 8px;
  }

  .adopt {
    padding-left: 5px;
  }

  .logo-area input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #EEEEEE;
    border-radius: 25px;
    font-size: 14px;
    background-color: #EEEEEE;
    background-image: url(../images/search.png);
    background-position: 282px 12px;
    background-repeat: no-repeat;
    padding: 6px 0px 5px 13px;
  }

  .logo-area h2 span {
    font-size: 13px;
    line-height: 0px;
    text-transform: math-auto;
    letter-spacing: 1px;
    font-family: "Manrope";
    font-weight: 600;
    text-shadow: 0px 0px 0px #00000021;
  }

  .logo-area h2 {
    font-size: 29px !important;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: "Montserrat";
    margin-bottom: 0px;
    text-shadow: 3px 3px 0px #00000021;
    margin-bottom: 12px;
  }

  .input-groups {
    text-align: center;
  }

  input[type=text] {
    background-position: 90% 55%;
    width: 100%;
  }

  .logo-area .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 3 0 16.666667%;
    max-width: initial;
  }

  form .btn-warning {
    color: #212529;
    background-color: #e57784;
    border-color: #e57784;
    font-size: 14px;
    font-weight: 800;
    border-radius: 18px;
    padding: 7px 34px;
    line-height: 21px;
  }

  .Case h6 {
    font-size: 17px;
  }

  .Case h4 {
    font-size: 16px;
    line-height: 41px;

    font-weight: 700 !important;
  }

  .Case .mt-1,
  .my-1 {
    margin-top: -1px !important;

  }

  .Case .mt-2,
  .my-2 {
    margin-top: 0px !important;

  }

  .logo-area .col-lg-4 {
    flex: auto;
    MAX-WIDTH: fit-content;
  }

  .copyright .text-md-right {
    text-align: center !important;
  }

  .copyright-info {
    text-align: center;
  }

  .logo img {
    width: 25%;
  }

  .news .text-md-right {
    text-align: end;
  }

  .ribbon span {
    text-align: right;
    position: sticky;
    left: 0%;
    top: 10%;
    display: none;

  }

  .logo-area .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 5 0 47.666667%;
    max-width: 99.666667%;
    margin-left: 13px;
  }

  #switcher {
    list-style: none;
    margin: 7px;
    padding: 0;
    overflow: hidden;
  }

  .Tenders .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 7 0 50.666667%;
    max-width: 50%;
    padding-right: 12px;
    padding-left: 24px;
  }

  .three .Case {
    padding: 23px 11px 14px;
    box-shadow: 1px 1px 5px #00000091;
    border-radius: 15px;
    border: 1px solid #0a36739e;
    margin-bottom: 10px;
    width: 100%;
    min-height: 149px;
  }

  .Case {
    padding: 23px 11px 14px;
    box-shadow: 1px 1px 5px #00000091;
    border-radius: 15px;
    border: 1px solid #0a36739e;
    margin-bottom: 10px;
    width: 100%;

  }
}

.three h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.5em;
  padding-bottom: 15px;
  position: relative;
  font-weight: bold;
}

.three h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #e57784;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #020D26;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.lists .Case {
  padding: 16px 10px 12px;
  box-shadow: 0px 3px 4px #0000003D;
  border-radius: 10px;
  border: 1px solid #35434d82;
  margin-bottom: 12px;
  width: 106%;
  min-height: 85px;
}

.causes input {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #EEEEEE;
  border-radius: 25px;
  font-size: 14px;
  background-color: #EEEEEE;

  background-repeat: no-repeat;
  padding: 6px 14px 6px 13px;
}

td span {
  color: #e57784 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #EEEEEE;
}

.table td,
.table th {
  padding: 10px 0 10px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 15px;
  font-weight: 700;
}

.Registration h6 {
  font-size: 22px;
}

.website-policies h6 {
  font-size: 16px;
  margin-bottom: 22px;
  margin-top: 19px;
}

.btn-outline-secondary {
  color: #020D26;
  border-color: #707070;
  border-radius: 1px;
  font-size: 16px;
  font-weight: 700;
  padding: 9px;
}

.Registration .form-control {
  box-shadow: none;
  border: 1px solid #EEEEEE;
  padding: 5px 20px;
  height: 44px;
  background: #EEEEEE;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}

.Registration label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 8px;
  line-height: 1.25;
  color: #35434D;
  background-color: #fff;
  border: 1px solid #dee2e6;
  font-weight: 600;
}

.three h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 100%;
  max-width: 112px;
  background-color: #e57784;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  color: #fff !important;
}

.table-primarys {
  background: linear-gradient(135deg, #BD4C35, #792D3F, #300C4A) !important;
  background-color: transparent !important;
}

.three h6 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
}

.cause .three h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
  max-width: 156px;
  background-color: #e57784;
}

.login h3 {
  font-size: 28px;
  margin-bottom: 1px;

  font-weight: 800;
}

.adopt li:nth-child(odd) {
  background-color: #EEEEEE !important;
  /* Light gray */
}

.adopt li:nth-child(even) {
  background-color: #af3d4b30 !important
    /* Slightly darker gray */
}

.hc li:nth-child(odd) {
  background-color: #EEEEEE !important;
  /* Light gray */
}

.hc li:nth-child(even) {
  background-color: #af3d4b30 !important
    /* Slightly darker gray */
}

.login h6 {
  color: #020D26;
  font-size: 22px;
  font-weight: 600;
}

.bg-login {
  background-color: #EEEEEE;
}

.login ul.listItemss li {
  color: #020D26;
  background: url(../images/correct.png) no-repeat 0 5px;
  padding-left: 33px;
  list-style: none;
  margin-left: -38px;
  line-height: 23px;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 18px;
  font-weight: 500;
}

.login h5 {
  color: #e57784;
  font-size: 22px;
  font-weight: 600;
}

ul.listItemss li {
  color: #020D26;
  background: url(../images/correct.png) no-repeat 0 16px;
  padding-left: 31px;
  list-style: none;
  margin-left: -49px;
  line-height: 23px;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 18px;
  font-weight: 500;
}

.Notifications .gif {

  width: 5%;
  position: initial;
  top: 36%;
}

.Notifications h4 span {
  background-color: #e57784;
  color: #fff;
  padding: 7px 20px;
  font-size: 15px;
  font-weight: 700;
}

.Notifications h4 {
  color: #000000;
  font-size: 16px;
  line-height: 37px;
}

.otp-wrapper {
  display: inline;
  justify-content: center;
  align-items: center;
}

.otp-wrapper input {
  width: 31px;
  height: 5px;
  margin: 5px;
  text-align: center;
  border: none;
  border-bottom: 2px solid #0000004d;
  outline: 0;
  background: transparent;
}

.bg-login span {
  font-size: 22px;
  color: #020D26;
  font-weight: 600;
}

.text-danger {
  color: #af3d4b !important;
}

.primary-success {
  animation: animate-success 1.5s linear forwards;
  animation-iteration-count: 1;
  border: 1px solid #28a745 !important;
}

.btn-info {
  background: linear-gradient(95deg, #F7BB7A, #DA7AA4, #8B54C7);
  border: transparent;
  border-radius: 1px;
  padding: 12px;
}

.primary-danger {
  animation: animate-danger 1.5s linear forwards;
  animation-iteration-count: 1;
  border: 1px solid #ff6363 !important;
}

#message {
  text-align: center;
}

.text-success {
  color: #28a745;
}

.text-danger {
  color: #ff6363;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.pagination .glyphicon {
  margin-right: 0px !important;
  /*override*/
}

.panel ul {
  padding: 0px 21px 0;
  margin: 0px;
  list-style: none;
}

.news-item {
  padding: 0px 0px 0;
  margin: 0px;
  border-bottom: 1px solid #dee2e6 !important;

}

.panel-body .p-2 {
  padding: 7px !important;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: initial !important;
}

.panel-footer {
  display: none;
}

.Cases {
  padding: 16px 19px 12px;
  box-shadow: 0px 3px 4px #0000003D;
  border-radius: 10px;
  border: 1px solid #35434d82;
  margin-bottom: 12px;
  width: 106%;
  min-height: 85px;
}

.Daily .col-lg-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 13px;
  padding-left: 5px;
  padding-right: 19px;
  padding-left: 23px;
}

.Judges .me-4 {
  margin-right: 25px;
}

.pagination .active {
  background-color: transparent;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: transparent !important;
  border-color: #dee2e6;
  ;
  color: #e57784;
}

.Judges h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}

.page-item.disabled .page-link {
  color: #35434D;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  font-weight: 600;
}

.Daily .Case h4 {
  font-size: 17px;
  line-height: 34px;
  font-weight: 700 !important;
  text-align: center;
}

.page-item:last-child .page-link {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}

.Justices .three h3:before {
  content: "";
  position: absolute;
  left: 35%;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #e57784;
}

.Justices .three h3:after {
  content: "";
  position: absolute;
  left: 35%;
  bottom: -1px;
  height: 2px;
  width: 100%;
  max-width: 112px;
  background-color: #e57784;
}



.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 8px;
  line-height: 1.25;
  color: #35434D;
  background-color: #fff;
  border: 1px solid #70707096;
  border-radius: 1px;
  font-weight: 600;
}

.Daily .Case {
  padding: 13px 5px 0px;
  box-shadow: 0px 3px 4px #0000003D;
  border-radius: 10px;
  border: 1px solid #35434d82;
  margin-bottom: 11px;
  width: 100%;
  min-height: 78px;
  margin-left: 0px;
  margin-right: 4px;
}

.Daily .Case :hover {
  background: linear-gradient(135deg, #F7BB7A, #DA7AA4, #8B54C7);

}

@media only screen and (max-width: 600px) {
  .otp-wrapper input {
    width: 13px;
    height: 5px;
    margin: 5px;
    text-align: center;
    border: none;
    border-bottom: 2px solid #0000004d;
    outline: 0;
    background: transparent;
  }

  .ser .news {
    max-width: 100% !important;
    padding-right: 14px !important;
    padding-left: 0px;
  }

}

.content-103 {
  padding-bottom: 50px;
}

.content-103 .sercies-title {
  text-align: center;
  padding: 50px 0;
}

.service-post {
  background: #fff;
  padding: 19px;
  text-align: center;
  cursor: pointer;
  position: relative;
  /* z-index: 12; */
  margin-bottom: 18px;
  -moz-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 4px #0000003D;
  border-radius: 10px;
  border: 1px solid #35434d82;
}

.content-103 .service-content {
  position: relative;
  z-index: 13;
}

.content-103 .service-title {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0px;
  -moz-transition: color, 250ms;
  -o-transition: color, 250ms;
  -webkit-transition: color, 250ms;
  transition: color, 250ms;
  font-size: 18px;
  line-height: 37px;
  font-weight: 700 !important;
}

.content-103 .service-post:hover .service-title {
  color: #fff;
}

.btn-15 {
  background: #db7ca3 !important;
  border: none !important;
  z-index: 1;
}

.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(135deg, #F7BB7A, #DA7AA4, #8B54C7);
  border-radius: 50px;

  transition: all 0.3s ease;
}

.btn-15:hover {
  color: #fff;
}

.btn-15:hover:after {
  left: 0;
  width: 100%;
}

.btn-15:active {
  top: 2px;
}


.content-103 i {
  position: absolute;
  top: 30%;
  left: 86%;
}

#ui-datepicker-div {
  position: initial;
  top: 279px;
  left: 726.484px;
  z-index: 999 !important;
  display: block;
}

.btn-9 {
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}

.custom-btn {
  width: 130px;
  height: 45px;
  color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 17px;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}

.btn-9 {
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}

.btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1fd1f9;
  background: linear-gradient(135deg, #DA7AA4, #8B54C7);
  transition: all 0.3s ease;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-weight: 600;
}

.btn-9:hover {
  background: transparent;

}

.content-103 .form-control {
  box-shadow: none;
  border: 1px solid #EEEEEE;
  padding: 5px 20px;
  height: 44px;
  color: #959595;
  font-size: 14px;
  border-radius: 25px;
  background: #EEEEEE;
}

.btn-9:hover:after {

  background: #DA7AA4;
}

.content-103 .service-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 0px;
  border-radius: 10px;
  background: linear-gradient(135deg, #F7BB7A, #DA7AA4, #8B54C7);
  -moz-transition: width, 250ms;
  -o-transition: width, 250ms;
  -webkit-transition: width, 250ms;
  transition: width, 250ms;

}

/*hover-background-color effect*/
.content-103 .service-post:hover .service-hover {
  height: 100%;
}

.fancy-title-view1 {
  float: left;
  width: 100%;
  margin-bottom: 70px;
  text-align: center;
}

.fancy-title-view1 h2 {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 700;
  display: block;
}

.fancy-title-view1 p {
  margin-bottom: 0px;
  display: inline-block;
  width: 65%;
}

.fancy-title-view1 i {
  font-size: 22px;
}

.fancy-title-view1-color h2,
.fancy-title-view1-color p {
  color: #ffffff;
}



.categories,
.categories-view1-wrap {
  float: left;
  width: 100%;
}

.categories ul li {
  list-style: none;
}

.categories ul {
  margin-right: -67px;
  margin-left: -52px;
}

.categories>ul>li {
  float: none;
  display: inline-block;
  margin: 0px 0px 13px 0px;
  vertical-align: top;
}

.causes .categories ul {
  margin-right: -54px;
  margin-left: -46px;
}

.jjcs p {
  font-family: "Manrope";
  line-height: 27px;
  font-size: 16px;
  color: #020D26;
  font-weight: 500;

}

.jjcs ul li {
  font-family: "Manrope";
  font-size: 17px;
  font-weight: 500;

}

.categories-view1-wrap {
  box-shadow: 0px 3px 6px #00000029;
  padding: 16px 7px 16px 10px;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #70707033;
  min-height: 92px;
}

.causes .btn-outline-secondary {
  color: #35434D;
  border-color: #35434d03;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 32px;
  border: 2px solid #35434d7d;
}

.f1 .text-dark {
  color: #020D26 !important;
  font-weight: 600;
}

.tables .table td,
.table th {
  padding: 10px 0 10px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 14px;
  font-weight: 600;
}

.categories-view1-wrap img {
  height: 100%;
}

.Forgot .btn-outline-secondary {
  border: 2px solid #35434d47;
  color: #171616;
  border-color: #35434d66;
  border-radius: 1px;
  font-size: 16px;
  font-weight: 600;
  padding: 9px;
}

.dates .form-control {
  border: 2px solid #35434d8a;
  padding: 5px 14px;
  height: 48px;
  background: #EEEEEE;
  color: #35434D;
  font-size: 16px;
  border-radius: 25px;
  box-shadow: 0px 3px 6px #00000029;
  font-weight: 600;
}


.Forgot .otp-wrapper input {
  width: 71%;
  height: 54px;
  margin: 1px;
  text-align: center;
  border: none;
  /* border-bottom: 2px solid #0000004d; */
  outline: 0;
  background: white;
}

.edits span {
  color: #FF2116 !important;
  font-size: 15px;
  font-weight: 500;
}

.text-dangers {
  color: #FF2116 !important;
  font-weight: 500;
  font-size: 18px;

}

.categories-view1 i {
  position: absolute;
  left: 0px;
  top: 50%;
  font-size: 30px;
  color: #fb236a;
  width: 8px;
  height: 70px;
  border-radius: 0;
  text-align: center;
  padding-top: 18px;
  margin-top: -36px;
  /* border: 1px solid #eee; */
  border-left: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0px;
  /* background: linear-gradient(174deg, #F7BB7A, #DA7AA4, #8B54C7); */
}

.categories-view1 li:hover i {
  color: #ffffff;
  /* background-color: #274160; */
}

.servicess .categories-view1-wrap {
  box-shadow: 0px 3px 6px #00000029;
  padding: 22px 1px 11px 11px;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
  /* border: 1px solid #70707033; */
  min-height: 92px;
}

.categories-view1 a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #000000;
  line-height: 21px;
}

.categories-view1 small {
  font-size: 13px;
  color: #666;
}

.categories-view1 span {
  position: absolute;
  right: 5px;
  top: 8px;
  font-size: 90px;
  font-weight: 500;
  color: #999;
  opacity: 0.07;
  line-height: 1;
}

.main-load-btn {
  float: left;
  width: 100%;
  text-align: center;
  margin: 30px 0px;
}

.main-load-btn a {
  display: inline-block;
  line-height: 1;
  padding: 18px 45px;
  color: #ffffff;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #fb236a;
}

.main-load-btn a:hover {
  background-color: #274160;
}

.more-spacer {
  float: left;
  width: 100%;
  margin: 10px 0px;
}

.sitting {
  background-color: #EEEEEE;
  padding: 14px;
  border-radius: 10px;
}

.sitting h5 {
  font-size: 22px;
  font-weight: 700 !important;
  line-height: 28px;

}

.sitting .me-4 {
  margin-right: 27px;
}

.sitting h4 {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: normal;
  color: #000000;
  font-weight: 900 !important;
}

.sitting h6 {
  font-size: 27px;
  font-weight: 600;
}

.Judges .three h3 {

  font-size: 37px;
}

@media only screen and (max-width: 600px) {

  .sitting .d-flex {
    display: -ms-flexbox !important;
    display: inline !important;
  }

  .sitting h4 {
    font-size: 22px;
  }

  .Judges .three h3 {
    font-size: 24px;
  }

  .sitting h6 {
    font-size: 20px;
    font-weight: 600;
  }

  .sitting .mt-5,
  .my-5 {
    margin-top: 0rem !important;
  }

  .sitting {
    text-align: center;
  }

  .sitting h5 {
    font-size: 17px;
  }

  .causes .categories ul {
    margin-right: 0px;
    margin-left: -46px;
  }

  .banners .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 12 0 40.333333%;
    max-width: 59.333333%;
  }

  .banners .Case h4 {
    font-size: 15px;
    line-height: 15px;
    font-weight: 700 !important;
    margin-top: 12px !important;
  }

  .banners .Case {
    min-height: 152px;
  }

  .text-danger {
    color: #AF3D4B !important;
  }

  .banners .Case {
    padding: 26px 13px 0px !important;
  }

  ul.navbar-nav>li>a {

    line-height: 33px;

  }
}

.me-3 {
  margin-right: 6px !important;
}

.sort label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 12px;
  font-weight: 600 !important;
}

/* .site-navigation {
  border-top: 4px solid #EFA985 !important;
} */

.Raipur {
  background-color: #9e9e9e2b !important;
  padding: 28px;
}

.profiless {
  background-color: #9e9e9e2b !important;
}

.profiless .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 19px;
  padding: 10px 10px 0px;
  min-height: 456px;
}

.profiless .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 13px 12px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery .image {
  padding: 7px;
  width: calc(100% / 4);
}

.gallery .image span {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.gallery .image img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.gallery .image:hover img {
  transform: scale(1.1);
}

.preview-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  max-width: 700px;
  width: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.preview-box.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}

.preview-box .details {
  display: flex;
  align-items: center;
  padding: 12px 15px 12px 10px;
  justify-content: space-between;
}

.preview-box .details .title {
  display: flex;
  font-size: 18px;
  font-weight: 400;
}

.details .title p {
  margin: 0 5px;
}

.details .title p.current-img {
  font-weight: 500;
}

.details .icon {
  color: #007bff;
  font-size: 20px;
  cursor: pointer;
}

.preview-box .image-box {
  display: flex;
  width: 100%;
  position: relative;
}

.image-box .slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  height: 50px;
  width: 60px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
}

.slide.prev {
  left: 0px;
}

.slide.next {
  right: 0px;
}

.image-box img {
  width: 100%;
  border-radius: 0 0 3px 3px;
}

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0, 0, 0, 0.45);
}

@media(max-width: 1000px) {
  .gallery .image {
    width: calc(100% / 2);
  }
}

@media(max-width: 600px) {
  .gallery .image {
    width: 100%;
    padding: 4px;
  }
}

.form-inline {
  display: -ms-flexbox;
  display: initial;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.hc ul.listItemss li {
  color: #020D26;
  background: url(../images/correct.png) no-repeat 0 19px;
  padding-left: 19px;
  list-style: none;
  margin-left: -6px;
  line-height: 23px;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 18px;
  font-weight: 500;
  padding: 12px 17px;
  background-size: 10px auto;

}


.tabs-to-dropdown .dropdown-toggle,
.tabs-to-dropdown .dropdown-item {
  font-size: 1.3rem;
}

.tabs-to-dropdown .nav-wrapper {
  padding: 15px;
}

.Lists ul.listItemss li {
  color: #020D26;
  background: url(../images/correct.png) no-repeat 0 18px;
  padding-left: 23px;
  list-style: none;
  margin-left: -40px;
  line-height: 23px;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 18px;
  font-weight: 500;
  background-size: 10px auto;
  padding: 12px 17px;
}



.tabs-to-dropdown .nav-wrapper a {
  color: #000;
  font-weight: 700;
  padding: 3px 12px;
}

.tabs-to-dropdown .nav-pills .nav-link.active {
  background-color: #eea687;
}

.tabs-to-dropdown .nav-pills li:not(:last-child) {
  margin-right: 30px;
}

.nav-pills .nav-link {
  border-radius: 2px;
}

.tabs-to-dropdown .tab-content .container-fluid {
  max-width: 1250px;
  padding-top: 24px;
  padding-bottom: 70px;
}

.tab-content .active {
  background-color: transparent;
  color: #000;
}

.tabs-to-dropdown .dropdown-menu {
  border: none;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.08);
}

.tabs-to-dropdown .dropdown-item {
  padding: 14px 28px;
}

.tabs-to-dropdown .dropdown-item:active {
  color: var(--white);
}

@media (min-width: 1280px) {
  .tabs-to-dropdown .nav-wrapper {
    padding: 12px 13px;
  }
}



.login-web {
  background-image: url(../images/login.png);
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.manual {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  /* position: absolute; */
  top: -14%;
  width: 98%;
  left: 4%;
  padding: 0px 40px 25px;
  border-radius: 20px;
}

.login-web .btn-darks {
  padding: 4px 18px;
  color: #fff;
  background-color: #2F353B;
  border-color: #2F353B;
  border-radius: 0px;
  font-size: 24px;
  /* width: 102% !important; */
  font-weight: 600;
}

.login-web .form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 0.5;
  color: #495057;
  background-color: #EEEEEE;
  background-clip: padding-box;
  border: 1px solid #EEEEEE;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border-radius: 1px;
}

.login-web .otp-wrapper span {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
}

.login-web .otp-input {
  background-color: #EEEEEE;
  background-clip: padding-box;
  border: 1px solid #EEEEEE;
  height: 38px;
  width: 48%;
}

.login-web .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  border-radius: 0px;
  font-weight: 600;
}

.constructions .text-danger {
  color: #FF2116 !important;
  font-size: 16px;
  font-weight: 700;
}

.btn-secondary {
  color: #fff;
  /* background-color: #6c757d; */
  border-color: #6c757d;
  background: linear-gradient(135deg, #F7BB7A, #DA7AA4, #8B54C7);
  border: none;
  border-radius: 1px;
  font-size: 20px;
  padding: 4px 34px
}

.aos-init a {
  color: #FF663E !important;
  font-size: 18px;
  text-decoration: underline;
}

.constructions .card-item {
  border: 2px solid #98815996;
  background: #fff;
  position: relative;
  border-radius: 0;
  padding: 0px 14px 0px 14px;
  box-shadow: 0px 3px 6px #00000021;
  border-radius: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* .carousel-inner img {
  height: 280px !important;
} */

#carouselExampleIndicators i {
  background: rgb(0 0 0 / 69%);
  color: #fff;
  line-height: 34px;
  width: 31px;
  height: 35px;
  font-size: 17px;
  border-radius: 0;
  transition: all 500ms ease;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4%;
  color: #fff;
  text-align: center;
  opacity: 1.5 !important;
  transition: opacity .15s ease;
}

@media only screen and (min-width: 1900px) {
  .logo img {
    width: 19%;
  }


}

@media only screen and (min-device-width:1920px) and (max-device-width: 1280px) and (orientation: landscape) {
  .logo img {
    width: 19%;
  }

  .carousel-inner img {
    height: 445px !important;
  }

 
}

@media only screen and (min-device-width:1860px) and (max-device-width: 1280px) and (orientation: landscape) {
  .logo img {
    width: 19%;
  }

  .carousel-inner img {
    height: 445px !important;
  }
}

.card-item img {
  width: 93% !important;
}

.constructions .col-lg-3 {
  padding-right: 8px;
  padding-left: 5px;
}

.btn-dark {
  color: #fff;
  background-color: #35434D;
  border-color: #35434D;
  border-radius: 1px;
  font-style: 18px;
}

.card-item .col-lg-6 {
  padding-right: 1px;
  padding-left: 3px;
}

.constructions .card-item .card-bg {
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.constructions .card-item .card-body {
  padding: 30px;
}

.constructions .card-item h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--color-secondary);
}

.constructions .card-item p {
  color: var(--color-secondary);
  margin: 0;
  line-height: 2.0;
}

.cm {
  width: 26%;
}

@media(max-width: 600px) {

  .carousel-inner img {
    height: auto !important;
  }

  .three h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
    font-weight: bold;
  }

  .categories ul {
    margin-right: -15px !important;
    margin-left: -52px !important;
  }

  .carousel-control-next,
  .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 8%;
    color: #fff;
    text-align: center;
    opacity: 1.5 !important;
    transition: opacity .15s ease;
  }

  ul.navbar-nav>li>a {
    font-family: "Manrope";
    color: #FFFFFF !important;
    font-weight: 500 !important;
    text-transform: initial;
    font-size: 15px;
    margin: 0;
    line-height: 19px;
    padding: 15px 0px !important;
  }
}

.Tirumala h6 {
  font-size: 15px;
}

.Tirumala h4 {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.2px;
}

.circular ul.listItemss li {
  color: #020D26;
  background: url(../images/correct.png) no-repeat 0 17px;
  padding-left: 24px;
  list-style: none;
  margin-left: -39px;
  line-height: 23px;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 18px;
  font-weight: 500;
  background-size: 10px auto;
  padding: 12px 17px;
}

.circular li:nth-child(odd) {
  background-color: #EEEEEE !important;
  /* Light gray */
}

.circular li:nth-child(even) {
  background-color: #af3d4b30 !important
    /* Slightly darker gray */
}

.card-p .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 19px;
  padding: 10px 10px 0px;
  min-height: 412px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #555;
}

@media (max-width: 767px) {

  .navbar-default,
  .navbar-inverse {
    .navbar-nav {
      display: inline;
    }

    .navbar-nav .open .dropdown-menu {
      border-bottom: 1px solid white;
      border-radius: 0;
    }

    .navbar-brand {
      display: inline;
    }

    .navbar-toggle .icon-bar {
      background-color: #fff;
    }

    .dropdown-menu>li>a {
      color: red;
    }

    .dropdown-menu>li>a:hover,
    .dropdown-menu>li>a:focus {
      background-color: #ccc;
    }
  }

  .navbar-nav .open .dropdown-menu {
    border-bottom: 1px solid white;
    border-radius: 0;
  }

  .dropdown-menu {
    padding-left: 10px;
  }

  .dropdown-menu .dropdown-menu {
    padding-left: 20px;
  }

  .profiless h4 {
    text-transform: capitalize;
  }

  .dropdown-menu .dropdown-menu .dropdown-menu {
    padding-left: 30px;
  }

  li.dropdown.open {
    border: 0px solid red;
  }
}

.leagal .categories-view1-wrap {
  box-shadow: 0px 3px 6px #00000029;
  padding: 22px 7px 16px 10px;
}

.adopt h4 {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

.e-Services .categories-view1-wrap {
  box-shadow: 0px 3px 6px #00000029;
  padding: 23px 7px 16px 10px;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #70707033;
  min-height: 92px;
}

.Supreme .categories-view1-wrap {
  box-shadow: 0px 3px 6px #00000029;
  padding: 26px 7px 16px 10px;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #70707033;
  min-height: 92px;
}

.scia .categories-view1-wrap {
  box-shadow: 0px 3px 6px #00000029;
  padding: 19px 7px 16px 10px;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #70707033;
  min-height: 85px;
}

@media (min-width: 768px) {
  ul.nav li:hover>ul.dropdown-menu {
    display: block;
  }

  #navbar {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {

  .logos {
    display: flex !important;
    border: 1px solid #fff !important;
    border-radius: 10px;
  }
}

.dropdown-menu {
  text-align: left;
  background: #fff;
  z-index: 100;
  min-width: 285px;
  border-radius: 0;
  border: 0;
  border-top: 2px solid #f8c853;
  padding: 0px 0px;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu li a {
  font-family: "Manrope";
  display: block;
  font-size: 14px !important;
  text-transform: initial;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  padding: 9px 12px;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #e5e5e5;
  color: #000;
}

@media (min-width:1281px) {
  .logo-area h2 {
    font-size: 43px !important;
    line-height: 39px;

  }

  .news p {
    font-size: 14px !important;
    color: #020D26 !important;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: 600;
  }

  .logo-area h2 span {
    font-size: 16.6px;
    line-height: 0px;

  }

  .ribbon {
    padding: 7px 10px 18px;
    height: 55.3px;
    background: linear-gradient(96deg, #EEE3D4, #EBE5D0);
    color: #000000;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 17px;

  }

  .demo1 {
    overflow-y: hidden;
    height: 477px !important;
  }

  .demo2 {
    overflow-y: hidden;
    height: 502px !important;
  }

  .Tenders .fa,
  .fas {
    font-weight: 900 !important;
  }

  @media only screen and (min-device-width: 1200px) and (max-device-width: 1280px) {

    .logo-area h2 {
      font-size: 27px !important;
      line-height: 27px;
      letter-spacing: 1px;
      font-family: "Montserrat";
      margin-bottom: 0px;
      text-shadow: 3px 3px 0px #00000021;
      text-transform: uppercase;
      font-weight: 800;
    }

    .logo-area h2 span {
      font-size: 13.6px;
      line-height: 0px;
    }
  }
}

.tag-wrap {
  filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
}

.tag {
  background: #FB8C00;
  color: #222;
  padding: 6px 5px 6px;
  font: bold 32px system-ui;
  clip-path: polygon(30px 0%, 100% 0%, 100% 100%, 30px 100%, 0 50%);
}

@media screen and (max-width: 1280px) {
  .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    background: #EEEEEE;
    font-size: 12px;
  }

  .news p {
    font-size: 9.5px !important;
    color: #020D26 !important;
    line-height: 23px;
    margin-bottom: 0px;
    font-weight: 600;
  }

  .ribbon {
    padding: 9px 14px;
    height: 52.5px;
    background: linear-gradient(96deg, #EEE3D4, #EBE5D0);
    color: #000000;
    font-size: 15px;
    display: flex;
    font-weight: 600;
    width: 100%;
    max-width: 594px;
    margin-bottom: 16px;
    line-height: 20px;
    letter-spacing: 0.2px;
  }

  .Case h4 {
    font-size: 12px;
    line-height: 19px;
    font-weight: 700 !important;
    text-align: center;
    margin-top: 10px;
  }
}

@media screen and (min-width: 1500px) {
  .ribbon {
    padding: 7px 10px 18px;
    height: 79.7px;
    background: linear-gradient(96deg, #EEE3D4, #EBE5D0);
    color: #000000;
    font-size: 16px;
    border-radius: 5px;
  }

  .demo1 {
    overflow-y: hidden;
    height: 512px !important;
  }

  .news p {
    font-size: 17px !important;
    color: #020D26 !important;
    line-height: 23px;
    margin-bottom: 0px;
    font-weight: 600;
  }

  .demo2 {
    overflow-y: hidden;
    height: 587px !important;
  }
}

@media screen and (min-width: 1600px) {
  .ribbon {
    padding: 7px 10px 18px;
    height: 82.3px;
    background: linear-gradient(96deg, #EEE3D4, #EBE5D0);
    color: #000000;
    font-size: 16px;
    border-radius: 5px;
  }

  .demo1 {
    overflow-y: hidden;
    height: 530px !important;
  }

  .news p {
    font-size: 17px !important;
    color: #020D26 !important;
    line-height: 25px;
    margin-bottom: 0px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1700px) {
  .ribbon {
    padding: 7px 10px 18px;
    height: 50.3px;
    background: linear-gradient(96deg, #EEE3D4, #EBE5D0);
    color: #000000;
    font-size: 16px;
    border-radius: 5px;
  }

  .demo1 {
    overflow-y: hidden;
    height: 549px !important;
  }

  .news p {
    font-size: 17px !important;
    color: #020D26 !important;
    line-height: 25px;
    margin-bottom: 0px;
    font-weight: 600;
  }
}

@media screen and (min-width: 1800px) {
  .ribbon {
    padding: 7px 10px 18px;
    height: 64px;
    background: linear-gradient(96deg, #EEE3D4, #EBE5D0);
    color: #000000;
    font-size: 17px;
    border-radius: 5px;
    line-height: 52px;
  }

  .demo1 {
    overflow-y: hidden;
    height: 558px !important;
  }

  .news p {
    font-size: 17px !important;
    color: #020D26 !important;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: 600;
  }
}

.adopts .text-end {
  text-align: end;
}

@media screen and (min-width: 1900px) {
  .ribbon {
    padding: 7px 10px 18px;
    height: 68px;
    background: linear-gradient(96deg, #EEE3D4, #EBE5D0);
    color: #000000;
    font-size: 20px;
    border-radius: 5px;
    line-height: 54px;
  }
 .profiless .card {
    min-height: 694px !important;
  }
  .demo1 {
    overflow-y: hidden;
    height: 573px !important;
  }

  .news p {
    font-size: 17px !important;
    color: #020D26 !important;
    line-height: 28px;
    margin-bottom: 0px;
    font-weight: 600;
  }
}

@media screen and (min-width: 2000px) {
  .ribbon {
    padding: 7px 10px 18px;
    height: 95px;
    background: linear-gradient(96deg, #EEE3D4, #EBE5D0);
    color: #000000;
    font-size: 20px;
    border-radius: 5px;
  }

  .demo1 {
    overflow-y: hidden;
    height: 584px !important;
  }

  .news p {
    font-size: 17px !important;
    color: #020D26 !important;
    line-height: 25px;
    margin-bottom: 0px;
    font-weight: 600;
  }
}

.e-Services .categories-view1-wrap {
  box-shadow: 0px 3px 6px #00000029;
  padding: 21px 5px 13px 10px;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #70707033;
  min-height: 151px;
  box-shadow: 0px 3px 6px #9B3D3B91;
  border-radius: 10px;
  border: 1px solid #7C2E3E;
}

.three h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #bd4c35;
}

.three h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 100%;
  max-width: 112px;
  background-color: #bd4c35;
}

.Tenders .active {
  background: #35434D !important;
  color: #fff !important;
}

.categories-view1 a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #000000;
  line-height: 21px;
  text-align: left;
}

.e-Services .categories-view1 a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #000000;
  line-height: 21px;
  text-align: center;
}

.tab-content .active {
  background-color: transparent !important;
  color: #000 !important;
}

.news .active {
  background: linear-gradient(135deg, #AB4437, #6A2642) !important;
  color: #fff !important;
}

.jud .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  flex: 0 0 53%;
  max-width: 20%;
}

@media only screen and (max-width: 600px) {
  .news p {
    font-size: 12.5px !important;
    color: #020D26 !important;
    line-height: 23px;
    margin-bottom: 0px;
    font-weight: 600;
  }

  .adopt {
    padding-left: 25px;

  }

  .Quality img {
    width: auto !important;
  }

  .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    background: #EEEEEE;
    font-size: 14px;
  }

  .pl-3,
  .px-3 {
    padding-left: 0rem !important;
  }

  .pb-3,
  .py-3 {
    padding-bottom: 0rem !important;
  }

  .pr-3,
  .px-3 {
    padding-right: 0rem !important;
  }

  .jud .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 53%;
    max-width: 49%;
  }

  .e-Services .col-md-3 {
    flex: 0 0 48%;
    max-width: 56%;
  }

  .e-Services .categories-view1-wrap {
    box-shadow: 0px 3px 6px #00000029;
    padding: 21px 5px 13px 10px;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #70707033;
    min-height: 176px;
    box-shadow: 0px 3px 6px #9B3D3B91;
    border-radius: 10px;
    border: 1px solid #7C2E3E;
  }
}

@media screen and (min-width: 1800px) {

  .e-Services .categories-view1-wrap {
    box-shadow: 0px 3px 6px #00000029;
    padding: 21px 5px 13px 10px;
    border-radius: 10px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #70707033;
    min-height: 169px;
    box-shadow: 0px 3px 6px #9B3D3B91;
    border-radius: 10px;
    border: 1px solid #7C2E3E;
  }

}

@media (max-width: 1200px) {
  @media (max-width: 1200px) {
    .ribbon {
      padding: 9px 14px;
      height: 50.5px;
      background: linear-gradient(96deg, #EEE3D4, #EBE5D0);
      color: #000000;
      font-size: 12px;
      display: flex;
      font-weight: 600;
      width: 100%;
      max-width: 598px;
      margin-bottom: 16px;
      line-height: 17px;
      letter-spacing: 0.2px;
    }

    .Quality img {
      width: 25%;
    }

    .news p {
      font-size: 9.5px !important;
      color: #020D26 !important;
      line-height: 19px;
      margin-bottom: 0px;
      font-weight: 600;
    }

    .demo1 {
      overflow-y: hidden;
      height: 432px !important;
    }

    .panel-body .p-2 {
      padding: 3px !important;
    }

    .copyright {
      background: #35434D;
      font-size: 12px;
      /* left: 0; */
      bottom: 0;
      width: 100%;
      z-index: 999;
    }
  }

  /* 
@media only screen and (min--moz-device-pixel-ratio: 1.25),
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-device-pixel-ratio: 1.25) {
  .ribbon img {
    margin-right: 10px;
    position: relative;
    bottom: 11px;
    height: 26px;
  }

  .Tenders .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 29%;
    padding-right: 1px;
    padding-left: 5px;
  }

} */
  @media screen and (min-width: 800px) and (max-width: 1000px) {
    .ribbon img {
      margin-right: 10px;
      position: relative;
      bottom: 11px;
      height: 26px;
    }

    .logo img {
      width: 61px;
    }

    .logo-area h2 {
      font-size: 27px !important;
      line-height: 20px;
      letter-spacing: 2.3px;
      font-family: "Montserrat";
      margin-bottom: 0px;
      text-shadow: 3px 3px 0px #00000021;
      text-transform: uppercase;
      font-weight: 800;
      color: #AF3D4B;
    }

    .logo-area .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 4 0 44.666667%;
      max-width: 27.666667%;
    }

    .logo-area h2 span {
      font-size: 10px;
      line-height: 0px;
    }

    .logo-area .col-lg-3 {
      padding-right: 0px;
      padding-left: 30px;
      flex: 0 0 29.333333%;
      max-width: 36.333333%;
    }

    .Tenders .col-lg-3 {
      flex: 0 0 29%;
      max-width: 32%;
      padding-right: 1px;
      padding-left: 5px;
    }

    .order-md-2 {
      -ms-flex-order: 2;
      order: -1;
    }

    .Tenders .col-lg-3 {
      flex: 0 0 58%;
      max-width: 53%;
      padding-right: 30px;
      padding-left: 10px;
    }

    .ribbon {
      padding: 9px 14px;
      height: 49.5px;
      background: linear-gradient(96deg, #EEE3D4, #EBE5D0);
      color: #000000;
      font-size: 12px;
      display: flex;
      font-weight: 600;
      width: 100%;
      max-width: 598px;
      margin-bottom: 9px;
      line-height: 34px;
      letter-spacing: 0.2px;
    }

    .news p {
      font-size: 9.5px !important;
      color: #020D26 !important;
      line-height: 14px;
      margin-bottom: 0px;
      font-weight: 600;
    }

    .demo1 {
      overflow-y: hidden;
      height: 373px !important;
    }

    .news {
      max-width: 47% !important;
      padding-right: 14px !important;
      padding-left: 0px;
    }

    .ribbon img {
      margin-right: 10px;
      position: relative;
      bottom: 11px;
      height: 41px;
    }
  }