@font-face {
  src: url("../../fonts/Poppins-Bold.ttf");
  font-family: "Poppins-Bold";
}
@font-face {
  src: url("../../fonts/Poppins-Regular.ttf");
  font-family: "Poppins-Regular";
}
@font-face {
  src: url("../../fonts/Poppins-SemiBold.ttf");
  font-family: "Poppins-SemiBold";
}
@font-face {
  src: url("../fonts/Poppins-Light.ttf");
  font-family: "Poppins-Light";
}
@font-face {
  src: url("../../fonts/Poppins-Medium.ttf");
  font-family: "Poppins-Medium";
}
@font-face {
  src: url("../../fonts/Rubik-Bold.ttf");
  font-family: "Rubik-Bold";
}
@font-face {
  src: url("../../fonts/Rubik-Regular.ttf");
  font-family: "Rubik-Regular";
}
@font-face {
  src: url("../../fonts/Rubik-Medium.ttf");
  font-family: "Rubik-Medium";
}
@font-face {
  src: url("../../fonts/Rubik-Light.ttf");
  font-family: "Rubik-Light";
}
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap");
/*** ==================================================================== Reset ==================================================================== ***/
* {
  /* margin:0px;
     padding:0px;
     border:none;
     outline:none; */
}
/*** ==================================================================== Global Settings ==================================================================== ***/
html,
body {
  font-family: "Poppins-Semibold";
  font-size: 14px;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.flaticon-next {
  margin-left: 10px;
}
a {
  text-decoration: none !important;
}
select {
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
/*** ==================================================================== preloader ==================================================================== ***/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/pre-loader.gif);
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .counter-section .counter-count {
    font-size: 55px !important;
  }
  .counter-section p a {
    font-size: 35px !important;
  }
  .counter-section p small {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 22px !important;
    line-height: 36px !important;
  }
  h2 {
    font-size: 22px !important;
  }
}
/*-----------------------------slider------------------------------------*/
.top-section {
  background: #f7faff;
}
.mt-5 {
  margin-top: 5px !important;
}
.top-section .top-in {
  padding: 0px;
}
@media (max-width: 1000px) {
  .top-section {
    display: none;
  }
  .header-top {
    display: none !important;
  }
  .navbar {
    position: inherit !important;
    z-index: inherit !important;
    width: auto !important;
    margin-top: 0px !important;
  }
  .navbar-inverse {
    background: #111c55 !important;
  }
  .carousel-indicators {
    z-index: 9 !important;
  }
}
.top-section ul {
  padding: 0px;
  margin: 0px;
}
.top-section .container {
  padding: 0px;
}
.top-section ul.in {
  margin-left: 8px;
}
.top-section ul.in li {
  padding: 17px 10px;
}
.top-section ul li a {
  color: #abaebe;
  text-decoration: none;
  font-family: "Rubik-Regular";
  font-size: 16px;
  cursor: pointer;
}
.top-section ul li a:hover {
  color: #4e0f3b;
}
.top-section ul.pull-right li {
  padding: 17px 15px;
}
.top-section {
  border-top: 1px solid #f7faff;
  border-bottom: 1px solid #ecf3fe;
}
.rev_slider .caption,
.rev_slider .tp-caption.title-1 {
  font-family: "Poppins-Light" !important;
}
.tp-caption.titel-1 {
  font-family: "Poppins-Bold" !important;
  word-spacing: 5px;
}
.tp-caption.titel-2 {
  font-family: "Rubik-Regular" !important;
}
.tp-caption.titel-2-new {
  font-family: "Rubik-Light" !important;
}
.tp-caption.title-3 {
  font-family: "Rubik-Regular" !important;
}
@media screen and (max-width: 768px) {
  .rev_slider {
  }
}
.tp-caption ul {
  padding: 0px;
}
.tp-caption ul li .btn1 {
  font-family: "Poppins-Semibold";
  background: #4e0f3b;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 35px;
  border-radius: 50px;
  border: 2px solid #4e0f3b;
}
.tp-caption ul {
  padding: 0px;
}
.tp-caption ul li .btn1:hover {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
}
.tp-caption ul li .btn2 {
  font-family: "Poppins-Semibold";
  background: transparent;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 35px;
  border-radius: 50px;
  border: 2px solid #fff;
}
.tp-caption ul li .btn2:hover {
  color: #fff;
  background: #4e0f3b;
  border: 2px solid #4e0f3b;
}
.tp-caption ul li .btn1.in {
  font-family: "Poppins-Semibold";
  background: #4e0f3b;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 35px;
  border-radius: 50px;
  border: 2px solid #4e0f3b;
}
.tp-caption ul li .btn1.in:hover {
  background: transparent;
  border: 2px solid #1e2a40;
  color: #1e2a40;
}
.tp-caption ul li .btn2.in {
  font-family: "Poppins-Semibold";
  background: transparent;
  text-transform: uppercase;
  color: #1e2a40;
  padding: 10px 35px;
  border-radius: 50px;
  border: 2px solid #1e2a40;
}
.tp-caption ul li .btn2.in:hover {
  color: #fff;
  background: #4e0f3b;
  border: 2px solid #4e0f3b;
}
.tp-caption ul li {
  padding: 0px 10px;
}
.tp-caption ul li a {
  text-decoration: none;
}
.rev_slider .tp-caption .fa-check {
  margin-right: 20px !important;
  margin-top: 5px;
  font-size: 28px;
  color: #4e0f3b !important;
}
@media screen and (max-width: 768px) {
  .tp-bullets.uranus {
    display: none;
  }
}

#custom-search-input {
  width: 240px !important;
  margin-left: 5px;
  position: relative;
  z-index: 10;
  margin-right: 10px;
}
#custom-search-input .input-group {
  background: #fff;
  border: 1px solid #e2eaf6 !important;
  border-radius: 50px;
  margin: 10px 0;
}
@media (max-width: 1200px) {
  #custom-search-input {
    width: 220px !important;
  }
  .info-inner.form {
    margin-left: 0px;
    width: 219px !important;
  }
}
#custom-search-input .form-control {
  outline: 0px;
  padding: 10px 15px;
  font-family: "Rubik-Regular";
  background: #fff;
  font-size: 16px;
  height: 28px;
  background-image: none;
  border: none !important;
  border-radius: 50px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  margin: 7px;
}
#custom-search-input .btn {
  padding: 8px 18px !important;
}
#custom-search-input .btn .fa-search {
  font-size: 15px;
  color: #9b9ea8;
}
#custom-search-input .btn:focus {
  outline: 0px;
}
#custom-search-input .btn {
  border: 0px;
  background: #f7faff;
  color: #9b9ea8;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-right: 2px;
}
/* ----------------------------Accessibility Icon ----------------------- */

.accessibility-btn:hover .accessibility-dropdown {
  display: block !important;
  position: absolute;
}
.accessibility-btn ul li a {
  color: #fff;
  display: inline-block;
  height: auto;
  line-height: 24px;
  margin-top: 0px;
  border-bottom: 1px solid #666;
  width: 48px;
  text-align: center;
  padding: 5px 0px;
  background: #333;
}
.accessibility-btn ul li:first-child a {
  margin-top: 0px;
}
.accessibility-btn ul li:last-child a {
  border-bottom: 0;
}
.accessibility_img {
  width: 45px;
}
ul.accessibility-dropdown li {
  list-style: none;
  z-index: 999;
  position: relative;
}
.txt span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding-left: 5px;
}
.modal-dialog {
  max-width: 500px;
  margin: 11rem auto;
}
.modal-dialog-centered {
  min-height: calc(100% - (1.75rem * 2));
}
.modal-title {
  display: inline;
}
.btn-primary {
  background-color: #4e0f3b;
  border: 0;
  border-radius: 50px;
  min-width: 180px;
  margin-right: 1rem;
}
.login-modal-footer {
  display: flex;
  align-items: center;
  justify-content: left;
}
/* ----------------------------Accessibility Icon ----------------------- */
/*-----------------------------slider------------------------------------*/
/*-----------------------------------------------------------our-history--------------------------------------------------------------- ======*/
.our-history .image-outer {
  background-image: url(../images/news.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.our-history .image-outer .image-inner {
  width: 100%;
  height: 419px;
  background: rgba(255, 255, 255, 0.2);
}
.our-history .image-outer .image-inner .heading {
  position: absolute;
  z-index: 10;
  top: 30%;
  width: 450px;
  left: 15px;
  padding: 15px 35px;
  background: #fff;
}
@media screen and (max-width: 500px) {
  .our-history .image-outer .image-inner .heading {
    width: auto !important;
    padding: 20px !important;
    left: 0px;
  }
  .our-history .image-outer .image-inner .heading h1 span {
    margin-right: 0px !important;
  }
}
/*-----------------------------container------------------------------------*/
.container {
  padding: 0px !important;
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .wapper {
    overflow: hidden;
    display: none;
  }
}
/*-----------------------------container------------------------------------*/
.wapper {
  overflow: hidden;
}
.top {
  background: #111c55;
}
.top p {
  margin: 0px;
}
.top-left-inner {
  float: left;
  width: 100%;
  margin-left: 15px;
  padding: 17px 0px;
}
.top-left-inner .icn {
  margin-top: -4px;
}
.top-left-inner p {
  padding-right: 12px;
  float: left;
}
.top-left-inner p .flaticon-accept {
  color: #4e0f3b;
  font-size: 18px;
}
.top-left-inner .txt {
  font-family: Rubik-Regular;
  font-size: 16px;
  color: #abaebe;
}
.top-left-inner .txt span {
  color: #4e0f3b;
}

.top-right-inner {
  float: right;
  padding-right: 14px;
}
.top-right-inner p {
  float: left;
}
.top-right-inner .para {
  padding: 17px 18px 16px;
  color: #abaebe;
  font-family: Rubik-Regular;
  font-size: 16px;
}
.top-right-inner .para.in {
  border-right: 2px solid #142476;
}
.top-right-inner .para.last {
  padding: 17px 0px 16px 18px;
}
@media screen and (max-width: 1200px) {
  .top {
    display: none;
  }
  .header-top {
    display: none;
  }
}
.header-top {
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px 0 50px 0;
  border-bottom: 2px solid #380729;
}
.header-top .container {
  padding: 0px;
}
.header-top .navbar-brand {
  padding: 0px !important;
  float: left;
  height: auto;
  margin-top: 4px;
}
.header-top .logo_expand {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-top .navbar-brand .rcc_logo {
  width: 250px;
}
.header-top .navbar-brand .rcc_logo_icon {
  width: 125px;
  margin-right: 1rem;
  display: inline;
}
.header-top .navbar-brand .logo_text {
  color: #4e0f3b;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  font-weight: 700;
}
.header-top .navbar-brand .logo_text span {
  color: #111;
  font-family: "Poppins-Regular";
  font-size: 1.3rem;
  padding-top: 1rem;
  display: flex;
}

.right-header {
  float: right;
}
.header-info {
  float: left;
  width: 100%;
}
.info-inner {
  float: left;
}
.info-inner span.icontop {
  float: left;
  color: #ffa500;
  width: 45px;
  height: 45px;
  padding: 7px 7px;
  font-size: 30px;
  margin-right: 15px;
}
.iconcont {
  font-family: Rubik-Medium;
  float: left;
  font-size: 15px;
  line-height: 30px;
  color: #222222;
  font-weight: 500;
  text-transform: uppercase;
}
.iconcont a {
  font-family: Rubik-Regular;
  font-size: 16px;
  color: #9b9ea8;
  text-decoration: none !important;
  text-transform: none;
}
.iconcont a:hover {
  color: #9b9ea8;
}
.info-inner .button {
  margin-top: 20px;
  float: left;
}
.info-inner .button a {
  font-size: 16px;
  font-family: Poppins-Semibold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 25px 10px 25px;
  background: #f7faff;
  color: #222222;
  border-radius: 30px;
  border: 2px solid #e1e8f4;
}
.info-inner {
  float: left;
  margin-left: 20px;
  margin-top: 17px;
}
.certificate_img {
  width: 45px;
  margin-top: 5px;
}
/*---------------------------------welcome section------------------------------*/

.content-outer-about {
  background: #380729;
  height: 420px;
  padding: 40px 20px;
}
.content-outer-about .content-inner h2 {
  margin-top: 10px;
}
.content-outer-about .content-inner h2 a {
  font-family: "poppins-Semibold";
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  cursor: url(../image/company-overview/about-inner-cursor.png), auto !important;
}
/* .content-outer-about .content-inner a{
    font-family:"Rubik-Regular";
    font-size:15px;
    color:#abaebe;
    line-height:20px;
    margin: 20px;
}
.content-outer-about .content-inner a::before{
    content: "- ";
} */
.content-outer-about .content-inner p {
  font-family: "Rubik-Regular";
  font-size: 15px;
  color: #abaebe;
  line-height: 20px;
  margin-bottom: 20px;
}
/* .content-outer-about .content-inner p::before{
    content: "- ";

} */
.content-outer-about .content-inner.in {
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}
.welcome-about-us {
  padding: 80px 0px 60px;
}
.welcome-section .welcome-sec-outer {
  /* background:#111c55; */
  background: #380729;
  padding: 22px;
}
.welcome-section .welcome-sec-outer-mid {
  /* background:#16215d; */
  background: #4e0f3b;
  padding: 22px;
}
.wel-row {
  display: flex;
}
.one {
  flex: 1;
}
.welcome-section .welcome-sec-inner .icon {
  font-size: 50px;
  color: #fff;
}
@media (max-width: 992px) {
  .welcome-section .welcome-sec-outer {
    background: #380729;
    padding: 25px 15px;
  }
  .welcome-section .welcome-sec-outer-mid {
    background: #4e0f3b;
    padding: 25px 15px;
  }
}
@media (max-width: 768px) {
  .wel-row {
    display: block;
  }
  .one {
    flex: unset;
  }
}
.welcome-sec-inner:hover .icon {
  color: #f8e510;
}
.welcome-section .welcome-sec-inner .welcome-inner h2 {
  margin: 0px;
  padding: 5px 0px 15px;
}
.welcome-section .welcome-sec-inner .welcome-inner h2 a {
  font-family: "Poppins-Semibold";
  font-size: 19px;
  color: #ffffff;
  line-height: 30px;
  text-decoration: none;
  font-weight: normal;
}
.welcome-section .welcome-sec-inner .welcome-inner p {
  font-family: "Rubik-Regular";
  font-size: 15px;
  color: #abaebe;
  line-height: 25px;
}
.welcome-section-rcc {
  background-image: url(../../assets/images/service-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px 100px;
}
.welcome-section-rcc .heading h2 {
  font-family: Poppins-Bold;
  font-size: 36px;
  color: #222222;
  float: left;
  margin: 0px;
}
@media screen and (max-width: 992px) {
  .welcome-section-rcc .heading h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .welcome-section-rcc .welcome-content {
    margin-bottom: 30px !important;
  }
}
.welcome-section-rcc .heading h2 span {
  line-height: 0.7;
  display: inline-block;
  border-bottom: 4px solid #f8e510;
}
.welcome-section-rcc .para-graph p {
  font-family: Rubik-Regular;
  font-size: 16px;
  color: #555;
  line-height: 25px;
  position: relative;
}
.welcome-section-rcc .welcome-content {
  margin-bottom: 45px;
}

.our-history .image-outer .image-inner .heading h1 {
  font-family: "Poppins-Semibold";
  font-size: 48px;
  color: #222222;
  line-height: 48px;
  text-transform: uppercase;
}
.our-history .image-outer .image-inner .heading h1 span {
  line-height: 0.7;
  display: inline-block;
  border-bottom: 4px solid #f8e510;
  margin-right: 70px;
}
.our-history .history {
  padding: 60px 0px 0px;
}
/*=============================================================================sec-1 company-sec=============================================================================*/
.company-overview-sec {
  padding: 90px 0px 85px;
}
.company-overview-sec .company-inner {
  margin-top: -5px;
}
.company-overview-sec .logo-read {
  width: 24px;
}
.company-overview-sec .about_more_btn {
  width: 25px;
  margin-left: 25px;
}
.company-overview-sec .column-company {
  padding: 0px;
}
.company-overview-sec .image-sec img {
  margin: 0 auto;
  display: block;
  border-radius: 19px 19px 0px 0px;
}
.company-overview-sec .company-inner h1 {
  font-family: "Poppins-Bold";
  font-size: 36px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0px 0px 25px 0px;
}
.company-overview-sec .company-inner h1 span {
  text-decoration: underline;
  text-decoration-color: #f8e510;
}
.company-overview-sec .company-inner h6 {
  font-family: "Poppins-Semibold";
  font-size: 18px;
  color: #222222;
  line-height: 28px;
  padding-right: 30px;
  margin: 0px 0px 22px 0px;
}
.company-overview-sec .company-inner p {
  font-family: "Rubik-Regular";
  font-size: 15px;
  line-height: 23px;
  color: #555;
  margin: 0px 0px 25px 0px;
}
.company-overview-sec .company-inner .btn-cer {
  margin-top: 35px;
}
.company-overview-sec .company-inner .btn-cer span {
  float: left;
  margin-right: 40px;
  margin-top: 12px;
}
.company-overview-sec .diagnostics {
  background-image: url(../images/cancer_diagnosis.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 150px;
  transition: ease-in-out 0.3s;
  border-radius: 19px 19px 19px 19px;
}
.company-overview-sec .diagnostics:hover{
  transform: translateY(-5px);
}
.company-overview-sec .oncology {
  /* background-image: url(../images/oncology.jpg); */
  background-image: url(../images/21424234124.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 150px;
  border-radius: 19px 19px 0px 0px;
  transition: ease-in-out 0.3s;
}
.company-overview-sec .oncology:hover {
  transform: translateY(-5px);
}
.company-overview-sec .diagnostics .diagnostics_title {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  min-height: 150px;
}
.company-overview-sec .oncology .oncology_title {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  min-height: 150px;
}
.h450 {
  height: 450px;
}
@media (max-width: 992px) {
  .company-outer {
    margin-bottom: 40px;
  }
  .company-overview-sec .company-inner h1 {
    font-size: 30px;
  }
  .h450 {
    height: auto;
  }
}
@media (max-width: 500px) {
  .company-overview-sec .company-inner .btn-cer span {
    float: none;
    width: 100%;
  }
  .company-overview-sec .company-inner .btn-cer .image {
    margin-top: 40px;
    padding: 0px;
  }
  .h450 {
    height: auto;
  }
}
.company-overview-sec .company-inner .btn-cer span a {
  font-family: "Poppins-Semibold";
  text-decoration: none;
  font-size: 16px;
  color: #222;
  padding: 13px 45px;
  border: 2px solid #9b9ea8;
  background: #f7faff;
  border-radius: 50px;
}
.company-overview-sec .company-inner .btn-cer span a.read_more {
  font-family: "Poppins-Regular";
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  padding: 13px 19px;
  border: 0 !important;
  background: #4e0f3b;
  border-radius: 50px;
}
.company-overview-sec .company-inner .btn-cer span a:hover {
  color: #fff;
  background: #4e0f3b;
  border: 2px solid #4e0f3b;
}
.company-overview-sec .company-inner .btn-cer .image li {
  display: inline-block;
}
.company-overview-sec .company-outer-two .btn-2 {
  background: #4e0f3b;
  padding: 10px 20px;
  border-radius: 0px 0px 19px 19px;
}
.company-overview-sec .company-outer-one .btn-2 {
  background: #4e0f3b;
  padding: 7px 20px;
}
.company-overview-sec .company-outer-one .btn-2 span a {
  font-family: "Poppins-Regular";
  font-size: 13px;
  color: #fff;
  padding: 0px;
}
a.read_more_about {
  font-family: "Poppins-Regular";
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  padding: 13px 19px;
  /* background: linear-gradient(to top , #4e0f3b, rgba(0,0,0,0)); */
  position: absolute;
  bottom: 0;
  line-height: 1.8;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-13 {
  margin-top: 13px !important;
}
.company-overview-sec .company-outer-two .btn-2 span .logo-read {
  margin-right: 10px;
}
.company-overview-sec .company-outer-two .btn-2 span a {
  font-family: "Poppins-Semibold";
  font-size: 15px;
  color: #fff;
  padding: 0px;
}
.company-overview-sec .company-outer-one .btn-2 span .read_more_icon {
  margin-right: 10px;
  width: 20px;
}
.company-inner-two {
  /* background: rgba(247, 250, 255, 98); */
  padding: 18px 25px;
  /* -webkit-box-shadow: 4px 5px 10px -3px rgba(1, 1, 1, 0.1); */
  /* box-shadow: 4px 5px 10px -3px rgba(1, 1, 1, 0.1); */
}
.our-cases-section .our-cases-inner .image .link {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: transparent;
  text-decoration: none;
  top: 0;
  right: 0;
  cursor: url(../img-1/cursor.png), auto;
}

.company-inner-two .company-inner-1 {
  padding-bottom: 15px;
}
.company-inner-two .company-inner-1 h2 {
  font-family: "Poppins-Semibold";
  font-size: 18px;
  color: #4e0f3b;
  line-height: 26px;
  margin-top: 0px;
  text-align: center;
}
.company-inner-two .company-inner-1 p {
  font-family: "Rubik-Regular";
  font-size: 14px;
  line-height: 24px;
  color: #555;
}
.company-overview-sec .bor {
  border: 1px solid #edf3fc;
}
.company-inner-two .company-inner-2 h2 {
  font-family: "Poppins-Semibold";
  font-size: 18px;
  color: #4e0f3b;
  line-height: 26px;
}
.company-inner-two .company-inner-2 p {
  font-family: "Rubik-Regular";
  font-size: 14px;
  line-height: 24px;
  color: #555;
}
/*=============================================================================sec-1 company-sec=end============================================================================*/

/*---------------------------------Product-section------------------------------*/
.product-section-rcc {
  position: relative;
  /* margin-top: -100px; */
}
.product-section-rcc .product-1:hover .txt-inner .icon1 {
  color: #f7faff;
  z-index: 0;
}
.product-section-rcc .txt-inner .icon1 {
  font-size: 55px;
  color: #e9f3fe;
  display: block;
  position: absolute;
  right: 35px;
  margin-top: -75px;
}
.product-section-rcc .txt-inner {
  padding: 0px 25px 10px;
}
.product-section-rcc .product-1 {
  margin-bottom: 40px;
}
.product-section-rcc .product-1:hover .txt-inner span > img {
  visibility: hidden;
}
.product-section-rcc .txt-inner img {
  margin-left: 144px;
  position: relative;
}
.product-section-rcc .product-1 h2 {
  line-height: 25px;
}
.product-section-rcc .product-1 h2 a {
  text-decoration: none;
  font-family: Poppins-Semibold;
  font-size: 18px;
  color: #222222;
  font-weight: bold;
}
.product-section-rcc .product-1 p {
  font-family: Rubik-Regular;
  font-size: 15px;
  color: #555;
  line-height: 23px;
}
.product-section-rcc .product-1 h6 a {
  font-family: Rubik-Regular;
  text-decoration: none;
  font-size: 15px;
  color: #222222;
  line-height: 27px;
}
.product-section-rcc .product-1 h6 a {
  color: #4e0f3b;
}
.product-section-rcc .product-1 {
  border: 2px solid #d2d3366b;
}
.product-section-rcc .product-1:hover {
  background-color: #f7faff;
}
.product-section-rcc .product-1:hover h6 {
  color: #4e0f3b;
}
.product-section-rcc .product-1:hover h6 a {
  color: #4e0f3b;
}
.product-section-rcc .product-1 .image-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.product-section-rcc .product-1 .image-1 img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.9s;
}
.product-section-rcc .product-1:hover .image-1 img {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.5);
}
.product-section-rcc .product-1 .image-1 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  /* background-color: rgba(39,47,91,.9); */
  background-color: rgba(60, 14, 56, 0.9);
}
.product-section-rcc .product-1:hover .image-1 .overlay {
  opacity: 1;
}
.product-section-rcc .product-1 .image-1 .overlay .text {
  color: #f8e510;
  font-size: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: justify;
}
.product-section-rcc .product-1 .image-1 .overlay::before,
.product-section-rcc .product-1 .image-1 .overlay::after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
}
.product-section-rcc .product-1 .image-1 .overlay::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.product-section-rcc .product-1 .image-1 .overlay::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.product-section-rcc .product-1:hover .image-1 .overlay::before,
.product-section-rcc .product-1:hover .image-1 .overlay::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.icon-product {
  width: 40px;
}
.product-section-rcc a.link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent;
  text-decoration: none;
  top: 0;
  right: 0;
  cursor: url(../img/cursor.png), auto;
}
/*------------------------------------------tw0-----------------------------------*/
.product-rcc-two {
  background-color: #fff;
  padding: 0px 0px 40px 0px;
}
.product-rcc-two .product-inner {
  overflow: hidden;
  border: 2px solid #f7faff;
}
.product-rcc-two .product-inner .image {
  float: left;
  padding-right: 15px;
  line-height: 25px;
}
.product-rcc-two .product-inner {
  margin-bottom: 40px;
}
.product-rcc-two .product-inner .product-outer .text {
  padding: 9px 15px;
}
@media screen and (max-width: 992px) {
  .product-rcc-two .product-inner .product-outer .text {
    padding: 31px 15px;
  }
}
@media screen and (max-width: 768px) {
  .product-rcc-two .product-inner .product-outer .text {
    padding: 2px 15px 9px !important;
  }
}
@media screen and (max-width: 400px) {
  .product-rcc-two .product-inner .image {
    float: inherit !important;
    padding-right: 0px !important;
    line-height: 25px;
  }
  .product-rcc-two .product-inner .overlay-2-1 {
    margin: 0 auto;
  }
  .product-rcc-two .product-inner .image img {
    margin: 0 auto;
  }
  .product-rcc-two .product-inner .product-outer .text h2 {
    padding-right: 0px !important;
  }
  .product-rcc-two .product-inner .product-outer {
    text-align: center;
  }
}
.product-rcc-two .product-inner:hover .product-outer .text .icon1 {
  color: #f7faff;
}
.product-rcc-two .product-inner .product-outer .text .icon1 {
  font-size: 55px;
  color: #e9f3fe;
  display: block;
  position: absolute;
  right: 35px;
  margin-top: -55px;
  z-index: 0;
}
.product-rcc-two .product-inner .product-outer .text h2 {
  padding-right: 31px;
  line-height: 23px;
}
.product-rcc-two .product-inner .product-outer .text h2 a {
  font-family: Poppins-Semibold;
  text-decoration: none;
  font-size: 18px;
  color: #222222;
  cursor: pointer;
}
.product-rcc-two .product-inner .product-outer .text p {
  font-family: Rubik-Regular;
  font-size: 16px;
  font-weight: normal;
  color: #9b9ea8;
  line-height: 26px;
  margin: 0px;
  padding-bottom: 7px;
}
.product-rcc-two .product-inner .product-outer .text h6 a {
  font-family: Rubik-Regular;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  color: #222222;
  padding-right: 10px;
}
.product-rcc-two .product-inner .product-outer .text h6 a:hover {
  color: #4e0f3b;
}
.product-rcc-two .product-inner:hover {
  background-color: #f7faff;
}
.product-rcc-two .product-inner .image {
  position: relative;
  width: auto;
}
.product-rcc-two .product-inner .image img {
  width: 150px;
  height: auto;
  display: block;
}
.product-rcc-two .product-inner .overlay-2-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 150px;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(39, 47, 91, 0.9);
}
.product-rcc-two .product-inner:hover .image .overlay-2-1 {
  opacity: 1;
}
.product-rcc-two .product-inner .overlay-2-1 .text-2-1 {
  color: #f8e510;
  font-size: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: justify;
}
.product-rcc-two .product-inner .overlay-2-1::before,
.product-rcc-two .product-inner .overlay-2-1::after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
}
.product-rcc-two .product-inner .overlay-2-1::before {
  border-top: 3px solid #f8e510;
  border-bottom: 3px solid #f8e510;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.product-rcc-two .product-inner .overlay-2-1::after {
  border-right: 3px solid #f8e510;
  border-left: 3px solid #f8e510;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.product-rcc-two .product-inner:hover .overlay-2-1::before,
.product-rcc-two .product-inner:hover .overlay-2-1::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.bg-dark {
  background: #000;
}
.mr-5 {
  margin-right: 5px;
}
.product-rcc-two a.link {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: transparent;
  text-decoration: none;
  top: 0;
  right: 0;
  cursor: url(../img/cursor.png), auto;
}
/*-----section----*/
.section-1 {
  background-image: url(../img/bg-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px 70px 0px;
}
.section-1 .column-inner-1 .column-1-inner .start-up {
  font-family: "Poppins-Bold";
  font-size: 48px;
  color: #fff;
  line-height: 64px;
  margin: 0px;
  margin-top: -15px !important;
}
.section-1 .column-inner-1 .column-1-inner .start-up span {
  line-height: 0.7;
  display: inline-block;
  border-bottom: 4px solid #f8e510;
}
.section-1 .column-inner-1 .column-1-inner .para {
  font-family: "Rubik-Regular";
  font-size: 18px;
  color: #dedede;
  line-height: 34px;
  padding-top: 20px;
}
.section-1 .column-inner-1 .column-1-inner h6 a {
  font-family: "Rubik-Medium";
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  padding: 13px 38px 13px 38px;
  border-radius: 40px;
  border: 2px solid #fff;
  text-decoration: none;
}
.section-1 .column-inner-1 .column-1-inner h6 a:hover {
  background-color: #4e0f3b;
  border: 2px solid #4e0f3b;
}
.section-1 .column-inner-1 .column-1-inner h6 {
  padding-top: 30px;
  padding-bottom: 10px;
}
.section-1 .column-inner-1 .column-1-inner .sign {
  padding-top: 22px;
}
.section-1 .column-inner-2 .column-2-inner .text-inner-1 {
  margin-bottom: 30px;
}
.section-1 .column-inner-2 .column-2-inner .text-inner-1 .icon {
  float: left;
  width: 12%;
  height: 90px;
  margin-top: -4px;
}
.section-1 .column-inner-2 .column-2-inner .text-inner-1 .icon {
  font-size: 50px;
  color: #f8e510;
}
@media screen and (max-width: 520px) {
  .section-1 .column-inner-2 .column-2-inner .text-inner-1 .icon {
    float: none;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .section-1 .column-inner-2 .column-2-inner {
    margin-top: 20px;
  }
  .section-1 .column-inner-2 .column-2-inner .text-inner-1 .text-left {
    text-align: justify !important;
  }
  .section-1 .column-inner-2 .column-2-inner .text-inner-1 {
    text-align: justify !important;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 992px) {
  .column-1-inner {
    margin-bottom: 30px;
  }
}
.section-1 .column-inner-2 .column-2-inner .text-inner-1 h2 {
  margin: 0px;
  font-family: "Poppins-Medium";
  padding-bottom: 10px;
  line-height: 26px;
  text-transform: uppercase;
}
.section-1 .column-inner-2 .column-2-inner .text-inner-1 h2 a {
  font-size: 18px;
  color: #fff;
}
.section-1 .column-inner-2 .column-2-inner .text-inner-1:hover h2 a {
  color: #4e0f3b;
}
.section-1 .column-inner-2 .column-2-inner .text-inner-1 p {
  font-family: "Rubik-Regular";
  font-size: 16px;
  color: #dedede;
  line-height: 27px;
  padding-top: 6px;
}
/*===================================================client-logo =====================================================================*/
#clients .owl-nav {
  display: none;
}
#clients {
  background: #4e0f3b;
  padding: 40px 0px 40px 0px;
}
#clients .item img {
  opacity: 0.3;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#clients .item img:hover {
  opacity: 1;
}
/*===================================================client-logo =====================================================================*/
/*-------------------------------------------------------------------------------our-services-section-------------------------------------------------------------*/
.our-services-section {
  padding: 80px 0px 50px 0px;
}
.our-services-section h1 {
  font-family: "Poppins-Bold";
  font-size: 36px;
  color: #222222;
  text-align: justify;
  line-height: 60px;
  font-weight: 500;
  margin: 0px;
  text-transform: uppercase;
  margin-bottom: 15px !important;
}
.our-services-section h1 span {
  line-height: 0.7;
  display: inline-block;
  border-bottom: 4px solid #f8e510;
}
.our-services-section .main-head {
  padding-bottom: 40px;
}
.our-services-section .service-1 {
  margin-bottom: 30px;
}
.our-services-section p {
  font-size: 18px;
  font-family: Rubik-Regular;
  color: #222222;
  text-align: justify;
  line-height: 25px;
}
.our-services-section .service-1 .service-in {
  font-size: 60px;
  color: #ebf4fe;
  text-align: justify;
  display: block;
  position: absolute;
  width: 100%;
  z-index: -10;
  margin-top: -25px;
  left: 0px;
}
.our-services-section .txt-inner {
  padding: 20px 15px 15px 15px;
}
@media screen and (max-width: 768px) {
  .our-services-section .txt-inner {
    padding: 20px 67px 15px 67px;
  }
}
@media screen and (max-width: 480px) {
  .our-services-section .txt-inner {
    padding: 20px 15px 15px 15px !important;
  }
  .our-services-section .service-1:hover .txt-inner p {
    -webkit-transform: translate3d(0, -40%, 0) !important;
    -moz-transform: translate3d(0, -40%, 0) !important;
    transform: translate3d(0, -40%, 0) !important;
  }
}
.our-services-section .service-1:hover .service-in {
  opacity: 0;
}
.our-services-section .txt-inner {
  position: relative;
}
.our-services-section .service-1:hover .txt-inner h2 {
}
.our-services-section .service-1 .txt-inner h2 {
  font-family: "Poppins-Semibold";
  font-weight: bold;
  color: #222222;
  font-size: 18px;
  text-align: justify;
  margin: 0px;
  padding: 0px 0px 19px;
  line-height: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.our-services-section .service-1 .txt-inner p {
  font-family: Rubik-Regular;
  color: #9b9ea8;
  font-size: 16px;
  text-align: justify;
  line-height: 25px;
  margin: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.our-services-section .service-1 .txt-inner h6 a {
  padding: 0px;
  margin: 0px !important;
  font-size: 16px;
  font-family: Rubik-Regular;
  color: #4e0f3b;
  text-align: justify;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.our-services-section .service-1 .txt-inner h6 {
  text-align: justify;
  margin: 0px;
  padding: 0px;
}
.our-services-section .service-1 .txt-inner h6 a {
  display: block !important;
  font-size: 16px;
  font-family: Rubik-Regular;
  color: #4e0f3b;
  text-align: justify;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.our-services-section .service-1 {
  border: 2px solid #f7faff;
}
.our-services-section .service-1:hover {
  background-color: #f7faff;
}
.our-services-section .service-1:hover h6 {
  color: #4e0f3b;
}
.our-services-section .service-1:hover h6 a {
  color: #4e0f3b;
}
.our-services-section .service-1:hover h2 {
  opacity: 0;
}
.our-services-section .service-1 .image-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.our-services-section .service-1 .image-1 img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.9s;
}
.our-services-section .service-1:hover .image-1 > img {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.5);
}
.our-services-section .service-1 .overlay-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(39, 47, 91, 0.9);
}
.our-services-section .service-1:hover .image-1 .overlay-1 {
  opacity: 1;
}
.our-services-section .service-1 .image-1 .overlay-1 .text-1 {
  color: #f8e510;
  font-size: 18px;
  display: block;
  position: relative;
  text-align: justify;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.our-services-section .service-1 .image-1 .overlay-1 .text-1 .service {
  font-size: 50px;
  color: #f8e510;
}
.our-services-section .service-1 .image-1 .overlay-1 .text-1 .fas {
  font-size: 60px;
  margin-bottom: 9px;
}
.our-services-section .service-1 .image-1 .overlay-1 .text-1 p {
  font-size: 18px;
  margin-bottom: 9px;
  color: #fff;
}
.our-services-section .service-1 .image-1 .overlay-1 .link {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: transparent;
  text-decoration: none;
  top: 0;
  right: 0;
  cursor: url(../img/cursor.png), auto;
}
.our-services-section .service-1:hover .txt-inner p {
  -webkit-transform: translate3d(0, -70%, 0);
  -moz-transform: translate3d(0, -70%, 0);
  transform: translate3d(0, -70%, 0);
}
.our-services-section .service-1:hover .txt-inner h6 a {
  -webkit-transform: translate3d(0, -90%, 0);
  -moz-transform: translate3d(0, -90%, 0);
  transform: translate3d(0, -90%, 0);
  opacity: 1;
}
/*================================================client-tstimonial-------------------------------------------*/
.client-testimonial {
  background: url(../img/client-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px 80px 0px;
}
.client-testimonial h1 span {
  line-height: 0.7;
  display: inline-block;
  border-bottom: 4px solid #f8e510;
}
.client-testimonial h1 {
  font-family: "Poppins-Bold";
  font-size: 36px;
  color: #222222;
  text-align: justify;
  line-height: 40px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .client-testimonial h1 {
    font-size: 30px;
    line-height: 40px !important;
  }
}
.client-testimonial p.main-para {
  font-size: 18px;
  font-family: "Rubik-Regular";
  color: #222222;

  line-height: 25px;
  padding: 14px 0px 0px 30px;
}
.client-testimonial h2 {
  margin: 0px;
  font-family: "Rubik-Medium";
  font-size: 36px;
  color: #4e0f3b;
  line-height: 30px;
  text-align: justify;
  border: 2px solid #e1ecfe;
  padding: 10px 0px 3px 0px;
  margin-top: 10px;
  margin-bottom: 2px;
}
.client-testimonial h2 span {
  font-family: "Rubik-Regular";
  font-size: 18px;
  color: #b8bac1;
  line-height: 30px;
  text-align: justify;
}
.client-testimonial .owl-carousel .owl-stage-outer {
  overflow: -webkit-paged-y !important;
}
.client-testimonial .testimonial-outer .client-text {
  position: absolute;
  z-index: 999;
  top: 10%;
  left: 20px;
  background: #fff;
  padding: 30px 10px 25px 25px;
  width: 60%;
  -webkit-box-shadow: rgba(240, 240, 240, 0.09) 0px 2px 21px 0px;
  box-shadow: rgba(1, 1, 1, 0.08) 0px 2px 21px 0px;
}
.client-testimonial .testimonial-outer .testimonial-bg-image img {
  margin-right: auto;
  margin-left: auto;
}
.client-testimonial .testimonial-outer .client-text h3 {
  font-family: "Poppins-Semibold";
  font-size: 18px;
  color: #222222;
  margin: 0px;
  line-height: 26px;
}
.client-testimonial .testimonial-outer .client-text p {
  font-family: "Rubik-Regular";
  font-size: 16px;
  color: #9b9ea8;
  line-height: 25px;
  padding-bottom: 10px;
}
.client-testimonial .testimonial-outer .client-text p.bor {
  font-family: "Rubik-Regular";
  font-size: 16px;
  color: #9b9ea8;
}
.client-testimonial .flacticon-quote {
  font-size: 35px;
  color: #9b9ea8;
  margin-top: 20px;
}
.client-testimonial .testimonial-outer .client-text h6 a .flaticon-next {
  margin-left: 10px;
}
.client-testimonial .testimonial-outer .client-text h6 a {
  font-size: 16px;
  font-family: Rubik-Regular;
  text-decoration: none;
  color: #222222;
}
.client-testimonial .testimonial-outer .client-text h6 a .fas {
  font-size: 16px;
  color: #222222;
}
.client-testimonial .testimonial-outer .client-text:after {
  position: absolute;
  content: "";
  background: transparent;
  height: 120px;
  width: 5px;
  left: -15px;
  transition: 0.5s ease;
}
.client-testimonial .testimonial-outer:hover .client-text:after {
  position: absolute;
  content: "";
  background: #f8e510;
  height: 120px;
  width: 5px;
  left: 0px;
}
.client-testimonial .testimonial-bg-image .link {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}
.client-testimonial .testimonial-outer-right .client-text-right {
  position: absolute;
  z-index: 999;
  top: 10%;
  right: 20px;
  background: #fff;
  padding: 30px 10px 25px 25px;
  width: 60%;
  -webkit-box-shadow: rgba(240, 240, 240, 0.09) 0px 2px 21px 0px;
  box-shadow: rgba(1, 1, 1, 0.08) 0px 2px 21px 0px;
}
.client-testimonial .testimonial-outer-right .testimonial-bg-image img {
  margin-right: auto;
  margin-left: auto;
}
.client-testimonial .testimonial-outer-right .client-text-right h3 {
  font-family: "Poppins-Semibold";
  font-size: 18px;
  color: #222222;
  margin: 0px;
  line-height: 26px;
}
.client-testimonial .testimonial-outer-right .client-text-right p {
  font-family: "Rubik-Regular";
  font-size: 16px;
  color: #9b9ea8;
  line-height: 25px;
  padding-bottom: 10px;
}
.client-testimonial .testimonial-outer-right .client-text-right p.bor {
  font-family: "Rubik-Regular";
  font-size: 16px;
  color: #9b9ea8;
}
.client-testimonial
  .testimonial-outer-right
  .client-text-right
  .flacticon-quote {
  font-size: 35px;
  color: #9b9ea8;
  margin-top: 20px;
}
.client-testimonial .testimonial-outer-right .client-text-right h6 {
  margin-top: 0px !important;
}
.client-testimonial
  .testimonial-outer-right
  .client-text-right
  h6
  a
  .flaticon-next {
  margin-left: 10px;
}
.client-testimonial .testimonial-outer-right .client-text-right h6 a {
  font-size: 16px;
  font-family: Rubik-Regular;
  text-decoration: none;
  color: #222222;
}
.client-testimonial .testimonial-outer-right .client-text-right h6 a .fas {
  font-size: 16px;
  color: #222222;
}
.client-testimonial .testimonial-outer-right .client-text-right:after {
  position: absolute;
  content: "";
  background: transparent;
  height: 120px;
  width: 5px;
  left: -15px;
  transition: 0.5s ease;
}
.client-testimonial .testimonial-outer-right:hover .client-text-right:after {
  position: absolute;
  content: "";
  background: #f8e510;
  height: 120px;
  width: 5px;
  left: 0px;
}
.client-testimonial .testimonial-outer .testimonial-bg-image {
  width: 90%;
  height: 100%;
  position: relative;
  margin-left: auto;
}
.client-testimonial .testimonial-outer .testimonial-bg-image img {
  display: block;
  width: auto;
  height: 100%;
}
.client-testimonial .testimonial-outer .testimonial-bg-image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(39, 47, 91, 0.9);
}
.client-testimonial .testimonial-outer:hover .testimonial-bg-image .overlay {
  opacity: 1;
}
.client-testimonial .testimonial-outer:hover .client-text .fa-quote-right {
  color: #f8e510;
}
.client-testimonial .testimonial-outer:hover .client-text h6 a {
  color: #4e0f3b;
}
.client-testimonial .testimonial-outer:hover .client-text h6 a .fas {
  color: #4e0f3b;
}
.client-testimonial .testimonial-outer-right .testimonial-bg-image {
  width: 90%;
  height: 100%;
  position: relative;
  margin-left: 0px;
}
.client-testimonial .testimonial-outer-right .testimonial-bg-image img {
  display: block;
  width: auto;
  height: 100%;
}
.client-testimonial .testimonial-outer-right .testimonial-bg-image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(39, 47, 91, 0.9);
}
.client-testimonial
  .testimonial-outer-right:hover
  .testimonial-bg-image
  .overlay {
  opacity: 1;
}
.client-testimonial
  .testimonial-outer-right:hover
  .client-text
  .fa-quote-right {
  color: #f8e510;
}
.client-testimonial .testimonial-outer-right:hover .client-text h6 a {
  color: #4e0f3b;
}
.client-testimonial .testimonial-outer-right:hover .client-text h6 a .fas {
  color: #4e0f3b;
}
.client-testimonial .testimonial-outer-right:hover .pull-right .flaticon-quote {
  color: #f8e510;
}
.client-testimonial .testimonial-outer-right .pull-right {
  margin-top: -7px;
}
.client-testimonial .testimonial-outer-right .pull-right .flaticon-quote {
  font-size: 50px;
  color: #ebf4fe;
}
.client-testimonial .testimonial-outer .pull-right {
  margin-top: -7px;
}
.client-testimonial .testimonial-outer .pull-right .flaticon-quote {
  font-size: 50px;
  color: #ebf4fe;
}
.client-testimonial .testimonial-outer:hover .pull-right .flaticon-quote {
  color: #f8e510;
}
.owl-testimonial {
  margin-top: 20px;
}
.client-testimonial .owl-carousel .owl-nav button .fas {
  font-size: 18px;
  color: #e1e8f4;
  padding-top: 4px;
}
.client-testimonial .owl-carousel .owl-nav button:hover .fas {
  color: #f8e510;
}
.owl-theme .owl-nav .disabled {
  opacity: 1 !important;
  cursor: not-allowed !important;
}
.client-testimonial .owl-carousel .owl-nav button.owl-next:hover {
  border: 2px solid #111c55;
  background: #111c55;
}
.client-testimonial .owl-carousel .owl-nav button.owl-prev:hover {
  border: 2px solid #111c55;
  background: #111c55;
}
.client-testimonial .owl-carousel .owl-nav button.owl-next {
  right: -100px;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #e1e8f4;
  top: 40%;
  border-radius: 0px;
}
.client-testimonial .owl-carousel .owl-nav button.owl-prev {
  left: -100px;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #e1e8f4;
  top: 40%;
  border-radius: 0px;
}
@media (max-width: 1450px) {
  .client-testimonial .owl-carousel .owl-nav button.owl-next {
    right: inherit !important;
    position: inherit !important;
    top: inherit !important;
  }
  .client-testimonial .owl-carousel .owl-nav button.owl-prev {
    left: inherit !important;
    position: inherit !important;
    top: inherit !important;
  }
}
@media (max-width: 768px) {
  .client-testimonial h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .client-testimonial .testimonial-outer .testimonial-bg-image img {
    width: 100%;
  }
  .client-testimonial .testimonial-outer-right .testimonial-bg-image img {
    width: 100%;
  }
  .client-testimonial .testimonial-outer .testimonial-bg-image {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .client-testimonial .testimonial-outer-right .testimonial-bg-image {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .client-testimonial .testimonial-outer .client-text {
    top: 25%;
  }
  .client-testimonial .testimonial-outer-right .client-text-right {
    top: 25%;
  }
  .client-testimonial .owl-nav.disabled {
    display: block !important;
  }
  .client-testimonial p.main-para {
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .owl-testimonial {
    margin: 10px;
  }
  .client-testimonial .testimonial-outer .client-text {
    top: 10%;
  }
  .client-testimonial .testimonial-outer-right .client-text-right {
    top: 10%;
  }
}
@media (max-width: 530px) {
  .client-testimonial .testimonial-outer .client-text {
    width: 100%;
    position: static !important;
    left: 0px !important;
    background: #fff;
    overflow: -webkit-paged-y !important;
  }
  .client-testimonial .testimonial-outer-right .client-text-right {
    width: 100%;
    position: static !important;
    left: 0px !important;
    background: #fff;
    overflow: -webkit-paged-y !important;
  }
}
/*------------------------------------------overlay----------------------------------------*/
.client-sec-inner {
  position: relative;
  width: auto;
  display: block;
}
.client-sec-inner img {
  display: block;
  width: 100%;
  height: auto;
}
.client-sec-inner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 0;
  height: 100%;
  width: 532px;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(39, 47, 91, 0.9);
}
.client-sec-inner:hover .overlay {
  opacity: 1;
}
/*.client-testimonial .client-testimonial-inner .carousel-inner .client-sec-outer .client-sec-inner .image:hover .client-text p.bor {
     border-left:5px solid #f8e510;
     transition:all 500ms ease;
}
 */
.client-testimonial
  .client-testimonial-inner
  .carousel-inner
  .client-sec-outer
  .client-sec-inner:hover
  .client-text
  .fa-quote-right {
  color: #f8e510;
}
.client-testimonial
  .client-testimonial-inner
  .carousel-inner
  .client-sec-outer
  .client-sec-inner:hover
  .client-text
  h6
  a {
  color: #4e0f3b;
}
.client-testimonial
  .client-testimonial-inner
  .carousel-inner
  .client-sec-outer
  .client-sec-inner:hover
  .client-text
  h6
  a
  .fas {
  color: #4e0f3b;
}
.client-sec-inner-1 {
  position: relative;
  width: auto;
  display: block;
}
.client-sec-inner-1 img {
  .display: block;
  width: 100%;
  height: auto;
}
.client-sec-inner-1 .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  height: 100%;
  width: 95%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(39, 47, 91, 0.9);
}
.client-sec-inner-1:hover .overlay {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .client-sec-inner .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: rgba(39, 47, 91, 0.9);
  }
  .client-sec-inner:hover .overlay {
    opacity: 1;
  }
  .client-sec-inner-1 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
    height: 100%;
    width: 97%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: rgba(39, 47, 91, 0.9);
  }
  .client-sec-inner-1:hover .overlay {
    opacity: 1;
  }
}
.client-testimonial
  .client-testimonial-inner
  .carousel-inner
  .client-sec-outer
  .client-sec-inner-1:hover
  .client-text
  .fa-quote-right {
  color: #f8e510;
}
.client-testimonial
  .client-testimonial-inner
  .carousel-inner
  .client-sec-outer
  .client-sec-inner-1:hover
  .client-text
  h6
  a {
  color: #4e0f3b;
}
.client-testimonial
  .client-testimonial-inner
  .carousel-inner
  .client-sec-outer
  .client-sec-inner-1:hover
  .client-text
  h6
  a
  .fas {
  color: #4e0f3b;
}
/*.client-testimonial .client-testimonial-inner .carousel-inner .client-sec-outer .client-sec-inner-1 .image-1:hover .client-text p.bor {
     border-left:5px solid #f8e510;
}
 */
@media screen and (max-width: 992px) {
  .client-sec-inner .overlay {
    left: 0px !important;
    height: 100%;
    width: 100% !important;
  }
  .counter-section h1 {
    padding: 0px !important;
  }
}
@media screen and (max-width: 992px) {
  .client-sec-inner-1 .overlay {
    left: 0px !important;
    height: 100%;
    width: 100% !important;
  }
}
/*---counter------*/
.counter-section {
  background-image: url(../img/counter-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 80px 0px;
}
.counter-section h1 {
  font-family: Poppins-Bold;
  font-size: 46px;
  color: #fff;
  text-align: justify;
  line-height: 60px;
  font-weight: bold;
  padding: 0px 130px;
  word-spacing: 7px;
  margin-bottom: 40px !important;
  margin: 0px;
}
.counter-section h1 span {
  line-height: 0.7;
  display: inline-block;
  border-bottom: 4px solid #f8e510;
}
.counter-section .counter-count {
  font-family: Rubik-Light;
  font-size: 80px;
  color: #fff;
  text-align: justify !important;
}
.counter-section p {
  text-align: justify !important;
  margin: -10px 0px 0px 0px;
}
@media screen and (max-width: 992px) {
  .same {
    margin-bottom: 30px;
  }
}
.counter-section p small {
  font-size: 46px;
  color: #f8e510;
  font-family: Rubik;
  font-weight: normal;
}
.counter-section p a {
  font-family: Rubik-Light;
  font-size: 80px;
  color: #fff;
  text-decoration: none;
}
.counter-section .employee-p {
  font-family: Rubik-Regular;
  font-size: 18px;
  color: #dedede;
  font-weight: normal;
  text-align: justify;
}
/*===========================================================================================latest-news--------------------------------------------------------------------*/
.latest-news {
  padding: 80px 0px 50px 0px;
}
.latest-news .txt-main h1 {
  margin: 0px;
  font-family: Poppins-Bold;
  font-size: 36px;
  color: #222222;
  text-align: justify;
  line-height: 60px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.latest-news .txt-main h1 span {
  line-height: 0.7;
  display: inline-block;
  border-bottom: 4px solid #f8e510;
}
.latest-news .txt-main p {
  font-family: Rubik-Regular;
  font-size: 18px;
  color: #222222;
  padding: 0px 251px;
  text-align: justify;
  line-height: 25px;
}
.latest-news .txt-main h6 {
  text-align: justify;
  line-height: 30px;
  padding: 20px 0px;
}
.latest-news .txt-main h6 a {
  text-decoration: none !important;
  color: #4e0f3b;
  font-size: 16px;
  font-family: "Rubik-Regular";
}
.latest-news .txt-main h6 a:hover {
  color: #4e0f3b;
  transition: 500ms ease;
}
.latest-news .latest-news-inner-main .hero {
  display: block;
  font-size: 16px;
  font-family: "Rubik-Regular";
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 50px;
  background-color: #4e0f3b;
  padding: 7px 20px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  z-index: 11;
}
.latest-news .latest-news-inner-main .latest-news-inner .image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.latest-news .latest-news-inner-main .latest-news-inner .image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.9s;
}
.latest-news .latest-news-inner-main .latest-news-inner:hover .image img {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.5);
}
.latest-news .latest-news-inner-main .latest-news-inner .image .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(39, 47, 91, 0.9);
}
.latest-news .latest-news-inner-main .latest-news-inner {
  border: 1px solid #eef3fb;
  margin-bottom: 40px;
}
.latest-news .latest-news-inner-main .latest-news-inner:hover .image .overlay {
  opacity: 1;
}
.latest-news .latest-news-inner-main .latest-news-inner .image .overlay .txt {
  color: #f8e510;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: justify;
}
.latest-news .latest-news-inner-main .latest-news-inner .content {
  padding: 10px 25px 0px 25px;
}
.latest-news .latest-news-inner-main .latest-news-inner .content h5 {
  font-family: "Rubik-Regular";
  font-size: 16px;
  color: #4e0f3b;
  line-height: 30px;
}
.latest-news .latest-news-inner-main .latest-news-inner .content p {
  font-size: 18px;
  color: #222222;
  font-family: Poppins-Semibold;
  line-height: 25px;
  position: relative;
}
.latest-news .latest-news-inner-main .latest-news-inner .content h6 a {
  font-size: 16px;
  color: #4e0f3b;
  font-family: "Rubik-Regular";
  text-decoration: none;
  line-height: 0px;
  opacity: 0;
}
.latest-news .latest-news-inner-main .latest-news-inner .content h6 {
  margin: 0px;
  padding-bottom: 14px;
}
.latest-news .latest-news-inner-main .latest-news-inner:hover {
  background-color: #f7faff;
}
.latest-news .latest-news-inner-main .latest-news-inner:hover .content h6 a {
  line-height: 37px;
  opacity: 1;
  margin-top: -10px;
}
.latest-news .latest-news-inner-main .latest-news-inner:hover .content p {
  font-size: 16px;
  text-decoration: none;
  color: #9b9ea8;
  font-family: "Rubik-Regular";
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 11px;
  position: relative;
}
/* .new_news::after {
  content: "";
  background-image: url(../images/new_badge_.png);
  background-size: 50px;
  width: 30px;
  height: 30px;
} */
.new_news::before {
  content: "";
  background-image: url(../images/new_badge_32.png);
  background-size: 22px;
  width: 25px;
  background-repeat: no-repeat;
  height: 25px;
  display: inline-block;
  margin-bottom: -5px;
  /* position: absolute; */
  /* background-position: 8px 8px; */
}
/*---last-section---*/
.last-section {
  padding: 80px 0px 80px 0px;
  background-image: url(../images/request.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.last-section .inner-content h1 {
  margin: 0px;
  font-family: Poppins-Bold;
  font-size: 36px;
  color: #222222;
  line-height: 60px;
  font-weight: bold;
  word-spacing: 7px;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-left: 0px;
}
.last-section .inner-content h1 span {
  line-height: 0.7;
  display: inline-block;
  border-bottom: 4px solid #f8e510;
}
.last-section .inner-content p {
  font-family: Rubik-Regular;
  font-size: 18px;
  color: #9b9ea8;
  line-height: 25px;
}
.last-section .form-outer {
  position: relative;
  margin-top: 18px;
}
.last-section .form-outer .form-group .form-control {
  border-radius: 0px !important;
  background-color: transparent;
  height: 60px;
  border: 2px solid #eef3fb;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 16px;
  color: #9b9ea8;
  font-family: Rubik-Regular;
  font-weight: normal;
}
.last-section .form-outer .form-group .form-control::placeholder {
  font-size: 16px;
  color: #9b9ea8;
  font-family: Rubik-Regular;
  font-weight: normal;
}
.last-section .form-outer .form-group .form-control option {
  font-size: 16px;
  color: #9b9ea8;
  font-family: Rubik;
  font-weight: normal;
}
.last-section .form-outer .form-group {
  margin: 0px;
}
.last-section .form-outer .select {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-appearance: none;
}
.last-section .form-outer select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 0.5em;
  cursor: pointer;
  font-size: 16px;
}
.mt-100 {
  margin-top: 100px !important;
}
.last-section .form-outer .in::after {
  position: absolute;
  top: 10px;
  color: #4e0f3b;
  right: 30px;
  bottom: 0;
  padding: 10px 17px 0px 0px;
  background: transparent;
  pointer-events: none;
  font-family: FontAwesome;
  content: "\f107";
  font-size: 16px;
}
.last-section .form-outer .form-group.topin {
  margin-bottom: 30px;
}
.last-section .form-outer .form-group .btn-default {
  font-size: 16px;
  color: #ffffff;
  font-family: "Rubik-Regular";
  background-color: #4e0f3b;
  padding: 12px 55px;
  border-radius: 25px;
  margin-top: 4px;
}
@media screen and (max-width: 992px) {
  .last-section .form-outer .form-group {
    margin-bottom: 30px;
  }
  .latest-news .txt-main p {
    padding: 0px;
  }
}
/*=============================================================footer================================================================*/

/*=========================================================================contact-section=end==============================================================================*/
.footer-last {
  background-image: url(../../assets/images/footer-last.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px 20px;
}
.footer-last .contact-outer .arrow {
  width: 18px;
}
.footer-last .contact-outer .contact-heading h2 {
  font-family: "Poppins-Semibold";
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px 0px 5px 0px;
  padding-bottom: 10px !important;
}
.footer-last .contact-outer .content-inner p.fist {
  font-family: "Rubik-Regular";
  font-size: 16px;
  color: #abaebe;
  line-height: 28px;
  margin-bottom: 30px;
}
.footer-last .contact-outer .content-inner p.fist.in {
  margin-bottom: 20px !important;
}
.footer-last .contact-outer .content-inner p {
  font-family: "Rubik-Regular";
  font-size: 16px;
  color: #abaebe;
  line-height: 28px;
}
.footer-last .contact-outer .content-inner p span {
  color: #fff;
  font-family: "Poppins-Medium";
}
.footer-last .contact-outer .content-inner table > tbody > tr > td {
  padding-bottom: 10px;
}
.footer-last .contact-outer .content-inner table > tbody > tr > td a {
  text-decoration: none;
  font-family: "Rubik-Regular";
  /* font-size: 14px; */
  color: #abaebe;
  line-height: 15px;
  padding-bottom: 5px;
  transition: 0.5s ease;
}
.footer-last .content-inner {
  margin-bottom: 30px;
}
.footer-last .contact-outer .content-inner table > tbody > tr > td a:hover {
  color: #fff;
}
.footer-last .contact-outer .content-inner table > tbody > tr > td:hover {
  color: #fff;
}
.footer-last .contact-outer .content-inner table > tbody > tr > td.main {
  padding-right: 30px;
}
.footer-last .ful-width {
  padding: 0px;
}
.footer-departments {
  font-family: "Rubik-Regular";
  font-size: 14px;
  color: #abaebe;
  line-height: 25px;
}
.footer-departments::after {
  content: "|";
  margin: 0 20px;
  color: #ccc;
}
.footer-last .contact-heading .border {
  display: block;
  width: 85%;
  height: 1px;
  background-color: #888;
  margin-bottom: 17px;
}
.border-v {
  display: block;
  height: 100%;
  width: 1px;
  background-color: #888;
  margin: 0 10px;
}
.border-h {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #888;
  margin-bottom: 17px;
}

/* .footer-last .contact-heading .border:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #f8e510;
} */
@media (max-width: 768px) {
  .footer-last .ful-width {
    padding: 0px 15px !important;
  }
}
.footer-last .form-outer .column-1 {
  padding: 0px;
}
.footer-last .form-outer {
  border: 1px solid #ccc;
  overflow: auto;
  border-radius: 50px;
}
.footer-last .form-outer .column-1 .form-group {
  margin-bottom: 0px;
}
.footer-last .form-outer .column-1 .form-group .form-control {
  background: transparent;
  min-height: 50px;
  padding-left: 23px;
  border: 0px;
  font-family: "Rubik-Regular";
  font-size: 16px;
  color: #9b9ea8;
}
.footer-last .form-outer .column-1 .form-group .btn-default {
  background: transparent;
  border: 0px;
  margin: 8px 11px;
}
.footer-last .left-n {
  float: left;
}
.footer-last .right-n {
  float: right;
  margin-top: 5px;
}
.footer-last .media-social {
  margin-top: 30px;
}
.footer .link li:last-child {
  padding-right: 0px;
}
.footer-last .right-n .txt {
  font-family: "Rubik-Regular";
  font-size: 16px;
  color: #abaebe;
}
.footer-last .right-n ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.footer-last .right-n ul li a:hover {
  color: #f8e510;
}
.footer-last .rigt {
  position: absolute;
  z-index: 10;
  width: 100%;
  margin-left: -50px;
}
.footer-last .rigt h3 a {
  font-family: "Rubik-Regular";
  font-size: 16px;
  color: #9b9ea8;
  text-decoration: none;
}
.footer-last .rigt h3 {
  background: #fff;
  padding: 10px 0px;
  margin: 0px 18px;
  border-radius: 30px;
}
.footer-last .rigt h3 span {
  color: #699b2d;
}
.footer-last .rigt h3 img {
  margin-top: -3px;
}
@media (max-width: 1700px) {
  .footer-last .rigt h3 {
    margin: 0px !important;
  }
}
@media (max-width: 992px) {
  .footer-last .rigt {
    margin-left: 0px !important;
    width: 30%;
    float: left;
  }
  .footer-last .form-outer .column-1 .form-group .form-control {
    margin-left: 0px;
  }
  .footer-last .form-outer .column-1 .form-group .btn-default {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .footer-last .left-n {
    float: inherit !important;
    margin-bottom: 10px;
  }
  .footer-last .right-n {
    float: inherit !important;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .footer-last .form-outer .column-1 .form-group .form-control {
    margin: 0px;
    padding: 2px;
  }
  .footer-last .form-outer .column-1 .form-group .btn-default {
    margin: 12px 0px !important;
    padding: 0px !important;
  }
}
.footer {
  background: #f7faff;
}
.footer ul {
  padding: 0px;
  margin: 0px !important;
}
.footer ul li {
  display: inline-block;
  list-style: none;
  font-family: "Rubik-Regular";
  font-size: 16px;
  color: #9b9ea8;
  padding: 25px 0px;
}
.footer .link {
  float: right;
}
.footer .link li {
  padding: 25px 15px;
}
.footer ul li a {
  font-family: "Rubik-Regular";
  font-size: 16px;
  color: #9b9ea8;
  text-decoration: none;
}
.footer .back-to-top {
  border: 2px solid #e1e8f4;
  padding: 10px 15px;
}
@media (max-width: 992px) {
  .footer ul {
    text-align: justify !important;
  }
  .footer .link {
    float: none;
    text-align: justify !important;
  }
}

.theme-table table {
  /* margin:0px;
    padding:0px;
    border:none;
    outline:none; */
}

.theme-table th {
  background-color: #4e0f3b;
  color: white;
}

.theme-table tr {
  background-color: #be9a6739;
}

.theme-table table {
  border-collapse: collapse;
  width: 100%;
  border: 2px solid #4e0f3b;
  border-top: 2px solid #4e0f3b !important;
}

.theme-table table,
.theme-table th,
.theme-table td {
  border: 1px solid black;
}

/* tender  */
.tender .card {
  background: #ebebeb;
  border: #4e0f3b 1px solid;
  padding: 30px;
  border-radius: 3px;
  box-sizing: border-box;
  color: #4e0f3b;
  height: 400px;
  margin-bottom: 25px;
  /* box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px,
      rgb(0 0 0 / 30%) 0px 18px 36px -18px; */
}

.tender .card-title {
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.tender .card-content {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
.tender .card-btn {
  all: unset;
  display: block;
  margin-bottom: 8px;
  border: 2px solid #fff;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 600;
  transition: all 0.5s;
  cursor: pointer;
  letter-spacing: 1px;
}
.tender .card-btn:hover {
  color: #02b875;
  background: #fff;
}
.tender .card:nth-child(2) .card-btn:hover {
  color: #4181ee;
  background: #fff;
}
.tender .card:last-child .card-btn:hover {
  color: #673ab7;
  background: #fff;
}

#page-content {
  padding-bottom: 50px;
}

.latest-news {
  background-color: #380729;
}
.news-item {
  background-color: #380729;
  color: white;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
  border: 1px solid #380729;
  height: 250px;
  padding: 20px 20px;
}
.news-item h4
{
    line-height: 1.3 !important;
}

.news-btn {
  border-color: #f5e0ee;
  color: #f5e0ee;
  border-radius: 50px;
  border-width: 2px;
  margin: 0px;
  padding: 10px 35px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 14px;
}
.news-btn:hover{
    color: #380729;
    background-color: white;
}

.search-box {
    background-color: #E8E8E8;
    padding: 50px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #D6D5D5;
 }



 .text-truncate-1 {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
 }

 .text-truncate-2 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
 }

 .text-truncate-3 {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
 }



 /* overide bootstrap container */
 .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 768px) {
  .container {
      width:750px
  }
}

@media (min-width: 992px) {
  .container {
      width:970px
  }
}

@media (min-width: 1200px) {
  .container {
      width:1200px
  }
  .main-nav li{
    padding: 15px 9px;
  }
}

@media (min-width: 1400px) {
  .container {
      width:1400px
  }
  .main-nav li{
    padding: 15px 15px;
  }
}


.navbarDropdown
{
  transition: all 0.1s ease;
}
.navbarDropdown:hover 
{
  margin-left: 5px;
}



.home-btn
{
  background-color: #b41d84;
  color: wheat;
  padding: 20px 20px;
  display: block;     
  width: 100% !important;
  text-align: center;
  font-size: 18px;
  margin-bottom: 3px;

}
.home-btn:hover
{
  background-color: #640d4a;
  color: wheat;
}
.home-btn-top
{
  border-radius: 19px 19px 0px 0px;
  -moz-border-radius: 19px 19px 0px 0px;
  -webkit-border-radius: 19px 19px 0px 0px;
  border: 0px solid #000000;
}
.home-btn-bottom
{
  border-radius: 0px 0px 19px 19px;
  -moz-border-radius: 0px 0px 19px 19px;
  -webkit-border-radius: 0px 0px 19px 19px;
  border: 0px solid #000000;
}
.pa-card
{
  /* background-color: #f2ecf0; */
  color: rgb(206, 142, 25);
  text-align: center;
  margin: 15px;
  padding: 30px 30px;




  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 0px solid #000000;

  background: linear-gradient(to left, rgb(247, 242, 242) 50%, lightblue 50%) right;
  background-size: 200%;
  transition: .5s ease-out;


  -webkit-box-shadow: 10px 10px 22px -18px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 22px -18px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 22px -18px rgba(0,0,0,0.75);

  border-left: #380729 5px solid;


}
.pa-card:hover {
  background-position: left;

  -webkit-box-shadow: 10px 10px 42px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 42px -6px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 42px -6px rgba(0,0,0,0.75);


}
.pa-card h4
{
  font-size: 18px;
}

.latest-news1
{
  background-color: #efebeb;
  padding-top: 60px;
  padding-bottom: 80px;
}

