* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* container max-width 1170 to 1280 */
body{
    margin: 0;
    padding: 0;
    font-family: 'Yantramanav', sans-serif;
    color: #18191B;
}
.padding-less, .p-less{
    padding: 0;
}
header {
    width: 100%;
	height: auto;
	position: fixed;
    padding: 10px 0;
	top: 0;
	left: 0;
	z-index: 999;
}
header.smaller {
    background-color: rgba(24, 25, 27, 1);
}
.navbar-brand,.navbar {
    padding: 0px;
}
.bar1, .bar2, .bar3 {
    width: 40px;
    height: 2px;
    background-color:#F7D907;
    margin: 10px 0;
    transition: 0.4s;
  }
 
 .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {opacity:1 !important} 
  
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 9px);
    transform: rotate(-45deg) translate(-8px, 9px);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -9px);
    transform: rotate(45deg) translate(-8px, -9px);
  }
  .menu ul li {
    padding: 2px 3px;
}

.menu ul li a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    line-height: 21px;
    color: #fff;
    text-transform: uppercase;
}

.menu ul li a.active {
    color: #F7D907;
}


a.dropdown-item {
    text-align: center;
}
.megamenu .dropdown-item img, a.dropdown-item img {
    margin-bottom: 13px;
}
.navbar-nav .dropdown:hover .dropdown-menu{ 
    display: block;
    border-radius: 0;
    padding:10px 0;
    margin-top: -5px;
    border: none;
    background-color: transparent;
}
.dropdown-menu li img{
    margin-left: 10px;
    display: inline-block;
}
.dropdown-menu li{
    display: flex;
    align-items: center;
    background-color: #18191B;
    border-bottom: 1px solid rgba(108, 108, 108, 1);
    padding: 0px !important;
}
.desmenu-show{
    display: none;
}
.dropdown-menu li a{
    color: #fff !important;
    padding:25px 25px 5px !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
}
.dropdown-toggle::after{
    display: none;
}
.dropdown-menu li:hover{
    border-bottom: 1px solid #F7D907;
}
.dropdown-menu li:hover a{
    color: #F7D907 !important;
    background-color: #18191B;
}
.dropdown-menu li:last-child{
    border: none;
}
.dropdown-menu li:last-child:hover{
    border: none;
}
.social-icon, .social-icon ul li:last-child{
    padding-right: 0px !important;
}
.menu ul li:hover a{
    color: #F7D907;
}
.contact-btn{
    background-color: #F7D907;
    position: relative;
    padding-bottom: 0px !important;
    padding-top: 3px !important;
}
.contact-btn a{
    color: #000000 !important;
}
.contact-btn:hover{
    background-color: #000;
}
.contact-btn:hover a{
    color: #fff !important;
}
/*
.contact-btn::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    border: 2px solid #F7D907;
    opacity: 0;
    z-index: -1;
    transform: scaleX(1.1) scaleY(1.3);
    transition: transform 0.3s, opacity 0.3s;
}
.contact-btn:hover::after{
    opacity: 1;
    transform: scaleX(1) scaleY(1);
}
*/

.social-icon{
    padding: 0 0 0 13px !important;
}
.social-icon ul{
    margin:11px 0 0 0;
    padding: 0;
    display: flex;
}
.social-icon li{
    list-style: none;
    padding: 0 7px !important;
}
/* slider */
.carousel-caption{
    top: 35%;
    width: 40%;
    margin: 0 auto;
}
#carouselExampleCaptions .carousel-indicators {display:none; }
#carouselExampleCaptions .carousel-control-next-icon, #carouselExampleCaptions .carousel-control-prev-icon { width: 40px;
height: 40px; }
#carouselExampleCaptions .carousel-control-next-icon { background-image: url("../images/right-arrow.png");  }
#carouselExampleCaptions .carousel-control-prev-icon { background-image: url("../images/prev-arrow.png");  }
.carousel-caption h5{
    font-size: 40px;
    font-weight: 400;
    letter-spacing: .8px;
    line-height: 45px;
}
.bg-yellow{
    background-color: #F7D907;
    color: #18191B;
}
.bg-gray{
    background-color: #18191B;
    color: #F7D907;
}
.destop-show{
    display: block !important;
}
.mobile-show{
    display: none !important;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .flip-card:focus {
      outline: 0;
  }
  .flip-card:hover .flip-card-inner,
  .flip-card:focus .flip-card-inner{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden !important;
    -moz-backface-visibility: hidden !important;
    -o-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
  }
  .services-box.flip-card .flip-card-front {
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    }
  .services-box:hover .flip-card-front{
	opacity:0; visibility: hidden;
}
.industrial-security{
    background-image: url(../images/industrial-security.png);
}
.infrastructure-security{
    background-image: url(../images/infrastructure-security.png);
}
.security-consulting{
    background-image: url(../images/security-consulting.png);
}
.asset-protection{
    background-image: url(../images/asset-protection.png);
}
.integrated-security{
    background-image: url(../images/integrated-security.png);
}
.electronic-security{
    background-image: url(../images/electronic-security.png);
}
.response-team{
    background-image: url(../images/response-team.png);
}
.event-security{
    background-image: url(../images/event-security.png);
}
  .flip-card-front {
    z-index: 2;
    padding: 20px;
  }
  .mob-show{
      position: relative;
  }
  .services-box img:last-child{
    position: absolute;
    left:20px;
    bottom: 20px;
    margin: 0px;
    }
  .flip-card-back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 1;
    padding: 20px;
  }
  .paragraph{
    font-size: 16px !important;
    letter-spacing: .32px !important;
    color: #fff !important;
    margin-bottom: 0px;
    font-weight: 400 !important;
	text-align: justify;
  }
  .flip-card-back p{
      color: #F7D907;
  }
.services-home{
    margin-top: -115px;
    z-index: 1;
    position: relative;
}
.services-box{
    height: 230px;
    cursor: pointer;
}
.services-box p{
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: .4px;
    width: 100%;
    margin-bottom: 20px;
}
.mob-show{
    display: none;
}
.services-box img{
    display: block;
    margin-top: 26px;
}
.about-home{
    height: 100%;
    width: 100%;
    padding: 100px 0;
    background-size: cover;
    background-position:top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/about-page.jpg);
}
.about-text h1{
    font-size: 40px;
    line-height: 22px;
    letter-spacing: 1.6px;
    color: #F7D907;
    font-weight: 400;
    text-align: center;
	margin-bottom: 45px;
}
.about-text h3{
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 1.04px;
    color: #fff;
    width: 50%;
    margin: 30px auto;
    font-weight: 300;
    text-align: center;
}
.about-text p{
    font-size: 17px;
    line-height: 26px;
    letter-spacing: .68px;
    color: #fff;
    font-weight: 400;
    width: 85%;
    margin: 0 auto;
    text-align: justify;
}
.about-counter{
    margin-top: 40px;
}
.cus-inner-counter{
    float: right;
}
.inner-counter {
    display: -webkit-box;
}
.coun-img{
    display: inline-block;
    float: left;
}
.show-counter h2, .show-counter span{
    font-size: 60px;
    color: #fff;
    margin-bottom: 0;
    line-height: 46px;
}
.show-counter {
    display: flex;
    flex-direction: row;
    align-content: space-around;
    justify-content: center;
}
.coun-counting{
    margin-left: 15px;
}
.inner-counter p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 30px;
    width: 100%;
    text-align: center;
}
.btn-box{
    display: flex;
    padding: 42px 0px 0 0;
    justify-content: center;
}
.cont-form .submit-btn, .btn-box a,.why-content a{
    position: relative;
    border: 2px solid transparent;
    padding: 16px 30px;
    font-size: 16px;
    letter-spacing: 0.64px;
}
.more-btn{
  color: #fff;
  font-weight: 700;
}
.why-content a.more-btn::before{
    border: 2px solid #18191B;
}
.why-content a.more-btn::after{
    background-color: #F7D907;
}
.view::before{
    border: 2px solid #F7D907 !important;
}
.view{
    color: #F7D907 !important;
}
.view:hover{
    color: #fff !important;
}
.view::after{
    border: 2px solid #fff !important;
}
.more-btn:hover{
    background-color: transparent;
    box-shadow: none;
    color: #F7D907;
    text-decoration: none;
}
.more-btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    transition: opacity 0.3s, border 0.3s;
}
.more-btn:hover::before{
    opacity: 0;
}
.more-btn::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 2px solid #F7D907;
    opacity: 0;
    z-index: -1;
    transform: scaleX(1.1) scaleY(1.3);
    transition: transform 0.3s, opacity 0.3s;
}   
.more-btn:hover::after{
    opacity: 1;
    transform: scaleX(1) scaleY(1);
}
.why-section{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f4f6f9;
    padding-top: 120px;
}
.why-img {
    display: block;
    text-align: right;
    padding-right: 90px;
}
.why-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
	text-align: justify;
}
.right-section {
	text-align: justify;
}
.why-content h2{
    font-size: 45px;
    letter-spacing: 1.8px;
    line-height: 22px;
}
.why-content h3{
    font-size: 24px;
    letter-spacing: .96px;
    line-height: 30px;
    width: 75%;
    margin: 27px 0px;
}
.why-content p{
    font-size: 20px;
    letter-spacing: .8px;
    line-height: 44px;
    position: relative;
    margin-bottom: 0px;
    padding-left: 37px;
}
.why-content p::before{
    position: absolute;
    position: absolute;
    content: url(../images/badge.svg);
    top: 20%;
    left: 0;
}
.why-content .more-btn{
    margin-top: 42px;
    color: #18191B;
    width: fit-content;
}
.testimonial-box {
    padding: 95px 55px;
    background-color: #F7D907;
    position: relative;
    z-index: 99;
}
.custom-item{
    background-color: #fff;
    padding: 50px 45px;
    position: relative; min-height: 690px;
    box-shadow: 0px 0px 15px #00000017;
}
.custom-item p{
    font-size: 16px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 30px;
    letter-spacing: .64px;
}
.custom-item h3{
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #18191B;
    letter-spacing: .64px;
}
.custom-item h5{
    font-size:18px;
    line-height: 22px;
    font-weight: 400;
    color: #AAAAAA;
    letter-spacing: .64px;
}
.owl-carousel .custom-item img {
    width: auto !important;
    position: absolute;
    right:45px;
    bottom: 60px;
}
.testimonial-box .item {
    position: relative;
}
  .testimonial-box .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 43%;
    opacity: 1;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    background-image: url(../images/Next.svg) !important;
    border-radius: 0;
  }
  .testimonial-box .owl-nav .owl-prev span {
    display: none;
  }
  .testimonial-box .owl-nav .owl-prev:hover {
    outline: 0;
    box-shadow: none;
  }
  .testimonial-box .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 43%;
    opacity: 1;
    background-image: url(../images/prev.svg) !important;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
  .testimonial-box .owl-nav .owl-next span {
    display: none;
  }
  .test-title{
      height: 100%;
      width: 100%;
  }
.test-title h2{
      font-size: 45px;
      line-height: 45px;
      color: #000000;
      width: 88%;
      margin-bottom: 0px;
      letter-spacing: 1.8px;
}
.test-title p{
    font-size: 20px;
    line-height: 45px;
    color: #000000;
    letter-spacing: .8px;
}
.inner-test{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 85%;
}
.client{
    height: 100%;
    width: 100%;
    padding:95px 0px 45px 0px;
}
.client h2{
    font-size: 45px;
      line-height: 45px;
      color: #000000;
      text-align: center;
      display: block;
      width: 100%;
      margin-bottom: 0px;
      letter-spacing: 1.8px;
}
.customer-logos{
    margin-top:0px;
}
  .slick-slide {
      margin: 0px 20px;
  }
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      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;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [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;
  }
.event{
    padding:95px 0px;
    height: 100%;
    width: 100%;
    background-color: #18191B;
}
.title-event{
    color: #F7D907;
    font-size: 45px;
      line-height: 45px;
      text-align: center;
      display: block;
      width: 100%;
      margin-bottom: 45px;
      letter-spacing: 1.8px;
}
.blog-img img{
    width: 100%;
}
.blog-content {
    border: 1px solid #FCFCFC3B;
    border-top: none;
    color: #fff;
    padding: 22px 40px;
}
.blog-content h3{
    font-size: 20px;
    color: #F7D907;
    letter-spacing: .8px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 3px;
}

.blog-content p{
    font-size: 18px;
    letter-spacing: .72px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 0px;
}
footer{
    padding: 74px 0px;
}
.footer-menu p a, .abut-footer p{
    font-size: 18px;
    letter-spacing: .72px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0px;
    font-weight: 700;
}
.abut-footer p.small {
    line-height: 22px;
    padding: 0 0 10px;
    float: left;
    width: 100%;
}
.abut-footer p.small a {
    font-size: 15px !important;
    letter-spacing: .3px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    float: left;
    width: 100%;
}
.add-row .abut-footer a{
    font-size: 15px !important;
    letter-spacing: .3px;
    line-height: 28px;
    color: #000000;
    font-weight: 400;
}
.abut-footer a:hover{
    text-decoration: none;
}
.hidden-class{
    opacity: 0;
}
.address{
    display: flex;
    align-items: flex-start;
    width: 93%;
    line-height: 20px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: .3px !important;
}
.abut-footer p span{
    padding-left: 11px;
}
.address img{
    margin-top: 8px;
}
.add-row .abut-footer p:nth-child(3){
    margin: 8px 0px;
}
.add-row .abut-footer p:last-child a{
   text-decoration: underline;
}
.bottom-footer{
    height: auto;
    width: 100%;
    text-align: center;
    background-color: #F7D907;
}
.bottom-footer p{
    margin: 0;
    width: 100%;
    padding: 13px 0;
    display: block;
    font-size: 15px;
    letter-spacing: .3px;
    text-align: center;
    color: #000000;
}
.bottom-footer p a{
    text-decoration: underline;
    color: #000000;
}
.module {
    position: relative;
    transform: translate3d(0, 100px, 0);
  }
  .module:nth-child(even) {
      margin-right: 0;
  }
  .come-in {
    /*transform: translateY(100px);*/
    transform: translate3d(0, 100px, 0);
    animation: come-in 0.8s ease forwards;
  }
  .come-in:nth-child(odd) {
    animation-duration: 0.6s;
  }
  .already-visible {
    /*transform: translateY(0);*/
    transform: translate3d(0, 0, 0);
    animation: none;
  }
  @keyframes come-in {
    to { transform: translate3d(0, 0, 0); }
  }
  /* ---------------ABOUT US PAGE------------------ */
  .insid-haeder{
      height: 380px;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
  }
  .about-us{
    background-image: url(../images/about-header.jpg);
  }
  .testimonial{
    background-image: url(../images/testimonial-header.jpg);
  }
  .sitemap{
    background-image: url(../images/sitemap-header.jpg);
  }
  .taem{
    background-image: url(../images/team-header.jpg);
  }
  .contact-us{
    background-image: url(../images/contact-header.jpg);
  }
  .feed-back{
    background-image: url(../images/feedback-header.jpg);
  }
  .career{
    background-image: url(../images/career-header.jpg);
  }
  .events-inside{
    background-image: url(../images/events-header.jpg);
  }
  .client-inside{
    background-image: url(../images/client-header.jpg);
  }
  .services-inside{
    background-image: url(../images/services-header.jpg);
  }
  .corporate-industrial-security{
    background-image: url(../images/corporate-industrial-security-header.jpg);
  }
  .industrial-infrastructure-security{
    background-image: url(../images/industrial-infrastructure-security-header.jpg);
  }
  .house-keeping{
    background-image: url(../images/house-keeping-header.jpg);
  }
  .security-consulting-risk-management{
    background-image: url(../images/security-consulting-risk-management-header.jpg);
  }
  .asset-protection-loss-prevention{
    background-image: url(../images/asset-protectio-header.jpg);
  }
  .integrated-security-services{
    background-image: url(../images/integrated-security-services-header.jpg);
  }
  .electronic-security-services{
    background-image: url(../images/electronic-security-services-header.jpg);
  }
  .fire-protection{
    background-image: url(../images/fire-protection-header.jpg);
  }
  .event-security{
    background-image: url(../images/event-security-header.jpg);
  }

  .underline{
	position: relative;
	width: 100%;
}

.team-panel { margin:30px 0;}
.team-profile img {max-width:100%; width:100%; }
.team-title { font-size: 18px; line-height: 30px; text-align:center; font-weight: 500;  background-color: #000; padding:10px; color:#fff; width:100%; margin:0 0 30px; }

.breadcrumb-item+.breadcrumb-item::before{
	content: '|' !important;
}
.underline:before{
    content: "";
    position: absolute;
    width: 5%;
    height: 1px;
    bottom: 11px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.breadcrumb-item.active {
    color: #18191B;
}
.breadcrumb-item {
	color: #18191B;
	font-size: 15px;
	background-color: transparent;
}
.breadcrumb-item a{
	color: #18191B;
    letter-spacing: 0.3px;
}
.breadcrumb {
	background-color: transparent;
	padding-top: 36px;
    margin-bottom: 0px;
}
.content-box h1{
    font-size: 45px;
    letter-spacing: .9px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}
.content-box p{
    font-size: 16px;
    letter-spacing: .64px;
    line-height: 24px;
    width:94%;
    margin: 30px auto;
    text-align: justify;
}
.content-box.cus-content-box p{
    width:100%;
}
.about-section{
    height: 100%;
    width: 100%;
    display: block;
}
.aboutus-img{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat; background-position: center; min-height:520px;
}
.workforce-image{
    background-image: url(../images/workforce.jpg);
}

.house-keeping-image{
    background-image: url(../images/house-keeping.jpg);
}

.workforce-image.workforce-profile-image{
    background-image: url(../images/workforce-profile.jpg);
}

.workforce-image.corporate-image{
    background-image: url(../images/workforce-profile.jpg);
}
.workforce-image.importance-image{
    background-image: url(../images/workforce-importance.jpg);
}
.workforce-image.workforce-profile-image{
    background-image: url(../images/workforce-profile.jpg);
}
.workforce-image.workforce-profile-image{
    background-image: url(../images/workforce-profile.jpg);
}
.workforce-image.workforce-profile-image{
    background-image: url(../images/workforce-profile.jpg);
}

.odssecurity-image.odssecurity-mission-image{
    background-image: url(../images/ods-security-mission.jpg);
}
.odssecurity-image.industrial-image{
    background-image: url(../images/ods-security-industrial.jpg);
}
.odssecurity-image.classification-image{
    background-image: url(../images/ods-security-classification.jpg);
}

.support-services-img .workforce-image { height:400px; }
.workplace-safety {background-image: url(../images/workplace-safety.jpg); background-position:center bottom;  }
.integrated-security-image {  background-image: url(../images/integrated-security-img.jpg); }
.transportation-courier-image { background-image: url(../images/transportation-courier-img.jpg); }
.warehousing-security-image { background-image: url(../images/warehousing-security-img.jpg); }
.personal-assistants-image { background-image: url(../images/personal-assistants-img.jpg); background-position: bottom; }
.reception-image { background-image: url(../images/reception-img.jpg); }
.valet-image { background-image: url(../images/valet-img.jpg); }
.banking-image { background-image: url(../images/banking-img.jpg); }
.our-goal-image { background-image: url(../images/our-goal-img.jpg); background-position: left; }
.electronic-image { background-image: url(../images/electronic-img.jpg); }
.asset-protection-image { background-image: url(../images/asset-protection-img.jpg); }
.loss-prevention-image { background-image: url(../images/loss-prevention-img.jpg); }

.aboutus-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 86%;
    max-width: 625px;
	text-align: justify;
}
.aboutus-content h2{
    font-size: 26px;
    letter-spacing: 1.04px;
    line-height: 30px;
    font-weight: 500;
    width: 78%;
	text-align: left;
}
.aboutus-content h3{
    font-size: 18px;
    letter-spacing: .72px;
    line-height: 24px;
    font-weight: 700;
    width: 100%;
    margin: 30px 0px;
}
.aboutus-content p{
    font-size: 16px;
    letter-spacing: .68px;
    line-height: 24px;
    font-weight: 400;
    width: 99%;
    padding-left: 0px;
    margin-bottom: 20px;
    position: relative;
}
/* .aboutus-content p::before{ */
    /* position: absolute; */
    /* content: ''; */
    /* height: 14px; */
    /* width: 3px; */
    /* left: 0; */
    /* top: 6px; */
    /* background-color: #F7D907; */
/* } */
.aboutus-content p:last-child{
    margin-bottom: 0px;
}
.aboutus-content.services-content p::before{
    display:none;
}
.main-services{
    height: 100%;
    width: 100%;
    padding: 75px 0px;
    background-color: #F7D907;
}
.main-title h2{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    letter-spacing: 1.04px;
    line-height: 45px;
    font-weight: 500;
    margin-bottom: 0px;
}
.main-title p{
    display: block;
    width: 75%;
    text-align: center;
    font-size: 17px;
    letter-spacing: .68px;
    line-height: 26px;
    font-weight: 400;
    margin: 30px auto;
}
.main-title ul{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}
.main-title ul li{
    list-style: none;
    display: inline-block;
    padding: 0 50px;
    text-align: center;
    border-left: 1px solid rgba(0,0, 0, .4);
}
.main-title ul li:first-child{
    border: none;
}
.main-title ul li p{
    width: 100%;
    font-size: 18px;
    letter-spacing: .72px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 12px;
    color: #000000;
}
.main-box{
    height: 100%;
    width: 100%;
    background-color: #ebeef3;
}
.site-map{
    padding:10px 0 50px 0;
}
.sitemap-menu ul{
    margin: 0;
    padding: 0;
}
.sitemap-menu ul li {
    width: 46%;
    float: left;
    list-style: none;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    padding: 10px 0;
    margin-right: 2%;
}
.sitemap-menu ul li:nth-last-child(2) { border-bottom:0;}
.sitemap-menu li a {
    color: #000;
    left: 1.5px;
    font-weight: 500;
}
.sub-menu-sitemap{
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    margin-bottom: 10px !important;
}
.sitemap-menu .sub-menu-sitemap:last-child{
    margin-bottom: 0px !important;
}
.products-list ul li {
    border-bottom: 0px;
    margin: 0 0 15px 0;
    width: 48%;
    padding: 0px 0px 0px 15px;
    border-left: 3px solid #18191B;
}
.products-list ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #18191B;
    letter-spacing: 1px;
}
.products-list p a {
    color: #000;
}
.products-list p {
    padding: 15px 0px;
    left: 1.5px;
    font-size: 18px;
    font-weight: 500;
    width: 98%;
    margin-bottom: 0px;
}
.cont-page{
    margin-top: 36px;
    background-color: #ebeef3;
}
.aboutus-content h1{
    font-size: 45px;
    letter-spacing: .9px;
    line-height: 45px;
    width: 100%;
    margin-bottom: 20px;
}
.cus-aboutus-content h1{
    font-size: 36px;
}
.aboutus-content.cont-head h1{
	border-bottom:2px solid #000;
	margin-bottom:10px;
}
.aboutus-content.cont-head h2{
	margin-bottom:20px;
}

.aboutus-content.cus-aboutus-content h2{
    width: 80%;
}
.aboutus-content.cus-aboutus-content ul li{
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 10px; 
}

.aboutus-content.cus-aboutus-content ul li::before{
    position: absolute;
    content: "";
    height: 15px;
    width: 3px;
    top: 5px;
    left: 0;
    background-color: #F7D907;
   
}
.aboutus-content.cus-aboutus-content ul.mission-list li::before { background-color: transparent; border-right: 1px solid #000; border-top: 1px solid #000; width: 7px; height: 7px; transform: rotate(45deg); top: 7px; left: 0px; }
.aboutus-content.cus-aboutus-content ul.mission-list li {padding-left:15px;}

.aboutus-content.cus-aboutus-content ul.contact-ul li::before{display:none;}
.aboutus-content ul{
    margin: 0;
    padding: 0;
}
.aboutus-content ul li{
    list-style: none;
    display: block;
    align-items: flex-start;
    width: 57%;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400 ;
    letter-spacing: .3px;
}
.aboutus-content.cus-aboutus-content .contact-ul li {
    padding-left: 0px;
    background: none;
    width: 100%;
    float: left;
}
.aboutus-content ul li img {
    margin-top: 0;
    float: left;
    margin-bottom: 20px;
}
.aboutus-content ul li span {
    padding-left: 11px;
    width: 50%;
    float: left;
}
.aboutus-content ul li a {
    color: #18191B;
}
.aboutus-content.cus-aboutus-content .contact-ul li.email a {
    text-decoration: underline;
}
.enquire-page{
    padding: 50px 0; background:#000;
}
.cont-form{
    width: 80%;
    margin: 0 auto;
}
.cont-form .form-group label{
    font-size: 18px;
	color: #fff;
    margin: 0px;
}
.form-control{
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    border-radius: 0px;
    width: 90%;
    background-color: transparent;
    background-color: transparent;
}
.enquire-page .form-control {  border-bottom: 1px solid rgba(255, 255, 255, .4); color:#fff; }
.enquire-page .cont-form .form-group label { color:#fff; }
.enquire-page  .submit-box .submit-btn { border: 2px solid #fff; color:#fff; }




.ser-l { width:95%; }


.form-control:focus{
    box-shadow: none;
    outline: 0;
    border-color: #18191B;
    background-color: transparent;
}
.cus-fr-control{
    width: 95%;
}
.enquire-page h2{
    display: block;
    text-align: center;
    padding:0 0 40px;
    margin: 0; color:#fff;
}
.contact-page {
    padding: 50px 0;
    background: #000;
}

.contact-page h2 {
    color: #fff;
}
.cont-form.enquire-page {
    padding-bottom: 0;
    padding-top: 0;
}
.contact-page h2{
    display: block;
    text-align: center;
    padding: 0px 0px 40px;
    margin: 0; 
}

.submit-btn{
    margin-top: 16px;
    color: #18191B;
    width: fit-content;
}
.submit-box{
    position: relative;
}
.submit-box .submit-btn{
    border: 2px solid #18191B;
    background-color: transparent;
    transition: all .3s;
    padding: 12px 30px;
}
.submit-box .submit-btn:hover{
    background-color: #F7D907;
    border: 2px solid #F7D907;
    color: #000;
}
.map-box{
    height: 400px;
}
.map-box iframe{
    width: 100%;
    height: 100%;
    border: none;
}
input[type="number"] {
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
  }
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
}
.cus-captcha{
    background-color: #f4f6f9;
}
.cus-captcha .content-box p {
    font-size: 24px;
    letter-spacing: .64px;
    line-height: 24px;
    width: 77%;
    font-weight: 500;
    margin: 20px auto;
    text-align: center;
}
.carousel-caption{
    display: none;
}
.carousel-item.active .carousel-caption {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fade-bottom;
    animation-delay: 0.3s;
    display: block;
}
@keyframes fade-bottom {
    0% {
      transform: translateY(150px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
.br-top{
    border-top:1px solid #f2f2f2;
}
.res-show{
    display: none;
}
.navbar-nav .dropdown-menu{
    margin: 0;
    padding: 0;
}
.cuscontent{
    padding: 50px 0 50px 30px;
}
.contentcus{ padding: 50px 30px 50px 0; } 
section.services-page { background-color: #f8f8f8; padding: 50px 0; }
.megamenu-li { position: static; }
.megamenu { position: absolute; width: 100%; left: 0; right: 0; padding: 25px 25px 5px !important;  background: #18191B !important; margin-top: -30px !important; }
.dropdown-item:focus, .dropdown-item:hover { color: #F7D907; text-decoration: none; background-color:transparent; }
.dropdown-menu h6 { color:#fff; text-transform:capitalize;   }
.megamenu .dropdown-item { overflow-wrap: break-word; white-space: normal;text-align:center }
.dropdown-item:hover h6 { color:#F7D907; }
.menu-box { border-right: 1px solid rgba(108, 108, 108, 1); margin:0 0 20px; }
.dropdown-menu .menu-box:nth-child(4), .dropdown-menu .menu-box:nth-child(8) { border-right:0;  }

/* Model */
.modal-dialog { max-width: 800px; margin: 4.75rem auto; }
.modal-content { border-radius: 0; }
.modal-body { position: relative; color: #000; font-size: 16px; border:0; line-height: 1.6em; margin-bottom: 0px; padding:25px; }
.modal-content .close { position: absolute; top: -19px; right: 15px; text-align: center; font-size: 25px; cursor: pointer; background:#F7D907; color: #fff; padding: 5px 15px; opacity: 1; z-index:9; }
.modal-title { font-size: 20px; color: #F7D907; font-weight: 500; line-height: 25px;  padding:0 10px; }
.blog-box a { text-decoration:none; }
.modal-header { padding:0; border-bottom: 0; }
#carouselExampleIndicators .carousel-control-next-icon, #carouselExampleIndicators .carousel-control-prev-icon { width: 30px; height: 30px; }

/* Client Filter */
.filters { width: 100%; text-align: center; padding:85px 0 40px 0; padding-top: 85px; }
.filters ul { list-style: none; padding: 0 0 20px 0; }
.filters ul h4 { color: grey; font-size: 24px; font-weight: 400; }
.filters li { display: inline-block; padding: 10px 25px; font-size: 14px; color: #000; font-weight: 400; cursor: pointer; text-transform: uppercase;  border: 1px solid #f6d909; border-radius: 5px; margin:0 0 10px; }
.filters li.active { color: #000; border-radius: 5px; background-color: #f6d909; }
.content { width: 100%; margin: 0 auto; padding: 0px; text-align: center; }
.single-content.grid-item { border: 1px solid #edede2 !important; width: 24%; margin: 5px 0.5% !important; }
.logo-img { float: left; width: 100%; min-height: 150px; display: flex; justify-content: center; align-self: center; align-content: center; align-items: center; }
.single-content .logo-name { height: 100%; border-top: 1px solid #edede2 !important; margin-bottom: 0; padding: 10px; float: left; width: 100%; text-align: left; }
.single-content img { height: auto; max-width: 100%; width: auto; max-height: 150px; }
.p1:hover, .p2:hover { opacity: .3; cursor: pointer; }

.testi-box { padding:25px; border: 1px solid #edede2; margin:0 0 40px; text-align:center; }
.testi-box p { margin: 0px auto 20px 0;text-align: justify; }
.testi-box h3 { font-size: 20px; line-height: 22px; font-weight: 700; color: #18191B; letter-spacing: .64px; text-align: left; } 
.testi-box h5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #AAAAAA;
    letter-spacing: .64px;
    text-align: left;
} 

.carousel-caption.caption1 h5, .carousel-caption.caption3 h5 { font-size: 30px; line-height: 30px; } 
.carousel-caption.caption1 { top: 300px; } 
.carousel-caption.caption4 { top: 300px; } 
.carousel-caption.caption2 { top: 300px; } 
.carousel-caption.caption3 { right: 0; margin: 0; left: 10%; text-align: left; }
.abut-footer.footer-menu p:first-child { margin-bottom: 2px; } 
.top-border { border-top:1px solid #f2f2f2; } 
section.main-services p {
    margin-bottom: 0;
    margin-top: 0px;
}
section.event.inside {
    padding-bottom: 50px;
}
.sitemap-menu {
    padding: 0 15px;
    width: 100%;
    float: left;
}

.filter-button-group {
    margin-top: 30px;
}

a.more-btn2 {
    position: absolute;
    border: 2px solid #18191b;
    padding: 16px 23px;
    font-size: 16px;
    letter-spacing: .64px;
    float: left;
    width: 142px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    bottom:0;
    transition: all .3s;
}

a.more-btn2:hover {
    background-color: #000000;
    border: 2px solid #000000;
    color: #fff;
    text-decoration: none;
}


.hks{
    margin: 0px;
    padding: 0px;

}

.hks h3{
    margin: 0px;
    padding: 0px;
    
}