@font-face {
  font-family: 'mandator';
  src: url("../fonts/mandator.ttf");
  src: url("../fonts/mandator.ttf") format("truetype");
}

/* line 7, D:/Website/HTML/scss/master.scss */
body {
  font-family: 'calibri', Open Sans, Arial, sans-serif;
}

/* line 9, D:/Website/HTML/scss/master.scss */
body .row {
  margin-right: 0px;
  margin-left: 0px;
}

/* line 14, D:/Website/HTML/scss/master.scss */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
}

/* line 21, D:/Website/HTML/scss/master.scss */
.max-width-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* line 25, D:/Website/HTML/scss/master.scss */
.all-header {
  z-index: 1009;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 1px 2px #666;
  -webkit-box-shadow: 0px 1px 2px #666;
  -moz-box-shadow: 0px 1px 2px #666;
}

/* line 36, D:/Website/HTML/scss/master.scss */
.sections-title {
  text-align: center;
  margin-bottom: 50px;
  color: #222;
  font-weight: 600;
  font-size: 40px;
  color: #DE201C;
  font-family: 'Arial';
}

/* line 45, D:/Website/HTML/scss/master.scss */
.header-primary {
  padding: 10px;
  background: #222;
}

/* line 48, D:/Website/HTML/scss/master.scss */
.header-primary .primary-header-content {
  font-size: 13px;
  color: #d5d5d5;
  text-align: right;
}

/* line 52, D:/Website/HTML/scss/master.scss */
.header-primary .primary-header-content .max-width-container {
  padding-right: 30px;
  padding-left: 30px;
}

/* line 56, D:/Website/HTML/scss/master.scss */
.header-primary .primary-header-content .glyphicon {
  color: #DE201C;
  margin-right: 5px;
}

/* line 60, D:/Website/HTML/scss/master.scss */
.header-primary .primary-header-content a {
  font-size: 13px;
  color: #d5d5d5;
  text-decoration: none;
}

/* line 65, D:/Website/HTML/scss/master.scss */
.header-primary .primary-header-content a:hover {
  color: #fff;
  text-decoration: undeline;
}

/* line 71, D:/Website/HTML/scss/master.scss */
.header-primary .devider-pipe {
  color: #fff;
  font-size: 16px;
  margin-left: 7px;
  margin-right: 7px;
}

/* line 78, D:/Website/HTML/scss/master.scss */
.header-row {
  max-width: 1280px;
  margin: 0px auto;
}

/* line 81, D:/Website/HTML/scss/master.scss */
.header-row .logo-sec {
  padding: 15px 0px;
}

/* line 83, D:/Website/HTML/scss/master.scss */
.header-row .logo-sec .logo-img {
  width: 175px;
  margin-left: 0px;
}

/* line 88, D:/Website/HTML/scss/master.scss */
.header-row .menu-item-sec {
  text-align: right;
}

/* line 90, D:/Website/HTML/scss/master.scss */
.header-row .menu-item-sec .menu-items {
  padding: 0px;
  margin: 0px;
  font-size: 0px;
}

/* line 94, D:/Website/HTML/scss/master.scss */
.header-row .menu-item-sec .menu-items .menu-item {
  display: inline-block;
}

/* line 96, D:/Website/HTML/scss/master.scss */
.header-row .menu-item-sec .menu-items .menu-item .menu-item-link {
  font-size: 18px;
  text-decoration: none;
  display: block;
  padding: 25px 15px;
  background: #fff;
  color: #222;
  transition: all 0.3s;
}

/* line 104, D:/Website/HTML/scss/master.scss */
.header-row .menu-item-sec .menu-items .menu-item .menu-item-link:hover {
  text-decoration: none;
  background: #DE201C;
  color: #fff;
  transition: all 0.3s;
}

/* line 112, D:/Website/HTML/scss/master.scss */
.header-row .menu-item-sec .menu-items .menu-item .menu-item-link-active {
  background: #DE201C;
  color: #fff;
}

/* line 122, D:/Website/HTML/scss/master.scss */
.primary-banner {
  margin-top: 115px;
  overflow: hidden;
}

/* line 125, D:/Website/HTML/scss/master.scss */
.primary-banner .banner-img {
  width: 100%;
  max-height: 500px;
  height: 500px;
}

/* line 130, D:/Website/HTML/scss/master.scss */
.primary-banner .carousel-caption {
  text-align: left;
  bottom: 180px;
  left: 5%;
}

/* line 136, D:/Website/HTML/scss/master.scss */
.primary-banner .carousel-caption h1 {
  color: #ff8741;
  font-family: 'mandator';
  font-weight: 600;
  font-size: 36px;
}

/* line 142, D:/Website/HTML/scss/master.scss */
.primary-banner .carousel-caption p {
  font-family: calibri;
  font-size: 22px;
  color: #e9e9e9;
}

/* line 150, D:/Website/HTML/scss/master.scss */
.aboutunibuzz {
  background: #DE231C;
  padding: 70px 0px 70px 0px;
  color: #fff;
}

/* line 154, D:/Website/HTML/scss/master.scss */
.aboutunibuzz .reltv {
  position: relative;
}

/* line 155, D:/Website/HTML/scss/master.scss */
.aboutunibuzz .reltv h1 {
  margin-top: 0px;
}

/* line 159, D:/Website/HTML/scss/master.scss */
.aboutunibuzz .reltv .readmore {
  position: absolute;
  right: 30px;
  bottom: 0px;
  font-size: 20px;
  background: #DE231C;
  padding: 10px 20px;
  color: #fff;
  border: 1px dashed #fff;
  text-decoration: none;
  transition: all 0.3s;
}

/* line 170, D:/Website/HTML/scss/master.scss */
.aboutunibuzz .reltv .readmore:hover {
  background: #b7241f;
  transition: all 0.3s;
  text-decoration: none;
}

/* line 178, D:/Website/HTML/scss/master.scss */
.maincats {
  margin: 70px 0px;
}

/* line 181, D:/Website/HTML/scss/master.scss */
.maincats .about h2 {
  font-size: 90px;
  color: #42b3e5;
  margin-top: 50px;
}

/* line 186, D:/Website/HTML/scss/master.scss */
.maincats .about h4 {
  font-size: 24px;
  color: #737373;
  margin-bottom: 45px;
}

/* line 191, D:/Website/HTML/scss/master.scss */
.maincats .about-img img {
  width: 100%;
  height: 200px;
}

/* line 195, D:/Website/HTML/scss/master.scss */
.maincats .single-about-detail {
  position: relative;
}

/* line 198, D:/Website/HTML/scss/master.scss */
.maincats .pentagon-text h1 {
  font-size: 40px;
  color: #383838;
  margin-top: 0;
  transition: all .7s ease 0s;
  -webkit-transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -o-transition: all .7s ease 0s;
  -ms-transition: all .7s ease 0s;
  text-align: center;
  position: absolute;
  left: 12%;
  width: 50px;
  top: 12px;
}

/* line 216, D:/Website/HTML/scss/master.scss */
.maincats .pentagon-text {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  top: -30px;
  left: 40%;
}

/* line 226, D:/Website/HTML/scss/master.scss */
.maincats .about-details {
  padding-top: 30px;
  background: #222;
  border-top: 2px solid #fff;
  transition: all .7s ease 0s;
  -webkit-transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -o-transition: all .7s ease 0s;
  -ms-transition: all .7s ease 0s;
  height: 230px;
}

/* line 237, D:/Website/HTML/scss/master.scss */
.maincats .about-details h3 {
  font-size: 26px;
  color: #fff;
  margin-top: 0px;
  text-align: center;
}

/* line 243, D:/Website/HTML/scss/master.scss */
.maincats .about-details p {
  font-size: 13px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  padding: 0 25px;
  padding-bottom: 30px;
  text-align: center;
}

/* line 251, D:/Website/HTML/scss/master.scss */
.maincats .single-about-detail:hover .about-details {
  background: #DE231C;
  cursor: pointer;
}

/* line 255, D:/Website/HTML/scss/master.scss */
.maincats .single-about-detail:hover .pentagon-text h1 {
  color: #DE231C;
  cursor: pointer;
}

/* line 263, D:/Website/HTML/scss/master.scss */
.all-services {
  padding-bottom: 60px;
  margin-top: 70px;
}

/* line 267, D:/Website/HTML/scss/master.scss */
.all-services .single-member {
  margin: 0;
  padding: 0;
}

/* line 271, D:/Website/HTML/scss/master.scss */
.all-services .person {
  overflow: hidden;
}

/* line 273, D:/Website/HTML/scss/master.scss */
.all-services .person img {
  width: 100%;
  height: 165px;
  transition: all .7s ease 0s;
  -webkit-transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -o-transition: all .7s ease 0s;
  -ms-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
}

/* line 284, D:/Website/HTML/scss/master.scss */
.all-services .person-detail {
  padding: 10px;
  background: #DE231C;
  position: relative;
  height: 165px;
  transition: all .7s ease 0s;
  -webkit-transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -o-transition: all .7s ease 0s;
  -ms-transition: all .7s ease 0s;
}

/* line 295, D:/Website/HTML/scss/master.scss */
.all-services .person-detail .techsupport-txt {
  font-size: 16px;
  margin-top: 20px;
}

/* line 300, D:/Website/HTML/scss/master.scss */
.all-services .arrow-top {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #DE231C;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  bottom: -10px;
  left: 46%;
  transition: all .7s ease 0s;
  -webkit-transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -o-transition: all .7s ease 0s;
  -ms-transition: all .7s ease 0s;
  z-index: 999;
}

/* line 319, D:/Website/HTML/scss/master.scss */
.all-services .arrow-bottom {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #DE231C;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: -9px;
  left: 46%;
  transition: all .7s ease 0s;
  -webkit-transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -o-transition: all .7s ease 0s;
  -ms-transition: all .7s ease 0s;
  z-index: 999;
}

/* line 338, D:/Website/HTML/scss/master.scss */
.all-services .person-detail h3 {
  font-size: 30px;
  color: #fff;
}

/* line 343, D:/Website/HTML/scss/master.scss */
.all-services .person-detail p {
  font-size: 13px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

/* line 350, D:/Website/HTML/scss/master.scss */
.all-services .single-member:hover .person img {
  transform: scale(1.2);
  transition: all .7s ease 0s;
  -webkit-transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -o-transition: all .7s ease 0s;
  -ms-transition: all .7s ease 0s;
  transition: all .7s ease 0s;
}

/* line 359, D:/Website/HTML/scss/master.scss */
.all-services .single-member:hover .person-detail {
  background: #222;
}

/* line 362, D:/Website/HTML/scss/master.scss */
.all-services .single-member:hover .arrow-top {
  background: #222;
}

/* line 365, D:/Website/HTML/scss/master.scss */
.all-services .single-member:hover .arrow-bottom {
  background: #222;
}

/* line 374, D:/Website/HTML/scss/master.scss */
.gmap-heading {
  margin-left: 2%;
  padding-left: 5px;
}

/* line 379, D:/Website/HTML/scss/master.scss */
#addressmap {
  width: 96%;
  height: 400px;
  border: 1px solid #999;
  padding: 5px;
  margin: 2%;
}

/* line 387, D:/Website/HTML/scss/master.scss */
.inner-header {
  background: url("../images/innerheader.jpg");
  background-repeat: none;
  background-size: 100% 100%;
  padding: 50px 0px;
  margin-top: 115px;
}

/* line 393, D:/Website/HTML/scss/master.scss */
.inner-header .heading-txt {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  font-style: italic;
}

/* line 400, D:/Website/HTML/scss/master.scss */
.innerpage-txt {
  margin-top: 50px;
  margin-bottom: 30px;
}

/* line 404, D:/Website/HTML/scss/master.scss */
.innerpage-txt .img-side img {
  border: 3px solid #999;
}

/* line 413, D:/Website/HTML/scss/master.scss */
.feedback-form p {
  margin-top: 10px;
  margin-bottom: 3px;
}

/* line 418, D:/Website/HTML/scss/master.scss */
.feedback-form .enquirytxtbox {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding: 5px;
  width: 200px;
  color: #000;
  outline: none;
}

/* line 427, D:/Website/HTML/scss/master.scss */
.feedback-form .enquiresub {
  background: #4f3019;
  color: #fff;
  padding: 8px 20px;
  font-size: 16px;
  border: 0px;
  outline: none;
}

/* line 436, D:/Website/HTML/scss/master.scss */
.feedback-form .enquiresub:hover {
  background: #ff0000;
}

/* line 441, D:/Website/HTML/scss/master.scss */
.footer-sec {
  background: #222222;
}

/* line 443, D:/Website/HTML/scss/master.scss */
.footer-sec .traininglist {
  padding: 40px 15px 30px 15px;
}

/* line 447, D:/Website/HTML/scss/master.scss */
.footer-sec .footer-title {
  color: #FF8741;
  font-size: 18px;
}

/* line 451, D:/Website/HTML/scss/master.scss */
.footer-sec .all-trainings-ul {
  padding-left: 15px;
  color: #fff;
}

/* line 454, D:/Website/HTML/scss/master.scss */
.footer-sec .all-trainings-ul li {
  list-style: disc;
  color: #fff;
}

/* line 457, D:/Website/HTML/scss/master.scss */
.footer-sec .all-trainings-ul li a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

/* line 461, D:/Website/HTML/scss/master.scss */
.footer-sec .all-trainings-ul li a:hover {
  color: #FF8741;
}

/* line 467, D:/Website/HTML/scss/master.scss */
.footer-sec .footer-copy {
  background: #000;
  padding: 15px;
  font-size: 14px;
  color: #fff;
}

/* line 472, D:/Website/HTML/scss/master.scss */
.footer-sec .footer-copy a {
  color: #FF8741;
  text-decoration: none;
}

/* line 475, D:/Website/HTML/scss/master.scss */
.footer-sec .footer-copy a:hover {
  color: #DE231C;
}

/* line 479, D:/Website/HTML/scss/master.scss */
.footer-sec .footer-copy .txt-left {
  text-align: left;
}

/* line 482, D:/Website/HTML/scss/master.scss */
.footer-sec .footer-copy .txt-right {
  text-align: right;
}

/*# sourceMappingURL=../css/master.map */