/* ================ Backgrounds Color ================ */
/* ================ Fonts Color ================ */
/* ================ Form Styling ================ */
/* ================ Fonts Included ================ */
@font-face {
  font-family: 'Play-Bold';
  src: url("../fonts/Play-Bold.ttf");
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../fonts/OpenSans-Bold.ttf");
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url("../fonts/OpenSans-Light.ttf");
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url("../fonts/Raleway-Bold.ttf");
}
@font-face {
  font-family: 'Raleway-Medium';
  src: url("../fonts/Raleway-Medium.ttf");
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url("../fonts/Raleway-Regular.ttf");
}
@font-face {
  font-family: 'Raleway-Light';
  src: url("../fonts/Raleway-Light.ttf");
}
/* ================ Fonts Variables ================ */
/* =======================================================
*
* 	Pioneer Services Template Style 
*
* ======================================================= */
/* line 76, ../sass/style.scss */
html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 83, ../sass/style.scss */
body {
  font-family: Raleway-Regular;
  line-height: 2em;
  font-size: 15px;
  background: #fff;
  color: #7f7f7f;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

/* line 94, ../sass/style.scss */
p, ul, ol {
  margin-bottom: 1.5em;
  color: #7f7f7f;
  font-family: Raleway-Regular;
}

/* line 100, ../sass/style.scss */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin: 0 0 30px 0;
}

/* line 105, ../sass/style.scss */
::-webkit-selection {
  color: #fff;
  background: #e3a300;
}

/* line 110, ../sass/style.scss */
::-moz-selection {
  color: #fff;
  background: #e3a300;
}

/* line 115, ../sass/style.scss */
::selection {
  color: #fff;
  background: #e3a300;
}

/* Clear Fix */
/* line 120, ../sass/style.scss */
.clear-fix {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

/* line 126, ../sass/style.scss */
.padding-none {
  padding-left: 0px;
  padding-right: 0px;
}

/* ======================================= */
/*	Pioneer Section Begins 	*/
/* ======================================= */
/* line 137, ../sass/style.scss */
.header-top {
  background: #2d364c;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 142, ../sass/style.scss */
.header-top .top-text {
  margin: 0px 0px;
  padding: 0px 0px;
}
/* line 146, ../sass/style.scss */
.header-top .top-text ul {
  margin: 0px 0px;
  padding: 0px 0px;
}
/* line 149, ../sass/style.scss */
.header-top .top-text ul li {
  margin: 0px 0px;
  padding: 0px 0px;
  display: inline-block;
  list-style: none;
  color: #fff;
  font-size: 13px;
  font-family: OpenSans-Regular;
}
/* line 157, ../sass/style.scss */
.header-top .top-text ul li img {
  display: inline-block;
  margin-left: 10px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
}
/* line 164, ../sass/style.scss */
.header-top .top-text ul li a {
  color: #fff;
}
/* line 167, ../sass/style.scss */
.header-top .top-text ul li a:hover {
  color: #ffbc13;
  text-decoration: none;
}

/* ======================================= */
/* Header Menu and Logo */
/* ====================================== */
/* ======================================= */
/* line 183, ../sass/style.scss */
.sub-nav {
  padding: 0px 0px !important;
}

/* line 188, ../sass/style.scss */
.navbar {
  margin-bottom: 0px;
  z-index: 9999;
  min-height: 120px;
  background-color: #fff;
}

/* line 194, ../sass/style.scss */
.navbar .navbar-fixed-top .fixed-theme {
  z-index: 99999;
}

/* line 199, ../sass/style.scss */
.navbar-brand {
  font-size: 30px;
  font-family: Play-Bold;
  color: #303192;
  height: 80px;
  /* padding: 5px 15px; */
  line-height: 25px;
  margin-top: 0px;
}
/* line 207, ../sass/style.scss */
.navbar-brand:hover {
  color: #blue;
}
/* line 210, ../sass/style.scss */
.navbar-brand span {
  color: #fff;
  transition: 0.8s;
}
/* line 215, ../sass/style.scss */
.navbar-brand.fixed-theme {
  font-size: 18px;
  color: #f0f;
  transition: 0.8s;
}

/* line 221, ../sass/style.scss */
.navbar-container {
  padding: 0px 0;
  transition: 0.8s;
}
/* line 225, ../sass/style.scss */
.navbar-container.fixed-theme {
  padding: 0;
  transition: 0.8s;
}

/* line 231, ../sass/style.scss */
.navbar.navbar-fixed-top.fixed-theme {
  background: #fff;
  border-color: none;
  z-index: 99999 !important;
  box-shadow: 0 0 5px #000;
  transition: 0.8s;
}

/* line 241, ../sass/style.scss */
.navbar-nav {
  margin-top: 30px;
margin-right: 7.3em;
}
/* line 244, ../sass/style.scss */
.navbar-nav li a {
  font-family: Play-Bold;
  color: #303192;
  font-weight: 700;
  transition: 0.3s;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}
/* line 254, ../sass/style.scss */
.navbar-nav li a:hover {
  background: #ffbc13;
  color: #e10000;
  transition: 0.3s;
}
/* line 259, ../sass/style.scss */
.navbar-nav li a:focus {
  background-color: #ffbc13;
  color: #fcba13;
  border: 0px;
}
/* line 266, ../sass/style.scss */
.navbar-nav .active {
  background: #ffbc13;
  color: #fff;
}
/* line 269, ../sass/style.scss */
.navbar-nav .active a {
  background: #de1e1b;
  color: #fff;
  transition: 0.8s;
}
/* line 274, ../sass/style.scss */
.navbar-nav .active a:hover {
  color: #fff;
  transition: 0.8s;
}
/* line 284, ../sass/style.scss */
.navbar-nav .dropdown-menu li a {
  font-size: 15px;
}

/* line 292, ../sass/style.scss */
.mm-page {
  position: unset !important;
}

/* line 296, ../sass/style.scss */
.mm-panels {
  background: #e2e2e2 !important;
}

/* line 299, ../sass/style.scss */
.mm-listview > li > a {
  color: #000 !important;
  font-family: Play-Bold;
}

/* line 303, ../sass/style.scss */
.menu-icon-size {
  padding: 0px 15px 0px 15px;
  margin: 20px 0px 15px 0px;
}
/* line 306, ../sass/style.scss */
.menu-icon-size i {
  font-size: 25px;
  color: #00adef;
}

/* line 312, ../sass/style.scss */
.mm-listview > li {
  border-bottom: 2ps solid #6f6f6f !important;
  padding: 5px 15px !important;
}

/* line 317, ../sass/style.scss */
.fa-cbar:before {
  content: "\f0c9";
}

/* line 322, ../sass/style.scss */
.mm-opened .fa-cbar:before {
  content: "\f00d";
}

/* line 327, ../sass/style.scss */
.mob-header {
  background: #0d0d10 !important;
  /* padding: 0px 15px; */
  position: relative;
  top: 0px;
}

/* ======================================================= */
/* 			About Us 			*/
/* ======================================================= */
/* line 337, ../sass/style.scss */
.about-bg {
  background: url(../images/about-bg.png);
  background-repeat: none;
  background-size: cover;
  max-height: 530px;
  min-height: 530px;
  display: table;
  width: 100%;
  margin-bottom: 0em;
}
/* line 346, ../sass/style.scss */
.about-bg h1 {
  background: url(../images/red-border.png) bottom center;
  text-align: center;
  font-weight: bold;
  color: #3d474a;
  font-size: 25px;
  display: block;
  background-repeat: no-repeat;
  padding: 0px 0px 25px 0px;
  margin-top: 2em;
  line-height: 20px;
}
/* line 359, ../sass/style.scss */
.about-bg .white-box-in {
  margin: 3em 0em;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
  max-height: 355px;
  min-height: 330px;
  padding-left: 25px;
  padding-right: 25px;
}
/* line 372, ../sass/style.scss */
.about-bg .white-box-in p {
  line-height: 24px;
  color: #7f7f7f;
  text-align: justify;
  font-family: Raleway-Medium;
}
/* line 378, ../sass/style.scss */
.about-bg .white-box-in .btn-primary {
  background-color: #273447;
  border: 0px;
  border-radius: 0px;
  padding: 20px 30px;
  border-left: 4px solid #ffbc13;
  color: #ffbc13;
}
/* line 385, ../sass/style.scss */
.about-bg .white-box-in .btn-primary:hover {
  color: #fff;
}

/* ================== Comapny Infrastructure =================== */
/* line 392, ../sass/style.scss */
.infra-bg {
  /* background:#2d394a url('../images/infra-bg2.png'); */
  background: url("../images/infra-bg.png");
  background-repeat: none;
  background-size: cover;
  max-height: 324px;
  min-height: 324px;
  display: table;
  width: 100%;
  padding: 2.5em 0em;
}
/* line 403, ../sass/style.scss */
.infra-bg .infra-round {
  border-radius: 50%;
  width: 192px;
  height: 192px;
  border: 5px solid #404956;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 5px 12px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 5px 12px 0px rgba(50, 50, 50, 0.75);
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}
/* line 415, ../sass/style.scss */
.infra-bg .infra-round img {
  border-radius: 50%;
}
/* line 420, ../sass/style.scss */
.infra-bg .infra-text h1 {
  background: url(../images/infra-bottom.png) bottom left;
  text-align: left;
  font-weight: bold;
  color: #fcba13;
  font-size: 25px;
  display: block;
  background-repeat: no-repeat;
  padding: 0px 0px 25px 0px;
  margin-top: 1em;
  line-height: 20px;
}
/* line 433, ../sass/style.scss */
.infra-bg .infra-text p {
  line-height: 24px;
  color: #fff;
  text-align: justify;
  font-family: Raleway-Medium;
}
/* line 440, ../sass/style.scss */
.infra-bg .infra-text .btn-primary {
  background-color: #0a111b;
  border: 0px;
  border-radius: 0px;
  padding: 20px 30px;
  border-left: 4px solid #ffbc13;
  color: #ffbc13;
}
/* line 447, ../sass/style.scss */
.infra-bg .infra-text .btn-primary:hover {
  color: #fff;
}

/* ====================  Services Section =========== */
/* line 455, ../sass/style.scss */
.white-section {
  background: #fff;
  padding: 0em 0em 5em 0em;
}
/* line 459, ../sass/style.scss */
.white-section .service-section h1 {
  background: url(../images/red-border.png) bottom center;
  text-align: center;
  font-weight: bold;
  color: #3d474a;
  font-size: 25px;
  display: block;
  background-repeat: no-repeat;
  padding: 0px 0px 25px 0px;
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 20px;
}
/* line 472, ../sass/style.scss */
.white-section .service-section .service-img {
  border-bottom: 4px solid #ffbc13;
}
/* line 474, ../sass/style.scss */
.white-section .service-section .service-img img {
  margin: 0 auto;
}
/* line 479, ../sass/style.scss */
.white-section .service-section .service-in {
  background: #fff;
  min-height: 227px;
  padding-bottom: 0px;
  border-bottom: 4px solid #ffbc13;
}
/* line 484, ../sass/style.scss */
.white-section .service-section .service-in p {
  text-align: left;
  padding: 25px;
  color: #7f7f7f;
  font-family: Raleway-Medium;
}
/* line 491, ../sass/style.scss */
.white-section .service-section a {
  padding: 0px 0px 0px 15px;
}
/* line 494, ../sass/style.scss */
.white-section .service-section .btn-primary {
  background-color: #273447;
  border: 0px;
  font-size: 17px;
  border-radius: 0px;
  color: #ffbc13;
  text-align: right;
  float: right;
  position: absolute;
  /* top: -29px; */
  bottom: 4px;
  right: 15px;
}
/* line 508, ../sass/style.scss */
.white-section .service-section .btn-primary:hover {
  color: #fff;
}
/* line 511, ../sass/style.scss */
.white-section .service-section .btn-primary i {
  background: #ffbc13;
  background: #ffbc13;
  padding: 6px 12px;
  margin: 0px;
  color: #273447;
}

/* =================== OUR CLIENTS ================ */
/* line 522, ../sass/style.scss */
.brands {
  margin-top: 30px;
}
/* line 525, ../sass/style.scss */
.brands .left {
  background-color: #f8c954;
  width: 80%;
  float: left;
  padding: 11px 0px;
  min-height: 150px;
  margin-bottom: 30px;
}
/* line 533, ../sass/style.scss */
.brands .left .brand-img {
  margin: 22px 0px;
}
/* line 538, ../sass/style.scss */
.brands .right {
  background-color: #273447;
  float: left;
  width: 20%;
  min-height: 150px;
}
/* line 544, ../sass/style.scss */
.brands .right h2 {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 63px 0px;
}
/* line 553, ../sass/style.scss */
.brands .slick-prev:before {
  content: url(../images/a-l.png);
}
/* line 556, ../sass/style.scss */
.brands .slick-next:before {
  content: url(../images/a-r.png);
}

/* ================== footer-bg =================== */
/* line 561, ../sass/style.scss */
.footer-bg {
  background: #1a1f27;
  padding-top: 30px;
  border-top: 20px solid #ffbc13;
  margin-top: 2em;
}
/* line 566, ../sass/style.scss */
.footer-bg h1 {
  background: url(../images/foo-border.png) bottom left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  display: block;
  background-repeat: no-repeat;
  padding: 0px 0px 25px 0px;
  margin-top: 1em;
  line-height: 20px;
  text-transform: uppercase;
}
/* line 579, ../sass/style.scss */
.footer-bg .quick-links {
  margin: 0px 0px;
  padding: 0px 0px;
}
/* line 582, ../sass/style.scss */
.footer-bg .quick-links ul {
  margin: 0px 0px;
  padding: 0px 0px;
}
/* line 585, ../sass/style.scss */
.footer-bg .quick-links ul li {
  margin: 0px 0px;
  padding: 0px 0px;
  display: block;
}
/* line 589, ../sass/style.scss */
.footer-bg .quick-links ul li a {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
}
/* line 595, ../sass/style.scss */
.footer-bg .quick-links ul li a:hover {
  text-decoration: none;
  color: #ffbc13;
}
/* line 603, ../sass/style.scss */
.footer-bg img {
  float: right;
  padding: 0px 10px 0px 0px;
}
/* line 607, ../sass/style.scss */
.footer-bg p {
  color: #fff;
  text-align: left;
  font-family: OpenSans-Regular;
}
/* line 613, ../sass/style.scss */
.footer-bg .footer-bottom-section {
  margin-top: 5em;
  margin-bottom: 3em;
}
/* line 617, ../sass/style.scss */
.footer-bg .footer-bottom-section .footer-box {
  border: 1px solid #333333;
  padding: 15px 0px 0px 8px;
  display: inline-block;
  height: 195px;
  width: 265px;
}
/* line 623, ../sass/style.scss */
.footer-bg .footer-bottom-section .footer-box img {
  float: left;
  display: inline-block;
  width: 40px;
  height: 26px;
}
/* line 629, ../sass/style.scss */
.footer-bg .footer-bottom-section .footer-box .footer-bottom-in {
  padding: 0px 15px 0px 0px;
}
/* line 632, ../sass/style.scss */
.footer-bg .footer-bottom-section .footer-box .footer-bottom-in h3 {
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  font-family: Raleway-Bold;
  margin-bottom: 10px;
}
/* line 640, ../sass/style.scss */
.footer-bg .footer-bottom-section .footer-box .footer-bottom-in p {
  color: #6c6d70;
  text-align: left;
  padding: 0px 5px 0px 0px;
  float: left;
  font-size: 14px;
  font-weight: bold;
}
/* line 647, ../sass/style.scss */
.footer-bg .footer-bottom-section .footer-box .footer-bottom-in p a {
  color: #7b7c7e;
}
/* line 650, ../sass/style.scss */
.footer-bg .footer-bottom-section .footer-box .footer-bottom-in p a:hover {
  color: #f9b713;
  text-decoration: none;
}
/* line 659, ../sass/style.scss */
.footer-bg .footer-bottom-bg {
  background: url(../images/yellow-border.png) repeat-x;
  height: 30px;
}
/* line 663, ../sass/style.scss */
.footer-bg .copy-right-section {
  text-align: center;
  margin-top: 20px;
}
/* line 666, ../sass/style.scss */
.footer-bg .copy-right-section p {
  text-align: center;
  color: #7b7c7e;
  font-weight: bold;
  font-size: 14px;
}
/* line 671, ../sass/style.scss */
.footer-bg .copy-right-section p a {
  color: #ffbc13;
}

/* ============== sub Page ================== */
/* line 683, ../sass/style.scss */
.sub-page {
  background: #1a1f27;
  padding: 20px;
  border-bottom: 5px solid #ffbc13;
  margin-bottom: 25px;
}
/* line 688, ../sass/style.scss */
.sub-page h1 {
  text-align: center;
  color: #fcba13;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0px;
}

/* line 697, ../sass/style.scss */
.sub-page-content {
  color: #012362;
}
/* line 699, ../sass/style.scss */
.sub-page-content h3 {
  color: #012362;
}

/* line 703, ../sass/style.scss */
.blue-color {
  color: #012362;
}

/*
ul.categories {
    li{
        list-style: none;
    }
}
*/
/* line 714, ../sass/style.scss */
.categories > li {
  position: relative;
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-position: 9px 16px;
  background-repeat: no-repeat;
  padding: 10px 0;
  transition: all 0.3s;
  text-decoration: none !important;
}

/* line 727, ../sass/style.scss */
.categories > li a {
  color: #666;
  border: 0px;
  text-decoration: none !important;
}

/* line 734, ../sass/style.scss */
.categories > li a:before {
  font-family: 'FontAwesome';
  content: "\f101";
  margin-right: 5px;
  border: 0px;
  text-decoration: none !important;
}

/* line 741, ../sass/style.scss */
.categories > li:hover {
  background: #f6f6f6;
  padding-left: 15px;
  cursor: pointer;
  border: 0px;
  text-decoration: none !important;
}

/* ========================================== */
/* line 751, ../sass/style.scss */
.sub-page-in h4 {
  color: #273447;
  font-family: Raleway-Bold;
}
/* line 755, ../sass/style.scss */
.sub-page-in p {
  color: #333333;
  font-family: Raleway-Medium;
}
/* line 759, ../sass/style.scss */
.sub-page-in ul.sub-ul-text {
  color: #333333;
  font-family: Raleway-Medium;
}

/* ========================================== */
/* line 765, ../sass/style.scss */
.clients-sub {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
/* line 770, ../sass/style.scss */
.clients-sub ul li {
  list-style: none;
  display: inline-block;
  margin: 10px 15px 10px 15px;
  padding: 0px 0px 0px 0px;
}

/* line 779, ../sass/style.scss */
.reach-us {
  border: 1px solid #aaaaaa;
  padding: 25px;
  margin: 0px 0px 20px 0px;
  border-radius: 10px;
}
/* line 784, ../sass/style.scss */
.reach-us h3 {
  background: #ffbc13;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 15px;
  color: #000;
}
/* line 790, ../sass/style.scss */
.reach-us h3 p {
  font-family: OpenSans-Regular;
}

/* line 796, ../sass/style.scss */
.contact-form-in {
  border: 1px solid #aaaaaa;
  padding: 25px;
  margin: 0px 0px 20px 0px;
  border-radius: 10px;
}
/* line 801, ../sass/style.scss */
.contact-form-in h3 {
  background: #ffbc13;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 15px;
  color: #000;
}

/* ================ Hover Effect ================ */
/* line 812, ../sass/style.scss */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

/* line 822, ../sass/style.scss */
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 835, ../sass/style.scss */
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

/* line 842, ../sass/style.scss */
.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 10px;
}

/* line 857, ../sass/style.scss */
.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 50px 0 0;
  padding: 7px 14px;
}

/* line 872, ../sass/style.scss */
.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

/* line 876, ../sass/style.scss */
.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 882, ../sass/style.scss */
.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 887, ../sass/style.scss */
.hovereffect:hover h2, .hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

/* line 895, ../sass/style.scss */
.hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}





.certificate{
	  margin: -90px 0px 0px 70em;
  }