4/**
* Template Name: VDPL
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://www.vikalpdevelopment.com/
* Author: vikalpdevelopment.com
* License: https://www.vikalpdevelopment.com/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueRegular.woff2') format('woff2'),
      url('../fonts/HelveticaNeueRegular.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueMedium.woff2') format('woff2'),
      url('../fonts/HelveticaNeueMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueBold.woff2') format('woff2'),
      url('../fonts/HelveticaNeueBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLight.woff2') format('woff2'),
      url('../fonts/HelveticaNeueLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLight.woff2') format('woff2'),
      url('../fonts/HelveticaNeueLight.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



body {
  font-family: "HelveticaNeue", sans-serif;
  color: #212227;
  background: #F5F1ED 0% 0% no-repeat padding-box;
}

a {
  text-decoration: none;
  color: #212227;
}

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


h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "HelveticaNeue", sans-serif;
}

h1{
  font-family: "HelveticaNeue", sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 10px 0;
  z-index: 10;
  position: relative;
  background: #051d40 0% 0% no-repeat padding-box;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  right: -360px;
  width: 360px;
  padding-top: 18px;
  background: rgb(34, 34, 34);
  transition: 0.4s;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu a,
.nav-menu a:focus {
  display: block;
  position: relative;
  color: #ffd2b7;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #D7B369;
  text-decoration: none;
}

.nav-menu .drop-down>a:after {
  content: "\ea27";
  font-family: "boxicons";
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.nav-menu .active.drop-down>a:after {
  content: "\ea27";
}

.nav-menu .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}

.nav-menu ul.drop-down-active {
  display: block;
}

.nav-menu .drop-down li {
  padding-left: 20px;
}

.nav-menu-active {
  right: 0;
}

.nav-toggle {

  border: 0;
  background: transparent;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 0;
  border-radius: 0;
}

.nav-toggle i {
  color: #fff;
  font-size: 32px;
}

.nav-toggle-active {
  position: fixed;
  z-index: 99999;
  right: 10px;
  top: 5px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #884922;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #D7B369;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #D7B369;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #fd7827;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #D7B369;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #743e1d;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(75, 40, 19, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:hover {
  padding: 10px 20px;
  font-size: 15px;
  color: #743e1d;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #D7B369;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #D7B369;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  z-index: 9;
  min-height: 30rem;
}
.hero:before{
  content:"";
  background: rgba(41, 50, 61, 0.4) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
  z-index: 2;
}
.hero:after{
  content:"";
  background: url('../img/homebanner.jpg') no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
  z-index: 1;
}
.hero .hero-container {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
.heroImage{
  background-color: #000000;
  border-radius: 20px;
}
.hero h1 {
  margin: 0 0 10px 0;
  font-size: 52px;
  font-weight: 400;
  color: #ffffff;
}
.hero h1 span{
  display: grid;
  color: #D7B369;
}

.heroContent{
  color: #ffffff;
  max-width: 500px;
}
.heroAction{
  background: #D7B369 0% 0% no-repeat padding-box;
  border-radius: 6px;
  color: #212227;
  font-size: 18px;
  padding: 0.5rem 1.5rem;
  margin-top: 1rem;
  display: inline-block;
}
.heroAction:hover{
  color: #212227;
}




@keyframes animate-loading-notify {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#hero .php-email-form input {
  border-radius: 50px;
  box-shadow: none;
  font-size: 14px;
  border: 0;
  padding: 0px 15px 2px 20px;
  width: 250px;
  height: 40px;
  margin: 0 8px;
}

#hero .php-email-form button[type=submit] {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: none;
  color: #fff;
  background: #D7B369;
}

#hero .php-email-form button[type=submit]:hover {
  background: #fd8841;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .php-email-form input {
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
}

.section-bg {
  background-color: #fff7f2;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  background: #D7B369;
  bottom: 0;
  left: calc(50% - 40px);
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
  color: #666666;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{
  position: relative;
  color: #ffffff;
}
.about:before{
  content:"";
  background: #051d40 0% 0% no-repeat padding-box;
  position: absolute;
  top: 10rem;
  left: 0;
  height: calc(100% - 10rem);
  width: 100%;
  z-index: 1;
}
.about > div{
  position: relative;
  z-index: 2;
}
.about h3 {
  font-weight: 300;
  font-size: 18px;
  position: relative;
  display: grid;
  grid-template-columns: max-content 94px;
  align-items: center;
  grid-gap: 2rem;
  margin-bottom: 1rem;
}
.about h3:after{
  content: "";
  border: 1px solid #707070;
  opacity: 0.5;
  width: 94px;
}
.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
  padding-bottom: 10px;
}

.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #D7B369;
}

.about p:last-child {
  margin-bottom: 0;
}
.aboutContent{
  padding-top: 14rem;
  padding-left: 2rem;
}
.aboutContent h2{
  color: #D7B369;
  text-transform: uppercase;
  font-size: 30px;
}

/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/
.services h3 {
  color: #212227;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 2rem;
}
.services .subTitle{
  text-align: left;
}
/*--------------------------------------------------------------
# partner
--------------------------------------------------------------*/
.partner{
  background: #F5F1ED 0% 0% no-repeat padding-box;
}
.partners{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.partnerItem{
  display: grid;
  text-align: center;
  padding-bottom: 2rem;
    margin: 10px;
}
.partners1{
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.partnerslider{
    background-color:#ffffff;
}
.partnerslider .owl-nav {
  position: absolute;
  right: 0;
  top: -3rem;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1rem;
}

.partnerslider .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 0 !important;
}

.partnerslider .owl-nav button.owl-prev {
  background: #FFFFFF url('../img/Icon-arrow-right.png') center 50% no-repeat padding-box !important;
}
.partnerslider .owl-nav button.owl-next {
  background: #FFFFFF url('../img/Icon-arrow-right-3.png') center 50% no-repeat padding-box !important;
}


.subTitle{
  text-align: center;
  font-size: 18px;
  color: #212227;
}
.partner h3{
  color: #212227;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  margin-bottom: 2rem;
}
.partnerName{
  color: #212227;
  margin-top: 0.8rem;
  font-size: 22px;
}
.partnerProfile{
  color: #212227;
  opacity: 0.6;
}
.partnerWrap{
  background: #051d40 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 20px 20px;
  position: relative;
  color: #ffffff;
}
.partnerWrap:before{
  content: "#";
  position: absolute;
  font-size: 25rem;
  color: rgba(255, 255, 255, 0.05);
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1;
  z-index: 1;
  display: grid;
  align-items: center;
}
.partnerContent{
  position: relative;
  z-index: 2;
  padding-left: 3rem;
}
.partnerContent h2{
  color: #D7B369;
  text-transform: uppercase;
  font-size: 32px;
}
.partnerContent h4 {
  font-weight: 300;
  font-size: 18px;
  position: relative;
  display: grid;
  grid-template-columns: max-content 94px;
  align-items: center;
  grid-gap: 2rem;
  margin-bottom: 1rem;
}
.partnerContent h4:after{
  content: "";
  border: 1px solid #707070;
  opacity: 0.5;
  width: 94px;
}
.partnerWrap .row{
  align-items: center;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact{
  position: relative;
  color: #ffffff;
}
.contact:before{
  content:"";
  background: #051d40 0% 0% no-repeat padding-box;
  position: absolute;
  top: 10rem;
  left: 0;
  height: calc(100% - 10rem);
  width: 100%;
  z-index: 1;
}
.contact > div{
  position: relative;
  z-index: 2;
}
.contactInfo{
  padding-top: 10rem;
  padding-left: 0 !important;
}
.contact .info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact .info i {
  font-size: 24px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: grid;
  align-items: center;
  justify-content: center;
  background: #D7B369 0% 0% no-repeat padding-box;
  border-radius: 100%;
}
.phone {
  display: grid;
}
.email {
  display: grid;
}
.contact .info p {
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 14px;
}
.contact .info .value {
  font-size: 16px ;
}

.contact .info .value a {
color: #fff;
}


.email-form {
  background: #D7B369 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 3rem 2rem;
}

.email-form h3 {
  color: #212227;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.email-form input {
  background: #E5C583 0% 0% no-repeat padding-box;
  border: 1px solid #B58C38;
  border-radius: 8px;
  height: 65px;
  color: rgb(41 50 61 / 60%);
}

.email-form textarea {
  background: #E5C583 0% 0% no-repeat padding-box;
  border: 1px solid #B58C38;
  border-radius: 8px;
  height: 180px;
  color: rgba(41, 50, 61, 0.6);
}
.email-form .form-control::-webkit-input-placeholder { /* Edge */
  color: rgba(41, 50, 61, 0.6);
}

.email-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(41, 50, 61, 0.6);
}

.email-form .form-control::placeholder {
  color: rgba(41, 50, 61, 0.6);
}


.email-form button {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .contact .social-links {
    text-align: center;
  }
	.partnerName{
  color: #212227;
  margin-top: 0.8rem;
  font-size: 16px;
}
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
  padding: 20px 0;
  background: #D7B369 0% 0% no-repeat padding-box;
  
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.footer{
  padding: 3rem 0;
  background: #051d40 0% 0% no-repeat padding-box;
  color: #ffffff;
}

/* RDX */
.HeaderInner{
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
}
.headerRight{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, max-content));
  align-items: center;
  grid-gap: 1.5rem;
}
.search {
  display: grid;
  align-items: center;
}
.search i{
  font-size: 28px;
  color: #ffffff;
}
.ContactAction{
  background: #D7B369 0% 0% no-repeat padding-box;
  border-radius: 6px;
  color: #212227;
  font-size: 18px;
  padding: 1rem;
}
.ContactAction:hover{
  color: #212227;
}
.footer h3{
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 1rem;
}
.footer ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-gap: 0.3rem;
}
.footer a{
  display: inline-block;
  width: 100%;
  color: #ffffff;
  padding: 0.3rem 0;
}
.social-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32px, max-content));
  grid-gap: 0.5rem;
}
.social-links a{
  height: 32px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 100%;
  color: #212227;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.itemInner{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 36px #0000000F;
  border-radius: 20px;
  padding: 1rem;
  text-align: center;
  display: grid;
  justify-content: center;
  color: rgba(33, 34, 39, 0.6);
  font-size: 14px;
  font-weight: 300;
}
.newsSlider .itemInner{
  border-radius: 0;
  padding: 0;
}
.newsSlider .itemInner h4{
  font-size: 14px;
  line-height: 1.5;
}
.servicesContent .owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
  margin: auto;
	border-radius: 7px;
}
.itemInner h4{
  color: #212227;
  font-size: 18px;
  margin: 1rem;
  font-weight: 500;
}
.owl-stage{padding-left:0px !important;}

.servicesContent {
  position: relative;
  padding-top: 2rem;
}

.servicesContent .owl-nav {
  position: absolute;
  right: 0;
  top: -3rem;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1rem;
}

.servicesContent .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 0 !important;
}

.servicesContent .owl-nav button.owl-prev {
  background: #FFFFFF url('../img/Icon-arrow-right.png') center 50% no-repeat padding-box !important;
}
.servicesContent .owl-nav button.owl-next {
  background: #FFFFFF url('../img/Icon-arrow-right-3.png') center 50% no-repeat padding-box !important;
}



.news h3{
  color: #212227;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 1rem;
}
.news .servicesContent .owl-nav button {
  border-radius: 5px;
}
.clientItems{
  padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, max-content));
    grid-gap: 1rem;
}
.clientItems img {
  max-width: 100%;
}

.clientItems li {
  display: grid;
  align-items: center;
}


.cokkiesDiv {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%) 0% 0% no-repeat padding-box;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.hideCookies.cokkiesDiv{
  display: grid;
}
.cokkiesDivInner {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 21px;
  max-width: 700px;
  width: 90%;
  margin: auto;
}
.cokkiesDivInner h3 {
  color: #051d40;
  text-align: center;
  padding: 1rem 2rem;
  border-bottom: 1px solid #051d40;
}

.cokkiesDivInnerCon {
  padding: 1rem 2rem;
  color: #051d40;
}

.agreeCokkies {
  display: grid;
  justify-content: end;
}

.cokkiesAction {
  background: #D7B369 0% 0% no-repeat padding-box;
  border-radius: 46px;
  color: #ffffff;
  padding: 0.5rem 2rem;
  min-width: 10rem;
  text-align: center;
}
.InnerBanner{
  background: rgba(41, 50, 61, 0.7) url('../img/homebanner.jpg') center no-repeat padding-box;
  padding-bottom: 0;
  color: #ffffff;
  min-height: 20rem;
  display: grid;
}
.banner-breadcrumb {
  background: rgba(5, 29, 64, 0.7) 0% 0% no-repeat padding-box;
  padding: 1rem 0;
  align-self: end;
}

.breadcrumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, max-content));
  padding: 0;
  margin: 0;
  list-style: none;
  grid-gap: 2rem;
  color: #ffffff;
}

.banner-breadcrumb a {
  color: #ffffff;
  position: relative;
}
.banner-breadcrumb a:after{
  content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    right: -1rem;
    top: 4px
}
.servicesContentInner{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 2rem;
}
.newsContentInner{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 2rem;
}
img{
  max-width: 100%;
}


/*--------------------------------------------------------------
# Frequenty Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-bottom: 60px;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #D7B369;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #D7B369;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

.aboutInner{

}

.aboutInner{
  position: relative;
}
.aboutInner:before{
  content:"";
  background: rgba(41, 50, 61, 0.1) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 10rem;
  left: 0;
  height: calc(100% - 10rem);
  width: 100%;
  z-index: 1;
}
.aboutInner > div{
  position: relative;
  z-index: 2;
}
.clientItems .owl-nav {
  position: absolute;
  right: 0;
  top: -3rem;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1rem;
}

.clientItems .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 0 !important;
}

.clientItems .owl-nav button.owl-prev {
  background: #FFFFFF url('../img/Icon-arrow-right.png') center 50% no-repeat padding-box !important;
}
.clientItems .owl-nav button.owl-next {
  background: #FFFFFF url('../img/Icon-arrow-right-3.png') center 50% no-repeat padding-box !important;
}

.partnerpage span.partnerName {
  margin-top: 10px;
  font-size: 22px; display: block;
}


.partnerpage .partnerProfile {
  font-size: 14px;
  line-height: 1.5;
}
.partnerpage .partnerItem{
  display: block;
}
.partnerpage .partnerItem > span{
  width: 100%;    display: block
}
.clientItems .owl-nav button {
  border-radius: 5px;
}
@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
  .ContactAction {
      border-radius: 4px;
      font-size: 14px;
      padding: 0.2rem 0.5rem;
  }
  .headerRight {
      grid-template-columns: repeat(2, minmax(0, max-content));
      grid-gap: 0.5rem;
  }
  .logo {
      max-width: 200px;
  }
  .heroAction{
    padding: 0.5rem 1rem;
  }
  .services h3 {
      font-size: 24px;
      margin-bottom: 1rem;
  }
  .aboutContent {
      padding-top: 1rem;
      padding-left: 0;
  }
  .partners {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .partnerContent{
    padding: 1rem;
  }
  .contact:before{
    height: 100%;
    top: 0;
  }
  .clientItems .owl-nav {
    top: inherit;
    bottom: -25px;
  }
  .newsContentInner {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-gap: 1rem;
  }
  .newsContentInner .item{
    background: #ffffff;
  }
  .newsContentInner .itemInner {
      border-radius: 0;
      padding: 0;
  }
  .newsContentInner .itemInner h4 {
      padding: 0 0.5rem;
      font-size: 16px;
      line-height: 1.4;
  }
  .servicesContentInner {
    grid-template-columns: minmax(0, 1fr);
    grid-gap: 1rem;
  }
  section {
      padding: 15px 0;
  }
  .hero {
      min-height: 20rem;
  }
  .client{
    position: relative;
    padding-bottom: 30px;
  }
 .twocol {
    width: 50%;
    margin: 1rem 0;
}
}




.popup-overlay{
  display:none;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0, 0, 0, 0.6);
  width:100%;
  height:100%;
  text-align:center;
  padding:0;
  align-items:center;
  justify-content:center;
  z-index: 99;
}

.popup-overlay .popup{
  display:inline-block;
  border-radius: 21px;
  max-width: 700px;
  width: 90%;
  min-height:200px;
  background-color:#ffffff;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:center;
  justify-content:center;
  max-height: 90vh;
  overflow-y: auto;
}
.popup-overlay .popup h3 {
  width: 100%;
  color: #051d40;
  text-align: center;
  padding: 1rem 2rem;
  border-bottom: 1px solid #051d40;
}
.popup-overlay .popup .close,
.popup-overlay .popup .submit{
  background: #D7B369 0% 0% no-repeat padding-box;
  border-radius: 46px;
  color: #ffffff;
  padding: 0.5rem 2rem;
  min-width: 10rem;
  text-align: center; 
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}