/* *{
  margin: 0 auto;
  padding: 0 auto;
} */
/* cambay-latin-400-normal */
@font-face {
  font-family: 'Cambay';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/cambay@latest/latin-400-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/cambay@latest/latin-400-normal.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

.menu-indicator.hidden {
  opacity: 0;
}

.main-container {
	max-width: 1920px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;	
}

.site-navigation .menu-indicator {
  border-bottom: 2px solid #fe5f55;
  bottom: -1px;
  left: 0;
  position: absolute;
  width: 0;
}

.menu-indicator {
  opacity: 1;
  transition: all .2s ease-out;
}

body{
  font-family: 'Cambay', sans-serif;
}

.sticky-card-one{
  background-color: #80c904;
}

.sticky-card-two{
  background-color: #73b504;
}

.sticky-card-three{
  background-color: #66a103;
}

.sticky-card-four{
  background-color: #5a8d03;
}

.sticky-card-five{
  background-color: #4d7902;
}

.sticky-top-head{
  position: sticky;
  top:100px;
}

.sticky-top-head:nth-child(2){
  background-color: #80c904;
}

.sticky-top-head:nth-child(3){
  background-color: #73b504;
}

.sticky-top-head:nth-child(4){
  background-color: #66a103;
}

.sticky-top-head:nth-child(5){
  background-color: #5a8d03;
}

.sticky-top-head:nth-child(6){
  background-color: #4d7902;
}

.nav-sticky-top{
  position: sticky;
  top:0;
}

.services .sticky-head{
  font-size: 80px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.033em;
    padding-top: 100px;
}

.services .nav-panel ul{
  margin: 0px auto;
  justify-content: center;
}

.services .nav-panel{
  display: flex;
  align-items: center;
  /* background-color: #1a76d1; */
  color: #fff;
  position: sticky;
  top:30px;
  /* bottom: 20px; */
}

.sticky-card-one,
.sticky-card-two,
.sticky-card-three,
.sticky-card-four,
.sticky-card-five{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  /* background-color: #1a76d1; */
  color: #fff;
  position: sticky;
  top:100px;
}

.sticky-card-one .sticky-head, .sticky-card-two .sticky-head,
.sticky-card-three .sticky-head, .sticky-card-four .sticky-head,
.sticky-card-five .sticky-head{
  font-size: 80px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.033em;
}

@media screen and (min-width: 0px) and (max-width: 700px) {
  #div-mobile {    display: block;  }
  #div-desktop {    display: none;  }
}

@media screen and (min-width: 701px) and (max-width: 3000px) {
  #div-mobile {    display: none;  }
  #div-desktop {    display: block;  }

}

@media only screen and (min-width:994px){
  .desktop{
    display: block;
  }
  .mobile{
    display: none;
  }
}

@media only screen and (max-width:993px){
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
    float: right;
  }
  .mobile i{
    cursor: pointer;
    float: right;
  }
  .header img{
    margin-top: -13px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width:600px){
  .custom-container{
    padding: 0px 10px;
  }
  .body-custom-container{
    padding: 0px 0px;
  }
  }

  @media only screen and (min-width:601px) and (max-width:1000px){
    .custom-container{
      padding: 0px 100px;
    }
    .body-custom-container{
      padding: 0px 86px;
    }
    }

@media only screen and (min-width:1001px) and (max-width:1599px){
.custom-container{
  padding: 0px 100px;
}
.body-custom-container{
  padding: 0px 200px;
}
}

@media only screen and (min-width:1600px){
  .custom-container{
    padding: 0px 100px;
  }
  .body-custom-container{
    padding: 0px 210px;
  }
  }

.top-header-img img{
  margin-top: -20px;
}


.home-button a{
  text-decoration: none;
}

.home-button .btn{
  display: inline-flex;
padding: 6px 22px 6px 7px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 11px;
background: #0AB22F;
color: #FFF;
font-family: "Cambay", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 194.333%; /* 34.98px */
}

.home-button .btn:hover{
  background: #0C7A24;
}

.arrow-button{
  width: 35px;
  height: 35px;
  border: none;
  outline: none;
  border-radius: 10px;
 overflow: hidden;
 background-color: #0C7A24;
 border-top: 1px solid #0C7A24;
 /* box-shadow: 4px 4px 14px #000; */
 transition: background-color 200ms ease;
 }
 .arrow-button ul{
  display: flex;
  white-space:calc(40px);
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding-left: 26px;
  transform: translateX(-65%);
  transition: ul 400ms ease, transform 200ms ease;
  list-style: none;
 }
 .arrow-button li{
  width: 40px;
  padding-top: 2px;
 }
 .arrow-button i{
  font-size: calc(var(--width) / 4.75);
  color: white;
  transition: color 200ms ease;
  /* line-height: calc(var(--width) / 2); */
 }

 .down-arrow-button i{
  font-size: 20px;
  color: #0AB22F;
 }
 
 .home-button .btn:hover .arrow-button {
  background-color: #0AB22F;
 }
 .home-button .btn:hover .arrow-button ul{
  transform: translateX(-29%);
 }

.home-button .btn .arrow{
  background-color: #0C7A24;
  border-radius: 8px;
    height: 34px;
    width: 34px;
}

.home-button .btn2{
  display: inline-flex;
padding: 7px 22px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 11px;
border: 1px solid #ffffff;
color: #ffffff;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 194.333%; /* 34.98px */
}

.home-button .btn2:hover{
  border: 1px solid #0AB22F;
  color: #0AB22F;
}

.header{
	background-color:#fff;
	position:relative;
}
.header .navbar-collapse{
	padding:0;
}
/* Topbar */
.header .topbar{
	background-color:#fff;
	border-bottom:1px solid #eee;
}
.header .topbar{
	padding:15px 0;
}
.header .top-link{
	float:left;
}
.header .top-link li{
	display:inline-block;
	margin-right:15px;
}
.header .top-link li:last-child{
	margin-right:0px;
}
.header .top-link li a{
	color:#2C2D3F;
	font-size:14px;
	font-weight:400;
}
.header .top-link li:hover a{
	color:#0AB22F;
}
.header .top-contact{
	float:right;
}
.header .top-contact li{
	display:inline-block;
	margin-right:25px;
	color:#2C2D3F;
}
.header .top-contact li:last-child{
	margin-right:0;
}
.header .top-contact li a{
	font-size:14px;
}
.header .top-contact li a:hover{
	color:#0AB22F;
}
.header .top-contact li i{
	color:#0AB22F;
	margin-right:8px;
}
.header .header-inner {
	background:#fff;
  border-bottom: 1px solid #e8e8ea;
	z-index:999;
	width:100%;
}
.header .header-inner .mobile .offcanvas-body ul{
  width: 100%;
}
.header .header-inner .mobile .offcanvas-body ul li{
  list-style: none;
  padding: 10px 10px;
  width: 100%;
}
.header .header-inner .mobile .offcanvas-body ul li a{
  text-decoration: none;
  color: #666;
  font-size: 16px;
}

.header .header-inner .mobile .offcanvas-body ul li:hover{
  background-color: #c1e3c975;
}

.cd-accordion__input { 
  position: absolute;
  opacity: 0;
}

.cd-accordion__label {
  position: relative;
  display: flex;
  align-items: center;
  padding: var(--space-sm) var(--space-md);
  background: var(--cd-color-1);
  box-shadow: inset 0 -1px lightness(var(--cd-color-1), 1.2);
  color: var(--color-white);
}

.cd-accordion__sub {
  display: none;
}

.cd-accordion__input:checked ~ .cd-accordion__sub {
  display: block;
}

.get-quote{
	margin-top:12px;
}
.get-quote .btn{
	color:#fff;
}
.header .logo {
	float: left;
	/* margin-top: 18px; */
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
}
.header .nav li{
	margin-right: 15px;
    float: left;
	position:relative;
  list-style: none;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
	color: #2C2D3F;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 25px 12px;
	position: relative;
	display: inline-block;
	position:relative;
  text-decoration: none;
}
.header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width:0%;
	background: #0AB22F;
	border-radius: 5px 5px 0 0;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .nav li.active a:before{
	opacity:1;
	visibility:visible;
	width: 100%;
}
.header .nav li.active a{
	color:#0AB22F;
}
.header .nav li:hover a:before{
	opacity:1;
	width: 100%;
	visibility:visible;
}
.header .nav li:hover a{
	color:#0AB22F;
}
/* .header .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
} */
/* Middle Header */
.header.style2 .header-inner {
	border-top: 1px solid #eee;
}
.header.style2 .logo {
	margin-top:6px;
}
.header .middle-header {
	background: #fff;
	padding: 20px 0px;
}
.header .widget-main{
	float:right;
}
.header.style2 .get-quote {
	margin-top: 0;
}
.header .single-widget {
	position: relative;
	float: left;
	margin-right: 30px;
	/* padding-left: 55px; */
}
.header .single-widget:last-child{
	margin:0;
}
.header .single-widget .logo{
	margin:0;
	padding:0;
	margin-top: 7px;
}
.header .single-widget i {
	position: absolute;
	left: 0;
	top: 6px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background: #0AB22F;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
}
.header .single-widget h4 {
	font-size: 15px;
	font-weight: 500;
}
.header .single-widget p {
	margin-bottom: 5px;
	text-transform: capitalize;
}
.header .single-widget.btn{
	margin-left:0;
}
/* Dropdown Menu */
.header .nav li .drop-bg-one{
  width: 195px;
}

.header .nav li .drop-bg-two{
  width: 210px;
}
.header .nav li .dropdown {
	background: #fff;
	position: absolute;
	left:-20px;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 74px;
	/* border-left:3px solid #0AB22F; */
}
.header .nav li:hover .dropdown{
	opacity:1;
  padding:10px!important;
  border-radius: 10px;
	visibility:visible;
	transform:translateY(0px);
}

ol, ul {
  padding-left: 0rem;
}

.header .nav .dropdown ul {
  padding:10px!important;
}

.header .nav .dropdown li:hover{
  background-color: #F9F9F9;
  border-radius: 10px;
}
.header .nav li .dropdown li{
  padding-left: 15px;
	float:none;
	margin:0;
	/* border-bottom:1px dashed #eee; */
}
.header .nav li .dropdown li:last-child{
	border:none;
}
.header .nav li .dropdown li a {
	padding: 12px 15px 12px 0px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header .nav li .dropdown li a:before{
	display:none;
}
.header .nav li .dropdown li:last-child a{
	border-bottom:0px;
}
.header .nav li .dropdown li:hover a{
	color:#0AB22F;
}
.header .nav li .dropdown li a:hover{
	border-color:transparent;
}
/* Right Bar */
.header.style2 .main-menu{
	display:inline-block;
	float:left;
}
.header .right-bar {
	float: right;
}
.header .right-bar {
	padding-top:20px;
}
.header .right-bar {
	display: inline-block;
}
.header .right-bar a {
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #0AB22F;
	border-radius: 4px;
	display: block;
	font-size: 12px;
}
.header .nav .dropdown li a{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.header .nav .dropdown li a:after {
  content: '→';
  position: absolute;
  opacity: 0; 
  /* top: 14px; */
  vertical-align:middle;
  right: 20px;
  transition: 0.5s;
}
.header .nav .drop-bg-two li:nth-child(1) a:after,
.header .nav .drop-bg-two li:nth-child(2) a:after{
  top:24px;
}

/* .header .nav .dropdown li a:hover{
  padding-right: 8px;
  padding-left:24px;
} */

.header .nav .dropdown li a:hover:after {
  opacity: 1;
  right: 10px;
}
/* .header .right-bar li a:hover{
	color:#fff;
	background:#27AE60;
}
.header .search-top.active .search i:before{
	content:"\eee1";
	font-size:15px;
}

.header .search-form {
	position: absolute;
	right: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: 74px;
	box-shadow: 0px 0px 10px #0000001c;
	border-radius: 4px;
	overflow: hidden;
	transform:scale(0);
}
.header .search-top.active .search-form {
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.header .search-form input {
	width: 282px;
	height: 50px;
	line-height: 50px;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 3px;
	border: none;
	background: #fff;
	color: #2C2D3F;
}
.header .search-form button {
	position: absolute;
	right: 0;
	height: 50px;
	top: 0;
	width: 50px;
	background: #0AB22F;
	border: none;
	color: #fff;
	border-radius: 0 4px 4px 0;
	border-left:1px solid transparent;
}
.header .search-form button:hover{
	background:#fff;
	color:#0AB22F;
	border-color:#e6e6e6;
} */
/* Header Sticky */
.header.sticky .header-inner{
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	bottom:initial;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	animation: fadeInDown 0.5s both 0.1s;
	box-shadow:0px 0px 13px #00000054;
}


/* NAVBAR */
/* header{
  border-bottom: 1px solid #EEEEEE;
  color: #000;
font-family: 'Cambay', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: -20px;
}
.navbar-nav {
  text-align: right;
}
.navbar .navbar-nav .nav-link {
  padding-right: 1em;
  font-size: 1.1em;
}

.nav-link{
  position: relative;
}

.nav-link:after{
  content: '';
  position: absolute;
  width: 0; height: 3px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: #0AB22F;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}
 
.nav-link:hover:after{
  width: 100%;
  left: 0;
  background: #0AB22F;
}

.dropdown-toggle::after { 
  content: none; 
} 

@media only screen and (min-width:768px){
  .navbar-nav .dropdown-menu{
    margin-top: 23px;
}
} */

/* .dropdown-menu{
  background-color: #0AB22F;
}

.dropdown-menu .dropdown-item{
  color: #fff;
} */

.dropdown-menu ul{
  list-style: none;
  padding: 0;
}



.dropdown-menu{
  border: 0;
}

.dropdown-menu img{
  padding:10px;
} 

@media only screen and (min-width:768px){
.dropdown:hover .dropdown-menu{
  display: block;
}
.dropdown-menu.show{
  display: flex;
}
}
/* ul li ul.dropdown li{
  display: block;
  padding: 10px 0px;
  }

  ul li ul.dropdown li a{
    text-decoration: none;
    color: #fff;
    padding: 10px 10px 10px 0px;
  }
  
  ul li ul.dropdown {
  width: 10%;
  text-align: left;
  background: #0AB22F;
  position: absolute;
  z-index: 999;
  display:none;
  }

    
    ul li:hover ul.dropdown {
    display: block;
    } */




/* main{
  overflow: hidden;
} */

/* HOME PAGE */

@media only screen and (min-width:1600px){
  .home-section-one{
    background: url(../assets/img/vlaccess-main-banner.jpg) center center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
    /* height: 100vh; */
    /* padding-top: 75px; */
  }
  .home-section-one{
    height: 100vh;
    padding-top: 75px;
  }
  .home-section-one h2{
    color: #fff;
    font-family: 'Cambay', sans-serif;                                                
    font-size: 79px;
    font-style: normal;
    font-weight: 700;
    /* line-height: normal; */
    }
  .home-section-one img{
    width: 80%;
  }
  .home-section-one p{
    color: #fff;
    font-family: 'Cambay', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    }
  }

@media only screen and (min-width:601px) and (max-width:1599px){
  .home-section-one{
      background: url(../img/vlaccess-main-banner.jpg) center center;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      padding: 100px 0px;
      /* height: 100vh; */
      /* padding-top: 75px; */
    }
  .home-section-one h2{
  color: #ffffff;
  font-family: 'Cambay', sans-serif;                                                
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  /* line-height: normal; */
  }
  .home-section-one img{
    width: 80%;
  }
  .home-section-one p{
    color: #ffffff;
    font-family: 'Cambay', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    }
  }

@media only screen and (max-width:600px){
  .home-section-one{
    background: url(../assets/img/vlaccess-main-banner.jpg);
    background-size: cover;
    padding: 100px 60px;
  }
  .home-section-one h2{
    color: #000;
    font-family: 'Cambay', sans-serif;                                                
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    /* line-height: normal; */
    }
    .home-section-one img{
      width: 100%;
    }
    .home-section-one p{
      color: #8D8D8D;
      font-family: 'Cambay', sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      }

}


@media only screen and (max-width:1599px){
.home-section-two h2{
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
/* line-height: normal; */
}

.home-section-two p{
  color: #8D8D8D;
  font-family: 'Cambay', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
}
@media only screen and (min-width:1601px){
.home-section-one{
  background: url(../assets/img/vlaccess-main-banner.jpg) center center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
  /* height: 100vh; */
  /* padding-top: 75px; */
}
}

@media only screen and (min-width:1600px){
  .home-section-two h2{
    color: #000;
    font-family: 'Cambay', sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  /* line-height: normal; */
  }
  
  .home-section-two p{
    color: #8D8D8D;
    font-family: 'Cambay', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }
  }

.home-section-two div.scroll {
  /* background-color: #fed9ff; */
  width: 100%;
  height: 30vw;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  padding: 20px;
}

.home-section-two div.scroll img{
  width: 70px;
}

.home-section-two .scroll .col-sm-2{
  margin-bottom: 20px;
}

.home-section-two .scroll .row {
  display: flex;
  flex-wrap: wrap;
}

.home-section-two .scroll .col {
  flex: 1 0 18%; /* The important bit. This percentage decides your columns. 
 The percent can be px. It just represents your minimum starting width.
  */
  padding: 5px;
  margin-bottom: 40px;
  /* background: tomato; */
  height: 50px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-section-two-one{
  background-color: #142217;
  color: #fff;
}

.home-section-three .col-sm-6:nth-child(2) img{
  width: 45px;
}

/*challenges-we-tackle*/

.challenges-we-tackle .challenges-we-tackle-desc {
	background-color: #f5f5f5;
	padding: 60px 15px;
}

.challenges-we-tackle .challenges-we-tackle-desc ul li{
    color: #000;
    font-family: 'Cambay', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0px;
    /* margin-left: -35px; */
    list-style: none;
}

.challenges-we-tackle .challenges-we-tackle-desc ul li svg{
  margin-right: 15px;
}

.challenges-we-tackle .challenges-we-tackle-desc h2{
  color: #000;
    font-family: 'Cambay', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 25px;
}

.challenges-we-tackle .challenges-we-tackle-desc p{
  color: #000000;
    font-family: 'Cambay', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -7px;
}

.challenges-we-tackle-img {
	background-image: url(../img/challenges-we-tackle-img-bg.jpg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px){
  .challenges-we-tackle .challenges-we-tackle-img {
      padding: 300px 0;
  }
  }

/*it-infrastructure*/

.it-infrastructure .it-infrastructure-desc {
	background-color: #f5f5f5;
	padding: 60px 15px;
}

.it-infrastructure .it-infrastructure-desc ul li{
    color: #000;
    font-family: 'Cambay', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0px;
    /* margin-left: -35px; */
    list-style: none;
}

.it-infrastructure .it-infrastructure-desc ul li svg{
  margin-right: 15px;
}

.it-infrastructure .it-infrastructure-desc h2{
  color: #000;
    font-family: 'Cambay', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    /* line-height: normal; */
    margin-top: 25px;
}

.it-infrastructure .it-infrastructure-desc p{
  color: #000000;
    font-family: 'Cambay', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -7px;
}

.it-infrastructure-img {
	background-image: url(../img/data-center-bg.jpg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px){
  .it-infrastructure .it-infrastructure-img {
      padding: 300px 0;
  }
  }

/*unified-security-solution*/

.unified-security-solution .unified-security-solution-desc {
	background-color: #f5f5f5;
	padding: 60px 15px;
}

.unified-security-solution .unified-security-solution-desc ul li{
    color: #000;
    font-family: 'Cambay', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0px;
    /* margin-left: -35px; */
    list-style: none;
}

.unified-security-solution .unified-security-solution-desc ul li svg{
  margin-right: 15px;
}

.unified-security-solution .unified-security-solution-desc h2{
  color: #000;
    font-family: 'Cambay', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    /* line-height: normal; */
    margin-top: 25px;
}

.unified-security-solution .unified-security-solution-desc p{
  color: #000000;
    font-family: 'Cambay', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -7px;
}

.unified-security-solution-img {
	background-image: url(../img/unified-security-solution-img.jpg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px){
  .unified-security-solution .unified-security-solution-img {
      padding: 300px 0;
  }
  }

/*unified-command-and-control-center*/

.unified-command-and-control-center .unified-command-and-control-center-desc {
	background-color: #f5f5f5;
	padding: 60px 15px;
}

.unified-command-and-control-center .unified-command-and-control-center-desc ul li{
    color: #000;
    font-family: 'Cambay', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0px;
    /* margin-left: -35px; */
    list-style: none;
}

.unified-command-and-control-center .unified-command-and-control-center-desc ul li svg{
  margin-right: 15px;
}

.unified-command-and-control-center .unified-command-and-control-center-desc h2{
  color: #000;
    font-family: 'Cambay', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    /* line-height: normal; */
    margin-top: 25px;
}

.unified-command-and-control-center .unified-command-and-control-center-desc p{
  color: #000000;
    font-family: 'Cambay', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -7px;
}

.unified-command-and-control-center-img {
	background-image: url(../img/unified-command-and-control-center.jpg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px){
  .unified-command-and-control-center .unified-command-and-control-center-img {
      padding: 300px 0;
  }
  }

/*video-analytics*/

.video-analytics .video-analytics-desc {
	background-color: #f5f5f5;
	padding: 60px 15px;
}

.video-analytics .video-analytics-desc ul li{
    color: #000;
    font-family: 'Cambay', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0px;
    /* margin-left: -35px; */
    list-style: none;
}

.video-analytics .video-analytics-desc ul li svg{
  margin-right: 15px;
}

.video-analytics .video-analytics-desc h2{
  color: #000;
    font-family: 'Cambay', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    /* line-height: normal; */
    margin-top: 25px;
}

.video-analytics .video-analytics-desc p{
  color: #000000;
    font-family: 'Cambay', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -7px;
}

.video-analytics-img {
	background-image: url(../img/video-analytics.jpg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px){
  .video-analytics .video-analytics-img {
      padding: 300px 0;
  }
  }

/*software-development*/

/* .main-container .software-development{
  height: 100vh;
} */

.software-development .software-development-desc {
	background-color: #f5f5f5;
	padding: 60px 15px;
}

.software-development .software-development-desc ul li{
    color: #000;
    font-family: 'Cambay', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0px;
    /* margin-left: -35px; */
    list-style: none;
}

.software-development .software-development-desc ul li svg{
  margin-right: 15px;
}

.software-development .software-development-desc h2{
  color: #000;
    font-family: 'Cambay', sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    /* line-height: normal; */
    margin-top: 25px;
}

.software-development .software-development-desc p{
  color: #000000;
    font-family: 'Cambay', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -7px;
}

.software-development-img {
	  background-image: url(../img/software-development.jpg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px){
.software-development .software-development-img {
    padding: 300px 0;
}
}


@media only screen and (max-width:1599px){
.home-section-three h2{
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 33px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-top: 25px;
}

.home-section-three p{
  color: #6D6D6D;
  font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: -7px;
}
}
@media only screen and (min-width:1600px){
  .home-section-three h2{
    color: #000;
    font-family: 'Cambay', sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 25px;
  }
  
  .home-section-three p{
    color: #6D6D6D;
    font-family: 'Cambay', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: -7px;
  }
  .home-section-three img{
    width: 800px;
  }
  }
.home-section-three hr{
  background-color: #E7E7E7;
  width: 320px;
  margin-top: -7px;
}

.home-section-three ul li{
color: #000;
font-family: 'Cambay', sans-serif;
font-size: 19px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 5px 0px;
/* margin-left: -35px; */
list-style: none;
}

.home-section-three ul li svg{
  margin-right: 15px;
}

@media only screen and (min-width:768px){
  .home-section-three .col-sm-6:nth-child(2){
    padding-left: 100px;
  }
}

.home-section-four .section-header{
  text-align: center;
}

.home-section-four .section-header h2{
  color: #000;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.home-section-four .section-header p{
  color: #6D6D6D;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 0px 32%;
line-height: 30px;
}

.home-section-four .col-sm-3{
  margin-bottom: 20px;
}

.home-section-four .card{
  border: none;
  cursor: pointer;
}

.home-section-four .card img{
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.home-section-four .card:hover img{
  filter: none;
  -webkit-filter: grayscale(0%);
}

.home-section-four .card:after {
  content: "";
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, transparent 0, transparent 30%, #000);
  opacity: 0.8;
}

.home-section-four .vlaccess-card-title{
  position: absolute;
  width: 94%;
  display: flex;
  justify-content: space-between;
  z-index: 20;
  bottom: 85px;
  left: 15px;
  color: white;
  font-size: 1.25rem;
}

.home-section-four .vlaccess-card-text{
  position: absolute;
  width: 94%;
  display: flex;
  justify-content: space-between;
  z-index: 20;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 1rem;
}



.home-section-four .section-bg{
  background: #F9F9F9;
  margin-top: 50px;
}

.home-section-four h2{
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-top: 10px;
}

.home-section-four p{
  color: #6D6D6D;
  font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
/* line-height: normal; */
}

.home-section-four .card-row{
  background-color: #0AB22F;
  height: 5px;
  width: 100px;
  position:absolute;
  z-index: 20;
    bottom: 70px;
    left: 15px;
    /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%)!important; */
}
@media only screen and (min-device-width: 769px){
.home-section-four img{
  width: 70%;
}
.home-section-four .solutions-padding-right-text{
  padding-right: 93px!important;
}
.home-section-four .solutions-padding-left-text{
  padding-left: 110px!important;
}
}

@media only screen and (max-device-width: 768px){
  .home-section-four img{
    width: 100%;
  }
  .home-section-four .solutions-padding-right-text{
    padding-right: 20px!important;
  }
  .home-section-four .solutions-padding-left-text{
    padding-left: 20px!important;
  }
}

.home-section-four hr{
  background-color: #E7E7E7;
    width: 320px;
}

.home-section-four .solutions-list-item, .home-section-four .solutions-icon-list-item a {
  display: flex;
  font-size: inherit;
  /* align-items: var(--icon-vertical-align, center); */
}

.home-section-four .solutions-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.home-section-four .solutions-list-items .solutions-list-item{
  padding-bottom: calc(24px / 2);
}

.home-section-four .solutions-list-icon {
  padding-right: 24px;
}

.home-section-four .head-row {
  background-color: #0AB22F;
  height: 4px;
  width: 100px;
  /* position: absolute;
  z-index: 20; */
  bottom: 70px;
  left: 15px;
}
.accordion ul,
.accordion li{
  list-style: none;
  margin: 20px 0px;
  padding: 0;
}

.accordion li a{
  text-decoration: none;
  color: #000;
font-family: 'Helvetica' sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.accordion .accordion-content{
  color: #6D6D6D;
  font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
display: none;
padding: 10px 0px;
}

.accordion:active{
  display: block;
}

.accordion .accordion-content hr{
  width: 300px;
}

.accordion li a:hover ~ .accordion-content{
  display: block;
}

.home-section-five .section-header h2{
  color: #000;
text-align: center;
font-family: 'Helvetica', sans-serif;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.solutions .section-header h2{
  color: #000;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.solutions .section-header p{
  color: #6D6D6D;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: -15px;
}

/* .grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

.grid .smart-icon{
  margin-top: 200px;
} */

/* Common style */
@media only screen and (max-width:600px){
  .grid figure {
    position: relative;
    float: left;
    border-radius: 20px;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 387px;
    max-width: 480px;
    max-height: 50vh;
    width: 48%;
    background: #000;
    text-align: center;
    cursor: pointer;
  }
}
@media only screen and (min-width:601px) and (max-width:1599px){
.grid figure {
	position: relative;
	float: left;
  border-radius: 20px;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 268px;
	max-width: 480px;
	max-height: 65vh;
	width: 48%;
	background: #000;
	text-align: center;
	cursor: pointer;
}
}

@media only screen and (min-width:1600px) {

  .grid figure {
    position: relative;
    float: left;
    border-radius: 20px;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 287px;
    max-width: 480px;
    max-height: 50vh;
    width: 48%;
    background: #000;
    text-align: center;
    cursor: pointer;
  }
  
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-family: 'Cambay', sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: normal;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
  padding-top: 10px;
	letter-spacing: 1px;
	color: #FFF;
  font-family: 'Cambay', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}


figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 40px);
	width: calc(100% + 40px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption .icon svg{
  fill: #fff;
}

figure.effect-lily figcaption > .icon{
  position: absolute;
	top: 0;
	left: 0;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 5px;
  margin: 20px 0px 0px 20px;

}

figure.effect-lily figcaption > .div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em;
	width: 100%;
	height: 50%;
}
figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
  margin-top: -20px;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily .div svg{
  position:absolute;
  margin-top: -60px;
  right:20px;
}

figure.effect-lily:hover img
{
  /* content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px; */
  background: rgba(0, 0, 0, 1);
  z-index: 0;
  transition: 0.5s;
  opacity: 0.5;
}

figure.effect-lily:hover h2{
  color: #0AB22F;
}


figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

figure.effect-lily:hover .icon{
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;

}

figure.effect-lily:hover .icon svg{
  fill:#0AB22F;
}

/* Testimonial Carousel */
.testimonial{
  background: #FBFBFB;
}

.testimonial .head{
  color: #000;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.testimonial .head-btm{
  color: #6D6D6D;
  text-align: center;
  font-family: 'Cambay', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding: 0px 300px;
}

.carousel-caption .head{
  color: #000;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 37.5px */
}

.carousel-caption h2{
  color: #000;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 700;
}

.carousel-caption .designation {
  color: #000;
  text-align: center;
  font-family: 'Cambay', sans-serif;
  font-size: 15px;
}

.carousel-caption h5{
  color: #000;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 37.5px */
}

.carousel-caption .btm{
  color: #6D6D6D;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.carousel-caption {
  position: initial;
  z-index: 10;
  padding: 5rem 15rem;
  font-family: 'Cambay', sans-serif;
  color: #000;
  text-align: center;
  font-size: 1.2rem;
  /* font-weight: bold; */
  line-height: 2rem
}

@media(max-width:767px) {
  .carousel-caption {
      position: initial;
      z-index: 10;
      padding: 3rem 2rem;
      color: #000;
      text-align: center;
      font-size: 0.7rem;
      font-family: 'Cambay', sans-serif;
      font-weight: bold;
      line-height: 1.5rem
  }

  .testimonial .head-btm{
    color: #6D6D6D;
    text-align: center;
    font-family: 'Cambay', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 0px 70px;
  }
}

.carousel-caption img {
  width: 6rem;
  border-radius: 5rem;
  margin-top: 2rem
}

@media(max-width:767px) {
  .carousel-caption img {
      width: 4rem;
      border-radius: 4rem;
      margin-top: 1rem
  }
}

#image-caption {
  font-style: normal;
  font-size: 1rem;
  margin-top: 0.5rem
}

@media(max-width:767px) {
  #image-caption {
      font-style: normal;
      font-size: 0.6rem;
      margin-top: 0.5rem
  }
}

.why-choose-us-call-to-action .container {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/why-choose-us-cta-bg.jpg") center center;
  background-size: cover;
  padding: 100px 60px;
  border-radius: 15px;
  overflow: hidden;
}

.call-to-action-about .container {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg-about.jpg") center center;
  background-size: cover;
  padding: 100px 60px;
  border-radius: 15px;
  overflow: hidden;
}

.call-to-action .container {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") center center;
  background-size: cover;
  padding: 100px 60px;
  border-radius: 15px;
  overflow: hidden;
}


@media screen and (min-width: 0px) and (max-width: 700px) {
  .why-choose-us-call-to-action .container .col-sm-6,
.why-choose-us-call-to-action .container .col-sm-5,
.call-to-action .container .col-lg-12,
.call-to-action .container .col-md-12,
.call-to-action .container .col-sm-6,
.call-to-action .container .col-sm-5,
.call-bg{
  background-color: #fff;
  border-radius: 30px;
  padding: 34px 30px;
}
}

@media screen and (min-width: 701px) and (max-width: 3000px) {
  .why-choose-us-call-to-action .container .col-sm-6,
  .why-choose-us-call-to-action .container .col-sm-5,
  .call-to-action .container .col-lg-12,
  .call-to-action .container .col-md-12,
  .call-to-action .container .col-sm-6,
  .call-to-action .container .col-sm-5,
  .call-bg{
    background-color: #fff;
    border-radius: 30px;
    padding: 70px 80px;
  }

}

.why-choose-us-call-to-action .container .col-sm-6 h2,
.why-choose-us-call-to-action .container .col-sm-5 h2,
.call-to-action-about .container .col-sm-6 h2,
.call-to-action-about .container .col-sm-5 h2,
.call-to-action .container .col-sm-6 h2,
.call-to-action .container .col-sm-5 h2,
.call-bg h2{
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 33px;
font-style: normal;
font-weight: 700;
/* line-height: normal; */
}
.why-choose-us-call-to-action .container .col-sm-6 p,
.why-choose-us-call-to-action .container .col-sm-5 p,
.call-to-action-about .container .col-sm-6 p,
.call-to-action-about .container .col-sm-5 p,
.call-to-action .container .col-sm-6 p,
.call-to-action .container .col-sm-5 p,
.call-bg p{
  color: #6D6D6D;
  font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 42.753px */
}

.why-choose-us .section-header h2{
  color: #000;
    text-align: center;
    font-family: 'Cambay', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.why-choose-us .card{
 display: block;
 overflow: hidden;
 border-radius: 0.6rem;
 /* box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.7); */
 cursor: pointer;
 transition: 0.2s;
 position: relative;
}

.why-choose-us .card .card-text{
  
}

.about-section-two .card 
{
  transition: .4s all ease-in;
  border: none;
  margin: 25px auto;
  
  
}

.about-section-two .card-img-top{
  /* box-shadow: 0 0 25px rgba(0,0,0,.05); */
}

.about-section-two .carousel-control-next-icon 
{
  padding: 0 4px 0 0; 
}



.about-section-two .product-detail {
  position: absolute;
  height: 75px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(223, 217, 217, 0.75);
  transition: all 0.35s;
  /* text-align: center; */
box-sizing: border-box;
}
.about-section-two .card .product-detail h5
{
  /* font-family: 'Oswald';
  text-transform: uppercase; */
  width: 200px;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 4px solid #0AB22F;
 
}

.about-section-two .card .product-detail .subheading {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(0,0,0,0.6);
}

.about-section-two .card .product-detail blockquote 
{
  padding: 0;
  margin: 0;
  font-style: italic;
  font-size: 1em;
  
}
.about-section-two .card:hover .product-detail {
  height: calc(92%);
  padding-top: 100px;
}



/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-area {
  height: auto;
  width: 100%;
}

.blog-area .button{
  text-decoration: none;
  border: 1px solid grey;
  border-radius: 10px;
  padding: 10px 15px;
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.blog-text h4 a {
  text-decoration: none;
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 700;
/* line-height: normal; */
}

.section-headline h2{
  color: #000;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.blog-text h4 {
  color: #444;
  margin: 15px 0px;
}

.single-blog{
  border-radius: 32px;
border: 1px solid #000;
padding: 10px;
height: 450px;
margin-bottom: 20px;
}

.single-blog .blog-text{
  padding: 0px 20px;
}

.single-blog .blog-meta{
  padding: 20px 20px 20px 20px;
}

.single-blog .date-type{
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.single-blog img{
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.blog-btn {
  text-decoration: none;
}

.blog-btn {
  text-decoration: none;
}

.blog-btn {
  position: relative;
}

.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
  right: -30px;
}

.blog-btn:hover {
  color: #333;
  text-decoration: none;
}

.blog-text p{
  color: #6D6D6D;
  font-family: 'Cambay', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}

.single-blog span a{
  text-decoration: none;
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.blog_meta span.date_type i {
  margin-left: 5px;
}

.blog-meta span.comments-type {
  margin-left: 5px;
}

.blog-meta span i {
  padding-right: 10px;
}

.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}

.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.comments-type>a,
.blog-meta span.comments-type {
  padding: 5px 5px;
  border-radius: 7px;
  background: #DDF6E2;
    color: #0C7A24!important;
    font-family: 'Cambay', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.blog-meta .comments-type i {
  padding-right: 0 !important;
}

.blog-content-right .comments-type>a,
.blog-content-right .date-type,
.blog-content-right .blog-meta span.comments-type,
.blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}

.single-blog .ready-btn {
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0px 0px 20px;
  transition: all 0.4s ease 0s;
}


/* .single-blog .ready-btn:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
} */


.cta-section{
  background: #0C7A24;
}

.cta-section .row{
  padding: 100px 20%;
}

.cta-section h3{
  color: #FFF;
  font-family: 'Cambay', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 130.3%; /* 32.575px */
}

/* SMART CITY PAGE */

.smart-city-section-one h2{
  color: #000;
  font-family: 'Cambay', sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  /* line-height: normal; */
  }
  
  .smart-city-section-one p{
    color: #8D8D8D;
    font-family: 'Cambay', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }
  
.smart-city-section-two{
  width: 100%;
  color: #fff;
}

.smart-city-section-two-bg{
  background-color: #0C7A24;
  border-radius: 10px;
}

.smart-city-section-two h2{
  color: #FFF;
  font-family: 'Cambay', sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 44px */
}

.smart-city-section-two p{
  color: #FFF;
  font-family: 'Cambay', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}

.smart-city-call-to-action .container {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/smart-city-cta-bg.jpg") center center;
  background-size: cover;
  padding: 100px 60px;
  border-radius: 15px;
  overflow: hidden;
}

.smart-city-call-to-action .container .col-sm-6,
.smart-city-call-to-action .container .col-sm-5{
  background-color: #fff;
  border-radius: 30px;
  padding: 70px 80px;
}

.smart-city-call-to-action .container .col-sm-6 h2,
.smart-city-call-to-action .container .col-sm-5 h2{
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 33px;
font-style: normal;
font-weight: 700;
/* line-height: normal; */
}
.smart-city-call-to-action .container .col-sm-6 p,
.smart-city-call-to-action .container .col-sm-5 p{
  color: #6D6D6D;
  font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 42.753px */
}
/* -------------- */

.smart-traffic-call-to-action .container {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/smart-traffic-cta-bg.jpg") center center;
  background-size: cover;
  padding: 100px 60px;
  border-radius: 15px;
  overflow: hidden;
}

.smart-traffic-call-to-action .container .col-sm-6,
.smart-traffic-call-to-action .container .col-sm-5{
  background-color: #fff;
  border-radius: 30px;
  padding: 70px 80px;
}

.smart-traffic-call-to-action .container .col-sm-6 h2,
.smart-traffic-call-to-action .container .col-sm-5 h2{
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 33px;
font-style: normal;
font-weight: 700;
/* line-height: normal; */
}
.smart-traffic-call-to-action .container .col-sm-6 p,
.smart-traffic-call-to-action .container .col-sm-5 p{
  color: #6D6D6D;
  font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 42.753px */
}

/* -------------- */

.smart-mining-call-to-action .container {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/smart-mining-cta-bg.jpg") center center;
  background-size: cover;
  padding: 100px 60px;
  border-radius: 15px;
  overflow: hidden;
}

.smart-mining-call-to-action .container .col-sm-6,
.smart-mining-call-to-action .container .col-sm-5{
  background-color: #fff;
  border-radius: 30px;
  padding: 70px 80px;
}

.smart-mining-call-to-action .container .col-sm-6 h2,
.smart-mining-call-to-action .container .col-sm-5 h2{
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 33px;
font-style: normal;
font-weight: 700;
/* line-height: normal; */
}
.smart-mining-call-to-action .container .col-sm-6 p,
.smart-mining-call-to-action .container .col-sm-5 p{
  color: #6D6D6D;
  font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 42.753px */
}

/* -------------- */

.smart-education-call-to-action .container {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/smart-education-cta-bg.jpg") center center;
  background-size: cover;
  padding: 100px 60px;
  border-radius: 15px;
  overflow: hidden;
}

.smart-education-call-to-action .container .col-sm-6,
.smart-education-call-to-action .container .col-sm-5{
  background-color: #fff;
  border-radius: 30px;
  padding: 70px 80px;
}

.smart-education-call-to-action .container .col-sm-6 h2,
.smart-education-call-to-action .container .col-sm-5 h2{
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 33px;
font-style: normal;
font-weight: 700;
/* line-height: normal; */
}
.smart-education-call-to-action .container .col-sm-6 p,
.smart-education-call-to-action .container .col-sm-5 p{
  color: #6D6D6D;
  font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 42.753px */
}

/* -------------- */

.security-surveillance-call-to-action .container {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/security&surveillance-cta-bg.jpg") center center;
  background-size: cover;
  padding: 100px 60px;
  border-radius: 15px;
  overflow: hidden;
}

.security-surveillance-call-to-action .container .col-sm-6,
.security-surveillance-call-to-action .container .col-sm-5{
  background-color: #fff;
  border-radius: 30px;
  padding: 70px 80px;
}

.security-surveillance-call-to-action .container .col-sm-6 h2,
.security-surveillance-call-to-action .container .col-sm-5 h2{
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 33px;
font-style: normal;
font-weight: 700;
/* line-height: normal; */
}
.security-surveillance-call-to-action .container .col-sm-6 p,
.security-surveillance-call-to-action .container .col-sm-5 p{
  color: #6D6D6D;
  font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 42.753px */
}

/* -------------- */

.video-management-analytics-call-to-action .container {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/video-management&analytics-cta-bg.jpg") center center;
  background-size: cover;
  padding: 100px 60px;
  border-radius: 15px;
  overflow: hidden;
}

.video-management-analytics-call-to-action .container .col-sm-6,
.video-management-analytics-call-to-action .container .col-sm-5{
  background-color: #fff;
  border-radius: 30px;
  padding: 70px 80px;
}

.video-management-analytics-call-to-action .container .col-sm-6 h2,
.video-management-analytics-call-to-action .container .col-sm-5 h2{
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 33px;
font-style: normal;
font-weight: 700;
/* line-height: normal; */
}
.video-management-analytics-call-to-action .container .col-sm-6 p,
.video-management-analytics-call-to-action .container .col-sm-5 p{
  color: #6D6D6D;
  font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 42.753px */
}

/* -------------- */

.it-infrastructure-call-to-action .container {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/it&infrastructure-cta-bg.jpg") center center;
  background-size: cover;
  padding: 100px 60px;
  border-radius: 15px;
  overflow: hidden;
}

.it-infrastructure-call-to-action .container .col-sm-6,
.it-infrastructure-call-to-action .container .col-sm-5{
  background-color: #fff;
  border-radius: 30px;
  padding: 70px 80px;
}

.it-infrastructure-call-to-action .container .col-sm-6 h2,
.it-infrastructure-call-to-action .container .col-sm-5 h2{
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 33px;
font-style: normal;
font-weight: 700;
/* line-height: normal; */
}
.it-infrastructure-call-to-action .container .col-sm-6 p,
.it-infrastructure-call-to-action .container .col-sm-5 p{
  color: #6D6D6D;
  font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 42.753px */
}

/*-------------*/

.smart-city-section-three .tab-pane:nth-child(1){
  background-image: url(../img/smart-city-surveillance.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:center;
  /* width: 100%; */
}
.smart-city-section-three .tab-pane:nth-child(2){
  background-image: url(../img/smart-city-video-surveillance.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:center;
  /* width: 100%; */
}
.smart-city-section-three .tab-pane:nth-child(3){
  background-image: url(../img/smart-traffic-tab-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:center;
  /* width: 100%; */
}
.smart-city-section-three .tab-pane .row .col-sm-12{
  background-color: #FFF;
  height: 20px;
}
.smart-city-section-three .tab-pane .row .col-sm-12:nth-child(1){
  margin-top: 25px;
}
.smart-city-section-three .tab-pane .row .col-sm-12:nth-child(3){
  margin-bottom: 25px;
}
.smart-city-section-three .tab-pane .row .col-sm-6{
  background-color: #FFF;
  padding: 15px 60px;
}

.smart-city-section-three .section-header h2{
  color: #000;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.smart-city-section-three hr{
  margin:0px 80px 0px 70px;
}

.smart-city-section-three .section-header p{
  color: #6D6D6D;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 0px 32%;
line-height: 30px;
}

.smart-city-section-three .section-bg{
  background: #F9F9F9;
  margin-top: 50px;
}

.smart-city-section-three .nav-panel ul{
  margin: 0px auto;
  justify-content: center;
}

.smart-city-section-three h3{
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 44px */
}

.smart-city-section-three .sub-header{
color: #484F5C;
font-family: 'Cambay', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}


.smart-city-section-three .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #0AB22F;
  border: 1px solid #0AB22F;
  color: #fff;
  position: relative;
  margin: 0px auto;
}

.smart-city-section-three .nav-pills .nav-link.active:after, .nav-pills .show>.nav-link:after {
  content: "";
  position: absolute;
  right: 70%;
  left: 30%;
  margin: 0px auto;
  z-index: 11;
  display: block;
  /* width: 25px;
  height: 25px; */
  border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 17px solid #0AB22F;
}


.smart-city-section-three .nav-pills .nav-link{
  color: #9B9B9B;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
}

.smart-city-section-three .single-service{
	margin:30px 0;
	position:relative;
	padding-left:70px;
}
.smart-city-section-three .single-service img{
	font-size:45px;
	color:#1a76d1;
	position:absolute;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.smart-city-section-three .single-service h4{
	text-transform:capitalize;
	/* margin-bottom:25px; */
	color:#2C2D3F;
}
.smart-city-section-three .single-service h4 a{
	color:#2C2D3F;
	font-size:18px;
	font-weight:600;
  text-decoration: none;
}
.smart-city-section-three .single-service h4 a:hover{
	color:#0AB22F;
}
.smart-city-section-three .single-service p{
	color:#868686;
  font-size: 16px;
}

/*-------------*/


.security-surveillance-section-three .tab-pane .row .col-sm-12{
  background-color: #FFF;
  height: 20px;
}
.security-surveillance-section-three .tab-pane .row .col-sm-12:nth-child(1){
  margin-top: 25px;
}
.security-surveillance-section-three .tab-pane .row .col-sm-12:nth-child(3){
  margin-bottom: 25px;
}
/* .security-surveillance-section-three .tab-pane .row .col-sm-6{
  background-color: #FFF;
  padding: 15px 60px;
} */

.security-surveillance-section-three .section-header h2{
  color: #000;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.security-surveillance-section-three .section-header p{
  color: #6D6D6D;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 0px 32%;
line-height: 30px;
}

.security-surveillance-section-three .section-bg{
  background: linear-gradient(
    to top,
    #DDF6E2 0%,
    #DDF6E2 67%,
    #F9F9F9 67%,
    #F9F9F9  100%
  );
  /* margin-top: 50px; */
}

.security-surveillance-section-three .nav-panel ul{
  margin: 0px auto;
  justify-content: center;
}

.security-surveillance-section-three h3{
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 44px */
}

.security-surveillance-section-three .sub-header{
color: #484F5C;
font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}


.security-surveillance-section-three .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #0AB22F;
  border: 1px solid #0AB22F;
  color: #fff;
  position: relative;
}

.security-surveillance-section-three .nav-pills .nav-link.active:after, .nav-pills .show>.nav-link:after {
  content: "";
  position: absolute;
  right: 40%;
  margin: 0px auto;
  z-index: 11;
  display: block;
  /* width: 25px;
  height: 25px; */
  border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 25px solid #0AB22F;
}


.security-surveillance-section-three .nav-pills .nav-link{
  color: #9B9B9B;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
}

.security-surveillance-section-three .single-service{
	margin:30px 0;
	position:relative;
	padding-left:70px;
}
.security-surveillance-section-three .single-service img{
	font-size:45px;
	color:#1a76d1;
	position:absolute;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.security-surveillance-section-three .single-service h4{
	text-transform:capitalize;
	/* margin-bottom:25px; */
	color:#2C2D3F;
}
.security-surveillance-section-three .single-service h4 a{
	color:#2C2D3F;
	font-size:20px;
	font-weight:600;
  text-decoration: none;
}
.security-surveillance-section-three .single-service h4 a:hover{
	color:#0AB22F;
}
.security-surveillance-section-three .single-service p{
	color:#868686;
}

.security-surveillance-section-three hr{
  border: 1px solid #0AB22F;
  opacity: 1;
  margin-top: 40px;
  margin-bottom: 70px;
  width: 320px;
}

/* .security-surveillance-section-three .btm-content{
  border-left: 1px solid grey;
  padding-left: 20px;
} */

.security-surveillance-section-three .btm-content .btm-content-one p:nth-child(1),
.security-surveillance-section-three .btm-content .btm-content-two p:nth-child(1),
.security-surveillance-section-three .btm-content .btm-content-three p:nth-child(1){
  color: #484F5C;
  font-family: 'Cambay', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding-top: 40px;
}

.security-surveillance-section-three .btm-content .btm-content-one p:nth-child(2),
.security-surveillance-section-three .btm-content .btm-content-two p:nth-child(2),
.security-surveillance-section-three .btm-content .btm-content-three p:nth-child(2){
  color: #000000;
  font-family: 'Cambay', sans-serif;
  font-size: 18px;
  font-weight: 700;
  width: 400px;
}

.security-surveillance-section-three .btm-content .btm-content-one p:nth-child(3),
.security-surveillance-section-three .btm-content .btm-content-two p:nth-child(3),
.security-surveillance-section-three .btm-content .btm-content-three p:nth-child(3){
  color: #0AB22F;
  font-family: 'Cambay', sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.document-toc-list.document-toc-list {
  font-size: var(--type-smaller-font-size);
  list-style: none;
  padding-left: 0;
}

.document-toc-link.document-toc-link:not(.button)[aria-current]:not([aria-current=""]):not([aria-current=false]) {
  background-color: var(--background-toc-active);
  border-left: 2px solid var(--category-color);
  color: var(--text-primary);
  font-weight: 600;
}

.scrolling-area {
  max-width: 500px;
  max-height: 680px;
  overflow: auto;
  padding: 1rem;
  background: transparent;
  direction: rtl;
}

.scrolling-element-inside {
  direction: ltr;
}

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(5, 125, 31, 0.3);
  border-radius: 10px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #0AB22F;
  border-radius: 10px;
  height: 30px;
}

/*-------------*/

.smart-traffic-section-three .tab-pane:nth-child(1){
  background-image: url(../img/traffic-stop-signange.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:center;
  /* width: 100%; */
}
.smart-traffic-section-three .tab-pane:nth-child(2){
  background-image: url(../img/traffic-stop-signange.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:center;
  /* width: 100%; */
}
.smart-traffic-section-three .tab-pane:nth-child(3){
  background-image: url(../img/traffic-stop-signange.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:center;
  /* width: 100%; */
}
.smart-traffic-section-three .tab-pane .row .col-sm-12{
  background-color: #FFF;
  height: 20px;
}
.smart-traffic-section-three .tab-pane .row .col-sm-12:nth-child(1){
  margin-top: 25px;
}
.smart-traffic-section-three .tab-pane .row .col-sm-12:nth-child(3){
  margin-bottom: 25px;
}
.smart-traffic-section-three .tab-pane .row .col-sm-6{
  background-color: #FFF;
  padding: 15px 60px;
}

.smart-traffic-section-three .section-header h2{
  color: #000;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.smart-traffic-section-three hr{
  margin:0px 80px 0px 70px;
}

.smart-traffic-section-three .section-header p{
  color: #6D6D6D;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 0px 32%;
line-height: 30px;
}

.smart-traffic-section-three .section-bg{
  background: #F9F9F9;
  margin-top: 50px;
}

.smart-traffic-section-three .nav-panel ul{
  margin: 0px auto;
  justify-content: center;
}

.smart-traffic-section-three h3{
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 44px */
}

.smart-traffic-section-three .sub-header{
color: #484F5C;
font-family: 'Cambay', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}


.smart-traffic-section-three .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #0AB22F;
  border: 1px solid #0AB22F;
  color: #fff;
  position: relative;
}

.smart-traffic-section-three .nav-pills .nav-link.active:after, .nav-pills .show>.nav-link:after {
  content: "";
  position: absolute;
  right: 70%;
  left: 30%;
  margin: 0px auto;
  z-index: 11;
  display: block;
  /* width: 25px;
  height: 25px; */
  border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 17px solid #0AB22F;
}


.smart-traffic-section-three .nav-pills .nav-link{
  color: #9B9B9B;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
}

.smart-traffic-section-three .single-service{
	margin:30px 0;
	position:relative;
	padding-left:70px;
}
.smart-traffic-section-three .single-service img{
	font-size:45px;
	color:#1a76d1;
	position:absolute;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.smart-traffic-section-three .single-service h4{
	text-transform:capitalize;
	/* margin-bottom:25px; */
	color:#2C2D3F;
}
.smart-traffic-section-three .single-service h4 a{
	color:#2C2D3F;
	font-size:18px;
	font-weight:600;
  text-decoration: none;
}
.smart-traffic-section-three .single-service h4 a:hover{
	color:#0AB22F;
}
.smart-traffic-section-three .single-service p{
	color:#868686;
  font-size: 16px;
}

/*---------*/

.smart-mining-section-three .tab-pane:nth-child(1){
  background-image: url(../img/smart-mining-tab-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:center;
  /* width: 100%; */
}
.smart-mining-section-three .tab-pane:nth-child(2){
  background-image: url(../img/smart-mining-tab-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:center;
  /* width: 100%; */
}
.smart-mining-section-three .tab-pane:nth-child(3){
  background-image: url(../img/smart-mining-tab-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:center;
  /* width: 100%; */
}
.smart-mining-section-three .tab-pane .row .col-sm-12{
  background-color: #FFF;
  height: 20px;
}
.smart-mining-section-three .tab-pane .row .col-sm-12:nth-child(1){
  margin-top: 25px;
}
.smart-mining-section-three .tab-pane .row .col-sm-12:nth-child(3){
  margin-bottom: 25px;
}
.smart-mining-section-three .tab-pane .row .col-sm-6{
  background-color: #FFF;
  padding: 15px 60px;
}

.smart-mining-section-three .section-header h2{
  color: #000;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.smart-mining-section-three hr{
  margin:0px 80px 0px 70px;
}

.smart-mining-section-three .section-header p{
  color: #6D6D6D;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 0px 32%;
line-height: 30px;
}

.smart-mining-section-three .section-bg{
  background: #F9F9F9;
  margin-top: 50px;
}

.smart-mining-section-three .nav-panel ul{
  margin: 0px auto;
  justify-content: center;
}

.smart-mining-section-three h3{
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 44px */
}

.smart-mining-section-three .sub-header{
color: #484F5C;
font-family: 'Cambay', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}


.smart-mining-section-three .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #0AB22F;
  border: 1px solid #0AB22F;
  color: #fff;
  position: relative;
}

.smart-mining-section-three .nav-pills .nav-link.active:after, .nav-pills .show>.nav-link:after {
  content: "";
  position: absolute;
  right: 70%;
  left: 30%;
  margin: 0px auto;
  z-index: 11;
  display: block;
  /* width: 25px;
  height: 25px; */
  border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 17px solid #0AB22F;
}


.smart-mining-section-three .nav-pills .nav-link{
  color: #9B9B9B;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
}

.smart-mining-section-three .single-service{
	margin:30px 0;
	position:relative;
	padding-left:70px;
}
.smart-mining-section-three .single-service img{
	font-size:45px;
	color:#1a76d1;
	position:absolute;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.smart-mining-section-three .single-service h4{
	text-transform:capitalize;
	/* margin-bottom:25px; */
	color:#2C2D3F;
}
.smart-mining-section-three .single-service h4 a{
	color:#2C2D3F;
	font-size:18px;
	font-weight:600;
  text-decoration: none;
}
.smart-mining-section-three .single-service h4 a:hover{
	color:#0AB22F;
}
.smart-mining-section-three .single-service p{
	color:#868686;
  font-size: 16px;
}

/*---------*/

/* .smart-education-section-three .tab-pane:nth-child(1){
  background-image: url(../img/campus.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:center;
  width: 100%;
}
.smart-education-section-three .tab-pane:nth-child(2){
  background-image: url(../img/campus.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:center;
  width: 100%;
}
.smart-education-section-three .tab-pane:nth-child(3){
  background-image: url(../img/campus.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment:center;
  width: 100%;
} */
.smart-education-section-three .tab-pane .row .col-sm-12{
  background-color: #FFF;
  height: 20px;
}
.smart-education-section-three .tab-pane .row .col-sm-12:nth-child(1){
  margin-top: 25px;
}
.smart-education-section-three .tab-pane .row .col-sm-12:nth-child(3){
  margin-bottom: 25px;
}
.smart-education-section-three .tab-pane .row .col-sm-6{
  background-color: #FFF;
  padding: 15px 60px;
}

.smart-education-section-three .section-header h2{
  color: #000;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.smart-education-section-three hr{
  margin:0px 80px 0px 70px;
}

.smart-education-section-three .section-header p{
  color: #6D6D6D;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 0px 32%;
line-height: 30px;
}

.smart-education-section-three .section-bg{
  background: #F9F9F9;
  margin-top: 50px;
}

.smart-education-section-three .nav-panel ul{
  margin: 0px auto;
  justify-content: center;
}

.smart-education-section-three h3{
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 44px */
}

.smart-education-section-three .sub-header{
color: #484F5C;
font-family: 'Cambay', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}


.smart-education-section-three .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #0AB22F;
  border: 1px solid #0AB22F;
  color: #fff;
  position: relative;
}

.smart-education-section-three .nav-pills .nav-link.active:after, .nav-pills .show>.nav-link:after {
  content: "";
  position: absolute;
  right: 70%;
  left: 30%;
  margin: 0px auto;
  z-index: 11;
  display: block;
  /* width: 25px;
  height: 25px; */
  border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 17px solid #0AB22F;
}


.smart-education-section-three .nav-pills .nav-link{
  color: #9B9B9B;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
}

.smart-education-section-three .single-service{
	margin:30px 0;
	position:relative;
	padding-left:70px;
}
.smart-education-section-three .single-service img{
	font-size:45px;
	color:#1a76d1;
	position:absolute;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.smart-education-section-three .single-service h4{
	text-transform:capitalize;
	/* margin-bottom:25px; */
	color:#2C2D3F;
}
.smart-education-section-three .single-service h4 a{
	color:#2C2D3F;
	font-size:18px;
	font-weight:600;
  text-decoration: none;
}
.smart-education-section-three .single-service h4 a:hover{
	color:#0AB22F;
}
.smart-education-section-three .single-service p{
	color:#868686;
  font-size: 16px;
}

/*---------*/


.security-surveillance-section-four .section-bg{
  background: #F9F9F9;
  margin-top: 50px;
}

.security-surveillance-section-four .nav-panel ul{
  margin: 0px auto;
  justify-content: center;
}

.security-surveillance-section-four h3{
  color: #000;
  font-family: 'Cambay', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 44px */
}

.security-surveillance-section-four .section-bg p{
color: #484F5C;
font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}

.security-surveillance-section-four .single-service{
	margin:30px 0;
	position:relative;
	padding-left:70px;
}
.security-surveillance-section-four .single-service .icon-bg{
  background-color: #ECF8EF;
  border-radius: 30px;
  width: 65px;
  height: 65px;
  padding: 15px;
  position:absolute;
	left:0;
}
.security-surveillance-section-four .single-service img{
  width: 35px;
	color:#1a76d1;
	position:absolute;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.security-surveillance-section-four .single-service h4{
	text-transform:capitalize;
	margin-bottom:25px;
	color:#2C2D3F;
}
.security-surveillance-section-four .single-service h4 a{
	color:#2C2D3F;
	font-size:20px;
	font-weight:600;
  text-decoration: none;
}
.security-surveillance-section-four .single-service h4 a:hover{
	color:#0AB22F;
}
.security-surveillance-section-four .single-service p{
	color:#868686;
}

.smart-city-section-four .section-header h2{
  color: #000;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.smart-city-section-four .icon{
  background-color: #ECF8EF;
  border-radius: 50px;
  margin: 0px auto;
  width: 90px;
  height: 90px;
}

.smart-city-section-four .icon img{
  width: 40px;
  padding: 25px 0px;
  margin: 0px auto;
}

.smart-city-section-four h5{
  color: #000;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 24.2px */
}

.smart-city-section-four p{
  color: #484F5C;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 23.4px */
}

.smart-city-section-five .container{
  background: url("../img/smart-city-section-five-bg.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 70vh; */
  padding: 150px 60px 0px 60px;
  color: #fff;

}

.smart-city-section-five .container .card{
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
background: #2A8B3F;
box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.25);
}

.smart-city-section-five .container .card .card-body .card-title{
  color: #FFF;
  font-family: 'Cambay', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */

}

.smart-city-section-five .container .card .card-body .card-text{
color: #FFF;
font-family: 'Cambay', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 23.4px */
}

.smart-city-section-five .container .card .card-body .btn-card{
  border: 1px solid #fff;
  border-radius: 8px;
  display: inline-flex;
padding: 11px 20px;
justify-content: center;
align-items: center;
gap: 10px;
color: #FFF;
font-family: 'Cambay', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* ----------------- */

.smart-traffic-section-five .container{
  background: url("../img/smart-traffic-section-five-bg.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 70vh; */
  padding: 150px 60px 0px 60px;
  color: #fff;

}

.smart-traffic-section-five .container .card{
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
background: #2A8B3F;
box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.25);
}

.smart-traffic-section-five .container .card .card-body .card-title{
  color: #FFF;
  font-family: 'Cambay', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */

}

.smart-traffic-section-five .container .card .card-body .card-text{
color: #FFF;
font-family: 'Cambay', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 23.4px */
}

.smart-traffic-section-five .container .card .card-body .btn-card{
  border: 1px solid #fff;
  border-radius: 8px;
  display: inline-flex;
padding: 11px 20px;
justify-content: center;
align-items: center;
gap: 10px;
color: #FFF;
font-family: 'Cambay', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* ----------------- */

.smart-mining-section-five .container{
  background: url("../img/smart-mining-section-five-bg.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 70vh; */
  padding: 150px 60px 0px 60px;
  color: #fff;

}

.smart-mining-section-five .container .card{
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
background: #2A8B3F;
box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.25);
}

.smart-mining-section-five .container .card .card-body .card-title{
  color: #FFF;
  font-family: 'Cambay', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */

}

.smart-mining-section-five .container .card .card-body .card-text{
color: #FFF;
font-family: 'Cambay', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 23.4px */
}

.smart-mining-section-five .container .card .card-body .btn-card{
  border: 1px solid #fff;
  border-radius: 8px;
  display: inline-flex;
padding: 11px 20px;
justify-content: center;
align-items: center;
gap: 10px;
color: #FFF;
font-family: 'Cambay', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/* ----------------- */

.smart-education-section-five .container{
  background: url("../img/smart-education-section-five-bg.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 70vh; */
  padding: 150px 60px 0px 60px;
  color: #fff;

}

.smart-education-section-five .container .card{
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
background: #2A8B3F;
box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.25);
}

.smart-education-section-five .container .card .card-body .card-title{
  color: #FFF;
  font-family: 'Cambay', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */

}

.smart-education-section-five .container .card .card-body .card-text{
color: #FFF;
font-family: 'Cambay', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 23.4px */
}

.smart-education-section-five .container .card .card-body .btn-card{
  border: 1px solid #fff;
  border-radius: 8px;
  display: inline-flex;
padding: 11px 20px;
justify-content: center;
align-items: center;
gap: 10px;
color: #FFF;
font-family: 'Cambay', sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

/*----------- Contact CSS ----------------*/

.contact-body textarea,
.contact-body input {
  padding: 15px 0px 15px 15px;
  border-radius: 4px;
border: 1px solid #D7D7D7;
background: #FFF;
}

.contact-body h2{
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 44px */
}

.contact-body p{
  color: #6D6D6D;
  font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.contact-body .contact-right .contact-bg{
  border: 1px solid #D9D9D9;
  padding: 15px 40px;
  margin-top: 125px;
}

.contact-body .contact-right h4{
  color: #000;
  font-family: 'Cambay', sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 160%; /* 35.2px */
}
.contact-body .contact-right p a,
.contact-body .contact-right address{
  color: #484F5C;
  font-family: 'Cambay', sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 21.6px */
}

.google-map .container .row .col-sm-12 div iframe{
  border-radius: 20px;
}

/*------------ ABOUT US -----------*/

@media only screen and (max-width:600px){
  /* .about-section-one{
    background: url(../assets/img/smart-city-surveillance.jpg);
    background-size: cover;
  padding: 100px 60px;
  } */
  .about-section-one h2{
    color: #000;
    font-family: 'Cambay', sans-serif;                                                
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    /* line-height: normal; */
    }
    .about-section-one img{
      width: 100%;
    }
    .about-section-one p{
      color: #8D8D8D;
      font-family: 'Cambay', sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      }

}
@media only screen and (min-width:601px) and (max-width:1599px){
  /* .about-section-one{
    background: url(../img/vlaccess-main-banner.jpg) center center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
    height: 100vh;
    padding-top: 75px;
  } */
.about-section-one h2{
color: #000;
font-family: 'Cambay', sans-serif;                                                
font-size: 55px;
font-style: normal;
font-weight: 700;
/* line-height: normal; */
}
.about-section-one img{
  width: 80%;
}
.about-section-one p{
  color: #000;
  font-family: 'Cambay', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  }
}

@media only screen and (min-width:1600px){
  .about-section-one{
    height: 100vh;
    padding-top: 75px;
  }
  .about-section-one h2{
    color: #000;
    font-family: 'Cambay', sans-serif;                                                
    font-size: 79px;
    font-style: normal;
    font-weight: 700;
    /* line-height: normal; */
    }
  .about-section-one img{
    width: 80%;
  }
  .about-section-one p{
    color: #000;
    font-family: 'Cambay', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    }
  }

/*-------------------------------------       
        9.  Counter
--------------------------------------*/
.statistics{
  position:relative;
  display: flex;
  align-items: center;
  background:url(../../assets/images/counter/counter-banner.jpg)no-repeat fixed;
  background-position:center;
  background-size:cover;
  padding:127px 0 120px;
}
/* .statistics:before{
  position:absolute;
  content:'';
  background: rgba(75,75,75,.60);
  height:100%;
  width:100%;
  top:0;
  left:0;
} */
/* single-ststistics-box */
.single-ststistics-box {
  text-align: center;
  border-radius: 10px;
  background: #ECF8EF;
  margin: 0px 20px;
  padding: 20px 0px;

}

/* single-ststistics-box */
.statistics-content{
  display: flex;
  justify-content: center;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  color:#0AB22F;
  font-size:60px;
}
.statistics-content span {
  margin-left: 5px;
}
.single-ststistics-box h3{
  color:#000000;
  font-size:18px;
  font-family: 'Cambay', sans-serif;
  text-transform:capitalize;
  font-weight: 700;
}

/*------------ logos slide --------------*/

.our-customers .section-header{
  text-align: center;
}

.our-customers .section-header h2{
  color: #000;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.our-customers .section-header p{
  color: #6D6D6D;
text-align: center;
font-family: 'Cambay', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
line-height: 30px;
}

@keyframes slide{
  from {
    transform: translateX(0);
  }
  to{
    transform: translateX(-100%);
  }
}

.logos{
  margin-top: 50px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after{
  position: absolute;
  top:0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before{
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after{
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img{
  margin: 0 40px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

@keyframes slide2{
  from {
    transform: translateX(-100%);
  }
  to{
    transform: translateX(0);
  }
}

.logos-second{
  margin-top: 50px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.logos-second:before,
.logos-second:after{
  position: absolute;
  top:0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos-second:before{
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos-second:after{
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos-second:hover .logos-second-slide {
  animation-play-state: paused;
}

.logos-second-slide {
  display: inline-block;
  animation: 35s slide2 infinite linear;
}

.logos-second-slide img{
  margin: 0 40px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


/*hm-foot-email*/
.hm-foot-email{position: relative;}
.foot-email-box .form-control {
    background:#ffffff;
    display: block;
    /* width: 344px;
height: 45px; */
    padding: 15px 20px;
    outline:0!important;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
    border:0;
}
.foot-email-box input[type="text"]{
    font-size: 12px;
    color: #666c81;
    font-weight: 300;
}
.foot-email-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: transparent;
    color: #666c81;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-email-subscribe i{
  color: #0AB22F;
}
.foot-email-box .form-control:hover{
    box-shadow:0 5px 15px rgba(0,0,0,.4);
}
/*hm-foot-email*/


/* FOOTER */

footer{
  margin: 0px auto;
  padding: 0px auto;
}

  @media screen and (min-width: 991px) {
    footer .ftr-width{
        margin: 0px 250px;
    }
  }

  footer .fa {
    padding: 10px;
    font-size: 15px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }
  
  footer .fa:hover {
      opacity: 0.7;
  }
  
  footer .fa-x-twitter, .fa-linkedin, .fa-youtube-play {
    background: #0C7A24;
    color: white;
  }

  footer .footer-copyright-wrapper{
    font-size: 12px;
  }

  footer svg{
    width: 14px;
  }


  .scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(158, 158, 158, 0.3);
	border-radius: 10px;
  height: 200px;
	background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
  height: 200px;
}

.scroll::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(158, 158, 158, 0.3);
	background-color: #DDD;
}

.vlaccess-service {
  /* background-color: #0AB22F; */
  position: relative;
  padding: 50px 0;
  height: 803px;
  font-family: 'Cambay', sans-serif;
  background-image: linear-gradient(90deg,#0f100f 64.3%,#fbf6f0 0);
  /* z-index: -1; */
}

.vlaccess-service .container{
  padding: 50px 0px;
}

.vlaccess-service h2{
  color: #fff;
    font-family: 'Cambay', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
}

.vlaccess-service p{
  color: #fff;
    font-family: 'Cambay', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

/* Style the tab */
.vlaccess-service .tab {
  float: left;
  /* border: 1px solid #ccc;
  background-color: #f1f1f1; */
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.vlaccess-service .tab button {
  display: block;
  background-color: inherit;
  color: rgb(255, 252, 252);
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.5rem;
}

/* Change background color of buttons on hover */

/* .vlaccess-service .tab button svg:hover{
  fill: #ddd;
} */

.vlaccess-service .tab button svg{
  fill:#ddd;
  margin-top: -10px;
}

/* Create an active/current "tab button" class */
.vlaccess-service .tab button.active,
.vlaccess-service .tab button.active svg {
  color: #0AB22F;
  fill:#0AB22F;
}

/* Style the tab content */
.vlaccess-service .tabcontent {
  float: left;
  padding: 0px 12px;
  /* border: 1px solid #ccc; */
  width: 70%;
  border-left: none;
  height: 300px;
  z-index: 2;
}

.vlaccess-service .tabcontent img{
  position: absolute;
  bottom: 0;
  /* left: 0; */
  z-index: 1;
}

.vlaccess-service .tabcontent .service-description {
  position: relative;
  /* margin-top: -100px; */
    top: 0;
    left: 0;
    background-color: #0AB22F;
    color: #fff;
    max-width: 350px;
    padding: 24px;
    z-index: 2;
}

.vlaccess-service .tabcontent .service-description .service-know-more{
  color: #000;
  text-decoration: none;
  font-family: 'Cambay', sans-serif;
}

.vlaccess-service .tabcontent .service-description .service-know-more:hover{
  color: #fff;
}

.vlaccess-service .tabcontent .service-description p{
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}
