@font-face {
   font-family: 'AceSansExtrabold';
   src: url("/wp-content/themes/greymax/assets/fonts/AceSansExtrabold.ttf");
   font-style: normal;
   font-display: swap;
   font-weight: 800;
}

@font-face {
   font-family: 'Supreme-Light';
   src: url("/wp-content/themes/greymax/assets/fonts/Supreme-Light.otf");
   font-style: normal;
   font-display: swap;
   font-weight: 300;
}

@font-face {
   font-family: 'Supreme-Regular';
   src: url("/wp-content/themes/greymax/assets/fonts/Supreme-Regular.otf");
   font-style: normal;
   font-display: swap;
   font-weight: 400;
}

@font-face {
   font-family: 'Supreme-Bold';
   src: url("/wp-content/themes/greymax/assets/fonts/Supreme-Bold.otf");
   font-style: normal;
   font-display: swap;
   font-weight: 700;
}

@font-face {
   font-family: 'Supreme-Extrabold';
   src: url("/wp-content/themes/greymax/assets/fonts/Supreme-Extrabold.otf");
   font-style: normal;
   font-display: swap;
   font-weight: 800;
}

body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: Supreme-Light;
  font-size: 16px;
  font-weight: 300;
}

/* New css added here */
.main-header {
  position: static;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 0;
  transition: all .4s ease-out;
  width: 100%;
}
.fixed-top {
  background: rgba(255,255,255,0.9);
  position: fixed;
  padding: 15px 0;
}

.main-header .logo img {
  transition: all .4s ease-out;
  height: 130px;
  width: auto;
}

.fixed-top .logo img {
  height: 60px;
  transition: all .4s ease-out;
}

.topcta {
  text-align: right;
  line-height: 18px;
}

.topcts .mainButton {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background: #604ca5;
  display: inline-block;
  margin: 3px;
  padding: 9px 12px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.bannerSec {
  position: relative;
  clear: both;
  padding-top: 40px;
}

.bannertext {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  font-size: 30px;
  font-family: Supreme-Light;
  color: #333334;
  font-weight: 300;
}

.bannertext h1 {
  font-size: 80px;
  font-family: AceSansExtrabold;
  letter-spacing: 22px;
  font-weight: 800;
  margin-bottom: 0;
}

.bannertext h2 {
  font-size: 60px;
  font-family: AceSansExtrabold;
  letter-spacing: 13px;
}

.scrollingSec {
  font-size: 15px;
  font-family: Supreme-Light;
  font-weight: 300;
  background: #604ca5;
  color: #000;
  padding: 12px 0;
  clear: both;
  margin-top: 2px;
}
.scrolltext {
  background: url(/wp-content/themes/greymax/assets/images/ex.png) no-repeat left center;
  padding-left: 25px;
  color: #fff;
}

.aboutSec {
  clear: both;
  padding: 65px 0;
}

.shortdes {
  color: #32393f;
  font-size: 18px;
  font-family: Supreme-Light;
  border-left: 3px solid #32393f;
  padding-left: 30px;
}

.aboutSec h2 {
  font-family: Supreme-Extrabold;
  font-size: 52px;
  text-align: right;
  padding-left: 65px;
  display: block;
}

.testimonialSec {
  clear: both;
  background: url(/wp-content/themes/greymax/assets/images/quote.png) no-repeat center top;
  padding-top: 110px;
  padding-bottom: 65px;
}

.testimonialSec.testimonialSecInner, .testimonialSec.testimonialSecInner.bg-gray {
  background-color: #f2f2f2;
  padding-top: 200px;
  background-position: center 60px;
}

.page-template-Investors .testimonialSec.testimonialSecInner {
  background-color: #fff;
  padding-top: 200px;
  background-position: center 60px;
}

.testimonialSec h3 {
  font-family: Supreme-Bold;
  font-size: 30px;
}

.testimonialSec h2 {
  font-family: Supreme-Extrabold;
  font-size: 52px;
  display: block;
  padding-top: 15px;
}

.testimonialsliderbtn {
  clear: both;
  margin-bottom: 12px;
}

.testimonialslider .owl-nav {
  display: none;
}
.testimonialsliderbtn .owl-prev, .testimonialsliderbtn .owl-next {
  background: transparent;
  border: none;
  padding: 5px 15px 0 3px;
}

.feedback-box {
  padding: 0 10px;
}

.testimonialSec .mainButton {
  border-radius: 35px;
}

.client-image {
  width: 67px;
  height: 67px;
  border-radius: 100%;
  margin-bottom: 25px;
}

/*
.client-image {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin-bottom: 25px;
  font-size: 48px;
  font-family: AceSansExtrabold;
  font-weight: 800;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
*/


.scrollingSec {
  overflow-x: hidden;
}
.scrollingSec div {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}
.scrollingSec div .news-message {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  animation: slide-left 20s linear infinite;
}
.scrollingSec div .news-message p {
  padding-left: 0.5em;
  margin-bottom: 0;
    color: #fff;
}
.news-message {
  background: url(/wp-content/themes/greymax/assets/images/ex.png) no-repeat left center;
  padding-left: 20px;
  color: #fff;
  margin-left: 25px;
  font-size: 28px;
}

@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}


.circlebox {
  width: 60px;
  height: 60px;
  background: #f9d02c;
  border-radius: 100%;
  display: block;
  margin-bottom: 15px;
}
.client-meta {
  font-size: 14px;
  font-family: Supreme-Light;
    font-weight: 300;
}

.view-content {
  display: none;
}

.viewmore, .lessit {
  color: #604ca5;
  cursor: pointer;
  font-family: Supreme-Regular;
  font-weight: normal;
}

.testimonial-content {
  font-size: 15px;
  font-family: Supreme-Light;
  font-weight: 300;
}

.client-meta h4 {
  font-size: 18px;
  font-family: Supreme-Bold;
    font-weight: 700;
}

.ourservices {
  font-size: 16px;
  font-family: Supreme-Light;
  font-weight: 300;
  background: #f2f2f2;
  color: #000;
  padding: 45px 0;
  text-align: center;
}

.ourservices h3 {
  font-size: 34px;
  font-family: Supreme-Bold;
  font-weight: bold;
  margin: 15px auto;
}

.serviceblock {
  clear: both;
  margin: 15px auto;
  padding: 25px;
}

.ourservices .mainButton {
  border-radius: 35px;
}

.whatwedoSec {
  font-size: 20px;
  font-family: Supreme-Light;
  font-weight: 300;
  color: #000;
  padding: 65px 0 75px;
  text-align: center;	
}

.whatwedoSec h2 {
  font-family: Supreme-Extrabold;
  font-size: 52px;
  display: block;
  padding-top: 15px;
}

.whatwedoSec h3 {
  font-size: 22px;
  font-family: Supreme-Light;
  font-weight: 300;
}

a.mainButton {
  color: #fff;
  border: 2px solid #000;
  background-image: -webkit-linear-gradient(30deg, #000 50%, transparent 50%);
  background-image: linear-gradient(30deg, #000 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  margin: 3px;
  padding: 12px 20px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

a.mainButton:hover {
  background-position: 100%;
  color: #000;
}

a.mainButton.Buttonblue {
  color: #fff;
  border: 2px solid #604ca5;
  background-image: -webkit-linear-gradient(30deg, #604ca5 50%, transparent 50%);
  background-image: linear-gradient(30deg, #604ca5 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  margin: 3px;
  padding: 12px 20px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

a.mainButton.Buttonblue:hover {
  background-position: 100%;
  color: #604ca5;
}

.astlSec {
  font-size: 22px;
  font-family: Supreme-Light;
  font-weight: 300;
  background: #f2f2f2;
  color: #000;
  padding: 45px 0;
  text-align: center;
}

.astlSec p {
  margin: 0;
}

.site-footer {
  background: #1f1f1f;
  padding-top: 85px;
  text-align: center;
  clear: both;
  color: #fff;
}

.footer-info {
  background: url(/wp-content/themes/greymax/assets/images/footerbgimg.png) no-repeat center 230px;
  padding-bottom: 35px;
}

.happytohelp {
  background: url(/wp-content/themes/greymax/assets/images/tel.png) no-repeat center top;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 95px;
  text-align: center;
}

.happytohelp h4 {
  color: #fff;
  font-size: 30px;
  font-family: Supreme-Bold;
  font-weight: bold;
}

.happytocall {
  background: url(/wp-content/themes/greymax/assets/images/down-large-arrow.png) no-repeat center top;
  max-width: 500px;
  margin: 40px auto 0;
  padding-top: 50px;
  text-align: center;
  clear: both;
}

.happytocall a {
  color: #fff;
  font-size: 28px;
  font-family: Supreme-Light;
  font-weight: 300;
  text-decoration: none;
}

.happytomail a {
  color: #fff;
  font-size: 28px;
  font-family: Supreme-Light;
  font-weight: 300;
  text-decoration: none;
}

.happytomail {
  clear: both;
  margin-bottom: 25px;
}

.happytocontact {
  color: #fff;
  font-size: 20px;
  font-family: Supreme-Light;
  font-weight: 300;
}

.happytocontact a.mainButton {
  border-radius: 35px;
}

.footer-menu {
  margin: 30px auto;
  padding: 0;
  list-style: none;
  display: block;
}
.footer-menu li {
  display: inline-block;
  padding: 10px 15px 10px 0px;
  position: relative;
}
.footer-menu li a {
  color: #fff;
  font-family: Supreme-Light;
  font-weight: 300;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-menu li a:after {
  content: "/";
  display: inline-block;
  padding-left: 15px;
}

.footer-menu li:last-child a:after {
  content: "";
}

.site-info {
  clear: both;
  background: #1f1f1f;
  padding-top: 2.3rem;
  padding-bottom: 1.3rem;
  color: #fff;
  font-family: Supreme-Light;
  font-weight: 300;
  font-size: 17px;
}

.site-info a {
  color: #fff;
  text-decoration: none;
}

.tnc-menu {
  color: #fff;
}

.tnc-menu a {
  color: #fff;
}

/* Full with css here */

.innerBannerSec {
  background: #f9d02c;
  font-size: 16px;
  font-family: Supreme-Light;
  font-weight: 300;
  text-align: center;
  padding: 10px 0;
}

.innerBannerSec h1 {
  font-size: 75px;
  font-family: AceSansExtrabold;
  font-weight: 800;
  margin: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 10px;
  list-style: none;
  justify-content: center;
  opacity: 0.6;
}

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

.innerContentSec {
  clear: both;
  padding-top: 45px;
  padding-bottom: 45px;
}

.bannerimg {
  padding-bottom: 25px;
  text-align: center;
}

.ContentSec h2 {
  font-family: Supreme-Extrabold;
  font-size: 52px;
  display: block;
  padding-bottom: 10px;
}

.ContentSec h3 {
  color: #32393f;
  font-size: 22px;
  padding-bottom: 10px;
}

 a {
  text-decoration: none;
}

.ContentSec ul {
  margin: 0;
  padding: 0;
}

.ContentSec ul li {
  background: url(/wp-content/themes/greymax/assets/images/bullet.png) no-repeat left 5px;
    background-size: auto;
  list-style: none;
  margin: 25px auto;
  font-size: 20px;
  font-family: Supreme-Light;
  font-weight: 300;
  padding-left: 30px;
  background-size: 17px;
}

/* Case Studies */

.cs-content {
  padding: 25px;
  font-size: 16px;
  min-height: 520px;
}
.cs-box {
  border-radius: 6px;
  overflow: hidden;
  background: #f2f2f2;
  margin-bottom: 30px;
  position: relative;
}

.cs-meta {
  font-size: 14px;
  color: #767676;
  margin-bottom: 10px;
}
.cs-meta span {
  font-size: 16px;
  color: #000;
  font-family: Supreme-Bold;
  font-weight: bold;
}
.cs-content h4 {
  font-size: 16px;
  font-family: Supreme-Bold;
  font-weight: bold;
  color: #000;
}

.cscontent {
  min-height: 480px;
}

.borrowerreview {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 678px;
  background: #f8f8f8;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: inherit !important;
  overflow: auto !important;
    overflow-x: auto;
  overflow-x: auto;
  overflow-x: hidden !important;
  padding-right: 10px;
  scrollbar-color: #8d8d8d #e0e0e0;
  scrollbar-width: thin;
}

/* Contact us */

.Contactform {
  max-width: 970px;
  margin: 0 auto;
  background: #ebebeb;
  padding: 45px;
  border-radius: 8px;
}

.Contactform p {
  margin-bottom: 1.3rem;
}

.Contactform label {
  font-size: 16px;
  font-family: Supreme-Bold;
  font-weight: bold;
  color: #000;
  display: block;
}

.Contactform input {
  padding: 8px;
  width: 100%;
  border: 1px solid #ddd;
  font-family: Supreme-Light;
  font-weight: 300;
}

.Contactform textarea {
  padding: 8px;
  width: 100%;
  border: 1px solid #ddd;
  font-family: Supreme-Light;
  font-weight: 300;
  height: 120px;
}

.formsubmit {
  max-width: 135px;
  margin: 0 auto;
}

.formsubmit .wpcf7-submit {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #000;
  display: inline-block;
  margin: 3px;
  padding: 15px 20px;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #000;
  box-shadow: unset;
}
.formsubmit .wpcf7-submit:hover {
  color: #fff;
  background: #604ca5;
  border: 2px solid #604ca5;
  box-shadow: unset;
}

.bt-30 {
  margin-bottom: 25px;
}

/* Contact page */

.contactblock {
  background: #ebebeb;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
  font-family: Supreme-Regular;
  font-weight: normal;
  min-height: 114px;
}
.address {
  clear: both;
  padding: 15px 0px;
}
.address .contactblock {
  min-height: 147px;
}

.contactimg {
  float: left;
  width: 63px;
}
.contactdet {
  float: left;
  width: auto;
}
.contactdet h3 {
  font-size: 18px;
  font-family: Supreme-Bold;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333334;
}
.contactblock a {
  color: #333334;
}
.contactdet p {
  margin: 0;
}

.locimg {
  width: 70px;
  height: 70px;
  background: #d3d3d3;
  text-align: center;
  padding: 18px;
  border-radius: 100%;
  float: left;
  margin-right: 15px;
}
.locdet {
  float: left;
  padding-left: 15px;
  border-left: 1px solid;
}
.locdet h2 {
  font-size: 30px;
  font-family: Supreme-Extrabold;
  font-weight: 800;
  margin: 0;
}
.locdet h3 {
  font-size: 22px;
  font-family: Supreme-Bold;
  font-weight: bold;
  text-transform: uppercase;
}
.contactblock a.companyphone {
  font-size: 32px;
  font-family: Supreme-Light;
  font-weight: 300;
}

.locdet p {
  margin-bottom: 0;
}

.map {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 40px;
}

/* Our Process */

.page-template-Process .testimonialSec {
  background-color: #fff;
  padding-top: 200px;
  background-position: center 60px;
}

.processblock {
  background: #f2f2f2;
  padding: 0;
  border-radius: 8px;
  margin-bottom: 30px;
  min-height: 475px;
}

.page-id-169 .ContentSec ul {clear: both;}

.page-id-169 .ContentSec ul li {
  background: url(/wp-content/themes/greymax/assets/images/p2.png) no-repeat left 1px;
  background-size: 15px;
  list-style: none;
  margin: 20px 5px;
  font-size: 15px;
  font-family: Supreme-Light;
  font-weight: 300;
  padding-left: 20px;
  float: left;
  border-right: 1px solid;
  padding-right: 10px;
  line-height: 1;
}

.page-id-169 .ContentSec ul li:first-child {
  background: url(/wp-content/themes/greymax/assets/images/p3.png) no-repeat left 1px;
  background-size: 15px;
}

.page-id-169 .ContentSec ul li:last-child {
  background: url(/wp-content/themes/greymax/assets/images/p1.png) no-repeat left 1px;
  background-size: 15px;
  border-right: none;
}

.processSec {
  clear: both;
}

.processSec h2 {
  font-family: Supreme-Extrabold;
  font-size: 52px;
  display: block;
  padding-bottom: 10px;
}
/*
.processblock h3 {
  font-family: Supreme-Extrabold;
  font-size: 32px;
  display: block;
  margin: 20px auto;
  width: 88.4px;
  background: #000;
  text-align: center;
  padding: 25px;
  border-radius: 100%;
  color: #fff;
}

.processblock.block-2 h3 {
  background: #604ca5;
}

.processblock.block-3 h3 {
  background: #f9d02c;
  color: #000;
}

.processbottom {
  font-size: 22px;
  font-family: Supreme-Bold;
  font-weight: bold;
  text-align: center;
  padding: 25px;
}

*/

.processblock h3 {
  font-family: Supreme-Extrabold;
  font-size: 32px;
  display: block;
  margin: 20px auto 0;
  color: #fff;
  text-align: center;
}

.block-header {
  background: #604ca5;
  padding: 25px;
}

.process-img {
  width: 70px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  height: 70px;
  padding-top: 12px;
  opacity: 1;
  transition: 0.3s;
}

.block-header:hover .process-img {opacity: 0.7}

.block-desc {
  padding: 25px;
}

.processbottom {
  font-size: 20px;
  text-align: center;
  padding: 25px;
}

/* Our Team */
.page-template-Team .testimonialSec.testimonialSecInner {
  background-color: #fff;
  padding-top: 200px;
  background-position: center 60px;
}
.ourteamSec {
  clear: both;
  padding: 15px 0 25px;
}

.ourteamSec h4 {
  font-family: Supreme-Bold;
  font-size: 20px;
  font-weight: bold;
}

.team-content {
  font-size: 15px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.social-links {
  display: block;
  padding-bottom: 20px;
}

.social-links a {
  display: inline-block;
  width: 32px;
  height: 32px;
}

/*
.team-image {margin-bottom: 60px;}
.team-image {
  margin-bottom: 60px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  width: 200px;
  margin-left: auto;
}
*/

.team-image {
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  width: 200px;
  margin: 7px auto 15px;
}

.lego-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  transition: opacity .5s ease;
  opacity: 0;
}

.team-image:hover .lego-image {
	opacity: 1;
}

.lego-image img {
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}

.lego-image img:hover {
  transform: scale(1.3);
}


.footer-info .menu-item-has-children .sub-menu {
  display: none !important;
}

@media (min-width: 1200px) {
.container {
  max-width: 1200px;
}

.cs-content {
  min-height: 678px;
}

}

@media screen and (min-width: 1160px) {
	
.team-image {
  margin-right: 0;
}
	
.innerContentSec .container {
  max-width: 867px;
}

.innerContentSec.about-us-page {
  background: url(/wp-content/themes/greymax/assets/images/ABOUT-bg.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position: center right;
  background-size: 20%;
}

.innerContentSec.case-studies-page {
  background: url(/wp-content/themes/greymax/assets/images/CASE-STUDIES-bg.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: left 25%;
  background-size: 20%;
}

.innerContentSec.process-page {
  background: url(/wp-content/themes/greymax/assets/images/PROCESSbg.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: left 95%;
  background-size: 22%;
}

}

/* New css end here */

.footer-menu .menu-item-has-children::after {display: none;}

.menu-item-has-children {
    position: relative;
    padding-right: 15px;
}

.menu-item-has-children::after{
    content: "";
    position: absolute;
    right: 7px;
    top: 18px;
    border-width: 6px 5px 0 5px;
	border-color: #000000 transparent transparent transparent;
	border-style: solid;
    cursor: pointer;
}
/*
.menu-item-has-children .sub-menu{
    background: #000;
    padding: 12px;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 40px;
	min-width: 165px;
	transform-origin: 0 0;
    transition: all .3s ease-in-out;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}
*/

@media screen and (min-width: 1160px) {
.menu-item-has-children .sub-menu {
  display: block !important;
  top: 100%;
  position: absolute;
  min-width: 210px;
  background-color: #000;
  border-top: 0;
  z-index: 999;
  left: 0;
  padding: 10px 15px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -webkit-box-shadow: 0 4px 4px 1px rgba(0,0,0,.2);
  box-shadow: 0 4px 4px 1px rgba(0,0,0,.2);
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  border-radius: 0;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    top: 100%;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}
	
}

.menu-item-has-children .sub-menu li {list-style: none;}

.menu-item-has-children .sub-menu li a{
    color: #fff;
    padding: 5px 0;
    display: block;
    line-height: normal;
}

.menu-item-has-children .sub-menu li a:hover{
    color: #fff;
}
.testiMonial {
    margin-bottom: 100px;
}
.belowaboutSec {
    margin-bottom: 5%;
}
.supp_aboutSec
{
    margin-top: 5%;
    margin-bottom: 5%;
}
.single-fsupp {
    background: #eaf2f6;
    padding: 30px;
    margin-bottom: 25px;
}
.single-fsupp p {
    font-size: 17px;
}
.single-fsupp h3 {
    font-size: 27px;
    margin-bottom: 13px;
}
.contactformdet {
    padding: 9% 30px;
    max-width: 550px;
}
.contactformdet label {
    width: 100%;
}
.contactformdet input, .contactformdet textarea {
    border: 0;
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    width: 100%;
    padding-bottom: 9px;
}
.contactformdet textarea {
    height: 150px;
    resize: none;
}

@media(max-width: 575px) { 

.ourteamSec {text-align: center;}

.locdet {width: 75%;}

}

.menu-item-has-children span {display: none;}


.logoMobile{
  display: none;
}

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

  .logoMobile{
    display: block;
    text-align: center;
    margin-top: 50px;
  }


    .wsmenu-list > li > a{
        display: inline-block !important;
        color: #fff !important;
    }
	
.menu-item-has-children span {
  content: "";
  position: absolute;
  right: 10px;
  z-index: 10;
  top: 18px;
  border-width: 6px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  cursor: pointer;
  display: inline-block;
}
	
    .menu-item-has-children::after{
        content: "";
        position: absolute;
        right: 10px;
        z-index: 10;
        top: 18px;
        border-width: 6px 5px 0 5px;
        border-color: #000000 transparent transparent transparent;
        border-style: solid;
        cursor: pointer;
        display: none;
    }
    .menu-item-has-children .sub-menu{
      background: #3b1347;
      padding: 5px 20px;
        display: none;
        position: inherit;
        left: 0;
        width: 100%;
        top: 0px;
        margin: 0;
    border-radius: 6px;

    }



    .menu-item-has-children{
        position: relative;
        padding-right: 0px;
    }
	
/* new css added here */
.bannerSec {
  padding-top: 0;
}
.bannertext h1 {
  font-size: 37px;
  letter-spacing: 10px;
}

.bannertext h2 {
  font-size: 27px;
  letter-spacing: 10px;
}

.bannertext {
  position: relative;
  font-size: 14px;
}

.aboutSec {
  padding: 40px 0;
}

.aboutSec h2 {
  font-size: 30px;
  text-align: center;
  padding-left: 0;
}

.shortdes {
  border: none;
  text-align: center;
  padding: 0;
  font-size: 14px;
}

.testimonialSec {
  clear: both;
  padding: 50px 0;
  text-align: center;
  background-size: 64px;
}

.testimonialSec h3 {
  font-size: 20px;
}

.testimonialSec h2 {
  font-size: 30px;
  padding-top: 10px;
}

.testimonial-content {
  font-size: 14px;
}

.testimonialSec .mainButton {display: none;}

.client-image {
  margin: 15px auto;
}

.ourservices {
  padding: 0;
  background: #fff;
  font-size: 14px;
}

.serviceblock img {
  width: 36px;
}

.ourservices h3 {
  font-size: 20px;
  margin: 10px auto;
}

.innerBannerSec h1 {
  font-size: 37px;
}
.ContentSec ul li {
  font-size: 16px;
  background-size: 15px;
}
.ContentSec h2 {
  font-size: 30px;
}
.processSec h2 {
  font-size: 30px;
}
.processblock {
  font-size: 14px;
  min-height: initial;
}
.processblock h3 {
  font-size: 22px;
  display: block;
  margin: 15px auto;
}
.processbottom {
  font-size: 18px;
  padding: 0;
}

}

@media screen and (max-width: 767px) {
	
.main-header .logo img {
  height: 85px;
}

.fixed-top .logo img {
  height: 60px;
}
	
.main-header {
  padding: 12px 0;
}

.fixed-top {
  padding: 5px 0;
}

a.mainButton, a.mainButton.Buttonblue {
  font-size: 10px;
  padding: 9px 12px;
}
	
.ourservices .col-sm-6 {
  width: 50%;
}

.ourservices .mainButton {
  display: none;
}

.whatwedoSec {
  font-size: 14px;
  padding: 45px 0;
}

.whatwedoSec h2 {
  font-size: 30px;
  padding-top: 0;
}

.whatwedoSec h3 {
  font-size: 18px;
}

.aboutSec .mainButton {
  font-size: 10px;
  padding: 9px 12px;
}

.whatwedoSec .mainButton {
  font-size: 10px;
  padding: 9px 12px;
}	

.astlSec {
  font-size: 16px;
  padding: 20px 0;
}

.astlSec img {
  display: block;
  width: 48px;
  margin: 10px auto 0;
}

.happytohelp {
  background-size: 56px;
  padding-top: 70px;
}

.happytohelp h4 {
  font-size: 24px;
}

.happytocall {
  background-size: 40px;
  padding-top: 35px;
  margin: 30px auto 0;
}

.happytocontact span {display: none;}

.happytocall a {font-size: 20px;}

.happytomail a {font-size: 20px;}

.ContentSec h3 {font-size: 18px;}

.footer-menu li a {font-size: 14px;}

.site-info {font-size: 12px;}

.tnc-menu {font-size: 12px;}

}

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

.testimonialSec h3::before {
  content: "";
  display: inline-block;
  width: 75px;
  border-top: 2px solid;
  padding: 4px;
  margin-right: 30px;
}

.processblock {
  min-height: 581px;
}

}

/*
@media screen and (max-width: 760px) {
	
.contact_sec label {
    text-align: left;
    margin-bottom: 6px;
}

h2.text-center.frptsec {
    font-size: 50px;
}

h2.text-center.frptsec {
    font-size: 45px;
    line-height: 47px;
}
.sf_trt {
    width: 65px;
    height: 65px;
    margin-right: 10px;
    font-size: 15px;
}
.sf_trt div {
    font-size: 24px;
    height: 50px;
}
.frptsec span {
    color: black;
    font-size: 22px;
    display: block;
}
.single-fsupp h3 {
    text-align: center;
    margin-top: 20px;
}
.single-fsupp p {
    font-size: 17px;
    text-align: center;
}
.icon a img {
    width: 60px;
}
.page-template-Home .modal-content .modal-header {
    right: -13px;
    top: -22px;
}
    .vid_thumbsec
{
    max-width: 100%;
}
    }
.foot-menu li a {
    color: black;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.tr_sec1
{
  text-align: center;
  margin-top: 8%;
}
.contact_sec {
    max-width: 801px;
    margin: 0 auto;
    margin-top: 5%;
    background: url(../images/event_bg.png);
    padding: 50px 44px;
    margin-bottom: 5%;
    background-size: cover;
}
.contact_sec h5 {
       text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 35px;
    color: #3b1347;
}
.contact_sec h5::after
{
  content: '';
    border-bottom: 3px solid #3b1347;
    width: 75px;
    display: block;
    margin: 0 auto;
    margin-top: 14px;
}
.contact_sec .wpcf7-form-control {
    width: 100%;
}
.contact_sec .wpcf7-form-control {
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px;
    border-radius: 3px;
}
.contact_sec label {
    font-size: 17px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
        text-align: right;
    width: 100%;
}
.contact_sec .row
{
  margin-bottom: 30px;
}
.contact_sec .wpcf7-textarea {
    max-height: 90px;
}
.mainimg{
    text-align: center !important;
    margin-top: 8%;
    margin-bottom: 8%;
}
.mainimg img {
    margin: 0 auto;
}
.page-template-ownit2021 .owl-carousel .owl-stage {
    margin: 0 auto;
}
.programmes .costSec
{
    margin-bottom:15px;
}
*/