/*
Theme Name: Gujarat Security Services.
Author: Laxraj Infotech
Author URL: https://laxraj.com/
Version: 1.0.0
*/

/*Google Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@600;700&display=swap');

/*@font-face {
  font-family: title !important;
  src: url('../fonts/ZURCHBC_0.ttf');
}
@font-face {
  font-family: content !important;
  src: url('../fonts/GOTHIC_0.ttf');
}*/

body{
   /*  font-family: content;
	font-family: 'Nanum Gothic', sans-serif !important; */
	font-family: 'Roboto', sans-serif;
	line-height: 1.8;
	font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Playfair Display', serif;
}
.logo{
    height: 70px;
}
.color-theme,a{
    color: #27b0e5
}
body p{
        color: #777777;
    font-size: 15px;
}
header a{
    color:#555;
    font-weight: 600;
    font-size: 1rem;
}
.bg-gray {
    background-color: #f8f8f8;
}
.btn {
    border: 1px solid #1cade4;
    line-height: 24px;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    background: #1cade4;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 14px 20px rgba(19, 43, 51, 0.09019607843137255);
}
button.clnService-next.slick-arrow {
    right: 0px;
    left: auto;
}
.btn.btn-circle {
    border-radius: 50px;
}
.header-top ul a:focus{
	color: #1cade4!important;
    text-decoration: none;
    transition: 0.5s;
} 
.header-top ul a:hover {
    color: #1cade4;
    text-decoration: none;
    transition: 0.5s;
}
.top-right .text-custom-white{
	color: #ffffff;
}

/*}*/
.banner img{
    //height: calc(100vh - 86px);
    height: calc(80vh - 86px);
    object-fit:cover;
}
.banner p{
    color: #fff !important
}
.count-text {
    color: #ece9e9;
    margin-bottom: 0;
}
.carousel-item:before{
    content:'';
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left:0;
    right: 0;
    top: 0 ;
    bottom: 0;
}
.copyright{
    background-color:#e8e8e8;
    color:#000;
    padding:12px 0;
    font-size: 14px;
    text-align: center;
}
.carousel-caption {
      left: 11%;
    right: auto;
    top: 40%;
    text-align: left;
   
}
.carousel-caption p{
    margin-top: 30px;
    font-size: 20px;
}
.carousel-caption > * {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeOutUp;
}
.carousel-caption h5{
   font-weight: 500;
        font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
    color: #6bd6ff;
  font-family: 'Nanum Gothic', sans-serif;
}
.carousel-caption h1{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    margin-bottom: 0;
}
.carousel-caption > * {
    animation-name: fadeInUp;
}
.section-padding{
    padding:100px 0;
}
.content h4{
    margin-top: 20px;
}

.service img{
    height:200px;
    object-fit: cover;
    width: 100%;
}
.service{
    background-color: #fff;
}
.service .content a{
    font-size: 14px;
    color:#555;
    font-weight: bold;
}
.service .content a:hover{
    color: #1cade4
}
.service .content{
    padding:20px;
}
.service .content h4{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
}
/*hero content*/

/*--
    03. Hero
-----------------------------------------*/
.hero-section {
  position: relative;
}

/*-- Hero Slider --*/
.hero-slider-one {
  /*-- Arrow --*/
  /*-- Dots --*/
}
.hero-slider-one .slick-arrow {
  display: none !important;
}
.hero-slider-one .slick-dots {
  display: none !important;
}

/*-- Hero Content --*/
@media only screen and (max-width: 767px) {
  .hero-content {
    order: 2;
    margin-top: 0px;
  }
}
.hero-content > * {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutUp;
}
.hero-content h5 {
  color: #f9b809;
}
.hero-content h1 {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content h1 {
    font-size: 46px;
  }
  .mb-md-40 {
		margin-bottom: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content h1 {
    font-size: 46px;
  }
  .security-section .content-column .content{
    padding-top:30px !important;
    padding-bottom: 30px
  }
}
@media(max-width:991.98px){
    .image-box{
        display: none
    }
}
@media only screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .hero-content h1 br {
    display: none;
  }
}
.hero-content p {
  max-width: 570px;
  color: #ffffff;
}
.hero-content a {
  height: 48px;
  line-height: 26px;
  padding: 10px 40px;
  border: 1px solid #f9b809;
  background-color: #f9b809;
  color: #ffffff;
  border-radius: 50px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
}
.hero-content a:hover {
  background-color: #1d2736;
  border-color: #1d2736;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .hero-content a {
    margin-top: 10px;
    padding: 8px 25px;
    line-height: 22px;
    height: 40px;
  }
}

.nav-link{
        font-family: 'Titillium Web', sans-serif !important;
}
/*hero content end*/
/**/
.slider {
  max-width: 1000px;
  margin: 0 auto;
}
.slick-slide {
  margin: 0 5px;
}
.slick-list {
  margin: 0px -5px 0px -5px;
}
button.slick-next, button.slick-next:hover {
  position: absolute;
      background: transparent;
    border: transparent;
  top: 41%;
  right: 54px;
  width: 47px;
  height: 75px;
  background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
  background-size: 95px;
}
button.slick-prev, button.slick-prev:hover {
     background: transparent;
    border: transparent;
  position: absolute;
  top: 41%;
  left: 15px;
  z-index: 1;
  width: 47px;
  height: 75px;
  background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
  background-size: 95px;
      background-position-x: right;
}
.section-title{
    margin-bottom: 25px;
}
.section-title h2 {
    font-weight: 700;
    margin: -5px 0 0 0;
    position: relative;
    padding-bottom: 12px;
        font-size: 2.5rem;
}
.why-us-section .content-column {
    position: relative;
    padding-right: 100px;
}
.wants-wrapper h2{
    font-size: 2rem;
    margin-bottom: 0;
}
.sec-title-three {
    position: relative;
    margin-bottom: 42px;
    text-align: left;
}
.sec-title-three h2 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #222222;
    line-height: 1.4em;
    text-transform: uppercase;
   
}
.sec-title-three .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 1.8em;
}
.cln-service-activation button {
    position: absolute;
    top:52%;
    left: 0px;
    color: #f4f4f4;
    border: 0 none;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #000000;
    transform: translateY(-50%);
    z-index: 2;
    border-radius: 100%;
    transition: 0.4s ease-in-out;
   /* opacity: 0;*/
    /*visibility: hidden;*/
}
.cln-service-activation button:hover{
    outline: none;
    box-shadow: none;
    cursor:pointer;
}

/* About us Start */
.aboutus-3 {
    padding-bottom: 40px;
    //padding-top: 0px;
}
.section-header.left-heading {
    text-align: left;
    margin-left: 0;
}
.section-header {
    //max-width: 550px;
    max-width: 650px;
    margin: 0 auto;
        margin-left: auto;
    padding-bottom: 30px;
    position: relative;
    z-index: 10;
    text-align: center;
}
.section-header .section-heading {
    position: relative;
}
.section-header .section-heading .sub-heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.text-red {
    color: #1cade4;
}
.mb-xl-10 {
    margin-bottom: 10px;
}
.section-header .section-heading .sub-heading > span::after, .section-header .section-heading .sub-heading > span::before, .section-header .section-heading .sub-heading::after, .section-header .section-heading .sub-heading::before {
    content: '\\';
}
.section-header .section-heading .sub-heading > span::before {
    margin-right: 10px;
}
.section-header .section-heading .sub-heading > span::after {
    margin-left: 10px;
}
.section-header .section-heading .title {
    font-size: 50px;
}
.fw-700 {
    font-weight: 700;
}
.text-red {
    color: #1cade4;
}
.section-header .section-heading .desc {
    font-size: 16px;
    //max-width: 450px;
}
.fw-400 {
    font-weight: 400;
}
.theme-btn.btn-orange {
    color: #fff;
    background-color: #1cade4;
}
.theme-btn.btn-red {
    color: #fff;
    background-color: #1cade4;
}
.theme-btn.btn-red:hover {
    background-color: #1581aa;
    color: #fff;
	text-decoration:none;
}
.theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    color: #fff;
    transition: 0.5s all;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
}
.theme-btn i {
    margin-left: 15px;
}
.theme-btn.btn-orange:hover {
    background-color: #14212b;
    color: #fff;
	text-decoration: none;
}
.theme-btn.btn-white {
    color: #14212b;
    background-color: #ffffff;
}
.theme-btn.btn-white:hover {
    background-color: #14212b;
    color: #fff;
	text-decoration: none;
}
.p-relative {
    position: relative;
}
.aboutus-3 .right-side img {
    padding: 100px;
        padding-right: 100px;
    padding-right: 0;
}
.image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.aboutus-3 .right-side .about-counter {
    width: 180px;
    height: 180px;
    background: #1cade4;
    border: 15px solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.aboutus-3 .right-side .about-counter .count {
    font-size: 50px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
}
.text-custom-white {
    color: #ffffff;
}
.text-custom-white {
    color: #ffffff;
}
.no-margin {
    margin: 0;
}
.fs-12 {
    font-size: 12px;
}
/* About us End */

/* Service Start */
.bg-light-white {
    background-color: #f3f5f7;
}
.section-padding-top {
    padding-top: 120px;
}
.text-orange {
    color: #1cade4;
}
.service-slider.style-2 {
    margin-top: 0;
    margin-bottom: -125px;
}
.service-slider {
    margin-top: -170px;
    margin-bottom: 40px;
    position: relative;
}
.service-slider.style-2 .service-block-3 {
    margin-bottom: 5px;
}
.service-block-3 {
    background-color: #fff;
    box-shadow: 0px 1px 10px 0px #00000017;
}
.animate-img {
    position: relative;
    overflow: hidden;
}
.slick-slide img {
    display: block;
}
.image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.animate-img:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
.service-block-3 .service-caption {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fw-600 {
    font-weight: 600;
}
.block-btn {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #f3f5f7;
    font-size: 16px;
	color:#14212b;
}
.block-btn:hover {
    background-color: #1cade4;
    color: #fff;
	text-decoration: none;
}
.left-side {
    flex: 1;
}
.service-caption a {
    color: #14212b;
}
.service-caption h4 a:hover {
    color: #27b0e5;
    text-decoration: none;
}
/* ankit Service End */

/* Funfact Start */
.progress-bar-sec {
    //padding-top: 240px;
    padding-top: 160px;
    //padding-top: 70px;
    padding-bottom: 70px;
}
.counter-sec-2 .section-header {
    max-width: 600px;
}
.lb-big-text {
    font-family: 'Playfair Display', serif;
    font-size: 280px;
    line-height: 1;
    position: absolute;
    top: 115px;
    color: #f4f8fb;
    font-weight: 700;
    text-align: center;
    margin: 0;
    left: 0;
    right: 0;
}
.text-white {
    color: #fff !important;
}
.text-custom-white.contact-no:hover {
    color: #1CADE4;
}
.counter-sec-2 .counter-box {
    background: #fff;
    box-shadow: 0px 5px 10px 0px #13202b1f;
    padding: 40px;
    margin-bottom: -70px;
    border-radius: 2px;
}
.counter-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter-with-icon .icon {
    margin-right: 15px;
    font-size: 50px;
    line-height: 1;
}
.counter-with-icon .icon {
    font-size: 50px;
    line-height: 1;
}
[class^="flaticon-"]::before, [class*=" flaticon-"]::before {
    font-size: inherit;
    margin: 0;
}
.counter-with-icon .counter-text .count {
    font-weight: 700;
    font-size: 40px;
    line-height: 0.5;
    display: inline-block;
    font-family: 'Playfair Display', serif;
}
.counter-with-icon .counter-text .count + span {
    font-size: 22px;
    position: relative;
    top: -10px;
    left: 2px;
}
/* Funfact End */

/* Get Quote Start */
.quote-sec .quote-box {
    padding: 80px;
    position: relative;
}
.bg-dark-blue {
    background-color: #14212b;
}
.section-header.left-heading {
    text-align: left;
    margin-left: 0;
}
.quote-sec .quote-box .section-header .section-heading .title {
    font-size: 44px;
    margin-bottom: 0;
}
.quote-sec .quote-box .contact-no {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 30px;
}
.quote-sec .quote-box .contact-no i {
    margin-right: 8px;
}
.quote-sec .quote-box::after {
    content: '';
    background: #1cade4;
    display: block;
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: -1;
}
/* Get Quote End */









.service-block-two.style-two {
    margin-bottom: 45px;
}
.service-block-two .inner-box {
    position: relative;
    padding-left: 90px;
    text-align: left;
}
.service-block-two .inner-box h3 a {
    position: relative;
    top: -6px;
    color: #222222;
    font-size: 17px;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-block-two .inner-box .text {
    font-size: 14px;
    color: #777777;
    }
.service-block-two .inner-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    font-size: 26px;
    line-height: 56px;
    text-align: center;
    border: 2px solid #27b0e5;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-2.cleaning-service:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.service-block-two .inner-box h3 {
    position: relative;
    line-height: 1em;
    margin-bottom: 5px;
}
.service-block-two .inner-box h3 a {
    position: relative;
    top: -6px;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}


.wantToWork-area {
    background: #f8fcff;
    
}
.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

/*consultation section*/
.security-form {
    position: relative;
    padding: 50px 50px 25px;
    background-color: #16233e;
       
}
.security-form h2 {
    position: relative;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 28px;
  
}

.security-section .content-column {
    padding-left: 40px;
}
.security-section .content-column .content {
    position: relative;
    padding-top: 125px;
}
.security-section .content-column .image-box {
    position: absolute;
    right: 0px;
    bottom: 0;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 24px;
}
.security-section .content-column .content h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
   color: #fff;
    text-transform: uppercase;
}
.security-section .content-column .content .number {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-top: 40px;
    text-transform: uppercase;
   
}
.counter {
    margin-bottom: 30px;
    background: #1cade4;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 30px;
   
   
}
.security-section .content-column .content .call-free {
    position: relative;
    font-size: 18px;
    font-weight: 700;
  color: #fff;
    margin-top: 46px;
    text-transform: uppercase;
}

/**/

footer{
    padding: 80px 0;
    background-color: #1e2124;
    color: #000;
    font-size: 14px
}
.footer-box {
    text-align: center;
}
footer p{
     color: #000 !important;
}
.btn-brouchure{
    border:2px solid #1cade4;
    background:transparent;
    color:  #1cade4
}
.btn{
    height: 48px;
    font-weight: 500;
    font-family: 'Titillium Web', sans-serif;
}
.btn-brouchure:hover{
    color: #fff;
    border-color: #1d2736;
}
.btn-primary{
   
   
    }
    .btn:hover::before {
    height: 800%;
    opacity: 1;
}

.btn::before {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 100%;
    background-color: #1d2736;
    transition: all 0.5s ease 0s;
    content: "";
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    opacity: 0;
    z-index: -1;
}

.btn:hover{
    transition: .5s
}
.section-title h2::before {
    position: absolute;
    content: '';
    background: #1cade4;
    height: 2px;
    width: 120px;
    left: 50%;
    bottom: 1px;
    transform: translate(-50%, 0%);
}
.section-title h2::after {
    position: absolute;
    content: '';
    background: #333;
    height: 4px;
    width: 20px;
    left: 50%;
    bottom: 0;
    margin-top: 1px;
    transform: translate(-50%, 0%);
}
.security-form .section-title h2::after{
      background: #fff;
}
.footer-widget a{
    color: #000;
}
footer .list li a{
    position: relative;
}
footer li a:hover{
    color: #1cade4 !important;
	padding-left: 25px !important;
}
.list li:last-child,footer p{
    margin-bottom: 0
}
footer ul.contact li i {
    font-size: 20px;
    width: 24px;
    text-align: center;
    padding-right: 16px;
    padding-top: 7px;
}
.default-form .form-group .group-inner input, .default-form .form-group .group-inner select {
    height: 46px;
    width: 100%;
    padding: 8px 16px;
    background-color: #ffffff;
        border: 0;
            color: #6d6d6d;
}
.default-form .form-group .group-inner label {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 20px;
    color: #ffd105;
}
.default-form .form-group .group-inner textarea {
    width: 100%;
    height: 80px;
    padding: 8px 16px;
    resize: none;
}
.default-form .form-group .group-inner{
    font-size: 14px;
}
footer .footer-widget li a {
    position: relative;
    display: inline-block;
    line-height: 24px;
	//padding: 2px 0px 2px 20px;
    padding: 2px 0px 2px 0px;
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
footer a{
     -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
footer .footer-widget a:hover::before {
    width: 15px;
}
footer .footer-widget li a:before {
    /*content: '\f101';
    position: absolute;
    left: 0px;
    top: 6px;
    line-height: 15px;
    font-size: 16px;
    font-family: 'FontAwesome';
	*/
	content: '';
	width: 0px;
	height: 2px;
	top: 13px;
	background-color: #1cade4;
	transition: 0.3s all;
	position: absolute;
	left: 0;
	//width: 15px;
}
.widget-content li{
margin-bottom: 10px;
}
footer ul.connect li i {
    width: 20px;
    text-align: center;
    padding-right: 12px;
}
.footer-widget h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
    text-transform: capitalize;
}
ul{
    padding-left: 0
}
ul li{
    list-style: none;
    margin-left: 0;
}
.main-footer .links-widget .list li {
    margin-bottom: 5px;
}
#ajaxLoader{
	border-radius:50%;
	box-shadow:0 0 10px -4px #333;
	display:inline-block;
	margin:6px -42px 0 10px;
	overflow:hidden;
	padding:3px;
	vertical-align:top;
	visibility:hidden}
#result{
	border:2px solid;
	line-height:140%;
	margin:15px 0 0;
	padding:5px 15px;
	text-align:center
	}


.main-footer .links-widget .list li a:before {
    content: '\f101';
    position: absolute;
    left: 0px;
    top: 6px;
    line-height: 15px;
    font-size: 16px;
    font-family: 'FontAwesome';
}
.main-footer .links-widget .list li a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 2px 0px 2px 20px;
    color: #ebebeb;
    font-size: 14px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
/*
.nav-item a::before{
	color: #000;
    text-shadow: 10px 0 #1cade4, -10px 0 #1cade4;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #1cade4;
	content: '•';
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}
*/
/*
.navbar-nav li .nav-link:hover::before{
	color: #000;
    text-shadow: 10px 0 #1cade4, -10px 0 #1cade4;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #1cade4;
	content: '•';
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}
*/

/*
.nav-link:hover::before{
	color: #000;
    text-shadow: 10px 0 #1cade4, -10px 0 #1cade4;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #1cade4;
	content: '•';
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}
*/
.navbar-nav li a {
  position: relative;
  display: block;
  text-decoration: none;
  //font-family: "Lato";
  //font-size: 2rem;;
  color: #272526;
  text-transform: uppercase;
  //padding: 4px 0;
  transition: 0.5s;
}
.nav-item.active {
    border-bottom: 3px solid #1cade4;
}
.navbar-nav li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
  background: #1cade4;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
.navbar-nav li a:hover {
  color: #1cade4;
}
.navbar-nav li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}



.nav-link:hover,.nav-item.active .nav-link{
    transition: .3s;
    color: #1cade4
}
.nav-item:last-child,.nav-item:last-child .nav-link{
    padding-right: 0;
    margin-right: 0
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    opacity:.4;
      width:40px;
    height: 40px;
}
.carousel-control-next, .carousel-control-prev{
    width:11%;

}

@media only screen and (max-width: 1599px) and (min-width: 1200px){

header ul li {
    margin: 0 15px;
}

header ul > li > a {
    display: block;
    color: #333;
    padding: 35px 0;
   
}

}
.fact-counter .inner-column {
    position: relative;
    z-index: 5;
    width: 50%;
    float: left;
    padding: 33px 0px 40px;
    text-align: center;
   
    background-color: rgba(28, 173, 228, 0.66);
}
.fact-counter .count-outer .count-text {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 35px;
}
.fact-counter .inner-column .counter-title {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
.fact-counter .inner-column.light-bg {
     background-color: #1cade4;
}
.fact-counter .inner-column .inner {
    position: relative;
    text-align: center;
}
.fact-counter {
    position: relative;
    max-width: 340px;
    margin: 0 auto;
    padding: 80px 0px;
}
.inner-box:hover .icon-box{
    background-color: #1cade4;
     transition: .3s;
}
.inner-box:hover h3 a{
    color: #1cade4 !important;
    text-decoration: none;
    transition: .3s;
}
.navbar-toggler.cross .top-bar {
    transform: rotate(45deg);
    transform-origin: 0;
}
.navbar-toggler-icon{
    display: block;
        background: #1cade4;
        height: 3px;
        width: 25px;
        margin-bottom: 5px;
}
.navbar-toggler.cross .bottom-bar {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    -moz-transform-origin: 10% 90%;
    -webkit-transform-origin: 10% 90%;
    -o-transform-origin: 10% 90%;
}
.navbar-toggler.cross span {

}
.navbar-toggler.cross span {
    transition: all .2s;
}
.navbar-toggler.cross .middle-bar {
    opacity: 0;
}
.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
}
.agency-benefits{
    animation-name: fadeInUp;
}
.wantToWork-area{
    background-image: url('../images/br-bg.jpg');
    background-size: cover;
    color: #fff;
}
.header-top {
    position: relative;
    background-color: #000;
    padding: 6px 0px;
    color: #fff;
}
.header-top ul li{
    color: #1cade4;
    margin-left: 5px;
}
.service:focus,.service img:focus{
box-shadow: none;
outline: none
}
.service {

}
.header-top ul{
    margin-bottom: 0;
}
.header-top ul a{
    color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
}
.header-top  li{
padding: 0 10px;
}
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
    overflow: hidden;
}
.security-section{
     position: relative;
    padding-top: 80px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
     background-image: url(../images/3.jpg);
    
}
.security-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(23,39,69,0.97);
}
.title-2 h2::before {
    position: absolute;
    content: '';
    background: #1cade4;
    height: 2px;
    width: 120px;
    left: 0%;
    bottom: 0;
    transform: translate(0%, 0%);
}
.title-2 h2::after {
    position: absolute;
    content: '';
    background: #333;
    height: 2px;
    width: 60px;
    left: 0%;
    bottom: 0;
    transform: translate(0%, 0%);
}
.agency-benefits .section-title h2 {
    padding-bottom: 20px;
}
.slick-initialized .slick-slide{
    outline: none;
    box-shadow: none
}
button:focus,a:focus{
    outline:none;
    box-shadow: none
}
 .cln-service-activation button:hover{
        background-color: #1cade4
    }
@media(max-width:767.98px){
.security-section .content-column .image-box{
        opacity: .4;
}
.security-form{
    background-color: transparent;
    z-index: 1;
	padding: 10px 10px 0px;
}
.service img{
    height: 250px;
}
      #navbarNav.show {
    -webkit-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.navbar-nav .nav-link{

    padding: .5rem 1rem;
}

#navbarNav {
    background:#ffffff;
    min-height: 100vh!important;
    position: fixed;
    top: 100px;
    right:0px;
    left: 0;
    bottom: 0;
    z-index: 99999;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(100%) translateY(0);
    -ms-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0);
    overflow-y: auto;
}

    .carousel-caption h1{
            font-size: 34px;
    }
    .logo{
    height: 45px;
}
    .carousel-caption p{
        font-size: 15px;
    }
    header{
        padding:0 0 10px 0
    }
    .navbar-nav{
        margin-top: 20px;
    }
    .navbar-toggler,.navbar{
    padding:0;
}
    .count-title{
    margin-top:20px;
}
    .section-title h2{
        font-size: 1.7rem
    }
    .content {
        margin-bottom: 40px
    }
    .cln-service-activation button{
        top:52%;
        transition: 1s ease;
    }
   
    .banner img {
    height: 200px;
    object-fit: cover;
}
    .security-section .content-column .content {
    position: relative;
    padding-top: 30px;
}

.footer-widget{
    margin-bottom: 50px;
}
   .wantToWork-area .section-title h2 {
    font-size: 1.4rem;
}
    .section-padding {
    padding: 60px 0;
}
.why-us-section .content-column{
    padding-left: 15px;
    padding-right: 15px;
}
}

.set_right{width:90%;float: right;}
.team_member a{display:block; text-decoration:none;}
.team_member img{transition-duration:0.5s;}
.team_member a:hover h3{color:#1cade4;}
.team_member a:hover img{transform:scale(0.9);}
.team_member h3{color:#000;font-size:26px;font-weight:800;text-transform:capitalize;transition:0.5s;transition-duration:0.5s;}
.team_member h5{color:#253237;font-size:16px;text-transform:capitalize;}

.gss-icons:nth-child(6n+1) {border-left: 0; }
.gss-icons:nth-child(-n+6) {border-top: 0; border-bottom: 0; }
.gss-reveal-effect {-webkit-transition-duration: 1.2s; transition-duration: 1.2s; -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
.gss-reveal-effect {-webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; }
.gss-reveal-effect {position: relative; }
.gss-icons {position: relative; width: 16.65%; float: left; border: 1px solid #eee; border-right: 0; box-sizing: border-box; height: 180px; overflow: hidden; }
.gss-reveal-effect > * {-webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
.gss-reveal-effect > * {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); position: relative; }
.gss-icons-contain {position: relative; top: 50%; transform: translateY(-50%); }
.gss-image-div {margin: 0 auto; text-align: center; overflow: hidden; }
.gss-image-div img {width: 70%; }
.gss-icons:nth-child(n+7) {border-bottom: 0; }
.gss-cicon-contain {position: relative; top: 50%; transform: translateY(-50%); }
.breadcrumb-area {padding: 120px 0; background-position: left center; background-size: cover;position:relative;}
.breadcrumb-area:after{content:'';position:absolute;width: 100%;background:#000;left:0;top:0;display:block;height:100%;background-color:#00000047;}
.breadcrumb {background-color: transparent; border-radius: 0; display: flex; justify-content: center; padding: 0; margin: 0; text-align: center; }
.breadcrumb h2 {color: #ffffff; font-weight: 600; margin-bottom: 5px;position: relative;z-index: 11; }
.breadcrumb ul li.breadcrumb-item {position: relative;z-index: 11;display: inline-flex; padding: 0 8px; position: relative; color: #ffffff; }
.breadcrumb-item.active {color: #868e96; }
.breadcrumb ul li.breadcrumb-item::before {position: absolute; right: -2px; top: -2px; content: "/"; padding-right: 0; padding-left: 0; color: #fff; }
.breadcrumb ul li.breadcrumb-item:last-child::before {display:none;}
.breadcrumb ul li.breadcrumb-item a {display: block; font-size: 15px; line-height: 18px; color: #ffffff; font-weight:500; text-decoration:none; }
.breadcrumb ul li.breadcrumb-item a:hover {color: #1d2736; }
.service_part h2{font-size:30px;}
.contact_details .inner-box {position: relative; padding-left: 65px; padding-top: 2px; }
.contact_details h2{font-size:24px;font-weight:bold;}
.contact_details .inner-box .icon-box {position: absolute; left: 0px; top: 0px; width: 50px; height: 50px; font-size:20px; color: #fff; line-height: 48px; text-align: center; background-color:#1cade4; }

/*
.service_part .services_n:nth-child(2),
.service_part .services_n:nth-child(4),
.service_part .services_n:nth-child(6),
.service_part .services_n:nth-child(8){flex-direction: row-reverse;}
*/

/* Laxraj Code Start */
.service_part .services_n:nth-child(2n+2){flex-direction: row-reverse;}
/* Laxraj Code End */

/*
.service_part .services_n:nth-child(2),
.service_part .services_n:nth-child(4),
.service_part .services_n:nth-child(6),
.service_part .services_n:nth-child(8) .title-2 h2,
.service_part .services_n:nth-child(2),
.service_part .services_n:nth-child(4),
.service_part .services_n:nth-child(6),
.service_part .services_n:nth-child(8) .title-2 p{text-align:right;}
*/

/* Laxraj Code Start */
.service_part .services_n:nth-child(2n+2){text-align:right;}
/* Laxraj Code End */

/*
.service_part .services_n:nth-child(2) .title-2 h2::after,
.service_part .services_n:nth-child(4) .title-2 h2::after,
.service_part .services_n:nth-child(6) .title-2 h2::after,
.service_part .services_n:nth-child(8) .title-2 h2::after,
.service_part .services_n:nth-child(2) .title-2 h2::before,
.service_part .services_n:nth-child(4) .title-2 h2::before,
.service_part .services_n:nth-child(6) .title-2 h2::before,
.service_part .services_n:nth-child(8) .title-2 h2::before
{right:0;left:unset;}
*/

/* Laxraj Code Start */
.service_part .services_n:nth-child(2n+2) .title-2 h2::after,
.service_part .services_n:nth-child(2n+2) .title-2 h2::before
{right:0;left:unset;}
.navbar-collapse{flex-grow: 0!important;}
/* Laxraj Code End */

.contact_form input,.contact_form select,.contact_form textarea{
position: relative; display: block; width: 100%; line-height: 23px; padding:10px 40px 10px 20px; color: #222222; border: 1px solid #e2e2e2; height: 45px; font-size: 14px; background: #ffffff; -webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; -moz-transition: all 300ms ease; transition: all 300ms ease;
}
.contact_form textarea{position: relative; display: block; width: 100%; line-height: 24px; padding: 10px 20px; color: #222222; border: 1px solid #e2e2e2; height: 152px; background: #ffffff; resize: none; font-size: 14px; -webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; -moz-transition: all 300ms ease; transition: all 300ms ease;}
.contact_form .icon-label{position: absolute; right:30px; top: 12px; font-size: 16px; color:#1cade4; z-index: 4;}
.send_btn_contact{position: relative; padding: 9px 66px;text-transform: uppercase;background: #1cade4; color: #172745; font-size: 14px; font-weight: 700; border: 2px solid #1cade4;}







@media only screen and (max-width: 1199px) and (min-width: 992px){
.breadcrumb-area{padding: 80px 0;}
}


@media screen and (min-width:768px) and (max-width:992px){
.mb-md-40 {
    margin-bottom: 40px;
}
.mb-md-80 {
    margin-bottom: 80px;
}
.mb-30{
	margin-bottom: 30px;
}
.footer-widget{
    margin-bottom: 50px;
}
.set_right{width:82%;float: right;padding-top:5px;}
.top_header{background-color:#1cade4;}
.top_header i{font-size:20px;top: 3px;position: relative;}
.navbar-toggler{z-index:1111111;}
.navbar-toggler.cross{z-index: 1111111; margin-top: 35px; position: fixed; right: 20px;}
.navbar-collapse.collapse{padding-top:0 !important;}
.gss-icons {position: relative; width: 20%; float: left; border: 1px solid #eee; border-right: 0; box-sizing: border-box; height: 120px; overflow: hidden; }
.breadcrumb-area{padding: 70px 0;}

}


@media screen and (max-width:767px){
.lb-big-text {
    display: none;
}
.mb-md-40 {
    margin-bottom: 40px;
}
.mb-md-80 {
    margin-bottom: 80px;
}
.footer-widget{
    margin-bottom: 50px;
}
.quote-sec .quote-box, .skillset-sec .section-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.section-mission img{max-width:40%;margin: 0 auto 20px;display: block;}
.top_header{background-color:#1cade4;font-size:14px;margin-bottom: 10px;}
.top_header i{top:0px;position: relative;margin-right: 5px;color: #1cade4;}
.set_right{width:93%;float: right;padding-top:5px;}
.navbar-toggler{z-index:1111111;}
.navbar-toggler.cross{z-index: 1111111;position: fixed; right: 20px;}
.navbar-collapse.collapse{padding-top:0 !important;}
.m_t{display: inline-block; font-size: 13px; color: #fff;font-weight: normal;}
.fix-head {position: fixed;width: 100%;z-index: 1111111;background: #fff;}
.fix-head section.banner {padding-top:0px;}
.team_member h3{font-size:20px;}
.gss-icons {position: relative; width: 50%; float: left; border: 1px solid #eee; border-right: 0; box-sizing: border-box; height: 120px; overflow: hidden; }
.gss-icons:nth-child(2n+1) {border-left: 0; }
.gss-icons:nth-child(-n+6) {border-top: 1px solid #eee; border-bottom: 0; }
.gss-icons:nth-child(-n+2) {border-top: 0 !important; border-bottom: 0; }
.section-mission .section-title h2,.section-mission .content p{text-align:center;}
.section-mission .title-2 h2::after{position: absolute; content: ''; background: #333; height: 4px; width: 20px; left: 50%; bottom: 0; margin-top: 1px; transform: translate(-50%, 0%);}
.section-mission .title-2 h2::before{position: absolute;content: ''; background: #1cade4; height: 2px; width: 120px; left: 50%; bottom: 1px; transform: translate(-50%, 0%);}
.breadcrumb-area{padding: 60px 0;}
.service_part .services_n:nth-child(2) .title-2 h2::after, .service_part .services_n:nth-child(4) .title-2 h2::after, .service_part .services_n:nth-child(6) .title-2 h2::after, .service_part .services_n:nth-child(8) .title-2 h2::after, .service_part .services_n:nth-child(2) .title-2 h2::before, .service_part .services_n:nth-child(4) .title-2 h2::before, .service_part .services_n:nth-child(6) .title-2 h2::before, .service_part .services_n:nth-child(8) .title-2 h2::before
{right:unset;left:0;}
.contact_details h2{font-size:20px;}
.service_part h2{font-size:26px;}
.service_part .services_n{flex-direction:column-reverse !important;text-align:left !important;}
.service_part .services_n:nth-child(2),:nth-child(4),:nth-child(6),:nth-child(8){flex-direction:column-reverse;}
.service_part .services_n:nth-child(2), :nth-child(4), :nth-child(6), :nth-child(8) .title-2 h2, .service_part .services_n:nth-child(2), :nth-child(4), :nth-child(6), :nth-child(8) .title-2 p{text-align:left;}








}

@media screen and (min-width:200px) and (max-width:360px){
.top_header{background-color:#000;font-size:12px;}
.m_t{font-size:13px;}
.set_right {width:91.7%;}

}
