.fiber_block{	
    height: 350px;  
}
.Slider_block{
	width:100%;
	height:auto;
	background-color:rgba(0,0,0,0.4);	
	display:flex;
	align-items:center;
	justify-content:center;	
}
.Slider_block .content{
	text-align:center;
	position:absolute;	
}

.Slider_block .content h1{
	font-size:40px;
	margin-bottom:15px;
	color:#fff;	
}
.Slider_block .content p{
	font-size:20px;
	color:#fff;
	margin-bottom:50px;
}
.Slider_block .content a{
	text-decoration:none;
	font-size:20px;
	color:#fff;
	border:1px solid #fff;
	border-radius:50px;
	padding:15px 20px;
	margin-top:20px;
}
.background-clip{	
	right:0;
	bottom:0;
	z-index:-1;
}
@media (min-aspect-ratio:16/9){
	.background-clip{
		width:100%;
		height:auto;
	}	
}
@media (max-aspect-ratio:16/9){
	.background-clip{
		width:auto;
		height:100%;
	}	
}
.breadcrumb-area {
    background-image: url(img/banner/aboutbanner.jpg);
    padding-top: 150px;
    padding-bottom: 100px;
}
.breadcrumb-area {
    padding-top: 114px;
    padding-bottom: 114px;
    background-color: #f6f2ed;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom-width: 0px;
    padding-top: 136px;
    padding-bottom: 131px;
    background-size: cover;
    /* z-index: 3; */
    position: relative;
    
}
.text-color-primar {
    background: #fff;
    color: transparent;
    background-clip: text;
}
.breadcrumb-list {
    margin-top: 20px;
}
.breadcrumb-list li {
    color: #fff;
}
.breadcrumb-list li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.58;
    text-transform: uppercase;
}
.breadcrumb-list li a {
    position: relative;
	color:#fff;
}
.breadcrumb-list li a::after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}
.breadcrumb-title{
	padding-top:20px;
}
.iot.breadcrumb-area {  
  padding-top: 150px;
  padding-bottom: 100px;
}
.audio_visual.breadcrumb-area {
  background-image: url(img/banner/Audiovisualbanner.jpg); 
}
.cybersecurity.breadcrumb-area {
  background-image: url(img/banner/Cybersecuritybanner.jpg);  
}
.fiber.breadcrumb-area {
  background-image: url(img/banner/Fiberdeploymentbanner.jpg); 
}
.iot.breadcrumb-area {
  background-image: url(img/banner/iotbanner.jpg); 
}
.it_equipment.breadcrumb-area {
  background-image: url(img/banner/itequipmentbanner.jpg); 
}
.laptop_desktop.breadcrumb-area {
  background-image: url(img/banner/Laptopdesktopbanner.jpg); 
}
.network.breadcrumb-area {
  background-image: url(img/banner/Networksetupbanner01.jpg); 
}
.rackstack.breadcrumb-area {
  background-image: url(img/banner/Datacenterbanner.jpg); 
}
.wirelesssurvey.breadcrumb-area {
  background-image: url(img/banner/Wirelessbanner.jpg); 
}
.contactus.breadcrumb-area {
  background-image: url(img/banner/contactusbanner01.jpg); 
}
.register_work.breadcrumb-area {
  background-image: url(img/banner/registeration.jpg); 
}
.logo-img {
	width:100%;
	max-width: 65%;
	padding-top:20px;
}
.main-menu.text-right{
	padding-top:20px;
}
.header-menu {
   background: #fff none repeat scroll 0 0; 
}
body{
font-family: "Roboto", sans-serif;
background:#f8f6f6;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;  
}
.main-menu nav ul li a {
	color:#121212;
}
.main-menu nav ul li.active a, .main-menu nav ul li:hover a {
  color:#ffc400;
}
.service-details h4{
	color: #121212; 
}
.service-details > p {
  color: #121212;
  margin: 0;
  text-align:center; 
}
.section-titel-img.two h2, .section-titel-img.two p {
  color: #121212;
}
.section-titel-img.two h2::before {
 display:none;
}
.section-titel-img p{
	color: #121212;
  margin: 0 30px;
  text-align:center;
}
.section-titel-img h2::after {	
  border-bottom: 1px solid #ffc400;
}
.servce-icon img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.servce-icon img{
	border-radius: 25px;
    transition-duration: 0.3s;
}
.home-three .service-single:hover {
  background: none;
}
.servce-icon img:active, .servce-icon img:focus, .servce-icon img:hover {
    transform: scale(1.1);
}
.about-actor-left > h3 span {
  color:#ffc400;
  text-align:justify;
}
.about-actor-left h3 {
  color: #121212;
  font-size:35px;
}
.about-actor-left p {
  color: #121212;
   text-align:justify;
   font-size:16px;  
}
.button-rectangle > a {
  border: 1px solid #3a0000;
  color: #3a0000;  
}
.main-menu nav ul li a {
  font-size: 16px; 
}
.actor-about-image img{
	border-radius: 0px 80px 0px 80px;
}
.service_btn{
	text-align:center;
}
.service_btn.button-rectangle>a{
	border-radius:50px;
	padding:10px 20px;
	font-size:18px;
}
.bg-9 {
  background: url(img/footerbg02.png) repeat scroll 0 0 / cover;
  opacity: 0.8;
}
.button-rectangle > a:hover {
  border-color: #3a0000;
  color: #fff;
  background: #3a0000;
}
.about_btn.button-rectangle > a {
  border-radius:50px;
	padding:10px 20px;
	font-size:16px;
}
#scrollUp {
  background: #3a0000 none repeat scroll 0 0; 
}
#scrollUp:hover {
  background: #ffc400;
}
::selection {
  background: #ffc400;
}
.footer-menu ul li a:hover {
  color:#ffc400;
}
.footer-right-social ul li a:hover {
  color:#fff;
  background: #3a0000;
}
.bg-12 {
  background: url(img/banner/iotbanner01.jpg) repeat scroll 0 0 / cover;
}
.subcribe button:hover {
  background: #3a0000;
  color: #fff;
  border: thin solid #3a0000 !important;
}
.subcribe button { 
  border: thin solid #3a0000 !important;
  color: #3a0000; 
}
textarea { 
  background: #fff;
  border: 2px solid #000; 
  font-size: 16px;
}
textarea:focus {
  background: #fff;
  border: 2px solid #ffc400;  
}
input {
  background: #fff;
  border: 2px solid #000;  
}
input:focus {
  background: #fff;
  border: 2px solid #ffc400;  
}
.contactusblock{
	    padding: 30px 30px 30px 30px;
    background-color: #ffc400;
}
.about-resources-wrapper {
    padding-top: 30px;
    background-color: #002c82;
    background-image: url(img/slider-processing-slide-01-bg.webp);
    background-repeat: no-repeat;
    background-position: center right 40px;
}
.about-resources-wrapper .button-rectangle > a {
  border: 1px solid #fff;
  color: #fff;
}
    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
	.resources-left-box {
    max-width: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    float: right;
}
.resources-inner .sub-title {
    color: #ababab;
	font-size:18px;
	font-weight:600;
}
.ht-btn.ht-btn-md {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0em;
   
    height: 54px;
}
.ht-btn {
    font-size: 15px;
    font-weight: 500;
    border-style: solid;
    border-radius: 5px;
    border-color: transparent;
    padding: 0 36px;
    text-align: center;
    color: #ffffff;
    background: #086AD8;
    border-width: 1px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
.img-fluid {
    max-width: 100%;
    height: auto;
}
.about-resources-wrapper h3{
	font-size:40px;
	color:#fff;
	font-weight:700;
}
.text-color-primary {
    color: #ffc400;
}
.bg-gray {
    background: #6b6bea;
}
.d-lg-block {
        display: block !important;
    }
.top-bar-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}
.top-bar-left {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.top-bar-left .top-bar-text {
    font-size: 14px;
    line-height: 1.78;
	color:#fff;
}
.top-bar-left .top-bar-text .font-medium {
    font-weight: 500;
	color:#fff;
}
.top-bar-wrap .top-bar-right .top-bar-info .info-item:first-child {
    margin-left: 0;
}
.top-bar-wrap .top-bar-right .top-bar-info .info-item {
    display: inline-block;
    margin-left: 15px;
    font-size: 15px;
	color:#fff!important;
}
.info-item a{
	color:#fff!important;
}
.top-bar-wrap .top-bar-right .top-bar-info .info-item .info-icon {
    margin-right: 5px;
    font-size: 14px;
	color:#fff;
}
.fa-phone:before {
    content: "\f095";
}
.fa-map-marker-alt:before {
    content: "\f2b9";
}
.header-menu { 
  padding-top:0px;
  
}
.section-space--mb_60 {
    margin-bottom: 60px;
}
.footer-single > h5 {
  color: #fff;  
}
.stay-with-content > p {
  color: #fff;
  font-size:16px;
}
.footer-menu ul li a {
  color: #fff;
}
.contact-info ul li p {
  color: #fff;  
}
.footer-left > p, .footer-left > p a {
  color: #fff;
}
.text-brown {
  color: #fff;
}
.footer-right-social ul li a {
  color: #fff;
} 
 .section-space--ptb_100 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.home-three .service-single {
  margin-bottom: 5px;
}
.service-single {
  padding: 25px 25px 25px;
  transition: .4s;
}
.faq-custom-col {
    max-width: 570px;
    float: right;
    width: 100%;
}
.section-space--mb_40 {
    margin-bottom: 40px;
}
.section-sub-title {
    color: #ababab;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.43;
    margin-top: -5px;
}
.faq-wrapper .card {
    border-bottom: none;
    margin-bottom: 20px;
    border: none;
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
}
.faq-wrapper .card, .faq-wrapper .card-header {
    border-radius: 0;
}
.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: .5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;  
    --bs-card-box-shadow: ;  
    --bs-card-cap-padding-y: .5rem;
    --bs-card-cap-padding-x: 1rem; 
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: .75rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;   
    word-wrap: break-word;  
    background-clip: border-box;   
}
.faq-wrapper .card-header {
    padding: 0;
    border-bottom: 0;
    background-color: #ffffff;
}

.faq-wrapper .card, .faq-wrapper .card-header {
    border-radius: 0;
}
.card-header:first-child {
    border-radius:  0 0;
}
.card-header { 
    margin-bottom: 0;   
}
.faq-wrapper .card-header h5 button[aria-expanded=true] {
    color: #ffffff;
    background: #d2a98e;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-wrapper .card-header h5 button {
    border: none;
    width: 100%;
    text-align: left;
    color: #000000;
    padding: 20px 30px;
    position: relative;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    border-radius: 5px;
    background: #ffffff;
    text-decoration: none;
}
.faq-wrapper .card-header h5 button span {
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.faq-wrapper .card-header h5 button span i {
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    display: none;
}
.faq-wrapper .card-header h5 button[aria-expanded=true] span i:nth-child(2) {
    visibility: visible;
    opacity: 1;
    display: inline;
}

.faq-wrapper .card-body {
    padding: 23px 30px 29px;
}
.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.accordion-wrapper h3{
	font-size: 40px;
	font-weight:700;
}
.section-space--ptb_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-space--ptb_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.ht-box-icon.style-03 .icon-box-wrap {
    padding: 30px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ht-box-icon.style-03 .icon-box-wrap .content-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.ht-box-icon.style-03 .icon-box-wrap .content-header .icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 48px;
    font-weight: 48px;
    min-width: 60px;
    margin-right: 10px;
    color: #d2a98e;
}
.fa-life-ring:before {
    content: "\f1cd";
}
.ht-box-icon.style-03 .icon-box-wrap .content-header .heading {
    color: #086AD8;
    margin-bottom: 10px;
}

.headers {  
	margin-top: -2.4%;
	margin-bottom: -0.4%;   
	width: 100%;
} 
.top-bar-wrap{
	padding-top:10px;
}
.header-menu { 
  padding-bottom: 10px;
}

.header{
	margin-top:7px;
}

.header .item {
  height: 500px;
  position: relative;
}
.header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.item img{
	display:block; height:500px !important; margin:0 auto 30px;
}
.servicescal{	
	width:100%;
	margin:0;
	padding:0;
}
.service-single{
	width:20%;
	padding:0, 5px;
	margin:0, 5px;
}
.service-details h4 {
  font-size: 18px;  
}
.gray-dark-bg1{
	background:#d2a98e;
}
.indicator-style .owl-carousel .owl-nav .owl-next {
  top: 50px;
}
.indicator-style .owl-carousel .owl-nav .owl-prev { 
  top: 50px;
}
.pro-test-sngle .testimonial-content > h6 {
		font-size: 20px;  
}
.header-top-bar-info{
	padding-top:8px;
}
.register-titel{
	margin-bottom: 30px;
}