@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Black.ttf);
  font-weight: 900;
}

@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Medium.ttf);
  font-weight: 600;
}

@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Regular.ttf);
  font-weight: 500;
}

@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Light.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Lalezar;
  src: url(../fonts/Lalezar-Regular.ttf);
  font-weight: 900;
}

@font-face {
  font-family: ConcertOne;
  src: url(../fonts/ConcertOne-Regular.ttf);
  font-weight: 900;
}

@font-face {
  font-family: Rakkas;
  src: url(../fonts/Rakkas-Regular.ttf);
  font-weight: 900;
}

body {
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

p {
  font-weight: 500;
}

.section-padding {
  padding: 60px 0px;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Add animation to "page content" */

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }
  to {
    bottom: 0px;
    opacity: 1
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }
  to {
    bottom: 0;
    opacity: 1
  }
}

/***********************************
************************************
HEADER
************************************
***********************************/

.header {
  background: url('../img/bg-banner02.jpg') no-repeat fixed;
  background-size: cover;
  min-height: 650px;
  position: relative;
}

.bg-color {
  background-color: rgba(255, 255, 255, 0.6);
  min-height: 650px;
}

#main-header {}

.navbar-default {
  background-color: transparent;
  border: 0px;
  padding: 20px 0;
  transition: all 0.3s;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #002F2F;
}

.top-nav-collapse {
  padding: 0;
  background: #ececec;
  height: 62px;
  box-shadow: 0px 5px 15px #b5b5b5;
}

.logo-dec {
  color: #be9e21;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #fff;
}

.navbar-brand {
  padding: 0px;
  font-size: 24px;
  text-transform: uppercase;
  padding: 15px 0px;
  margin-top: 6px;
}

.navbar-default .navbar-nav>li>a {
  font-family: lalezar;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 54px;
  font-weight: 400;
  text-transform: uppercase;
  background: transparent;
  color: #333;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  /*    color: #be9e21;*/
  color: red;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  background-color: transparent;
  /*    color: #be9e21;*/
  color: red;
}

.banner-info {
  padding-top: 140px;
  color: #fff;
}

.bnr-title, .bnr-sub-title {
  font-family: 'Fira Sans', sans-serif;
}

h1.bnr-title {
  /* font-size: 45px; */
  /* text-transform: uppercase; */
  padding: 100px 0px;
  font-weight: 700;
  color: #333;
  /* background: rgba(255, 255, 255, 0.7); */
  width: 120%;
  margin-left: -10%;
  text-shadow: 0 5px 55px #00000085;
}

h2.bnr-sub-title {
  font-size: 65px;
  /*    text-transform: uppercase;*/
  padding: 80px 0px 120px;
  font-weight: 900;
  color: #333;
  /*	font-family: Rubik;*/
  font-family: Lalezar;
  font-weight: 700;
}

.bnr-sub-title span {
  color: red;
}

.banner-info h2 {
  display: inline-block;
  width: 100%;
  position: relative;
}

.banner-info h2 span img {
  position: absolute;
  top: 0;
  left: 7%;
  right: 0;
  display: block;
  margin: 0 auto;
}

.banner-info h2.bnr-sub-title abbr {
  display: inline-block;
}

.banner-info h2.bnr-sub-title abbr:nth-child(1) {
  margin-left: -44px;
  margin-right: 80px;
}

.banner-info h2.bnr-sub-title abbr:nth-child(2) {
  margin-left: -60px;
  margin-left: 0px;
}

.bnr-para {
  font-weight: 300;
}

.btn-download, .btn-more, .btn-download:focus, .btn-more:focus {
  font-family: Lalezar;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 50px;
  /*    color: #fff;*/
  color: red;
  border: 2px solid red;
  background-color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  font-weight: 600;
  /*    line-height: 23px;*/
  padding: 13px 30px 10px;
  border-radius: 60px;
  margin: 50px 10px 0 0;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s;
}

.btn-download:hover {
  background-color: red;
  color: #fff;
}

.btn-more, .btn-more:focus {
  margin-left: 15px;
  border: 1px solid #be9e21;
  color: #be9e21;
}

.btn-more:hover {
  background: #be9e21;
  color: #fff;
}

.overlay-detail a i {
  text-align: center;
  position: absolute;
  bottom: 25px;
  font-size: 38px;
  color: #fff;
}

/***********************************
************************************
features
************************************
***********************************/

.title, .service-title {
  font-family: rubik;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
  /*    text-transform: uppercase;*/
}

.item-img {
  margin-bottom: 15px;
}

.sub-title {
  font-size: 20px;
}

.bottom-line {
  margin-top: 20px;
  margin-bottom: 40px;
  border: 0;
  border-top: 0px;
  height: 3px;
  width: 40px;
  background-color: #333;
  /*    background-color: #BE9E21;*/
}

.wrap-item {
  margin-bottom: 45px;
}

.wrap-item h3 {
  font-size: 20px;
  line-height: 25px;
  font-family: rubik;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
}

.wrap-item h3 span {
  color: red;
}

.pad-bt15 {
  padding-bottom: 15px;
}

.sec-sub-title {
  padding-top: 30px;
}

.sec-sub-title {
  font-size: 16px;
  font-weight: bold;
  color: #002F2F;
  text-transform: uppercase;
  margin: 25px 0px;
  line-height: 1.7;
}

#service {
  /*    background-color: #F3F4F8;*/
}

ul.service-list li i {
  color: #002F2F;
  padding-right: 10px;
}

.learn-more, .learn-more:hover, .learn-more:focus {
  height: 50px;
  width: 175px;
  background: #046380;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  margin-right: 10px;
  margin-top: 45px;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.visit-portfolio, .visit-portfolio:hover, .visit-portfolio:focus {
  height: 50px;
  width: 175px;
  display: inline-block;
  text-align: center;
  color: #495376;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #838aa1;
  margin-top: 45px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.bx-wrapper img {
  width: 70px;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid #fff;
  margin-bottom: 15px;
}

.courses-item {
  margin-bottom: 30px;
  padding-left: 0;
  margin-bottom: 55px;
}

.courses-item1 {
  margin-left: 12.40%;
}

.courses-item .service-item {
  box-shadow: 0 5px 15px gainsboro;
  height: 115px;
  padding: 5px 15px 15px;
  /*	border: 1px solid rgba(244, 67, 54, 0.2);*/
  border: 1px solid rgb(202, 202, 202);
  border-radius: 3px;
  position: relative;
}

.courses-item h3 {
  margin-bottom: 10px;
  margin-top: 0px;
}

.service-item {
  -webkit-transition: 400ms;
  -ms-transition: 400ms;
  transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
}

.service-item h3 span {
  font-size: 35px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -5px;
  font-weight: 900;
  padding-right: 6px;
  color: red;
}

.service-item h3 {
  /*	font-family: Lalezar;*/
  font-family: ConcertOne;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 5px;
  letter-spacing: 0;
}

.service-item p {
  color: inherit;
  padding: 0 0 10px;
  font-size: 14px;
  margin-bottom: 0;
}

.service-item a, button .fa-angle-down {
  font-size: 24px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: red;
  box-shadow: 0 3px 21px rgba(187, 187, 187, 0.67);
  border: 1px solid #f4433647;
  -webkit-transition: 400ms;
  -ms-transition: 400ms;
  transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  outline: none !important;
}

.service-item:hover a {
  bottom: -15px;
  background-color: red;
  color: #fff;
}

.service-item:hover {
  border-color: rgba(244, 67, 54, 0.5);
}

.mr-btn-15 {
  margin-bottom: 15px;
}

.padding-right-zero {
  padding-right: 0px !important;
}

.bx-wrapper {
  margin: 0 auto 35px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio-item figure {
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.portfolio-item figure img {
  display: block;
  position: relative;
  z-index: 10;
  margin: -15px 0
}

.portfolio-item figure figcaption {
  display: block;
  position: absolute;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.portfolio-item figure h2 {
  font-family: 'Fira Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding-bottom: 15px;
}

.portfolio-item figure p {
  display: block;
  line-height: 18px;
  margin: 0;
  color: #fff;
  text-align: left
}

.portfolio-item figure figcaption {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 59px 30px;
  background-color: #BE9E21;
  backface-visibility: hidden;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  text-align: center;
}

figcaption h3, figcaption p {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.portfolio-item figure img {
  backface-visibility: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.portfolio-item figure:hover img, figure.hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.portfolio-item figure:hover figcaption, figure.hover figcaption {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  transform: rotateY(0)
}

/***********************************
************************************
TESTIMONIAL
************************************
***********************************/

#testimonial {
  background: url('../img/bg.jpg') no-repeat;
  background-size: cover;
  min-height: 390px;
}

.bg-testicolor {
  background-color: RGBA(73, 84, 105, 0.61);
  min-height: 390px;
}

.white {
  color: #fff !important;
}

.testimonial-item ul li blockquote {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
  text-shadow: 1px 1px 2px #333;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  padding: 0 80px;
  position: relative;
  border: 0;
}

.testimonial-item ul li small {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-shadow: 1px 1px 2px #333;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.bx-viewport {
  height: 235px !important;
  background-color: transparent !important;
  border: 0px none !important;
  box-shadow: none !important;
}

.testimonial-item ul li blockquote::before {
  content: '“';
  left: 30px;
}

.testimonial-item ul li blockquote::before, .testimonial-item ul li blockquote::after {
  position: absolute;
  font-weight: 300;
  font-size: 3em;
  font-family: Georgia, serif;
  color: #ccc;
  top: 62%;
}

.testimonial-item ul li blockquote::after {
  content: '”';
  right: 30px;
}

/***********************************
************************************
Blog
************************************
***********************************/

.blog-info h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  padding-top: 5px;
}

.blog-comment {
  margin-top: 12px;
  min-height: 30px;
}

.blog-info p, .blog-comment p {
  color: #949494;
}

.blog-comment p:first-child {
  float: left;
}

.blog-comment p:last-child {
  float: right;
  margin-right: 0;
}

.blog-comment p i {
  color: #949494;
}

.read-more {
  color: #949494;
  margin-top: 15px;
  display: inline-block;
}

.blog-img {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-img img:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-img img {
  width: 100%;
  opacity: 0.8;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/***********************************
************************************
contact
************************************
***********************************/

#contact {
  padding: 30px 0 30px;
  /*	background-color: rgb(55, 52, 53);*/
  background-color: #333;
}

.btn-submit, .btn-submit:hover, .btn-submit:focus {
  background-color: transparent;
  border-radius: 60px;
  color: #be9e21;
  font-weight: 400;
  border: 1px solid #be9e21;
  font-size: 14px;
  padding: 6px 20px;
}

.form-control {
  background-color: transparent;
  border-radius: 0px;
  color: #333 !important;
  border-color: #333;
  max-width: 100%;
}

.form-control:focus {
  outline: 0;
  /*    border-color: red;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(255, 0, 0, .075);
}

.contact-form input.form-control {
  color: #fff;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#sendmessage {
  color: green;
  border: 1px solid green;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show, #errormessage.show, .show {
  display: block;
}

.loction-info p {
  margin-bottom: 25px;
}

.loction-info p i {
  color: #be9e21;
}

/***********************************
************************************
contact
************************************
***********************************/

#footer {
  padding: 20px 0px;
}

#footer p {
  margin-bottom: 0;
  font-weight: 600;
  font-family: rubik;
  letter-spacing: 0;
}

.scrollToTop {
  position: fixed;
  bottom: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: #be9e21;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
}

.white-bg {
  background-color: #fff;
}

#footer a {
  color: #be9e21;
  font-weight: 400;
}

/*logo*/

.navbar-brand {
  width: 60%;
  margin-top: -10px;
}

.navbar-brand img {
  width: 100%;
}

/*aboutus*/

.aboutus {
  min-height: 62px;
  box-shadow: 0px 5px 15px #b5b5b5;
  background: #ececec;
}

.aboutus .navbar-default {
  padding: 0 0;
}

.aboutus .navbar-nav li a {
  color: #333;
}

.aboutus .navbar-nav li.active a {
  /*	color: rgb(244, 67, 54);*/
  color: red;
}

.aboutusimgwrap {
  padding-left: 0px;
}

.aboutusimg {
  width: 100%;
}

.aboutusimg img {
  width: 100%;
}

#feature .wrap-item p {
  font-size: 15px;
}

.aboutusinfowrap {
  padding-left: 0;
  padding-right: 0;
}

.aboutussection {
  /*	border-bottom: 1px solid gainsboro;*/
  /*	border-bottom: 1px solid #e8e8e8;*/
  padding-top: 35px;
}

.aboutusinfowrap ul {
  margin-left: -15px;
  margin-top: 35px;
}

.aboutusinfowrap ul li {
  margin-bottom: 30px;
  text-align: left;
  font-family: rubik;
  font-weight: 500;
  font-size: 15px;
}

.aboutusinfowrap ul li span {
  font-size: 32px;
  font-family: ConcertOne;
  text-transform: uppercase;
  color: red;
  /*	font-style: italic;*/
  margin-right: 8px;
  width: 80px;
  display: block;
  float: left;
  margin-top: -10px;
}

.vm {
  box-shadow: 0 3px 15px gainsboro;
  padding: 15px;
}

.ourclient .ourclientwrap {
  margin-left: 3px;
}

.ourclient .ourclientwrap1 {
  /*	margin-left: -15px;*/
}

.ourclient .ourclientwrap .item-img {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  overflow: hidden;
  padding: 5px;
  box-shadow: 0 5px 20px gainsboro;
}

.ourclient .ourclientwrap img {
  width: 100%;
}

.owl-theme .owl-controls .owl-page span {
  width: 20px;
  background-color: #ff0101;
  opacity: 0.3;
}

.recognition {
  padding-bottom: 5px;
}

#feature.recognition p {
  font-size: 15px;
}

.ourteam {
  padding-top: 5px;
}

.ourteamwrap {
  padding-left: 0;
}

.ourteamwrap .item-img {
  width: 90%;
}

.ourteamwrap .item-img img {
  width: 100%;
}

.ourteamwrap:nth-child(1) {
  /*	padding-left: 0;*/
  padding-right: inherit;
}

.ourteamwrap figure {
  box-shadow: 0 5px 15px gainsboro;
  padding: 15px 15px 1px;
  min-height: 250px;
}

.ourteamwrap .service-title img {
  width: 280px;
  border-radius: 20px;
  margin-top: 5px;
  opacity: 0.2;
}

.ourteamwrap .service-title span {
  color: red;
}

.ourteamwrap figure img {
  width: 100%;
}

.ourteamwrap h3 {
  margin-bottom: 3px;
  font-family: Rubik;
  font-size: 20px;
  letter-spacing: 0;
  margin-top: 0px;
  font-weight: 700;
}

.ourteamwrap h5 {
  font-family: Rubik;
  font-weight: 500;
  line-height: 22px;
  color: #000;
  font-size: 14px;
}

.quote figure h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  font-size: 28px;
}

.quote figure h5 {
  color: #fff;
  font-family: Rubik;
  font-weight: 600;
}

.quote figure {
  font-weight: 600;
  min-height: 250px;
  color: #fff;
  background: #E53935;
  box-sizing: border-box;
  letter-spacing: 0px;
  word-spacing: 1.5px;
  line-height: 28px;
  /*	padding: 35px 24px;*/
  box-shadow: 0 32px 55px gainsboro;
}

.ourteamwrap h3 span {
  color: red;
}

.ourteamwrap p {
  /*	border-bottom: 1px solid #e2e2e2;*/
  border-bottom: 1px solid #ffc8c4;
  padding-bottom: 5px;
  font-family: rubik;
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 12px;
  text-transform: uppercase;
}

/*Training*/

/*Training*/

.training {
  padding: 40px 0 60px;
}

.trainingbg {
  /*	background: url(img/trainingbg.jpeg) no-repeat;*/
  background: url(../img/trainingbg.jpg) no-repeat;
  background-size: cover;
  padding: 10px 0 0;
  background-attachment: fixed;
  background-position: 0 -215px;
  /*
	filter: brightness(40%)10
	-webkit-filter: brightness(40%);
	-moz-filter: brightness(40%);
	-ms-filter: brightness(40%);
	-o-filter: brightness(40%);
*/
}

.aboutbg {
  background: url(../img/aboutus.jpg) no-repeat;
  background-size: cover;
  padding: 40px 0;
  background-position: 0 -87px;
  /*
	background-attachment: fixed;
	filter: brightness(40%);
*/
}

.contactusbg {
  background: url(../img/contactus.jpg) no-repeat;
  background-size: cover;
  background-position: center -375px;
  padding: 30px 0 25px;
}

.newseventsbg {
  background: url(../img/neweventsbg.jpg) no-repeat;
  background-size: cover;
  background-position: center -170px;
  padding: 20px 0 20px;
}

.trainingbg-title {
  /*	margin-top: 0px;*/
  color: #fff;
}

.trainingbg-title h2 {
  margin-top: 6px;
  color: #fff;
}

.aboutustitles h2 {
  /*	margin-top: 6px;*/
  color: #333;
}

.aboutustitles hr {
  background-color: red !important;
}

.trainingbg-title .bottom-line {
  margin-top: -7px;
  margin-bottom: 20px;
  border: 0;
  border-top: 0px;
  height: 3px;
  width: 40px;
  background-color: #fff;
}

/*Course Content*/

.coursemargintop {
  margin-top: -203px;
}

.course-content {}

.course-content ul.content-list {
  margin-left: -30px;
}

.trainingleft ul.course-content-list {
  width: 95%;
  padding-left: 5px;
}

.trainingright ul.course-content-list {
  width: 95%;
  padding-left: 5px;
  float: right;
}

.course-content ul.course-content-list>li {
  font-family: ConcertOne;
  font-weight: 900;
  letter-spacing: 0;
  font-size: 18px;
  list-style: circle;
  border-bottom: 1px solid gainsboro;
  padding: 7px;
  margin-bottom: 10px;
  box-shadow: 0 1px 5px gainsboro;
}

.course-contentnew ul.course-content-list>li {
  font-family: ConcertOne;
  font-weight: 200;
  letter-spacing: 0;
  font-size: 14px;
  list-style: circle;
  border-bottom: 1px solid gainsboro;
  padding: 4px;
  margin-bottom: 1px;
  box-shadow: 0 1px 5px gainsboro;
}

.course-content ul.course-content-list>li span i.fa-angle-down, .course-content ul.course-content-list>li span i.fa-angle-up, button.fa-angle-down {
  background-color: #ececec;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  text-align: center;
  line-height: 26px;
  vertical-align: middle;
  color: #333;
}

button.fa-angle-down {
  font-size: 24px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: red;
  box-shadow: 0 3px 21px rgba(187, 187, 187, 0.67);
  border: 1px solid #f4433647;
  -webkit-transition: 400ms;
  -ms-transition: 400ms;
  transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
}

.service-item:hover button.fa-angle-down {
  bottom: -15px;
  background-color: red;
  color: #fff;
}

.course-content ul.course-content-list>li span i.fa-angle-up {
  line-height: 25px;
}

.course-content ul.course-content-list ul.course-subcontent-list {
  /*	display: none;*/
}

.course-content ul.course-content-list ul li {
  font-family: rubik;
  font-size: 16px;
  font-weight: 500;
  list-style: disc;
  color: red;
  padding-bottom: 7px;
}

.course-content ul.course-content-list ul li ul li {
  list-style: square;
  color: #333;
}

.course-content ul.course-content-list ul li:nth-last-child(1) {
  padding-bottom: 0px;
}

.course-content ul.course-content-list ul {
  padding-top: 7px;
  padding-bottom: 5px;
}

h3.course-content-title {
  font-family: lalezar;
  text-align: center;
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 30px;
  text-transform: uppercase;
  color: red;
}

hr.course-content-title-border {
  border: none;
  height: 3px;
  background: red;
  width: 7%;
  margin-top: 0;
  margin-bottom: 35px;
  border-radius: 25px;
}

li.subcontenthover {
  box-shadow: 0 1px 15px gainsboro !important;
}

li.subcontenthovernew {
  box-shadow: 0 1px 15px gainsboro !important;
}

li.liststyletypenone {
  list-style-type: none !important;
}

.content-slogan {
  width: 75%;
  padding: 15px 0;
  margin: 0 auto;
}

.content-slogan h5 {
  font-size: 22px;
  font-family: lalezar;
  line-height: 22px;
  display: inline-block;
  width: 100%;
}

.content-slogan h5 span:nth-child(1) {
  width: 100%;
  float: left;
}

.content-slogan h5 span:nth-child(1) q {
  margin-right: 2px;
  display: block;
  float: left;
}

.content-slogan h5 span:nth-child(2) {
  width: 100%;
  float: left;
  text-align: right;
}

.content-slogan h5 span:nth-child(2) q {
  margin-left: -6px;
  margin-top: 2px;
  display: block;
  float: right;
}

.content-slogan q {
  font-size: 48px;
  color: red;
}

.content-slogan h6 {
  margin-top: 0;
  font-size: 14px;
  text-align: right;
  font-weight: 600;
}

#contact h4 {
  color: darkgrey;
  border-bottom: 3px solid rgb(159, 159, 159);
  font-family: rubik;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 700;
  width: 50%;
}

#contact {
  color: #fff;
}

#contact ul {
  margin-left: -40px;
}

#contact ul li {
  display: inline-block;
  width: 100%;
  float: left;
  font-family: rubik;
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 22px;
  padding-right: 5px;
}

#contact ul li b {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 5px;
  width: 100%;
  display: block;
  float: left;
}

#contact ul li a {
  color: #fff;
  font-family: rubik;
}

#contact ul li a:hover {
  color: rgb(159, 159, 159);
}

#contact ul li.footersocial a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: red;
}

#contact ul li.footersocial a.fb {
  background-color: #3b5998;
}

#contact ul li.footersocial a.twt {
  background-color: #0077b5;
}

/**/

#contact ul li.footersocial a.gp {
  background-color: #dd4b39;
}

#contact ul li.footersocial {
  margin-top: 20px;
}

.trainingbg-title p {
  font-family: rubik;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
  line-height: 22px;
  letter-spacing: 0;
}

.trainingbg-title p small {
  font-size: 14px;
  font-weight: 500;
  color: yellow;
}

p.pera {
  padding: 0 0 0 21px;
  line-height: 28px;
  padding-bottom: 15px;
  color: #000;
  font-family: rubik;
  font-size: 16px;
  letter-spacing: 0;
}

.address {
  margin-bottom: 20px;
}

.address span {
  float: left;
  margin-right: 10px;
  font-weight: 700;
  font-family: rubik;
  color: red;
  /* height: 50px; */
  width: 100%;
  margin-bottom: 5px;
}

.address p {
  font-weight: 500;
  font-family: rubik;
  color: #000;
}

.contactustop {
  padding-left: 0;
  padding-right: 0;
}

.contactustop .addresswrap:nth-child(1) {
  padding-left: 0;
}

.contactustop .addresswrap:nth-child(2) {
  padding-right: 0;
}

.branchaddress {
  width: 32.33333%;
  float: left;
  margin-right: 1%;
}

.branchaddress:nth-last-child(1) {
  margin-right: 0;
}

h3.address-title {
  text-align: left !important;
  color: #333;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.writeus {
  width: 95%;
  display: inline-block;
}

.writeus-item {
  /*	padding: 10px 10px 5px;*/
  /*	box-shadow: 0 5px 15px gainsboro;*/
  /*	text-align: center;*/
  margin-bottom: 15px;
}

.writeus-item span {
  float: left;
  margin-right: 10px;
  font-weight: 700;
  font-family: rubik;
  color: red;
  /* height: 50px; */
  width: 100%;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.writeus-item p, .writeus-item p a {
  font-weight: 500;
  font-family: rubik;
  color: #000;
  margin-bottom: 10px;
}

.writeus-item label {
  padding-bottom: 0px;
}

.map {
  padding-left: 15px;
}

.cduration {
  padding: 0 0 50px;
  display: inline-block;
  width: 100%;
}

.cduration h3 {
  /*	font-size: 24px;*/
  text-transform: capitalize;
  color: red;
  margin-bottom: 0;
}

.cduration h5 {
  font-size: 20px;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-family: rubik;
  margin-bottom: 5px;
}

.cdurationwrap {
  box-shadow: 0 5px 25px gainsboro;
  padding: 20px 0 20px;
  border: 1px solid rgba(220, 220, 220, 0.4);
}

hr.course-bottom-line {
  background-color: red;
  margin-top: 0;
}

/*Testimonials*/

.testimonials {
  padding-top: 0
}

.testimonials .testimonials1 {
  /*	padding-left: 0;*/
  /*	padding: 15px;	*/
  padding: 15px 24px 15px 15px;
}

.owl-carousel .owl-wrapper-outer {
  /*	margin-left: -13px;*/
}

.testimonials figure {
  padding: 15px;
  box-shadow: 0 1px 35px gainsboro;
}

.testimonials p {
  line-height: 24px;
  font-family: rubik;
  font-weight: 500;
  color: #272727;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  max-height: 70px;
  overflow: hidden;
  /*	min-height: 170px;*/
}

.testimonials h3 {
  font-family: lalezar;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}

.testimonials h3 span:nth-child(1) {
  color: red;
  float: left;
  width: 100%;
}

.testimonials h3 span:nth-child(2) {
  color: gray;
  float: left;
  width: 100%;
  font-family: rubik;
  font-size: 15px;
  letter-spacing: 0px;
  padding-bottom: 7px;
}

h3.mrkush {
  padding-bottom: 22px;
}

h5.heighted {
  padding-top: 22px;
}

/*ajax dynamically*/

.testimonialmodal h5.h51 {
  margin-top: 0px;
}

.testimonialmodal h5.h52 {
  color: gray;
  float: left;
  width: 100%;
  font-family: rubik;
  font-size: 15px;
  letter-spacing: 0px;
  padding-bottom: 7px;
  margin-top: 0px;
}

.testimonialmodal h5.h53 {
  color: #333;
  margin-top: 0px;
}

/***********************************
************************************
cta
************************************
***********************************/

.cta {
  background-color: rgb(73, 84, 105);
}

.cta .cta-info {
  width: 100%;
  float: left;
  padding: 30px 25px 30px 15px;
  border-radius: 5px;
}

.cta .cta-info .cta-txt h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.cta .cta-info .cta-btn {
  margin-top: 16px;
  background-color: rgb(190, 158, 33);
  padding: 20px 50px;
  color: #FFF;
  font-size: 22px;
  display: inline-block;
  transition: all 0.5s ease-in 0s;
}

/*dropdown effects*/

.effects {
  display: block;
  -moz-animation: effects 0.3s linear 1;
  -ms-animation: effects 0.3s linear 1;
  -o-animation: effects 0.3s linear 1;
  -webkit-animation: effects 0.3s linear 1;
  animation: effects 0.3s linear 1;
}

@keyframes effects {
  0% {
    margin-top: -7px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: -4px;
  }
}

@-webkit-keyframes effects {
  0% {
    margin-top: -7px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: -4px;
  }
}

@-moz-keyframes effects {
  0% {
    margin-top: -7px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: -4px;
  }
}

@-o-keyframes effects {
  0% {
    margin-top: -7px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: -4px;
  }
}

@-ms-keyframes effects {
  0% {
    margin-top: -7px;
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-top: -4px;
  }
}

/*dropdown set min768*/

.navbar-right .dropdown-menu {
  left: 0;
}

.dropdown-menu {
  background-color: #F44336;
  /*	left: -141% !important;*/
  /*	width: 531%;*/
  left: 0 !important;
  min-width: 220px;
  border-radius: 5px !important;
}

.navbar-nav .dropdown-menu li a {
  font-family: lalezar;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff !important;
}

.navbar-nav .dropdown-menu li a:hover, .navbar-nav .dropdown-menu li a:focus {
  color: red !important;
  background-color: #fff;
}

.navbar-nav .dropdown-menu li a.active {
  background-color: #fff;
  color: red !important;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: -4px;
}

.caret {
  margin-top: -5px;
}

.dropdowncaret {
  position: absolute;
  top: -1px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 15%;
  color: #f44336;
  border-width: 6px;
}

.paddleft {
  padding-left: 0;
}

.paddright {
  padding-right: 0;
}

.paddbottom {
  padding-bottom: 0;
}

.paddtop {
  padding-top: 0;
}

.socialshare {
  position: fixed;
  left: 0;
  bottom: 20%;
}

.socialshare a {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  /*	float: left;*/
  color: #fff;
}

.socialshare a.fb:hover, .socialshare a.twt:hover, .socialshare a.gp:hover {
  opacity: 0.8;
}

.socialshare a.fb {
  background-color: #3b5998;
}

.socialshare a.twt {
  background-color: #1da1f2;
}

.socialshare a.gp {
  background-color: #dd4b39;
}

/*form*/

.contactform {
  position: fixed;
  top: 20%;
  right: 0;
  width: 30%;
  display: inline-block;
  border-radius: 5px;
  -moz-transition: 500ms;
  transition: 500ms;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -ms-transition: 500ms;
  margin-right: -30%;
}

.formshowhide {
  /*	width: 30% !important;*/
  margin-right: 0%;
}

.contactformwrap {
  padding: 10px 0px;
  background-color: #F5F5F5;
  box-shadow: 0 5px 15px grey;
}

.contactforms95 {
  width: 95%;
}

.contactformwrap_shades label {
  padding: 1px 0 !important;
}

.contactformwrap_shades .submitbtn {
  width: 100% !important;
  margin-left: 0 !important;
}

.contactformwrap_shades {
  background-color: #ffffff;
  box-shadow: none;
}

.contactformwrap label {
  width: 100%;
  height: auto;
  padding: 1px 10px;
  font-weight: 500;
}

.selectregion-label {
  padding-bottom: 0;
  margin-bottom: -1px;
}

.contactformwrap label .txtfield, .contactformwrap label .emailfield, .contactformwrap label .selectregion, .contactformwrap label .otherspecify, .contactformwrap label .selectcourses, .contactformwrap label .comment {
  font-size: 14px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.contactformwrap label .txtfield:focus, .contactformwrap label .emailfield:focus, .contactformwrap label .selectregion:focus, .contactformwrap label .otherspecify:focus, .contactformwrap label .selectcourses:focus, .contactformwrap label .comment:focus {
  background-color: rgba(255, 0, 0, 0.1);
}

.contactformwrap label .txtfield {
  width: 100%;
  height: 35px;
  padding: 5px;
}

.contactformwrap label .emailfield {
  width: 100%;
  height: 35px;
  padding: 5px;
}

.contactformwrap label select.selectregion {
  width: 50%;
  float: left;
  height: 35px;
  padding: 5px;
}

.contactformwrap label .otherspecify {
  width: 50%;
  float: left;
  height: 35px;
  padding: 5px;
  border-left: none;
}

.contactformwrap label select.selectcourses {
  width: 100%;
  height: 35px;
  padding: 5px;
}

.contactformwrap label textarea.comment {
  width: 100%;
  max-width: 100%;
  padding: 5px;
}

.contactformwrap .submitbtn {
  /*
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	*/
  border: 1px solid red;
  background-color: red;
  color: #fff;
  width: 95%;
  margin-left: 2.5%;
  max-width: 100%;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: rubik;
}

.formhandle {
  background-color: red;
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
  border: none;
  outline: none;
  margin-top: -200px;
  font-size: 18px;
  font-family: rubik;
  font-weight: 600;
  border-radius: 7px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100px;
  margin-left: -67px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 32px;
  float: left;
  position: absolute;
  transition: 500ms;
}

.formhandleclass {
  top: -68px;
  margin-left: 0;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0edg);
}

/* Testimobial Modal */

.testimonialmodal {
  /*	max-width: 650px;*/
}

.testimonialmodal h5 {
  font-family: lalezar;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
  color: red;
  line-height: 16px;
}

.testimonialmodal h5 span {
  color: #333
}

.testimonialmodal h5 abbr {
  color: gray;
  float: left;
  width: 100%;
  font-family: rubik;
  font-size: 15px;
  letter-spacing: 0px;
  padding-bottom: 7px;
}

a.testimodalhandle {
  float: left;
  display: inline-block;
  width: 100%;
  text-align: center;
  outline: none;
  padding: 5px 0 15px;
  font-size: 14px;
}

.modal-header .close {
  /*	margin-top: -9%;*/
  font-size: 28px;
  /*	margin-right: -4px;*/
  position: absolute;
  right: 3%;
  top: 3%;
}

.modal-header {
  padding: 9px 15px 5px;
}

.testimonialmodal p {
  line-height: 24px;
  font-family: rubik;
  font-weight: 500;
  color: #272727;
  font-size: 14px;
  text-align: center;
  /*	min-height: 170px;*/
}

.modal-dialog {
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -p-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  left: 50%;
}

/*owl control*/

.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 0;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 100%;
  background: red;
  filter: Alpha(Opacity=50);
  opacity: 1;
  font-size: 28px;
  width: 35px;
  height: 35px;
  line-height: 27px;
  text-align: center;
  box-shadow: 0 5px 26px #808080b5;
  position: absolute;
  top: 60%;
  font-family: cursive;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}

.owl-theme .owl-controls .owl-buttons div i.fa-angle-left {
  vertical-align: middle;
  margin-left: -3px;
}

.owl-theme .owl-controls .owl-buttons div i.fa-angle-right {
  vertical-align: middle;
  margin-left: 3px;
}

/* // Testimobial Modal // */

/***********************************
************************************
Repo********************************
************************************
***********************************/

@media only screen and (max-width: 1024px) {
  .bridgex .courses-item:nth-child(3n+1), .courses-item1 {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .service-item, .blog-sec, .wrap-item, .loction-info {
    margin-bottom: 15px;
  }
  .portfolio-item figure figcaption {
    padding: 55px 30px;
  }
  .padding-right-zero {
    padding-right: 15px !important;
  }
}

@media (min-width: 451px) and (max-width: 767px) {
  .service-item, .blog-sec, .wrap-item, .loction-info {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  h3.mrkush {
    padding-bottom: 0px;
  }
}

@media (min-width: 20px) and (max-width: 450px) {
  .navbar-default {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .navbar-default .navbar-brand {
    padding-left: 16px;
    margin-top: 0px;
    /*	padding-top: 0;*/
  }
  .banner-info {
    padding-top: 40px;
  }
  h1.bnr-title {
    font-size: 16px;
  }
  h2.bnr-sub-title {
    font-size: 33px;
  }
  body {
    font-size: 14px;
  }
  .btn-download, .btn-more, .btn-download:hover, .btn-more:hover, .btn-download:focus, .btn-more:focus {
    font-size: 12px;
    padding: 7px 18px;
  }
  .wrap-item h3 {
    font-size: 18px;
  }
  .title, .service-title {
    font-size: 28px;
  }
  .sub-title {
    font-size: 15px;
  }
  .service-item, .blog-sec, .wrap-item, .loction-info {
    margin-bottom: 15px;
  }
  .loction-info {
    padding: 0px 15px;
  }
  .portfolio-item figure figcaption {
    padding: 30px 30px;
  }
  .padding-right-zero {
    padding-right: 15px !important;
  }
  .portfolio-item figure p {
    font-size: 14px;
  }
  .portfolio-item figure h2 {
    font-size: 18px;
  }
  .testimonial-item ul li blockquote {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    padding: 0 40px;
  }
  .navbar-default .navbar-nav>li>a {
    line-height: 22px;
    text-align: center;
    color: #fff;
  }
  .navbar-brand {
    width: 50%;
    padding: 8px;
  }
  .navbar-nav {
    background-color: #333;
  }
  .navbar-toggle {
    background-color: #333;
    border-color: #333;
    margin-top: 15px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #333;
  }
  .contactform {
    width: 100% !important;
    margin-right: -100% !important;
  }
  .formshowhide {
    margin-right: 0% !important;
  }
  .formhandleclass {
    top: -67px;
  }
  .aboutbg {
    background-size: cover;
    background-position: 0 -7px;
    padding: 20px 0 0;
  }
  .aboutussection {
    padding: 10px 5px;
  }
  #feature .wrap-item p {
    /*		font-size: 12px;*/
  }
  .aboutusinfowrap ul {
    margin-top: 15px;
    margin-left: -35px;
  }
  .aboutusinfowrap ul li span {
    font-size: 22px;
    margin-top: 0px;
    width: 100%;
    float: left;
  }
  .aboutusinfowrap ul li {
    /*		font-size: 12px;*/
    margin-bottom: 8px;
  }
  .wrap-item h3 {
    /*		font-size: 14px;*/
  }
  .vm {
    padding: 5px 5px 1px 5px;
  }
  #feature.recognition .service-title {
    margin-top: 0;
  }
  #feature.recognition .ourteamwrap .item-img {
    width: 70%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  #feature.recognition p {
    /*		font-size: 12px;*/
    line-height: 24px;
  }
  #feature.ourclient, #feature.testimonials {
    padding: 20px 0;
  }
  .ourclient .ourclientwrap1 {
    margin-left: 0;
  }
  .ourclient .ourclientwrap {
    margin-left: 0;
    padding: 0 5px;
  }
  .testimonials1 {
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  .testimonials p {
    /*		font-size: 12px;*/
    min-height: auto;
  }
  .ourteam {
    padding-bottom: 0;
  }
  .ourteamwrap {
    padding-right: 0;
    padding-left: 15px;
  }
  .ourteamwrap h5, .testimonials p {
    /*
		font-size: 12px;
		line-height: 18px;
*/
  }
  h5.heighted {
    padding-top: 0px;
  }
  #feature.testimonials .bottom-line {
    margin-bottom: 10px;
  }
  .ourteamwrapfix {
    padding-left: 0;
  }
  .ourteamwrapitem {
    padding-left: 0px;
    padding-right: 2px !important;
  }
  .ourteamwrap figure {
    min-height: auto;
  }
  .quote figure {
    box-shadow: none;
  }
  .service-title {
    font-size: 22px !important;
  }
  .visionmission {
    padding-left: 0;
    padding-right: 0;
  }
  /*Training-repo*/
  .trainingbg {
    background-position: center 0px;
    background-attachment: inherit;
  }
  .training {
    padding: 20px 0;
  }
  .courses-item1 {
    margin-left: 0;
  }
  .courses-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  /*Primaver-repo*/
  .trainingleft ul.course-content-list {
    padding-left: 0;
    width: 100%;
  }
  .trainingright ul.course-content-list {
    padding-left: 0;
    width: 100%;
  }
  .course-content ul.course-content-list>li {
    list-style-position: inside;
  }
  /*contactus-repo*/
  .contactusbg {
    background-position: center -41px;
  }
  .contactustop {
    padding-left: 15px;
    padding-right: 15px;
  }
  .addresswrap {
    padding-left: 0;
  }
  .branchaddress {
    width: 100%;
    margin-bottom: 0px;
  }
  .contactforms95 {
    width: 100%;
    padding: 0 15px;
  }
  .map {
    padding-left: 0;
  }
  .header {
    min-height: auto;
  }
  .bg-color {
    min-height: auto
  }
  .banner-info h2 span img {
    display: none;
  }
  .banner-info h2.bnr-sub-title abbr:nth-child(1) {
    margin-left: auto;
    margin-right: auto;
  }
  .banner-info h2.bnr-sub-title abbr {
    width: 100%;
  }
  h2.bnr-sub-title {
    padding-bottom: 0;
  }
  .banner-info {
    padding-bottom: 40px;
  }
  .owl-theme .owl-controls .owl-buttons div {
    top: 40%;
  }
  .modal-header .close {
    margin-top: -16%;
  }
}

@media (min-width: 450px) and (max-width: 640px) {
  .navbar-default .navbar-brand {
    padding-left: 16px;
    margin-top: 0px;
  }
  .banner-info {
    padding-top: 40px;
  }
  h1.bnr-title {
    font-size: 16px;
  }
  h2.bnr-sub-title {
    font-size: 33px;
  }
  body {
    font-size: 14px;
  }
  .btn-download, .btn-more, .btn-download:hover, .btn-more:hover, .btn-download:focus, .btn-more:focus {
    font-size: 12px;
    padding: 7px 18px;
  }
  .wrap-item h3 {
    font-size: 18px;
  }
  .title, .service-title {
    font-size: 28px;
  }
  .sub-title {
    font-size: 15px;
  }
  .service-item, .blog-sec, .wrap-item, .loction-info {
    margin-bottom: 15px;
  }
  .loction-info {
    padding: 0px 15px;
  }
  .portfolio-item figure figcaption {
    padding: 30px 30px;
  }
  .padding-right-zero {
    padding-right: 15px !important;
  }
  .portfolio-item figure p {
    font-size: 14px;
  }
  .portfolio-item figure h2 {
    font-size: 18px;
  }
  .testimonial-item ul li blockquote {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    padding: 0 40px;
  }
  .navbar-default .navbar-nav>li>a {
    line-height: 22px;
    text-align: center;
    color: #fff;
  }
  .navbar-brand {
    width: 195px;
    padding: 4px;
  }
  .navbar-nav {
    background-color: #333;
  }
  .navbar-toggle {
    background-color: #333;
    border-color: #333;
    margin-top: 15px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #333;
  }
  .contactform {
    width: 100% !important;
    margin-right: -100% !important;
  }
  .formshowhide {
    margin-right: 0% !important;
  }
  .formhandleclass {
    top: -67px;
  }
  .aboutbg {
    background-size: cover;
    background-position: 0 -7px;
    padding: 20px 0 0;
  }
  .aboutussection {
    padding: 10px 5px;
  }
  #feature .wrap-item p {
    /*		font-size: 12px;*/
  }
  .aboutusinfowrap ul {
    margin-top: 15px;
    margin-left: -35px;
  }
  .aboutusinfowrap ul li span {
    font-size: 22px;
    margin-top: 0px;
    width: 100%;
    float: left;
  }
  .aboutusinfowrap ul li {
    /*		font-size: 12px;*/
    margin-bottom: 8px;
  }
  .wrap-item h3 {
    /*		font-size: 14px;*/
  }
  .vm {
    padding: 5px 5px 1px 5px;
  }
  #feature.recognition .service-title {
    margin-top: 0;
  }
  #feature.recognition .ourteamwrap .item-img {
    width: 225px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  #feature.recognition p {
    /*		font-size: 12px;*/
    line-height: 24px;
  }
  #feature.ourclient, #feature.testimonials {
    padding: 20px 0;
  }
  .ourclient .ourclientwrap1 {
    margin-left: 0;
  }
  .ourclient .ourclientwrap {
    margin-left: 0;
    padding: 0 5px;
  }
  .testimonials1 {
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  .testimonials p {
    /*		font-size: 12px;*/
    min-height: auto;
  }
  .ourteam {
    padding-bottom: 0;
  }
  .ourteamwrap {
    padding-right: 0;
    padding-left: 15px;
  }
  .ourteamwrap h5, .testimonials p {
    /*
		font-size: 12px;
		line-height: 18px;
		*/
  }
  h5.heighted {
    padding-top: 0px;
  }
  #feature.testimonials .bottom-line {
    margin-bottom: 10px;
  }
  .ourteamwrapfix {
    padding-left: 0;
  }
  .ourteamwrapitem {
    padding-left: 0px;
    padding-right: 2px !important;
  }
  .ourteamwrap figure {
    min-height: auto;
  }
  .quote figure {
    box-shadow: none;
  }
  .service-title {
    font-size: 22px !important;
  }
  .visionmission {
    padding-left: 0;
    padding-right: 0;
  }
  /*Training-repo*/
  .trainingbg {
    background-position: center 0px;
    background-attachment: inherit;
  }
  .training {
    padding: 20px 0;
  }
  .courses-item1 {
    margin-left: 0;
  }
  .courses-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  /*Primaver-repo*/
  .trainingleft ul.course-content-list {
    padding-left: 0;
    width: 100%;
  }
  .trainingright ul.course-content-list {
    padding-left: 0;
    width: 100%;
  }
  .course-content ul.course-content-list>li {
    list-style-position: inside;
  }
  /*contactus-repo*/
  .contactusbg {
    background-position: center -41px;
  }
  .contactustop {
    padding-left: 15px;
    padding-right: 15px;
  }
  .addresswrap {
    padding-left: 0;
  }
  .branchaddress {
    width: 100%;
    margin-bottom: 0px;
  }
  .contactforms95 {
    width: 100%;
    padding: 0 15px;
  }
  .map {
    padding-left: 0;
  }
  .header {
    min-height: auto;
  }
  .bg-color {
    min-height: auto
  }
  .banner-info h2 span img {
    display: none;
  }
  .banner-info h2.bnr-sub-title abbr:nth-child(1) {
    margin-left: auto;
    margin-right: auto;
  }
  .banner-info h2.bnr-sub-title abbr {
    width: 100%;
  }
  h2.bnr-sub-title {
    padding-bottom: 0;
  }
  .banner-info {
    padding-bottom: 40px;
  }
  .owl-theme .owl-controls .owl-buttons div {
    top: 40%;
  }
  .modal-header .close {
    margin-top: -53px;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .navbar-default .navbar-brand {
    padding-left: 16px;
    margin-top: 0px;
    /*		padding-top: 0px;*/
  }
  .banner-info {
    padding-top: 40px;
  }
  h1.bnr-title {
    font-size: 16px;
  }
  h2.bnr-sub-title {
    font-size: 45px;
  }
  body {
    font-size: 14px;
  }
  .btn-download, .btn-more, .btn-download:hover, .btn-more:hover, .btn-download:focus, .btn-more:focus {
    font-size: 12px;
    padding: 7px 18px;
  }
  .wrap-item h3 {
    font-size: 18px;
  }
  .title, .service-title {
    font-size: 28px;
  }
  .sub-title {
    font-size: 15px;
  }
  .service-item, .blog-sec, .wrap-item, .loction-info {
    margin-bottom: 15px;
  }
  .loction-info {
    padding: 0px 15px;
  }
  .portfolio-item figure figcaption {
    padding: 30px 30px;
  }
  .padding-right-zero {
    padding-right: 15px !important;
  }
  .portfolio-item figure p {
    font-size: 14px;
  }
  .portfolio-item figure h2 {
    font-size: 18px;
  }
  .testimonial-item ul li blockquote {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    padding: 0 40px;
  }
  .navbar-default .navbar-nav>li>a {
    line-height: 22px;
    text-align: center;
    color: #fff;
  }
  .navbar-brand {
    width: 195px;
    padding: 4px;
  }
  .navbar-nav {
    background-color: #333;
  }
  .navbar-toggle {
    background-color: #333;
    border-color: #333;
    margin-top: 15px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #333;
  }
  .contactform {
    width: 50% !important;
    margin-right: -50% !important;
  }
  .formshowhide {
    margin-right: 0% !important;
  }
  .formhandleclass {
    top: -67px;
  }
  .aboutbg {
    background-size: cover;
    background-position: 0 -7px;
    padding: 20px 0 0;
  }
  .aboutussection {
    padding: 10px 5px;
  }
  #feature .wrap-item p {
    /*		font-size: 12px;*/
  }
  .aboutusinfowrap ul {
    margin-top: 15px;
    margin-left: -35px;
  }
  .aboutusinfowrap ul li span {
    font-size: 22px;
    margin-top: 0px;
    width: 100%;
    float: left;
  }
  .aboutusinfowrap ul li {
    /*		font-size: 12px;*/
    margin-bottom: 8px;
  }
  .wrap-item h3 {
    /*		font-size: 14px;*/
  }
  .vm {
    padding: 5px 5px 1px 5px;
  }
  #feature.recognition .service-title {
    margin-top: 0;
  }
  #feature.recognition .ourteamwrap .item-img {
    width: 225px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  #feature.recognition p {
    /*		font-size: 12px;*/
    line-height: 24px;
  }
  #feature.ourclient, #feature.testimonials {
    padding: 20px 0;
  }
  .ourclient .ourclientwrap1 {
    margin-left: 0;
  }
  .ourclient .ourclientwrap {
    margin-left: 0;
    padding: 0 5px;
  }
  .testimonials1 {
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  .testimonials p {
    /*		font-size: 12px;*/
    min-height: auto;
  }
  .ourteam {
    padding-bottom: 0;
  }
  .ourteamwrap {
    padding-right: 0;
    padding-left: 15px;
  }
  .ourteamwrap h5, .testimonials p {
    /*
		font-size: 12px;
		line-height: 18px;
		*/
  }
  h5.heighted {
    padding-top: 0px;
  }
  #feature.testimonials .bottom-line {
    margin-bottom: 10px;
  }
  .ourteamwrapfix {
    padding-left: 0;
  }
  .ourteamwrapitem {
    padding-left: 0px;
    padding-right: 2px !important;
  }
  .ourteamwrap figure {
    min-height: auto;
  }
  .quote figure {
    box-shadow: none;
  }
  .service-title {
    font-size: 22px !important;
  }
  .visionmission {
    padding-left: 0;
    padding-right: 0;
  }
  /*Training-repo*/
  .trainingbg {
    background-position: center 0px;
    background-attachment: inherit;
  }
  .training {
    padding: 20px 0;
  }
  .courses-item1 {
    margin-left: 0;
  }
  .courses-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  /*Primaver-repo*/
  .trainingleft ul.course-content-list {
    padding-left: 0;
    width: 100%;
  }
  .trainingright ul.course-content-list {
    padding-left: 0;
    width: 100%;
  }
  .course-content ul.course-content-list>li {
    list-style-position: inside;
  }
  /*contactus-repo*/
  .contactusbg {
    background-position: center -41px;
  }
  .contactustop {
    padding-left: 15px;
    padding-right: 15px;
  }
  .addresswrap {
    padding-left: 0;
  }
  .branchaddress {
    width: 100%;
    margin-bottom: 0px;
  }
  .contactforms95 {
    width: 100%;
    padding: 0 15px;
  }
  .map {
    padding-left: 0;
  }
  .header {
    min-height: auto;
  }
  .bg-color {
    min-height: auto
  }
  .banner-info h2 span img {
    display: none;
  }
  .banner-info h2.bnr-sub-title abbr:nth-child(1) {
    margin-left: auto;
    margin-right: auto;
  }
  .banner-info h2.bnr-sub-title abbr {
    width: 100%;
  }
  h2.bnr-sub-title {
    padding-bottom: 0;
  }
  .banner-info {
    padding-bottom: 40px;
  }
  .owl-theme .owl-controls .owl-buttons div {
    top: 40%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .trainingbg {
    background-position: center 0px;
    background-attachment: inherit;
  }
  .navbar-header {
    display: inline-block;
    width: 20%;
    float: left;
  }
  .navbar-brand {
    width: 100%;
    margin-top: -5px;
  }
  #myNavbar {
    width: 80%;
    display: inline-block;
    float: left;
  }
  .banner-info h2 {
    font-size: 55px;
  }
  .ourteamwrap .item-img {
    width: 100%;
  }
  .aboutusinfowrap ul li span {
    font-size: 24px;
  }
  .aboutusinfowrap ul {
    margin-left: -35px;
  }
  .aboutusinfowrap ul li span {
    width: 50px;
  }
  .courses-item1 {
    margin-left: 17.4%;
  }
  .cduration {
    width: 100%;
    display: inline-block;
  }
  .trainingleft ul.course-content-list {
    width: 100%;
  }
  .trainingright ul.course-content-list {
    width: 100%;
  }
  .cduration .col-sm-4 {
    padding-left: 0px;
  }
  .owl-theme .owl-controls .owl-buttons div {
    top: 40%;
  }
}

@media only screen and (min-width: 768px) {
  li.dropdownrepo {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  li.dropdown {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  li.dropdown {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .dropdowncaret {
    display: none;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #f44336;
    text-align: center;
  }
  .navbar-nav .dropdown-menu li a:hover, .navbar-nav .dropdown-menu li a:focus {
    color: #000 !important;
  }
  .modal-dialog {
    width: 90%;
    left: 47%;
  }
}

@media only screen and (max-width: 450px) {
  .ourclient .ourclientwrap {
    margin-left: 4%;
  }
}

@media only screen and (min-width: 450px) and (max-width: 656px) {
  .ourclient .ourclientwrap {
    margin-left: 5%;
  }
}

@media only screen and (max-width: 657px) {
  .owl-theme .owl-controls .owl-page span {
    width: 7px;
    height: 7px;
    margin: 5px 3px;
  }
  .ourclient .ourclientwrap .item-img {
    width: 80%;
    margin: 0 auto;
  }
}

.headerlogo {
  display: inline-block;
  width: 100%;
  float: left;
  box-shadow: 0 5px 15px gainsboro;
  /*	border-bottom: 1px solid rgba(255, 0, 0, 0.1);*/
}

.headerlogo .feedbacklogo {
  background-color: #fff;
}

.feedbacktitlewrap {
  display: inline-block;
  width: 100%;
  float: left;
  text-align: center;
  background-color: #fff;
}

.feedbacktitlewrap h2 {
  font-family: rubik;
  font-size: 28px;
  font-weight: 700;
}

.feedbacktitlewrap hr {
  height: 3px;
  width: 10%;
  background-color: red;
  margin-top: 10px;
}

.feedbacklogo {
  padding: 10px 0;
}

.feedbacklogo .feedbackbrandlogo, .feedbacklogo .feedbackpmilogo {
  width: 48%;
  float: left;
}

.feedbacklogo .feedbackpmilogo {
  float: right;
  text-align: right;
}

.feedbacklogo .feedbackbrandlogo {
  margin-top: 6px;
}

.feedbacklogo .feedbackbrandlogowrap, .feedbacklogo .feedbackbrandlogowrap {
  width: 180px;
  height: auto;
  display: inline-block;
}

.feedbacklogo img {
  width: 100%;
}

.uploadimagel {
  width: 70%;
  float: left;
}

.uploadimager {
  width: 30%;
  float: right;
  text-align: right;
}

.feedbackbox {
  display: inline-block;
  width: 100%;
  float: left;
  box-shadow: 0 5px 15px gainsboro;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 15px;
}

.feedbackbox h3.feedbacksubtitle {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid gainsboro;
  font-family: rubik;
  font-weight: 700;
  text-transform: uppercase;
}

.feedbackbox .row1 {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 7px 0 0;
}

.fieldtitle {
  display: inline-block;
  float: left;
  min-width: 20%;
}

.fieldvalue {
  display: inline-block;
  width: 80%;
  float: left;
}

.fieldvalue label {
  width: 100%;
}

.fieldvalue input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px gainsboro;
  background-color: #fff;
  color: #333;
  height: 35px;
}

.row1 h5 {
  font-family: rubik;
  font-weight: 600;
  letter-spacing: 0px;
}

.otherinfo .row1 {
  width: 100%;
  display: inline-block;
}

.otherinfo .fieldtitle {
  width: 100%;
  float: left;
  display: inline-block;
}

.starrr {
  display: inline-block;
}

.starrr a {
  font-size: 28px;
  padding: 0 1px;
  margin: 0 10px 0 0;
  cursor: pointer;
  color: #FFD119;
  text-decoration: none;
}

.starrrten {
  height: 48px;
  position: relative;
}

.starrrten a {
  margin-right: 40px;
  color: #2196F3;
}

.starrrten a:nth-last-child(1) {
  margin-right: 0;
}

.starrrten span {
  font-size: 12px;
  font-family: rubik;
  font-weight: 600;
  color: #000;
  position: absolute;
  bottom: -5px;
}

.starrrten span:nth-child(1) {}

.starrrten span:nth-child(2) {
  right: 0;
}

.highlightline h5 {
  color: red;
  font-size: 20px;
}

.row1.highlightline1 {
  /*#2196F3*/
  /*
	border-top: 1px solid #FFCDD2;
	border-bottom: 1px solid #FFCDD2;
*/
  padding-top: 0;
  padding-bottom: 5px;
  margin: 15px 0 0;
}

.row1.highlightline1 h5 {
  font-size: 20px;
}

.otherinfo .fieldtitle {
  padding: 5px 15px 0;
}

.fieldradiovalue {
  padding: 15px 15px 5px;
  box-shadow: 0 5px 15px gainsboro;
}

.highlightlinesocial {}

.bottomsection .fieldtitle {
  /*	padding: 0;*/
}

.bottomsection .fieldtitle h5 {
  margin: 0;
  font-family: rubik
}

.bottomsection input[type="checkbox"] {
  vertical-align: middle;
  margin-top: -2px;
}

.highlightlinesocial .highlightline .fieldtitle {
  padding: 15px;
  box-shadow: 0 5px 15px gainsboro;
}

.highlightlinesocial i.fa-facebook-square {
  color: #3b5998;
}

.highlightlinesocial i.fa-linkedin-square {
  color: #00a0dc;
}

.rowcheckbox2 {
  margin-top: 8px;
}

.rowcheckbox1 {
  margin-top: 0px;
}

.certibtn {
  text-align: center;
}

.certibtn button {
  margin-top: 15px;
}

/*ue*/

.upevents h3 {
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 2px;
  font-size: ;
  font-family: lalezar;
  color: #333;
  border-bottom: 1px solid gainsboro;
}

.upevents h3 span {
  color: red;
}

.upevents ul {
  margin-left: -20px;
  list-style-type: square;
}

.upevents ul li {
  font-weight: 500;
  font-family: rubik;
  font-size: 15px;
  margin-bottom: 5px;
  cursor: pointer;
}

.carousel-indicators {
  bottom: -40px;
}

.carousel-indicators li {
  border-color: #333;
}

.carousel-indicators .active {
  background-color: #333;
}

.carousel-caption {
  width: 100%;
  left: 0;
  bottom: -30px;
}

.carousel-caption h5 {
  display: inline-block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.99);
  text-align: center;
  padding: 10px;
  height: auto;
  font-family: rubik;
}

.carousel-caption h5 a {
  display: block;
  color: #333;
  text-shadow: none;
}

.eventsdetail img {
  width: 100%;
}

.rc-anchor-normal {
  width: 90% !important;
}

.rc-anchor-normal .rc-anchor-content {
  width: 65% !important;
}

.rc-anchor-normal-footer {
  width: 35% !important;
}

.rc-anchor-normal .rc-anchor-pt {
  right: 27px !important;
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
}

.carousel-inner .item img {
  width: 100%;
  max-width: 1000px;
  max-height: 500px;
}

/*
#-error{
	display: none;
}
*/

#recaptcha-error {
  display: block;
}

@media only screen and (max-width: 560px) {
  .carousel-caption h5 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .carousel-indicators {
    bottom: -30px;
  }
  .carousel-caption {
    bottom: -15px;
  }
  .upevents {
    margin-top: 25px;
  }
  .newseventsbg {
    background-position: 0 0;
    padding: 15px 0 0px;
  }
}

.bridgex .courses-item:nth-child(3n+1) {
  margin-left: 12.40%;
}

.bridgex_post_table thead {
  font-size: 22px;
  font-weight: 500;
  font-family: lalezar;
  text-transform: uppercase;
  box-shadow: 0 1px 5px gainsboro;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid gainsboro;
  border-radius: 4px;
  color: red;
}

.bridgex_post_table thead tr td {
  line-height: inherit;
  padding: 8px 8px 4px;
}

.bridgex_post_table tbody {
  font-size: 14px;
  font-weight: 600;
  font-family: rubik;
  letter-spacing: 0;
  border: 1px solid gainsboro;
}

.bridgex_post_table tbody tr td, .bridgex_post_table thead tr td {
  border: 1px solid #9999994f !important;
}

.bridgex_post_table tbody tr td:nth-child(5) {
  font-size: 12px;
}

.table>thead>tr>td {
  padding: 10px 8px 4px;
  line-height: 30px;
}

.table>thead>tr>td:nth-child(1) {
  text-align: center;
}

.table>tbody>tr>td:nth-child(1) {
  text-align: center;
}

.table>tbody>tr>td {
  padding: 10px 8px;
}

.bridgexmenu {
  display: inline-block;
  width: 100%;
}

.bridgexmenu button {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  font-weight: 900;
  background: red;
  border: none;
  float: left;
  margin-right: 5px;
}

/* event form */
.eventform {
  margin: 0 auto;
  width: 50%;
}

.eventformwrap {
  padding: 10px 0px;
  background-color: #F5F5F5;
  box-shadow: 0 5px 15px grey;
  text-align: center;
}

.eventformwrap label {
  width: 100%;
  height: auto;
  font-weight: 500;
  float: left;
}

.eventformwrap label .txtfield, .eventformwrap label .emailfield, .eventformwrap label .selectfield, .eventformwrap label .otherspecify, .eventformwrap label .selectoccupation {
  font-size: 14px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.eventformwrap label .txtfield:focus, .eventformwrap label .emailfield:focus, .eventformwrap label .selectfield:focus, .eventformwrap label .otherspecify:focus, .eventformwrap label .selectoccupation:focus {
  background-color: rgba(255, 0, 0, 0.1);
}

.eventformwrap label .txtfield, .eventformwrap label .emailfield {
  width: 80%;
  height: 35px;
  padding: 5px;
  margin: 5px;
}

.eventformwrap label select.selectfield {
  width: 82%;
  height: 35px;
  padding: 5px;
  margin: 5px;
}

.eventformwrap label .otherspecify {
  width: 80%;
  height: 23px;
  padding: 5px;
  margin: 5px;
}

.eventformwrap label select.selectoccupation {
  width: 82%;
  height: 35px;
  padding: 5px;
  margin: 5px;
}

.eventformwrap .submitbtn {
  border: 1px solid red;
  background-color: red;
  color: #fff;
  width: 50%;
  max-width: 100%;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: rubik;
  margin: 10px;
}
