/*  BACKGROUND GRADIENTS */
/*  USAGE Example: @include background-gradient(red, black, vertical) */
/* BACKGROUND SIZE */
/* USAGE Example: @include background-size(100%, 100%); */
/* BOX SIZING */
/* usage example: @include box-sizing(border-box); */
/* POSITION */
/* USAGE EXAMPLE : @include position(absolute, 10px, null, 10px, 10px); */
/* OPACITY */
/* USAGE EXAMPLE : @include opacity(0.2); */
/* Arrows / Triangles */
/* Circle */
/* Not Text */
/* Auto */
/* generic transform */
/* rotate */
/* rotate */
/* scale */
/* translate */
/* skew */
/* transform origin */
/* IMAGES */
/*$img-path: '../images/' !default;

$font-body-base:14px !default;
$font-body-base-small:ceil(($font-body-base * 0.75)) !default;*/
/* Font Size */
/*$line-height-base: 1.625em !default;*/
/* COLORS */
/*font Weight*/
/*
  Icon Font: tiger-icons
*/
@font-face {
  font-family: "tiger-icons";
  src: url("http://tiger4india.com/assets/public/fonts/tiger-icons.eot");
  src: url("http://tiger4india.com/assets/public/fonts/tiger-icons.eot?#iefix") format("embedded-opentype"), url("http://tiger4india.com/assets/public/fonts/tiger-icons.woff2") format("woff2"), url("http://tiger4india.com/assets/public/fonts/tiger-icons.woff") format("woff"), url("http://tiger4india.com/assets/public/fonts/tiger-icons.ttf") format("truetype"), url("http://tiger4india.com/assets/public/fonts/tiger-icons.svg#tiger-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "tiger-icons";
    src: url("http://tiger4india.com/assets/public/fonts/tiger-icons.svg#tiger-icons") format("svg");
  }
}
[data-icon]:before {
  content: attr(data-icon);
}

[data-icon]:before,
.icon-Location:before,
.icon-Outsourcing:before,
.icon-arrow:before,
.icon-arrow-down:before,
.icon-calculator:before,
.icon-calendar:before,
.icon-capitol:before,
.icon-casino-cctv:before,
.icon-chat:before,
.icon-education:before,
.icon-email:before,
.icon-hemburger:before,
.icon-hotel:before,
.icon-house:before,
.icon-kyc:before,
.icon-multiusers:before,
.icon-police:before,
.icon-revenue:before,
.icon-takeoff:before,
.icon-teacher:before,
.icon-telephone:before {
  display: inline-block;
  font-family: "tiger-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.icon-Location:before {
  content: "\f100";
}

.icon-Outsourcing:before {
  content: "\f101";
}

.icon-arrow:before {
  content: "\f102";
}

.icon-arrow-down:before {
  content: "\f114";
}

.icon-calculator:before {
  content: "\f103";
}

.icon-calendar:before {
  content: "\f104";
}

.icon-capitol:before {
  content: "\f105";
}

.icon-casino-cctv:before {
  content: "\f106";
}

.icon-chat:before {
  content: "\f107";
}

.icon-education:before {
  content: "\f108";
}

.icon-email:before {
  content: "\f109";
}

.icon-hemburger:before {
  content: "\f113";
}

.icon-hotel:before {
  content: "\f10a";
}

.icon-house:before {
  content: "\f10b";
}

.icon-kyc:before {
  content: "\f10c";
}

.icon-multiusers:before {
  content: "\f10d";
}

.icon-police:before {
  content: "\f10e";
}

.icon-revenue:before {
  content: "\f10f";
}

.icon-takeoff:before {
  content: "\f110";
}

.icon-teacher:before {
  content: "\f111";
}

.icon-telephone:before {
  content: "\f112";
}

.topBanner {
  position: relative;
}
.topBanner img {
  display: block;
  width: 100%;
}

.certificate-sec h2 {
  font-size: 24px;
  text-align: center;
  padding: 30px 0;
  font-family: 600;
}
.certificate-sec .caption {
  padding: 10px 0px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .certificate-sec .caption {
    padding-bottom: 30px;
  }
}

.modal-dialog {
  top: 0px !important;
}
