
* {
	padding:0;
	margin:0;
	box-sizing:border-box;
}
html, body {
	width:100%;
	height:100%;
font-family: Arial;
	font-weight:500;
	color:#4d4c4c;/* overflow-x:hidden; */
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial;

	font-weight:400;
	color:#000000;
}
a {
color:#D52A1E;
}
a:hover, a:focus {
	text-decoration:none !important;
	color:#91928f;
}
p {
	font-size:14px;
	line-height:22px;
	font-weight:400;
	margin-bottom:10px;
}
ul{
	
	list-style:none;
}

.clearfix {
	overflow: auto;
}
 .clearfix::after {
 content: "";
 clear: both;
 display: table;
}
.text-center {
	text-align:center !important;
}
.bg-with-black{
	background:#000;
}
.w-90{
	width:90% !important;
}
.w-33{
	width:33.33%;
}
.affix {
  position: fixed;
  top:0;
  width: 100%;
  opacity: 1;
z-index:99;
}
.btn {
    border-radius: 0;
    padding: 15px 28px 12px;
    background-color: #A41600;
    border-color:#A41600;
    line-height: 1;
}
header{
	background:#000;
	
}
.header_top{
	
	    padding:4px 0;
	background:#5e6167;
}
.header_top h4{
	    color: #fff;
 font-size: 15px;
    line-height: 24px;
	   margin-bottom: 0;
}
.header_top ul{
display: flex;
    list-style: none;
    margin-bottom: 0;
    float: right;
}
.header_top ul li{
	
    padding: 0px 20px;
}
.header_top ul li a{
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
	
}
.header_top ul li a:hover{
	color:#dadada;
}
.header_top ul li a i{
	
}
.top_social  ul li{
padding:0 10px;
}
.nav_menu{
	padding:0;
background:#000;
}
.navbar-dark .navbar-brand{
	max-width:230px;
	padding: 0;
}
.nav_menu .nav-item .nav-link, .nav_menu .nav-item.active .nav-link{
	    position: relative;
	color:#91928f;
    padding:24px 21px;
   font-size: 16px;
    line-height: 21px;

    white-space: normal;
text-align: center;
    text-transform: capitalize;
    font-weight: 600;	
}
.nav_menu .nav-item:last-child .nav-link, .top_social ul li:last-child{
	padding-right:0
}
.nav_menu .nav-item .nav-link span{

	    display: block;

	
	
}

 .nav_menu .nav-item .nav-link:focus{
 outline: 0;
		color:#91928f;
}
.nav_menu .nav-item:hover .nav-link{
	color:#D52A1E;
}


.menu-large {
  position: static !important;
}
/* .menu-large:hover .dropdown-menu.megamenu{
	display:block;
} */
.megamenu {
  padding: 20px 20px;
  width: 100%;
  background:#e8e9eb;
      border: 0;
	  top:98%;
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu .card {
    outline: none;
}

.megamenu .card:hover,
.megamenu .card:focus {
    outline: 1px solid #000;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

.dropdown-toggle::after{
	display:none;
}
.megamenu_list{
		
	border-left:1px solid #bbbcbb;


}
.megamenu_list:first-child{
	border-left:0
}

.megamenu_list ul{
	padding-left:15px;
margin-bottom:30px;
	
}
.megamenu_list:first-child ul{
padding:0
}
.megamenu_list ul:last-child{
	margin-bottom:0;
}
.megamenu_list li{
 
    font-size: 13px;

    font-weight: 700;
    line-height: 18px;
    text-transform: capitalize;
    margin-bottom: 9px;
}

.megamenu_list li a{
	    color: #484848;

		padding-left:30px;
		    display: flex;
    
}
.megamenu_list li a:before{

display:inline-block;
content:' ';
background:#484848;
width:10px;
height:1px;
margin-top:8px;
margin-right:5px;
}
.megamenu_list .menu_header{
	    margin-bottom: 10px;
	
}

.megamenu_list li.menu_header a:before{
	display:none;
}

.megamenu_list .menu_header a{
	font-size: 16px;
    color: #35383d;
    line-height: 23px;
	    font-weight: 700;
}


 .megamenu_list li:hover a{
	color:#D52A1E;
}


.dropdown.menu-large.show a.dropdown-toggle.nav-link:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #d5d6d2;
    position: absolute;
    bottom: -8px;
    right: 50%;
    transform: rotate(270deg);
}














.block_title h2{
	    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #35383d;
    text-align: left;
    letter-spacing: -.02em;
    line-height: 32px;
}

.block_title h2 span{
	
    color: #75787b;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 5px;
    

}
.block_title p{
	    font-size: 20px;
    line-height: 33px;
    max-width: 850px;
    margin: 12px 0 0 0;
        color: #75787b;
}
/* .block_title h2:after {
    content: "";
    width: 50px;
    background: #333;
    position: absolute;
    height: 3px;
    bottom: 7px;
    margin-left: 20px;
} */
.banner_slides, .innerpage_banner{
	margin-top:88px;
}
.slider-area {
    position: relative;
    z-index: 1;
}
.single-slider::before {
    opacity: 0.7;
}
/* .single-slider .content {
    left: 0;
    position: absolute;
    right: 0;
    top: 25%;
} */

.banner_slides .owl-carousel .owl-item{
height:500px;	
}
.slider_info{
	position:absolute;
height:500px;
    display: flex;
    align-items: center;
}
.slider_info .content{
	max-width:450px;float:left;
	padding-right:50px;
}
.single-slider .img{
	width:calc(100% - 450px);float:left;
}
.single-slider .img img{
       width: 100%;
    height: 500px;
    object-fit: cover
}
.single-slider .content .intro {
    font-size: 60px;
    font-weight: 700;
    line-height: 68px;
    color: #ffffff;
}
.single-slider .content .intro span{
    font-weight: 300;
}
.slider-area .owl-item.active .single-slider .intro {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.single-slider .content .title {
color: #ffffff;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.slider-area .owl-item.active .single-slider .title {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.single-slider .content .text {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
   
}
.single-slider .content .txtRed{

    font-weight: 500;
    font-size: 40px;
    line-height:48px;
	    margin-bottom:10px;
}

.slider-area .owl-item.active .single-slider .text {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.single-slider .content .buttons {
  margin: 30px 0 0;
}
.slider-area .owl-item.active .single-slider .buttons {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.single-slider .about-btn{
       padding: 0 15px;
    margin-top: 15px;
    min-height: 52px;
    line-height: 52px;
    font-size: 18px;
  
}
.single-slider .about-btn:hover{
	    background: #5e6167;
}
.single-slider .about-btn i{
	margin-left:15px;
	font-size:17px;
}
.single-slider .content .buttons .link {
    margin-right: 20px;
}
.slider-area .owl-dots {
    bottom: 30px;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
}
.slider-area .owl-dots .owl-dot {
    background: #9f9ba0;
    display: inline-block;
    height: 8px;
    margin-right: 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 15px;
    border-radius: 5px;
}
.slider-area .owl-dots .owl-dot.active {
    width: 30px;
    background-color: #fff;
}
.home_services{
		border-top:1px solid #efefef;
	padding:60px 0;
}
.home_services .col-md-4{
	
}
.service_block{
	display: block;
	    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);


    overflow: hidden;
		margin-bottom:16px;
}
.service_block img{
	width:100%;
	max-height:365px;

}

.service_block_info{
	left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);

	    padding: 15px 20px;
		transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	/* 	transform: translateY(75%);
	-o-transform: translateY(75%);
	-ms-transform: translateY(75%);
	-moz-transform: translateY(75%);
	-webkit-transform: translateY(75%); */

}

.service_block:hover .service_block_info{
	transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	background-color: rgba(0,0,0,0.8);
}
.service_block_info h4{
	     color: #fff;
    font-size: 29px;
    line-height: 38px;
}

.service_block_info h3{
         color: #fff;
    font-size: 64px;
    line-height: 38px;
    font-weight: 600;
    padding-top: 24px;
}

.service_block_info p{
	    font-size: 18px;
    line-height: 24px;
    color: rgba(255,255,255,1);
    position: absolute;
    bottom: 25px;
    right: 25px;
    left: 25px;
	margin-bottom: 0px
}

.home-about{
	    padding: 45px 0;
    background: #35383d;
}

.about_block_title h2 {
	position:relative;
	    margin-bottom: 38px;
        font-size: 30px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
    line-height: 32px;
}

.about_block_title h2 span {
	
	color:#D52A1E;
}
.about_block_title  h2:after{

display: block;
    content: "";
    width: 100px;
    background: #D52A1E;
    position: absolute;
    height: 8px;
    bottom: -22px;
    left: 0;

	
}	.about_block_title  p.quoted{
	
	    color: #fff;    margin-bottom: 25px;
		
}
	.about_block_title  p{
	    font-size: 17px;
    line-height: 26px;

	}
.about_block_title a:after{
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
	content: "\f061";
	left:0;
	opacity:0;
	
	
}
	.about_block_title a:hover::after{
		left:15px;
	opacity:1;
	}
.testimonials {
	padding:60px 0 90px;
	border-top:1px solid #efefef;
	
}
.testimonials  .owl-carousel .owl-stage{
	display:flex;
}
.testimonials  .owl-item{
	    margin-left:4px;
		border: 1px solid #75787b;
}
/*.testimonials blockquote.icon:before {
    font-family: sans-serif;
    content: "\201D";
    color: rgba(213, 43, 30, 0.15);
    font-size: 180px;
    line-height: 1;
    z-index: 1;
    position: absolute;
}*/
.testimonials  blockquote{

	margin:0;

	
    padding: 35px 30px 30px;
}
.testimonials p{
	    text-align: center;
    font-weight: 400;
    font-size: 16px!important;
}
.testimonials  figure{
border-radius: 5px;
    overflow: hidden;
	border:1px solid #efefef;

}	
.testimonials .blockquote-footer {
    display: block;
    font-size: 17px;
    color: #35383d;
	background:transparent;
    padding: 20px 0px 5px;
    font-weight: 600;
    text-align: center;
}
.testimonials  .owl-prev, .testimonials  .owl-next{
	    position: absolute;
    top:50%;
    background: #efefef;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    border-radius: 50%;
}
.testimonials  .owl-prev{
	left:-80px;
}

.testimonials  .owl-next{
	right:-80px;
}
.client-logo{
	    max-width: 200px;
    margin:0 auto 40px auto;
}

.call-to-action {
    padding: 96px 0px 82px;
}
.call-to-action {
       background: linear-gradient(to right, rgba(0,0,0,0.90) 60%, rgba(164, 22, 0, 0.5 )) 40%, url(../../images/b-4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    /*background-attachment: fixed;*/
}
.call_left {
    margin-bottom: 15px;
}
.call_left h2 {
    font-size: 30px;
    line-height: 48px;
    display: inline;
   font-weight: 700;
    color: #fff;
    text-align: left;

}
.call_left p {
font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: left;
    width: 80%; 
        margin-top: 10px;
}
.call-to-action .btn{
	    min-height: 30px;
    line-height: 30px;
    min-width: 200px;
    background: #D52A1E;
    border-color: transparent;
    font-size: 19px;
    font-weight: 600;
	 
}
.call-to-action .btn i{
	font-size: 16px;
    margin-left: 8px;
}
.call-to-action .btn:hover{
	background:#5e6167;
}
.sponsored {
  border-top: 1px solid #dedede;
  padding: 50px 0 60px;
}
.owl-carousel.clients-carousel .owl-stage-outer{
	 padding: 30px 0;
}
#client-carousel-items .client-single-items {
    text-align: center;
}

#client-carousel-items .client-single-items img {
    width: auto;
    display: inline-block;
	    border: 1px solid #75787b;

    filter: grayscale(1);
}
#client-carousel-items .client-single-items img:hover, #client-carousel-items .owl-item.active.center .client-single-items img{
	    filter: grayscale(0);

}
 #client-carousel-items .owl-item.active.center .client-single-items img{
	 
	 		transform:scale(1.1);
			border-color:#D52A1E;
 }
hr {
    margin: 30px 0;
    border-color: #ededed;
}

footer {
    background-color: #35383d;
    color: #fbfbfb;
    color: rgba(255, 255, 255, 0.7);
	padding:70px 0 40px;
}
footer h5 {
    color: #fff;
    margin: 0 0 15px 0;
}
.footer-about p{
	font-size: 14px;
    line-height: 24px;
}
footer ul li  i,
footer ul.contacts li  i {
    margin-right: 15px;
}
footer ul li {
     margin-bottom: 8px;
	 display:flex;
     font-size: 14px;
}
footer ul li i{
	
}
footer ul li a {
	
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    color: #fff;
    opacity: 0.7;
    align-items: center;
}
footer ul li a:hover {
    color: #fff;
    opacity: 1;
}
footer ul li a i {
    color: #fff;
}
footer ul.links li a:hover {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
}
.links{
	display:flex;
	flex-wrap:wrap;
}
.links li{
	width:50%;
}
.newsletter input[type="text"]{
    margin-bottom: 15px;
    min-height: 42px;
    width: 100%;
	padding:5px 15px
}
.newsletter  button{
background: #D52A1E;
    box-shadow: unset;
    border: 1px solid #D52A1E;
    padding: 6px 10px 6px 0px;
    color: #ffffff;
    overflow: hidden;

    width: 100%;
    font-size: 17px;
    min-height: 42px;
}
.newsletter  button i{
    position: absolute;
   
    margin-left: 8px;
    margin-top: 4px;
	    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
/* .newsletter  button:hover i{
color:#fff;
margin-left:14px;	
} */

.newsletter label{
font-size: 14px;
    margin-bottom: 5px
}
#newsletter input[type="submit"],
ul#additional_links li a {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
footer hr {
    opacity: 0.1;
}
footer .copy {
    text-align: right;
    font-size: 14px !important;
    font-size: 0.8125rem;
    opacity: 0.7;
}
@media (max-width: 767px) {
    footer #copy {
        text-align: left;
        margin: 5px 0 20px;
    }
}
footer.fake-footer {
    display: none;
    visibility: hidden;
}
#newsletter .loader {
    position: absolute;
    right: -20px;
    top: 11px;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
}
#hero_video,
#newsletter .form-group,
.header-video {
    position: relative;
}
#newsletter h6 {
    color: #fff;
    margin: 15px 0;
}
#newsletter input[type="email"] {
    border: 0;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #1b2632;
    color: #fff;
}
#newsletter input[type="submit"] {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    top: 0;
    border: 0;
    padding: 0 12px;
    height: 40px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #92278f;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0;
}
#newsletter input[type="submit"]:hover {
    background-color: #392779;
}
.follow_us {
    margin-top: 15px;
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
}
.follow_us h5 {
    color: #fff;
}
.follow_us ul li {
    display: inline-block;
    margin-right: 10px;
  
    font-size: 1.25rem;
}
/* .follow_us ul li:first-child {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    font-size: 0.8125rem;
}
.follow_us ul li.sl_header {
	  font-size: 16px;
    color: #fff;
	
	

} */
.follow_us ul li a:hover,
ul#additional_links li a:hover {
    opacity: 1;
}
ul#additional_links {
    margin: 0;
    color: #555;
    font-size: 13px;
    font-size: 0.8125rem;
}
ul#additional_links li {
    display: inline-block;
    margin-right: 15px;
}
ul#additional_links li:first-child {
    margin-right: 20px;
}
ul#additional_links li:last-child:after {
    content: "";
}
ul#additional_links li a {
    color: #fff;
	font-size: 14px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul#additional_links li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    left: 10px;
}


.footer_logo{

    max-width: 205px;
}
/* background-color-transparent */
.bg-theme-colored-transparent,
.piechart-block {
  background-color:rgba(164, 22, 0, 0.92) !important;
  padding:0 30px !important;
}



.about-btn{background: #D52A1E; color: #fff; display: inline-block; padding: 10px 25px;}

.about-btn:hover{color: #fff;}

.blockquote-footer::before{display: none}

.testi-company-name {font-style: italic;
    font-weight: 400;
    text-align: center;
    font-size: 15px!important;
    color:#35383d;}

.block_title h6 {
    font-size: 20px !important;
    line-height: 33px;
    max-width: 850px;
    margin: 12px 0 0 0;
    color: #75787b;
    text-align: left;
}


/* Innerpage Begins */
.innerpage_banner{

	min-height:420px;
	background-size:cover !important;

}

.ib_box{
	margin-top:50px;
	max-width: 410px;
    background: #D52A1E;
    padding: 50px 30px;
}	

.ib_box h1{
	color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.ib_box p{
	    font-weight: 700;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-right: 40px;
}
 .btn_req_quote{   
margin-top:10px;
 padding: 15px;
font-size:14px;
	    margin-top: 10px;
		    color: #35383d;
    border-color: #fff;
    background-color: #fff;
	font-weight: 700;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    outline: 0;

}
 .btn_req_quote  i{
	color:#D52A1E;
	    margin-left: 20px;
}
.prev_link{
	color:#fff;
	font-size:14px;
	font-weight:700;
	line-height:18px;
	margin-bottom:20px;
}

.ib_box.risk_box{
	background:#000;
}
.ib_box.risk_box  .btn_req_quote  i{
	color:#000;
}
/* Innerpage Ends */

/* Breadcrumbs Begins */

.breadcrumbs li{
	    font-size: 13px;
		position:relative;
}
.breadcrumbs li a{
	
}
.breadcrumbs  li + li::before {
    content: "/ ";
    color: rgb(213, 214, 210);
    padding: 0px 5px;
}
/* Breadcrumbs Ends */

/*Innerpage Begins */

.innerpage_top_section{
padding: 20px 0;
}

.page_title h2{
	font-size: 40px;
	    margin-top: 20px;
    letter-spacing: -.02em;
	color: #35383d;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
}

.page_title p {
	font-size:16px;
	line-height:1.4;
}
/* Innerpage Ends */


/* Service Grid Begins */
.services_grid{
	margin-bottom:60px;
}
.service_grid_info{
	    border: 1px solid #bebebe;
    padding: 30px;
}
.sv_heading span{
	    font-size: 24px;
    line-height: 28px;
    color: #35383d;
    font-weight: 700;
    min-height: 60px;
}
.sv_heading img{
	    padding: 10px 0 20px 0;
}
.service_grid p{
    color: #35383d;
    font-size: 17px;
    line-height: 21px;
}

.sv_btn{
	margin-top:30px;
	border: 1px solid #91928f;
    color: #35383d;
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
	
}
.sv_btn i{
	
	    color: #D52A1E;
    margin-left: 20px;
    font-size: 20px;
}

.service_grid_info + .service_grid_info{
	margin-left:-1px;
}
.service_grid_info p{
		color:#35383d;
}
.service_grid_info.w-50 p{

	    font-size: 17px;
    line-height: 22px;
}
/* Service Grid Ends */



/* Counter Section Begins */
.counter_block{
/* background:#35383d; */
	    background: linear-gradient(to right, rgba(0,0,0,0.60) 100%, rgba(164, 22, 0, 0.60 )) 0%, url(../../images/banner-security-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

padding:60px 0;
}
.counter_block h2{
color:#ffffff;


}
.counter_list li{
min-width:25%;
color:#fff;
	    text-align: center;
}
.counter_list li img{
	height:50px;
	   margin-bottom: 5px;
}
.counter_list i{
	font-size:46px;
line-height: 52px;
    margin-bottom: 5px;
    display: block;

}
.counter_list h4{
color:#fff;
    text-transform: uppercase;
	font-size:19px;
}
.counter_list h4 span{
    /*display: block;*/
    color: #D52A1E;
    font-size: 35px;
    font-weight: 600;

}
.counter_list h4 div{
	    color: #D52A1E;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 8px;
	    display: flex;
    justify-content: center;
}
/* Counter Section Ends */


.home-act{
	padding:40px 0;

	  background: #35383d; 
		color:#fff;
}
.home-act h2{
	    font-weight: 700;
    margin-bottom: 12px;
	color:#fff;
	
    font-size: 28px;
}
.home-act p{
	font-size: 18px;
    line-height: 28px;
}
.home-act-btn{
	background: #D52A1E;
    color: #fff;
    display: inline-block;
       padding: 0 15px;
    margin-top: 15px;
    min-height: 52px;
    line-height: 52px;
    font-size: 18px;
  
}
.home-act-btn:hover{
	    background: #5e6167;
}
.home-act-btn i{
	margin-left:8px;
	font-size:17px;
}
@media only screen and (min-width: 1300px) {
	
	.container{
		
	max-width:1200px;

	}
	
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}
/* @media (min-width: 1366px) {
	
	.content.text-left{
		
		padding-left:16%;
	}
}
@media (min-width: 1500px) {
	
	.content.text-left{
		
		padding-left:31%;
	}
}
@media (min-width: 1900px) {
	.content.text-left{
		
		padding-left:48%;
	}
	
}
 */

 .arrowList ul li{
    padding-left: 20px;
    position: relative;
    padding-top:0px;
    
    }

.arrowList ul li:before{
    background: url(../../images/arrow5.png) no-repeat left top; 
    width:8px;
    height:6px;
    content:"";
    position:absolute;
    top:9px;
    left:0px;
    }

 .arrowList ul li p{
    margin-bottom: 5px;
    
    }

.margin-top-5{margin-top: 130px;}

.sectors-section{border: solid 1px #bebebe; }

.sectors-section-box{width: 50%; float: left}

.clearfix{clear: both;}

.sectors-section-box-text{padding: 12px 30px;}

.sectors-section-box-text h4{color: #35383d;
    font-weight: 700;
    margin: 0 0 15px;
font-size: 24px;}

.sectors-section-box-text p{font-size: 16px;
    line-height: 1.6;
       font-weight: 400;
    color: #35383d;}
	
	.industries{
		background: url(../../images/footer-image.jpg) no-repeat left top; 
		background-size:50%;
		border-top:1px solid #efefef;
		
    background-position: left center;
	}
	
	.industries_list{
		padding: 45px 30px;
		padding-right:0;
	}
	
	.industries_list h2{
        color: #35383d;
        font-weight: 700;
        font-size: 26px;
		line-height:40px;
		margin-bottom: 30px;

		
	}
		.industries_list ul {
		margin-bottom:0;	
		}
		
		.industries_list ul li{
			width: 25%;
    margin-bottom: 30px;

			
		}
				.industries_list ul li a{
				       font-size: 15px;
    line-height: 24px;
    border-bottom: 1.5px solid;
    padding-bottom: 7px;
    font-weight: 600;
				}
				
				
.icon_nav_block{
padding: 40px 0;
    background: #efefef;
    text-align: center;
    border: 1px solid #efefef;
}

.icon_nav_block  h2{
	font-size: 32px;
    line-height: 40px;
    margin: 0 auto;
    margin-bottom:60px;
    font-weight: 600;

 
}
.icon_nav_block  h2 span{
	    display: block;

    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
		    margin-top: 10px;
    color: #35383d;
}
.icon_nav_block ul li:first-child{
	margin-left:0;
}
.icon_nav_block ul li{
	margin-left:-25px;
}
.icon_nav_link{
	position:relative;

    border-radius: 50%;
font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 31px;
    color: #fff;
    padding: 25px;
	border:4px solid #484d58;
}
.icon_nav_block ul li a.icon_nav_link{
width: 200px;
    height: 200px;
	
}
.icon_nav_link img{
		    position: absolute;
	width:170px;
}
.icon_nav_block ul li a.icon_nav_link img{

  opacity:0.7;

}	
.risk_circle .icon_nav_link{
	
	    background: #000;
}
.secure_circle .icon_nav_link{
	
	    /*background: #272a2f;*/
            background: rgba(39,42,47,0.96) url(../../images/icons/services/security-services.png) no-repeat center 22px;z-index: 1;
           

}
.tech_circle .icon_nav_link{
	    /*background: #c00000;*/
		 background: #c00000 url(../../images/icons/services/products-technology.png) no-repeat center 20px;
	
}
.facility_circle .icon_nav_link{
	    /*background: #7f2b22;*/
        background: rgba(127,43,34,0.95) url(../../images/icons/services/fm.png) no-repeat center 22px;
	
}


.secure_circle_small .icon_nav_link{
    
        /*background: #272a2f;*/
            background: #272a2f url(../../images/icons/services/security-services-small.png) no-repeat center 12px;
           

}
.tech_circle_small .icon_nav_link{
        /*background: #c00000;*/
         background: #c00000 url(../../images/icons/services/products-technology-small.png) no-repeat center 12px;
    
}
.facility_circle_small .icon_nav_link{
        /*background: #7f2b22;*/
        background: #7f2b22 url(../../images/icons/services/fm-small.png) no-repeat center 18px;
    
}



.content_block{
	padding:60px 0;
}
.content_block .content_info{
	position:relative;
	    border: 1px solid #ddd;
		padding-bottom:52px;

}
.content_icon{
		padding:30px 25px 0  25px;

}
.content_icon p.cdesc{
		margin-top:20px;
}
.content_icon .icon_nav_link{
	width:150px;
	height:150px;
	font-size:19px;
	line-height: 24px;
	
    text-align: center;
	
}
.content_icon .icon_nav_link img{
	width:120px;
	opacity: 0.7;
}

a.content_link{
	position:absolute;
	bottom:0;	
display: block;
    width: 100%;
    padding: 10px 15px;

    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;	
}

a.content_link i{
font-size:15px;
margin-left:8px;
}
	
	.risk_content_info  a.content_link{
		    background: #000000;
	}
		.secure_content_info  a.content_link {
			  background: #272a2f;
		}
			.tech_content_info  a.content_link {
			  background:#c00000;
		}
			.facility_content_info  a.content_link {
			  background: #7f2b22;
		}
.content_info-box{width: 25%; float: left}

.pl-22{padding-left: 8px !important;}

.ib_box.security_box{
    background:#272a2f;
}
.ib_box.security_box  .btn_req_quote  i{
    color:#000;
}

.ib_box.product_technologies_box{
    background:#c00000;
}
.ib_box.product_technologies_box  .btn_req_quote  i{
    color:#000;
}

.ib_box.facility_management_box{
    background:#7f2b22;
}
.ib_box.facility_management_box  .btn_req_quote  i{
    color:#000;
}


.about-section{border: solid 1px #bebebe; }

.about-section-box-left{width: 68%; float: left; }

.about-section-box-right{width: 32%; float: left; }

.clearfix{clear: both;}

.about-section-box-text {
    padding: 15px 30px 10px;
}

.about-section-box-text h4{color: #35383d;
    font-weight: 700;
    margin: 0 0 15px;
font-size: 24px;}

.about-section-box-text p{font-size: 16px;
    line-height: 1.6;
       font-weight: 400;
    color: #35383d;}

.aboutus-btn{background: #000; color: #fff; text-align: center; min-height: 58px;
    line-height: 58px;}

.aboutus-btn a{ color: #fff; font-size: 19px }

.megamenu_list li.industries-menu a:before{
    display:none;
}
.client-box{width: 19%; float: left; margin-right: 1.25%; padding: 10px; border: 1px solid #eee; margin-bottom: 20px;}

.last{margin-right: 0% !important;}

.careersform{width: 48%; margin-right: 2%; float: left; }

.careersform input{width: 90%; height: 38px; border:1px solid #bebebe; margin-bottom: 20px; padding: 5px 10px;}

.careertextarea textarea{width: 93.3%;  border:1px solid #bebebe;  padding: 5px 10px;}

.careersform label{color:#000; font-size: 15px;}

.careertextarea label{color:#000; font-size: 15px;}

.careerupload input{width: 93.3%;  border:1px solid #bebebe;  padding: 5px 10px;  margin-bottom: 20px;}

.careerupload label{color:#000; font-size: 15px;}

.mt50{margin-top: 50px !important}

.contact-box{
    margin-right: 3.5%;
    float: left;width:31%;margin-bottom: 30px;}

.branches-heading{    color: #000;
    font-size: 24px;
    font-family: 'Arial';
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;}

.attbox {
    float: left;
    width: 100%;
    height: 190px;
    background: #f9f9f9;
    margin-top: 60px;
}

 .attbox .box {
    float: left;
    width: 100.8%;
    height: 190px;
    background: #f9f9f9;
    margin-left: -3px;
    margin-top: -3px;
    transition: all 0.3s ease;
}

.cirimg {
    width: 85px;
    height: 85px;
    border-radius: 100%;
    border: 5px solid #eee;
    overflow: hidden;
    margin-bottom: 14px;
    transition: all 0.3s ease;
    margin-top: -50px;
    background: #fff;
}

.attbox h5 {
    margin-bottom: 0px;
    color: #d52a1e;
    font-size: 18px;
    font-family: 'Arial';
    font-weight: 500;
}

.attbox p {
    font-size: 15px;
    width: 80%;
    margin: 14px auto 15px auto;
    line-height: 30px;
    font-family: 'Arial';
    color: #000;
}



.attbox-1 {
    float: left;
    width: 100%;
  
    background: #f9f9f9;
    margin-top: 60px;
}

 .attbox-1 .box-1 {
    float: left;
    width: 100.8%;
    height: 280px;
    background: #f9f9f9;
    margin-left: -3px;
    margin-top: -3px;
    transition: all 0.3s ease;
}

.cirimg-1 {
    width: 85px;
    height: 85px;
    border-radius: 100%;
    border: 5px solid #eee;
    overflow: hidden;
    margin-bottom: 14px;
    transition: all 0.3s ease;
    margin-top: -50px;
    background: #fff;
}

.attbox-1 h5 {
    margin-bottom: 10px;
    color: #d52a1e;
    font-size: 18px;
    font-family: 'Arial';
    font-weight: 500;
}

.attbox-1 p {
    font-size: 15px;
    width: 90%;
    margin: 0px auto 0px auto;
    line-height: 30px;
    font-family: 'Arial';
    color: #000;
}











.contact-form{width: 65%; float: left; margin-right: 4%;}

.contact-form h4 {
    color: #000;
    font-size: 24px;
    font-family: 'Arial';
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
}

.contact-form .one_half{ width: 48%; margin-right: 4%;
    float: left;}

 .feildcont label {
    float: left;
    width: 100%;
    font-weight: normal;
    color: #000;
    font-size: 15px;
}

.feildcont input {
    float: left;
    width: 100%;
    padding: 9px 12px;
    border:1px solid #bebebe;
    margin-bottom: 12px;
    border-radius: 0px;
}

.feildcont textarea {
    float: left;
    width: 100%;
    padding: 9px 12px;
    border:1px solid #bebebe;
    margin-bottom: 12px;
    border-radius: 0px;
}

.feildcont label em {
    color: #d52a1e;
    font-style: normal;
}

.feildcont .fbut1 {
    /*float: left;
    background: #bd1a8d;
    padding: 15px 122px;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Arial';
    transition: all 0.3s ease;
    margin-top: 18px;*/
    background: #D52A1E;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    margin-top: 15px;
    min-height: 52px;
    line-height: 52px;
    font-size: 18px;
}

.contact-img-section{width: 31%; float: left; border:1px solid #c1c1c1; padding: 10px}

.map-section{width: 100%; float: left; margin-top: 35px;}

.map-section h4 {
    color: #000;
    font-size: 24px;
    font-family: 'Arial';
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
}

.google-map {
    width: 99%;
    height: 350px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
}

.clear {clear: both;}

.contact-bg-section {
    padding: 40px 0;
    background: #fff;
}
.divider_line2 {
    float: left;
    width: 100%;
    padding-top: 70px;
    margin-bottom: 45px;
    background: url(../../images/divider-line1.png) no-repeat center bottom;
}

.profile-bg{background-color: #000; padding: 20px; margin-top: 35px;}

.profile-bg-left{width: 32%; float: left; margin-right: 3%; margin-bottom: 0px;}

.profile-bg-right{width: 65%; float: left; margin-right: 0%;}

.profile-bg-right h2{color: #fff; font-family: 'Arial', sans-serif; font-size: 24px; font-weight: 500;text-align: left;margin-bottom: 10px;}

.profile-bg-right h4{color: #fff; font-family: 'Arial', sans-serif; font-size: 18px; font-weight: 500;text-align: left;margin-bottom: 20px; font-style: italic;}

.profile-bg-right p{color: #fff; font-family: 'Arial', sans-serif; font-size: 16px; font-weight: 500;text-align: left;}


