/** Generated by FG **/
/* @font-face {
  font-family: "Conv_Muli-Black";
  src: url("../../fonts/Muli-Black.eot");
  src: local("Ã¢ËœÂº"), url("../fonts/Muli-Black.woff") format("woff"),
    url("../fonts/Muli-Black.ttf") format("truetype"),
    url("../fonts/Muli-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_Muli-SemiBold_0";
  src: url("../fonts/Muli-SemiBold_0.eot");
  src: local("Ã¢ËœÂº"), url("../fonts/Muli-SemiBold_0.woff") format("woff"),
    url("../fonts/Muli-SemiBold_0.ttf") format("truetype"),
    url("../fonts/Muli-SemiBold_0.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_Muli-Regular";
  src: url("../fonts/Muli-Regular.eot");
  src: local("Ã¢ËœÂº"), url("../fonts/Muli-Regular.woff") format("woff"),
    url("../fonts/Muli-Regular.ttf") format("truetype"),
    url("../fonts/Muli-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_fonts/Muli-Light";
  src: url("../fonts/Muli-Light.eot");
  src: local("Ã¢ËœÂº"), url("../fonts/Muli-Light.woff") format("woff"),
    url("../fonts/Muli-Light.ttf") format("truetype"),
    url("../fonts/Muli-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
} */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

html {
  scroll-behavior: smooth;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Roboto", sans-serif;
  /*  font-family: 'Conv_Muli-Regular';*/
  position: relative;
  z-index: 0;
  height: auto;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  font-size-adjust: none;
  /*color: #4a4a4a;*/
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}

:focus {
  outline: none;
}
:active {
  outline: none;
}
span {
  color: #a8a8a8;
  font-family: "Roboto", sans-serif;
  /* font-family: "Conv_Muli-Regular"; */
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
}
a {
  font-family: "Roboto", sans-serif;
  /* font-family: "Conv_Muli-Regular";
   */
  text-decoration: none;
  font-weight: normal;
  color: #4e4e4e;
  font-weight: 400;
  display: inline-block;
  font-size: 22px;
}
a:hover {
  color: #e35f26;
}
a.button-common {
  background-color: #e35f26;
  background-color: #863c1b;
  font-family: "Roboto", sans-serif;
  /* font-family: "Conv_fonts/Muli-Light"; */
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #fff;
  border-radius: 26px;
  padding: 16px 30px;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  z-index: 4;
}
.frm_submit button.frm_button_submit.frm_final_submit {
  background-color: #e35f26 !important;
  font-family: "Roboto", sans-serif;
  /* font-family: "Conv_fonts/Muli-Light" !important; */
  font-size: 15px !important;
  letter-spacing: 0.3px !important;
  color: #fff !important;
  border-radius: 26px !important;
  padding: 16px 30px !important;
  text-transform: capitalize !important;
  position: relative !important;
  cursor: pointer !important;
  z-index: 4 !important;
  border: none !important;
}
.frm_submit button.frm_button_submit.frm_final_submit {
  border: none;
}
/* #mm-0 > .page{
  height: 100vh;
} */

a.button-common:hover,
.frm_submit button.frm_button_submit.frm_final_submit:hover {
  transform: scale(1.05, 1.05);
  transition: 0.5s all;
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
a.button-common:hover {
  color: #fff;
}
a.button-common:before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #de5412;
  transition: all 0.5s;
  z-index: -1;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
a.button-common:after {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  transition: all 0.5s;
  z-index: -1;
  border-radius: 26px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

a.button-common:hover:before {
  transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
}
a.button-common:hover:after {
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
}

p {
  /* font-family: "Conv_fonts/Muli-Light"; */
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.66;
  margin: 0 0 20px 0;
  color: #3e3e40;
}
p:last-child {
  margin-bottom: 0;
}

h1 {
  /* font-family: "Conv_Muli-Black"; */
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}
h2 {
  color: #e35f26;
  /* font-family: "Conv_Muli-SemiBold_0"; */
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.85;
}

h3 {
  /* font-family: "Conv_Muli-SemiBold_0"; */
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  line-height: 1.46;
  color: #3e3e40;

  margin: 0 0 20px 0;
}
h4 {
  color: #4d5257;
  /* font-family: "Conv_Muli-Regular"; */
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  font-style: normal;
  margin: 0 0 20px 0;
}

h5 {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  color: #b2b2b2;
  margin: 0 0 20px 0;
}
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2;
  color: #b2b2b2;
  margin: 0 0 20px 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select:focus {
  outline: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: button;
  -moz-appearance: button; /* Firefox */
  -webkit-appearance: button; /* Safari and Chrome */
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

a {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

input {
  line-height: normal;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

input:hover,
input:focus,
textarea:hover,
input[type="text"]:hover,
textarea:active,
input[type="text"]:active,
textarea:focus,
input[type="text"]:focus,
button:focus,
button:active,
button:hover {
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  box-shadow: none;
}
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="button"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
button {
  /*  appearance:none;
  -moz-appearance:none; 
  -webkit-appearance:none; 
  box-shadow: none;*/
  border-radius: 0;
  border: none;
}

select {
  -moz-box-shadow: none; /* Firefox */
  -webkit-box-shadow: none; /* Safari and Chrome */
  box-shadow: none;
  border-radius: 0;
}

input {
  font-size: 16px;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
}

input[type="text"]:focus,
textarea:focus {
  outline: 0;
}

input[type="text"]:hover,
textarea:hover {
  outline: 0;
}

ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0px;
}
li {
  /* font-family: "Conv_fonts/Muli-Light"; */
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.8;
}
/* spacing */
.cyber-security-aims-container{
  max-width: 1560px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}
.container {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.top-banner {
  background: #393ab5;
  max-height: 648px;
}
.home .banner {
  min-height: 700px;
}
.banner {
  clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
}
.banner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  /* z-index: -1; */

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.banner:after {
  content: "";
  background-image: url(https://cyberquarter.co.uk/wp-content/uploads/2021/04/banner-effect.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-content h1,
.banner-content p,
.jump-btn {
  z-index: 4;
  position: relative;
}
header nav {
  padding-top: 6px;
}
.search-form {
  position: relative;
}
form#searchform input#searchsubmit {
  background: #de5412;
  font-size: 15px;
  padding: 10px 20px;
}
.search-icon i.fa.fa-search {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}
.search-form input[type="text"] {
  padding: 0 10px;
  color: #000;
}
.search-form div {
  position: absolute;
  right: 40px;
  display: flex;
  top: -7px;
}
.header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header-search {
  padding: 0 20px;
}
header nav li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
header nav li a::first-letter {
  text-transform: capitalize;
}
header nav li {
  display: inline-block;
  padding-left: 45px;
}
header nav li a {
  position: relative;
}
header nav li a:hover:after {
  width: 100%;
  transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
}
header nav li a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 0%;
  background: #fff;
  height: 1px;
  transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.5s all cubic-bezier(0.19, 1, 0.22, 1);
}
.header-bar {
  position: fixed;
  top: 27px;
  width: 100%;
  z-index: 9;
}
.header-bar header nav {
  display: none;
}
.header-bar .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner-content {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.banner-content p {
  color: #fff;
  margin: 25px auto;
  max-width: 766px;
}
.header-bar.scroll-header {
  transition: 0.8s all;
}
.header-bar.scroll-header {
  top: 0;
  background-color: #000;
  width: 100%;
  transition: 0.8s all;
  padding: 10px 0;
  z-index: 9;
}
/*.banner:before {
    content: "";
    background-image: url(../images/bnr-layer.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background-size: cover;
}*/
/* vision section */
section.vision .inner-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section.vision .content {
  width: 50%;
  padding-right: 20px;
}
section.vision .images {
  width: 50%;
  position: relative;
  padding-left: 80px;
}
section.vision .inner-section {
  padding: 80px 0 193px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section.midlands h2 {
  font-size: 34px;
}
.big-img img {
  max-width: 500px;
}
.small-img {
  position: absolute;
  bottom: -46px;
  left: -33px;
  background: #fff;
  padding: 10px;
}
.big-img {
  position: relative;
  display: inline-block;
}
.logo-img {
  position: absolute;
  right: -40px;
  bottom: -46px;
  z-index: 8;
}
.shadow-img {
  position: absolute;
  right: -78px;
  bottom: -80px;
  z-index: 0;
}
section.vision {
  background: url(../images/about.png);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  margin-top: -40px;
  z-index: 0;
  padding-top: 40px;
}
/*section.midlands*/
section.midlands h2 {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
}
.midlands .container{
  max-width: 1580px;
  margin: 0 auto;
}
.listing ul li{
  font-size: 14px;
}
.listing ul li:after {
  content: "";
  background: #de5412;
  width: 6px;
  border-radius: 50%;
  height: 6px;
  position: absolute;
  left: 0px;
  top: 9px;
  font-size: 14px;
}
.listing ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  color: #505050;
}
.container .entry-content ul li:after {
  content: "";
  background: #de5412;
  width: 8px;
  border-radius: 50%;
  height: 8px;
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 18px;
}
.container .entry-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  color: #505050;
}
.midlands .listing {
  column-count: 2;
    /* column-gap: 10px; */
    column-gap: 0px;
    padding: 0 10px;
}
section.midlands {
  background: #f7f7f7;
  padding: 120px 0 80px;
  clip-path: polygon(0 11%, 100% 0, 100% 100%, 0% 100%);
}

/*section boxes*/
section.img-boxes {
  padding: 100px 0 37px;
  overflow-x: hidden;
}
section.img-boxes .container:after {
  content: "";
  background: #e7e7e7;
  width: 580px;
  position: absolute;
  right: -310px;
  height: calc(100% + 25.7%);
  top: -100px;
  z-index: -1;
  overflow: hidden;
}
section.img-boxes .container {
  position: relative;
}
.inner-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.img-boxes .box img {
  width: 100%;
  max-height: 347px;
  height: 100%;
}
section.img-boxes .box {
  width: calc(33.33% - 40px);
  margin: 0 20px;
  text-align: center;
  position: relative;
}
section.img-boxes .box:after {
  content: "";
  background-color: #e35f26;
  width: 2px;
  height: 70px;
  position: absolute;
  top: 310px;
  left: 50%;
  transform: translateX(-50%);
  transition: 1s all;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
section.img-boxes .box h3 {
  color: #4d5257;
  margin: 60px 35px 40px 35px;
  font-weight: normal;

  /* font-family: "Conv_fonts/Muli-Light"; */
}
/*inquery section */
section.send_enquiry {
  background-repeat: no-repeat;
  background-size: cover;
}
section.send_enquiry .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1105px;
  margin: 0 auto;
  padding: 81px 0;
}
section.send_enquiry .content h3 {
  margin: 0;
  color: #fff;
  width: 80%;
}
section.contact-detail {
  background-color: #f7f7f7;
  border-bottom: 1px solid #e1e1e1;
}
.inner-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 40px 0;
}
.contact-detail .detail a {
  font-size: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.contact-detail .detail a:hover img{
  opacity: 0.5;
}
.contact-detail .detail ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.contact-detail .detail ul img {
  margin-right: 8px;
}
.contact-detail .detail ul li {
  margin-left: 70px;
}
.contact-detail .detail ul li:first-child { margin-left: 0; }
.contact-detail .detail ul li:nth-child(2),
.contact-detail .detail ul li:nth-child(3) { margin-left: 15px; }
section.our-client {
  background-color: #f7f7f7;
  padding: 50px 0;
}
section.our-client .client {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* padding: 50px 0; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer {
  background-color: #e35f26;
  padding: 23px 0;
  margin-bottom: -27px;
}
.copyright {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cookie ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}
.cookie ul li {
  padding-left: 20px;
}
.cookie ul li a:first-letter {
  text-transform: capitalize;
}
.copyright p,
.copyright a {
  font-size: 13px;
  color: #fff;
  margin: 0;
}

/*animation*/
a.toggle-btn img.toggle-img:hover {
  transform: rotate(360deg);
  transition: 0.5s all;
  filter: drop-shadow(2px 4px 6px black);
  -webkit-filter: drop-shadow(2px 4px 6px black);
}

/*mmenu*/
nav#mm-menu {
  background: #fff;
}
header a {
  text-transform: capitalize;
}
ul.mm-listview a {
  text-transform: capitalize;
  font-size: 15px;
}
a.mm-close.mm-btn {
  width: 100%;
}
/*.mm-clear:before, .mm-close:before{
    right: 39px;
}
.mm-clear:after, .mm-close:after{
  width: 15px;
  height: 15px;
}*/
.mm-close:before {
  width: 15px;
  height: 15px;
}
.mm-close:after {
  width: 15px;
  height: 15px;
}
.mm-clear:after,
.mm-close:after {
  right: 39px;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: #fff;
}
.mm-navbar .mm-btn:first-child {
  left: -20px;
  top: 48px;
}

nav#mm-menu {
  background: #e45f2678;
}
nav#mm-menu {
  /*background: #e45f2678;*/
  background: #000000ad;
  width: 33.33%;
  min-width: inherit;
  max-width: inherit;
  text-align: center;
}
#mm-menu ul.mm-listview a{
  text-align: start;
}
#mm-menu ul.mm-listview a span{
  text-transform: capitalize;
    font-size: 23px;
    color: #fff;
    word-break: break-word;
    white-space: normal;
    line-height: 1;
    border-left: 2px solid #ffffff;
    padding-left: 15px;
}
.menu-item i._mi{
  font-size: 23px !important;
  line-height: 1.3 !important;
  margin-top: 0px !important;
}
.menu-item i._before, .rtl .menu-item i._after{
  margin-right: 15px !important;
}
.mm-listview>li>a{
  padding: 15px 10px 15px 30px;
}
.mm-listview>li{
  text-align: start;
}
/* #mm-menu ul.mm-listview a span:hover{
  color: #e35f26;
  transition: color .1s ease-in;
} */
ul.mm-listview li.current-menu-item{
  background-color: #e35f26;
}
ul.mm-listview li.current-menu-item a:hover {
  color: #000000;
  transition: all 0.3s ease 0s;
}
#mm-menu .mm-panels .mm-listview>li.current-menu-item>a:hover>span{
  color: #000000;
  border-left: 2px solid #000000;
  transition: all 0.3s ease 0s;
}
ul.mm-listview a {
  text-transform: capitalize;
  font-size: 25px;
  color: #fff;
  word-break: break-word;
  white-space: normal;
  line-height: 1.3;
  width: fit-content;
  display: flex;
    align-items: center;
}
ul.mm-listview a:hover {
  color: #e35f26;
  transition: all 0.3s ease 0s;
}
ul.mm-listview a .dashicons, ul.mm-listview a .dashicons-before:before{
  transition: none;
}
#mm-menu .mm-panels .mm-listview>li>a:hover>span{
  color: #e35f26;
  border-left: 2px solid #e35f26;
  transition: all 0.3s ease 0s;
}
/* ul.mm-listview {
  display: inline-block;
} */
.mm-listview > li:not(.mm-divider):after {
  border-color: #fff0;
}

/*scroll jump in banner*/
.jump-btn {
  scroll-behavior: smooth;
  display: inline-block;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/*blog css*/
.blog-page .inner-blog h4 {
  text-align: right;
  margin-top: -68px;
}

.blog-time i {
  color: #e35f26;
}
.inner-blog h2 {
  margin-bottom: 0;
}
.load-blog-button {
  margin-top: 25px;
  width: 100%;
  text-align: center;
}
.blog-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-section .boxes img {
  width: 100%;
  max-height: 250px;
  min-height: 250px;
  height: 100%;
  transition: 1s all;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
}
.blog-section .boxes {
  width: calc(33.33% - 40px);
  margin: 20px 20px;
  box-shadow: 0 0 9px 1px rgb(0 0 0 / 15%);
}
/* .extra-detail {
  padding: 30px 30px;
} */
.blog-button {
  position: absolute;
  bottom: 0;
  padding: 20px 0;
}
.extra-detail {
  padding: 30px 30px 63px;
}
.blog-time > span {
  padding-right: 20px;
}

.blog-section p {
  color: #505050;
  /* font-weight: bold; */
}
/* .blog-time {
  margin-bottom: 20px;
} */
.inner-blog {
  text-align: center;
}
a.button-common.br-gray::before {
  background: #58595e;
}
a.button-common.br-gray {
  background-color: #58595ed1;
}
section.blog-main {
  padding: 0 0 80px;
}
section.blog-main .boxes {
  position: relative;
  background: #fff;
}
.price-sec span {
  font-size: 22px;
  color: #fff;
}
.price-sec {
  position: absolute;
  top: 10px;
  right: 0;
  background: #de5412;
  padding: 10px 20px 10px 40px;
  transform: unset;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
}
/*section.our-client .client img {
  width: 100%;
}*/
/*section.blog-main .boxes a {
    display: block;
}
*/
/* section.our-client .client img {
  padding: 0 12px;
} */
/**/
section.vision p {
  /* font-family: "Conv_Muli-Regular"; */
  font-family: "Roboto", sans-serif;
}
.blog-section .boxes img:hover {
  transform: scale(1.1);
  overflow: hidden;
  transition: 1s all;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

section.blog-main .boxes > a {
  overflow: hidden;
  width: 100%;
}
.contact-detail .detail a:hover {
  color: #f24a0c;
}
.copyright a:hover {
  color: #cfd4da;
}
/*twitter*/
.twitter-top img {
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.profile-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.twit-img i {
  color: #1da1f2;
  font-size: 30px;
}
.inner-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.profile-img p {
  margin-bottom: 0;
  line-height: 1;
}
.profile-img p {
  margin-bottom: 0;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
  font-size: 14px;
}
.inner-top .detail {
  margin-left: 10px;
}
.detail-more p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin: 20px 0;
}
.social-icon .left i {
  color: #d8d8d8;
}
.social-icon .left i {
  color: #d8d8d8;
  padding-right: 5px;
}

.social-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.twitter-top .title {
  margin-top: 30px;
}
.twitter h2 {
  text-align: center;
  color: #4d5257;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: normal;
}
.twitter-top {
  box-shadow: 0 0 9px 1px rgb(0 0 0 / 12%);
  margin: 5px 15px;
  padding: 20px 20px;
  border-bottom: 2px solid #1da1f2;
  /* max-width: 370px; */
}
.twit-back {
  background: #1da1f2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 5px;
  position: relative;
  top: -4px;
}
.twit-back i.fa.fa-twitter {
  color: #fff;
  border-radius: 5px;
  font-size: 22px;
  padding: 5px 5px 5px 5px;
  max-width: 30px;
  max-height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
/* section.twitter {
  padding: 40px 0 95px 0;
} */
section.twitter {
  padding: 40px 47px 95px 43px;
}
/*slider*/
.owl-carousel .owl-nav.disabled {
  display: block;
}
button.owl-prev span,
button.owl-next span {
  font-size: 45px;
}
button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

button.owl-prev:after {
  content: "";
  background-image: url(https://cyberquarter.co.uk/wp-content/uploads/2021/03/left-arrow.png);
  position: absolute;
  width: 20px;
  height: 50px;
  left: 0;
  background-repeat: no-repeat;
}
button.owl-next:after {
  content: "";
  background-image: url(https://cyberquarter.co.uk/wp-content/uploads/2021/03/right-arrow.png);
  position: absolute;
  width: 20px;
  height: 50px;
  left: -10px;
  background-repeat: no-repeat;
}
button.owl-prev span,
button.owl-next span {
  font-size: 0;
}
/* section.our-client .client img {
  padding: 0 12px;
  width: 100%;
} */
section.our-client .client img {
  /* padding: 0 7px; */
  width: auto;
  max-width: 190px;
}
footer img {
  display: none;
}
/* blog banner */
.banner {
  min-height: 429px;
  background-position: center bottom;
}

section.blog-main.blog-page {
  padding: 45px 0 80px;
  background-image: url(https://cyberquarter.co.uk/wp-content/uploads/2021/03/isolate-layer.png);
  background-repeat: no-repeat;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .pagination ul li {
  background: #de5412;
  height: 36px;
  margin: 0 2px;
  padding: 0 15px;
  line-height: 36px;
  cursor: pointer;
} */
.pagination ul li span:hover,
.pagination ul li a:hover {
  background: #923609;
}
.pagination ul li span,
.pagination ul li a {
  color: #fff;
  font-size: 15px;
  background: #de5412;
  height: 36px;
  margin: 0 2px;
  padding: 0 15px;
  line-height: 36px;
  cursor: pointer;
  display: inline-block;
}
.pagination {
  margin-top: 30px;
}
.blog-detail {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  flex-wrap: wrap;
  padding: 80px 0 0;
  width: 100%;
}
.blog-image {
  width: 35%;
}
.blog-inner-detail {
  width: 65%;
  padding-left: 20px;
}
.blog-detail p {
  margin-bottom: 0;
}
.blog-image img {
  width: 100%;
}
span.location {
  display: block;
  /* padding-top: 10px; */
}
span.location i.fa.fa-map-marker {
  font-size: 17px;
}
.blog-time span span {
  color: #e35f26;
  padding-right: 5px;
}
.blog-detail .blog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.blog-head .blog-time {
  /* margin-bottom: 20px; */
  width: 70%;
}
.time-date {
  padding-bottom: 8px;
}
.color-section {
  background-color: #f7f7f7;
  padding: 20px;
}
.color-section i.fa.fa-quote-left {
  color: #de5412;
  padding-right: 10px;
  font-size: 35px;
}

.color-section i.fa.fa-quote-right {
  color: #de5412;
  padding-left: 10px;
  font-size: 35px;
}
.color-section span.right-quote {
  position: absolute;
  margin-top: 3px;
}
.pdf-section {
  padding: 30px 0;
}
.pdf-section a {
  display: flex;
  align-items: center;
}
.pdf-section img {
  max-width: 45px;
}
.pdf-section p {
  padding-right: 30px;
}
/* .dimand-img {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.dimand-img {
  width: 200px;
  height: 200px;
  margin: -40px 60px;
}
.dimand-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.single-img,
.double-img {
  text-align: center;
}
.more-images {
  background: #f7f7f7;
  padding: 110px 0 80px;
  margin: 40px 0;
} */

.images-grid .row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.images-grid .column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.images-grid .column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
/* Twitter Design */
/*.ctf-tweets {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px;
}
 .ctf-tweets .ctf-item {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 14%);
  position: relative;
  border-bottom: 2px solid #1b95e0;
  padding: 15px 9px !important;
  margin-bottom: 20px;

} */
.ctf-tweets .ctf-item {
  height: auto !important;
}
#ctf .ctf-author-box{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#ctf .ctf-tweet-actions, #ctf .ctf-tweet-content{
  margin-top: 16px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
#ctf p.ctf-media-link, #ctf p.ctf-tweet-text{
  font-size: 16px;
}
#ctf .ctf-tweet-actions a{
  padding: 0 6px !important;
}
#ctf .svg-inline--fa.fa-w-16 {
  width: 16px !important;
}
#ctf .ctf-tweet-meta a {
  font-size: 14px;
}
#ctf .ctf-action-count{
  display: none;
}
a.ctf-twitterlink {
  font-size: 0;
  display: none;
}
.ctf-tweet-meta {
  position: absolute;
  bottom: 18px;
  right: 10px;
}
#ctf .ctf-author-name {
  font-weight: 700!important;
  margin-top: 4px;
  font-size: 15px;
}
.ctf-author-screenname{
  display: block !important;
}
#ctf .ctf-item:nth-child(3n) {
  margin-right: 0;
}
#ctf p.ctf-tweet-text a{
  font-size: 17px;
  font-weight: bold;
  word-break: break-word;
}
.twitter-load-more{
  text-align: center;
  background-color: #e35f26;
  background-color: #863c1b;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #fff;
  border-radius: 26px;
  padding: 16px 30px;
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
}
span.ctf-screename-sep {
  display: none !important;
}
.twitter-load-more:before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: #de5412;
  transition: all 0.5s;
  z-index: -1;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.twitter-load-more:after {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  transition: all 0.5s;
  z-index: -1;
  border-radius: 26px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.twitter-load-more:hover {
  color: #fff;
}
.twitter-load-more:hover:before {
  transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
}
.twitter-load-more:hover:after {
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
}
a.twitter-show-less.button-common {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
}
.ctf-item{
  display:none
}
.twitter-show-less{
  display:none
}
.ctf::-webkit-scrollbar {
  width: 3px;
  height: 100px;
}
.ctf::-webkit-scrollbar-track {
  background: #de5412;
}
.ctf::-webkit-scrollbar-thumb {
  background: #de5412;
}
.ctf::-webkit-scrollbar-thumb:hover {
  background: #de5412;
}
.ctf {
  background: #f7f7f7;
  padding: 20px 20px 30px;
}
.ctf-more{
  text-transform: capitalize;
  border-radius: 0 !important;
  min-height: 40px !important;
}
#ctf #ctf-more span {
  color: unset;
  font-size: 15px;
  letter-spacing: 0.3px;
  border-radius: 26px;
  text-transform: capitalize;

}
/* Twitter End */

/* cyberQuarter_table Start */
.cyberQuarter_table{background-color:#de5412;padding:20px;margin:50px auto;display:flex;justify-content:space-between;max-width:1200px;flex-wrap: wrap;}
.cyber_box{max-width:50%;width:100%;padding:0px 13px;margin-bottom: 20px;}
.cyber_box h3{color:#ffffff;font-size: 20px;margin-bottom:7px;text-align:center;min-height:48px;display:flex;align-items:center;justify-content:center;letter-spacing:0.3px;line-height: normal;}
.cyber_box ul{list-style: none !important;}
.cyber_box ul li{background-color:#f7f7f7;padding:10px 8px !important;margin-bottom:4px !important;position: static !important;min-height: 70px;}
/* .cyber_box:first-child{padding-left:0;}
.cyber_box:last-child{padding-right:0;} */
.cyber_box ul li a{color:#000000;font-weight:600;font-size: 15px;line-height: normal;}
.cyber_box ul li a:hover{color:#de5412;}
/* cyberQuarter_table End */

/* cyberQuarter_table course Start */
table.cyberQuarter_table {
  display: block !important;
}

table.cyberQuarter_table tr:not(:first-child) {
 background: white;
  min-height: 70px;
  margin-bottom: 10px;
  padding: 10px 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  /* display: grid;
  grid-template-columns: repeat(3,1fr); */
}
table.cyberQuarter_table tr:not(:first-child) td
{
  max-width: 25%;
  width: 100%;
}
table.cyberQuarter_table tr:first-child
{
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 7px;
  text-align: center;
  /* min-height: 48px; */
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.3px;
  line-height: normal;
  padding-bottom: 10px;
}
table.cyberQuarter_table tbody 
{
  display: flex;
  flex-direction: column;
}

table.cyberQuarter_table tr a:hover {
    color: #e35f26;
}
table.cyberQuarter_table tr a {
    color: rgb(0,0,0);
    font-size: 18px;
}

/* cyberQuarter_table course End */

section.blog-main.course-section {
    padding: 0 0 0px;
}


.course-section .blog-section {
    justify-content: center;
}

.course-section .extra-detail {
    padding: 30px 30px 76px;
}

.course-section p {
    margin: 0 0 10px 0;
}

.course-section .blog-button {
    padding: 0px 0px 23px 0px;
}

.hide-field {
    display: none !important;
}
#tribe-events-view-selector-content{
  
}
.tribe-events-view--day .tribe-events-c-view-selector:hover #tribe-events-view-selector-content{
  display: block !important;
  margin-top: -15px;
}
/* .tribe-events-calendar-list__event-featured-image-wrapper {
  height: 350px;
  overflow: hidden;
} */


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 989px){
  .ctf-tweets .ctf-item {
    width: calc(50% - 20px);
  }
  #ctf .ctf-item:nth-child(2n) {
    margin-right: 0;
  }
  #ctf .ctf-item:nth-child(3n) {
    margin-right: 30px;
  }
 
}
@media screen and (max-width: 800px) {
  .images-grid .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .ctf-tweets .ctf-item {
    width: calc(100% - 0px);
    margin-right: 0;
  }
  #ctf .ctf-item:nth-child(2n) {
    margin-right: 0;
  }
  
  .images-grid .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  /* .tribe-events-calendar-list__event-featured-image-wrapper {
    height: 300px;
    overflow: hidden;
  } */
}
/* load more btn */
.load-more {
  text-align: center;
  margin: 30px 0;
}
.title h2 {
  text-align: center;
  text-transform: capitalize;
}
/* video in blog*/
.blog-video .video {
  width: 635px;
  max-height: 364px;
  height: 100%;
}
.blog-video .playpause {
  background-image: url(https://cyberquarter.co.uk/wp-content/uploads/2021/04/play.png);
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;

  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  transition: 1s all;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
}
.blog-video .wrapper {
  display: table;
  width: auto;
  position: relative;
  margin: 0 auto;
}
/* .blog-video {
  padding: 10px 0 050px;
} */
.blog-video .playpause:hover {
  transform: scale(1.1);
  transition: 1s all;
}
.blog-video {
  padding: 40px 0 60px;
  background-color: #f7f7f7;
  margin: 60px 0 0;
  border-bottom: 1px solid #eee;
}
.blog-detail {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.page-id-157 article#post-157 {
  max-width: 650px;
  margin: 0 auto;
}
.frm_submit {
  text-align: center;
}
.common-content-page {
  z-index: 0;
  padding: 50px 0;
}
/* .common-content-page {
  background: url(../images/about.png);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  margin-top: -40px; 
  z-index: 0;
  padding-top: 40px;
}*/
.common-content-page h1.entry-title {
  color: #e35f26;
}
.common-content-page .wp-block-columns {
  margin: 0;
}
.wp-block-image {
  margin: 0;
}
/* team member page */
.all-team-member {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.inner-team {
  /* width: 25%; */
  text-align: center;
}
.inner-team {
  /* width: calc(25% - 30px); */
  text-align: center;
  margin: 80px 15px;
}
.inner-team .inner-img img {
  width: 100%;
}
.inner-team .inner-img {
  width: 120px;
  height: 120px;
  display: inline-block;
  border: 7px solid #e0e0e0;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 0 9px 1px rgb(0 0 0 / 15%);
}
.image-section {
  position: relative;
  padding: 25px 0;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}
.common-content-page div#frm_form_1_container {
  max-width: 610px;
  margin: 20px auto -30px;
}
.common-content-page label#field_ocfup1_label {
  visibility: initial;
}
.all-team-member .inner-team {
  /* width: calc(25% - 30px); */
  text-align: center;
  margin: 80px 15px 40px;
  box-shadow: 0 0 5px 1px rgb(0 0 0 / 15%);
  position: relative;
  border-top: 6px solid #e35f26;
  padding: 80px 15px 25px;
  border-bottom: 5px solid #eee;
}
.extra-detail .blog-time {
  padding-bottom: 5px;
}
.social-icons ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.social-icons ul li {
  padding: 0 7px;
}
.social-icons {
  padding: 20px 0;
}
.position h4 {
  color: #a8a8a8;
  font-weight: normal;
}
.social-icons i.fa.fa-linkedin-square {
  color: #2577b3;
}
.social-icons i.fa.fa-twitter-square {
  color: #42b1e7;
}
.social-icons i.fa.fa-google-plus-square {
  color: #d95333;
}
.social-icons i.fa.fa-link {
  color: #828282;
}
.team-leader h3 {
  margin-bottom: 10px;
}
.team-section .main {
  width: 100%;
  margin: 30px 0;
}
.team-sectiom .row {
  margin: 10px -16px;
}

/* Add padding BETWEEN each column */
/* .team-section .row,
.team-section .row > .column {
  padding: 8px;
} */

/* Create three equal columns that floats next to each other */
.team-section .column {
  float: left;
  width: 25%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */
.team-section .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.team-section .content {
  background-color: white;
}

/* The "show" class is added to the filtered elements */
.team-section .show {
  display: block;
}

/* Style the buttons */
.team-section .btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  /* background-color: #fff; */
  cursor: pointer;
  border-radius: 10px;
  margin: 5px 0;
}

.team-section .btn:hover {
  background-color: #ddd;
  border-radius: 10px;
}

.team-section .btn.active {
  background-color: #de5412;
  color: #fff;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
}
div#myBtnContainer {
  margin: 20px 30px;
  text-align: center;
}

/* .animation-element {
  opacity: 0;
  position: relative;
}
.animation-element.slide-left {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.animation-element.slide-right {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}
.animation-element.slide-left.in-view,
.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
} */
.main-blog-content {
  display: flex;
}
.blog-listing-page-custom aside#secondary {
  width: 25%;
}
.blog-listing-page-custom .blog-section {
  width: 75%;
}
section.blog-main .main-blog-content .boxes {
  width: calc(50% - 40px);
}
.blog-listing-page-custom aside#secondary {
  width: 25%;
  box-shadow: 0 0 9px 1px rgb(0 0 0 / 15%);
  margin-top: 20px;
  margin-bottom: 20px;
  background: #e1e1e1;
  margin-right: 40px;
}
span.cat-name a {
  color: #a8a8a8;
  font-family: "Conv_Muli-Regular";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
}
.blog-listing-page-custom aside#secondary h2.widget-title {
  padding: 5px 20px;
  background: #e35f26;
  margin: 0;
  color: #fff;
  font-size: 25px;
}
.blog-listing-page-custom aside#secondary ul {
  padding: 10px 0px;
}

.blog-listing-page-custom aside li a {
  font-size: 17px;
}
.blog-listing-page-custom aside li {
  border-bottom: 1px solid #ccc;
  padding: 3px 20px 6px 40px;
  position: relative;
}
.blog-listing-page-custom aside li:after {
  content: "\f054";
  font-family: "FontAwesome";
  color: #e35f26;
  line-height: 2;
  position: absolute;
  left: 20px;
}
.blog-listing-page-custom aside li:last-child {
  border-bottom: none;
}
.common-content-page figure.wp-block-image.size-large {
  text-align: center;
  margin-top: 30px;
}

/*08-04-2021*/
.blog-inner-detail .d-box {
  display: block;
}

.blog-inner-detail .d-box .color-base-field {
  color: #e35f26;
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  min-width: auto;
  display: inline-block;
  min-width: 150px;
}

.blog-inner-detail .d-box .color-base-field i {
  width: 20px;
}

.blog-inner-detail .d-box .user-value a {
  color: #a8a8a8;
  /* font-family: "Conv_Muli-Regular"; */
  font-family: "Roboto", sans-serif;

  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
}

/* accrodian */
.accordion.acordian-btn- {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.acordian-btn-.active,
.accordion.acordian-btn-:hover {
  background-color: #ccc;
}

/* Style the .accordion.acordian-btn- panel. Note: hidden by default */
.panel.acordian-panel {
  padding: 0 18px;
  background-color: #fff;
  display: none;
  overflow: hidden;
}
.accordion.acordian-btn-:after {
  content: "\02795"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.acordian-btn-.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.blog-main .blog-section .button {
  display: block;
  width: 100%;
  padding-top: 50px;
}

.not-found.error-404{padding: 50px 0;}
.not-found.error-404 {text-align: center;}
.not-found.error-404 h1{color: #e35f26;font-size: 40px;line-height: 1.2;margin: 0 0 30px;}
.not-found.error-404 .btn{background: #3e3e40;color: #fff;border: none;font-size: 15px;text-transform: capitalize;padding: 10px 20px;border-radius: 50px;-webkit-transition: all 0.35s ease;transition: all 0.35s ease;display: inline-block;border: 1px solid #3e3e40;-webkit-box-shadow: 1px 2px 0px 1px rgb(62 62 64 / 65%);box-shadow: 1px 2px 0px 1px rgb(62 62 64 / 65%);}
.not-found.error-404 .btn:hover{-webkit-box-shadow: none;box-shadow: none;background: #3e3e40;color: #fff;-webkit-transform: translateY(-1px);transform: translateY(-1px);}




/* Events Page css start */

.tribe-js .tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button{
  background-color: #e35f26;
}
.tribe-js .tribe-events .tribe-events-c-search__button:focus, 
.tribe-js .tribe-events .tribe-events-c-search__button:hover, 
.tribe-js .tribe-events button.tribe-events-c-search__button:focus, 
.tribe-js .tribe-events button.tribe-events-c-search__button:hover{
  background-color: #f7b092;
}
.tribe-js .tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border{
  color:#e35f26;
  border-color: #e35f26;
  width: 277px;
}
.tribe-js .tribe-common .tribe-common-c-svgicon {
  color: #e35f26;
}
.tribe-js .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a, 
.tribe-js .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a, 
.tribe-js .tribe-common a{
  font-size: 16px;
  padding: 0 8px;
}
.tribe-js .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon, 
.tribe-js .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon{
  color: #e35f26;
  stroke: #e35f26;
}
.tribe-js .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, 
.tribe-js .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, 
.tribe-js .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, 
.tribe-js .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, 
.tribe-js .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, 
.tribe-js .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown 
.tribe-js .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, 
.tribe-js .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, 
.tribe-js .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, 
.tribe-js .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, 
.tribe-js .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, 
.tribe-js .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, 
.tribe-js .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, 
.tribe-js .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, 
.tribe-js .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover{
  background-color:#e35f26;
  color: #fff;
}
.tribe-js .tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg{
  width: 14px;
  top: 2px;
  height: 10px;
}
.tribe-js .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover svg,
.tribe-js .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus svg,
.tribe-js .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within svg {
  color: #fff;
  stroke: #fff;
}
.tribe-js .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover svg path, 
.tribe-js .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus svg path, 
.tribe-js .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within svg path{
  fill:#fff;
} 
.tribe-js .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, 
.tribe-js .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: #e35f26;
}
.tribe-js .tribe-events .tribe-events-calendar-month__mobile-events-icon--event{
  background-color:#e35f26;
}
.tribe-js .tribe-events .tribe-events-calendar-month__day-cell--mobile{
  align-items: center;
  justify-content: center;
}
.tribe-js .tribe-common .tribe-common-c-svgicon--messages-not-found .tribe-common-c-svgicon__svg-stroke {
  stroke: #e35f26;
}
.tribe-js .tribe-events-event-meta a, 
.tribe-js .tribe-events-event-meta a:visited {
  color: #e35f26;
}
.tribe-js .tribe-events-event-meta a:focus, 
.tribe-js .tribe-events-event-meta a:hover{
  color: #f7b092;
}
.tribe-js .tribe-events .tribe-events-c-messages__message-list-item-link{
  color: #e35f26;
  border-color: #e35f26;
}
.tribe-js .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content, 
.tribe-js .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content{
  max-width: 218px;
  margin-top: -8px;
}
.tribe-js .tribe-events-calendar-list__event-title-link.tribe-common-anchor-thin {
  padding: 0;
}
.tribe-js .tribe-events-c-nav__prev-label, 
.tribe-js .tribe-events-c-nav__prev-label-plural, 
.tribe-js .tribe-events-c-nav__next-label, 
.tribe-js .tribe-events-c-nav__next-label-plural{
  font-size: 16px;
}
.tribe-js .tribe-common .tribe-common-c-btn-border, 
.tribe-js .tribe-common a.tribe-common-c-btn-border{
  transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
.tribe-js .tribe-events-schedule h2 span {
  font-size: 16px;
}
.tribe-js .tribe-events-event-url > a {
  font-size: 15px;
}
.tribe-js .tribe-events-sub-nav li a {
  font-size: 16px;
}
.tribe-js .tribe-events-event-image img{
  width: 100%;
  object-fit: cover;
}
.tribe-js .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link::after{
  left: 0;
}
.tribe-js .tribe-common button{
  transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
.tribe-js .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon path, 
.tribe-js .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon path{
  fill:#e35f26;
}
.tribe-js .tribe-events .tribe-events-calendar-list__event-featured-image-link{
  display: block;
  height: 100%;
  min-height: 250px;
}
.tribe-js .tribe-events .tribe-events-calendar-list__event-featured-image-link img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.subscriber_form{
  margin-left: -12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.subscriber_form .mc4wp-form-fields {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
}
.subscriber_form .mc4wp-form-fields label {
  font-size: 0;
}
.subscriber_form .mc4wp-form-fields input {
  padding: 10px 15px;
  min-height: 50px;
  color: #000;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}
.subscriber_form .mc4wp-form-fields input[type="submit"] {
  background: #e75018;
  color: #fff;
}
.subscriber_form .mc4wp-form-fields input[type="submit"]:hover{
  background: #51565a;
}
@media (min-width: 768px){
.tribe-events-meta-group{
  width: 240px !important;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a::after, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a::before {
  background-size: 8px !important;
}
}

@media (max-width:767px){
  .tribe-events-single .tribe-events-sub-nav{
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
  }
  .tribe-events-single .tribe-events-sub-nav li{
    width: 100%;
    line-height: 1.1;
  }
  .tribe-events-event-image{
    height: 300px;
    overflow: hidden;
  }
  .single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-events .tribe-events-c-subscribe-dropdown {
    margin-top: 0;
  }
  .tribe-js .tribe-events .tribe-events-calendar-list__event-featured-image-link{
    display: block;
    height: 100%;
    min-height:inherit;
  }
}

/* Events Page css end */

@media (max-width:992px){
  .not-found.error-404 h1{font-size: 30px;}
}
@media (max-width:480px){
  .not-found.error-404 h1{font-size: 24px;margin: 0 0 20px;}
}


/*12-5-2023*/
.twitter-timeline-rendered{
  margin: auto;
}

/*7-7-2023*/
div#onetrust-consent-sdk {
    display: none !important;
}

/*13-9-2023*/
#ctf.ctf-styles .ctf-tweet-meta {
    display: none;
}