@charset "UTF-8";
/*  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";
}

/* Slider */
.slick-loading .slick-list {
  /*background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;*/
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  /*background: transparent;
  color: transparent;*/
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "tiger-icons";
  font-size: 20px;
  line-height: 1;
  color: #696969;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 16px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 16px;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 16px;
}
[dir="rtl"] .slick-next {
  left: 16px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  /*width: 100%;*/
  left: 0;
  right: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: #e5e5e5;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: #e5e5e5;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 12px;
  height: 12px;
  font-family: "tiger-icons";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #e5e5e5;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
  background-color: #666666;
}
.slick-dots li.slick-active button:before {
  color: #666666;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev:before, .slick-next:before {
  content: "\f114";
  transform: rotate(90deg);
  /* background: url('../images/right-arrow.png') no-repeat;*/
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  /*width: $radius / 2;
  height: $radius / 2;*/
  border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -webkit-border-radius: 50% 50%;
  -o-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
  line-height: 53px;
  display: block;
}

.slick-next:before {
  transform: rotate(-90deg);
}

.contact-section {
  background-color: #F7F7F7;
}
.contact-section .contact-loc {
  text-align: center;
  padding: 30px 0px;
}
.contact-section .contact-loc h2 {
  font-size: 28px;
  padding-bottom: 20px;
}
.contact-section .contact-loc p {
  padding: 20px;
}
.contact-section .contact-loc i {
  font-size: 41px;
  color: #ffffff;
  width: 70px;
  text-align: center;
  line-height: 68px;
  height: 70px;
  /*width: $radius / 2;
  height: $radius / 2;*/
  border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -webkit-border-radius: 50% 50%;
  -o-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
  display: inline-block;
  background-color: #FA4705;
}
.contact-section .contact-loc i.icon-Location {
  font-size: 51px;
  padding-left: 10px;
  padding-top: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contact-section .contact-loc h2 {
    font-size: 21px;
  }
}

#t4-main-slider {
  max-height: 550px;
  overflow: hidden;
  position: relative;
}
#t4-main-slider .banner-images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.boxtitle {
  font-size: 20px;
  padding-top: 20px;
  min-height: 70px;
  display: inline-block;
  font-weight: 600;
}

#what-we-do {
  margin-bottom: 30px;
}
#what-we-do .boxcontainer {
  vertical-align: top;
}
#what-we-do .boxcontainer .item {
  background-color: #F7F7F7;
  padding: 15px;
  vertical-align: top;
  text-align: center;
}
#what-we-do .boxcontainer .item .icon-box i {
  font-size: 65px;
  text-align: center;
  padding: 10px;
  display: inline-block;
}
#what-we-do .boxcontainer .item p {
  margin-top: 10px;
}
#what-we-do .boxcontainer .item .right-arrow {
  margin-top: 10px;
  text-align: center;
  margin-bottom: -66px;
}
#what-we-do .boxcontainer .item .right-arrow a {
  font-size: 65px;
  display: inline-block;
  color: #999999;
}
#what-we-do .boxcontainer .item:nth-child(even) {
  background-color: #ededed;
}
@media screen and (min-width: 768px) {
  #what-we-do .boxcontainer {
    display: flex;
    align-items: stretch;
  }
  #what-we-do .boxcontainer .item p {
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  #what-we-do .boxcontainer .item {
    text-align: left;
  }
  #what-we-do .boxcontainer .item .icon-box {
    padding-right: 10px;
  }
  #what-we-do .boxcontainer .item p {
    height: initial;
  }
}

#who-we-are {
  padding: 60px 0;
}
#who-we-are .about-lft {
  background: url(../images/guard-home-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
}
#who-we-are .about-lft .rank-about {
  background: #666666;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#who-we-are .about-lft .rank-about i {
  font-size: 65px;
  color: #ffffff;
}
#who-we-are .about-lft .rank-about h2 {
  color: #ffffff;
  font-size: 40px;
}
#who-we-are .about-lft .rank-about h4 {
  color: #ffffff;
  font-size: 24px;
}
#who-we-are .about-lft .rank-about:nth-child(even) {
  background-color: #fa4705d6;
}
#who-we-are .abouts {
  padding-top: 30px;
}
#who-we-are .abouts p {
  text-align: justify;
  line-height: 30px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  #who-we-are .about-lft .rank-about:nth-child(2), #who-we-are .about-lft .rank-about:nth-child(3) {
    background-color: #fa4705d6;
  }
  #who-we-are .about-lft .rank-about:nth-child(4) {
    background: #666666;
  }
  #who-we-are .abouts {
    padding-top: 60px;
  }
}

#we-serve-for {
  background-color: #F7F7F7;
  padding: 60px 0;
}
#we-serve-for .wrking-sec {
  background: #ffffff;
  text-align: center;
  position: relative;
  margin-top: 70px;
  height: 100px;
}
#we-serve-for .wrking-sec .bdrtop-lft {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 2px solid #FA4705;
  border-top: 2px solid #FA4705;
}
#we-serve-for .wrking-sec i {
  background: #ffffff;
  font-size: 40px;
  top: -40px;
  padding-top: 10px;
  border-radius: 100%;
  height: 80px;
  width: 80px;
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#we-serve-for .wrking-sec h4 {
  padding: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  padding-top: 40px;
}

#client-sec {
  padding: 30px 0;
}
#client-sec .clients {
  text-align: center;
}
#client-sec .slick-next {
  right: 0px;
}
#client-sec .slick-prev {
  left: -25px;
}
#client-sec .slick-prev:before, #client-sec .slick-next:before {
  background-color: transparent;
  box-shadow: none;
}

#map-sec {
  padding: 20px 0 60px 0;
}
#map-sec .dispflex {
  display: initial;
}
#map-sec .map-img {
  width: 100%;
}
#map-sec .branchWrapper {
  background: url(../images/globle.jpg) no-repeat;
  background-size: cover;
  padding: 60px;
}
#map-sec .branchname {
  background: #666666;
  padding: 60px 20px;
  text-align: center;
}
#map-sec .branchname h2 {
  font-size: 42px;
  color: #ffffff;
}
#map-sec .branchname p {
  font-size: 18px;
  color: #ffffff;
}
#map-sec .branchname:nth-child(even) {
  background-color: #fa4705d6;
}
@media screen and (min-width: 768px) {
  #map-sec .dispflex {
    display: table;
  }
  #map-sec .dispflex .mapwrapper, #map-sec .dispflex .branchWrapper {
    display: table-cell;
    width: 50%;
    height: 100%;
  }
  #map-sec .branchWrapper {
    padding: 30px;
  }
  #map-sec .branchname {
    height: 160px;
  }
  #map-sec .branchname:nth-child(2), #map-sec .branchname:nth-child(3) {
    background-color: #fa4705d6;
  }
  #map-sec .branchname:nth-child(4) {
    background-color: #666666;
  }
}
@media screen and (min-width: 1024px) {
  #map-sec .branchWrapper {
    padding: 100px 60px 60px 60px;
  }
  #map-sec .branchname {
    height: initial;
  }
}
