/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;700&display=swap');

html, body{
  	font-family: 'Open Sans', sans-serif;
    font-size: 100%;
	transition: background-color 0.5s ease;
  	background: #fff;
	margin:0px;
	padding:0px;
	text-align:center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

body a{
	font-size:12px;	
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	
}

a:hover{
	text-decoration:underline;
	
}

h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
    letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;;	
}

p{
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
}

li{
	font-family: 'Open Sans', sans-serif;;
}

ol{
	margin:0px;
	padding:0px;
}

img{
	border-width:0px;
}
input{
    box-sizing: border-box;	
}
table{
	width:100% !important;	
}

.pl-0, .pr-0, .pt-0, .pb-0, .p-0, .ml-0, .mr-0, .mt-0, .mb-0, .m-0{
	padding:0px;
}

.full{
	width:100%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.container{
	width:94%;
	margin:0 3%;
}

.clear{
	clear:both;
}

::-webkit-scrollbar {
  width: 6px; 
   background-color:#CCCCCC;
  -webkit-border-radius: 80px;
}
::-webkit-scrollbar:hover {
  background-color: rgba(0,0,0,0.61);
}

::-webkit-scrollbar-thumb:vertical {
  background: #CC9933;
  -webkit-border-radius: 80px;
}
/*::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0,0,0,0.61);
  -webkit-border-radius: 80px;
}*/

.tollfree-blink{
	-webkit-animation-name: toll-free-blink; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: toll-free-blink;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes toll-free-blink {
    0%   {color:red;}
    25%  {color:yellow;}
    50%  {color:#fff;}
    75%  {color:green;}
    100% {color:red;}
}

/* Standard syntax */
@keyframes toll-free-blink {
    0%   {color:red;}
    25%  {color:yellow;}
    50%  {color:#fff;}
    75%  {color:green;}
    100% {color:red;}
}

.boder-two-color span {
  height: 1px;
}
.boder-two-color span.border-short {
  width: 25%;
  background: #974d00;
}
.boder-two-color span.border-long {
  width: 75%;
  background: #D2D9DF;
}


/*=================header=====================*/

header{
	width:100%;	
}

.header{
	width:100%;	
	background: #FFF;
}

.header .logo{
    width: 100%;
    height: auto;
	padding:4px 0px;
	display:block;
	text-align:left;
}

.header .logo img{
	height:86px;
	width:auto;	
}

.header .header-right{
    display: block;
	float:right;
	max-width:250px;
}

.header .header-right a.download-brochure{
    display: block;
    background: #d10404;
    color: #ffffff;
    margin: 4px 0px;
    padding: 7px;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.header .header-right a.download-brochure:hover{
    color: #000;
}

.header .header-right .product-search{
    display: block;
    position: relative;
    margin-top: 8px;
}

.header .header-right .product-search input{
    display: block;
    width: 100%;
    padding: 4px 50px 4px 5px;
    font-size: 17px;
}

.header .header-right .product-search button{
    font-size: 18px;
    position: absolute;
    top: 1px;
    right: 0;
    padding: 8px 10px 8.5px;
    border-width: 0 1px;
    border-color: #CCC;
    color: #2e2e2e;
}

.header .header-right .product-search button:hover{
	background: #f5c200;
}

.header-adverrtise{
	width:auto;
	height:80px;
	margin-top: 8px; 
	display:inline-block; 
	margin-right:20px;
}

.top-bar{
    display: block;
    background: #d72820;
    box-shadow: 0px 2px 12px #000000;
    padding: 6px 0px 7px;
}

.top-bar .top-bar-left{
    float: left;
    padding: 0px 10px 0px;
}

.top-bar .top-bar-right{
    float: right;
}

.top-bar ul{
    display: block;
}

.top-bar ul li{
    display: inline-block;
    margin-right: 13px;
    position: relative;
}

.top-bar ul li a{
    font-size: 13px;
    color: #FFF;
	cursor:pointer;
	letter-spacing:1px;
}

.top-bar ul li a:hover{
    color: #0c0900;
	text-decoration:none;
}

.top-bar ul li a i{
    margin-right: 5px;
}



/*================menu=================*/

.menu{
    position: relative;
    text-align: center;
    z-index: 32;
    background: #d10404;
}

.menu i{    
      position: absolute;
    right: -1px;
    cursor: pointer;
    top: -80px;
    padding: 10px 10px;
    background: #f5c200;
    color: #000;
    display: none;
}

.menu ul{
	margin:0px 0px;
	padding:0px;
    display: table;
    width: 100%;	
}

.menu ul li{
    display: table-cell;
    border-right: 1px solid #976800;
    margin-left: -5px;
}

.menu ul > li:hover > a{
	color:#FFF;	
}

.menu ul li a{
    display: block;
    font-size: 13px;
    padding: 11px 5px;
    color: #fafafa;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.7px;
    /*font-family: 'Days One', sans-serif;*/
}

.menu ul li a.new-icon:after{
    display: block;
    background: url(../images/new-flashing.gif) right no-repeat;
    position: absolute;
    content: "";
    width: 37px;
    height: 11px;
    top: 5px;
    right: 3px;
    background-size: cover;
}

.menu ul li:hover > a{
    color: #ffffff;
    background: #100f0a;
}

.menu ul .menu_active > a{
    color: #ffffff;
    background: #000000;
}

.menu ul ul{
    max-width: 224px;
    padding: 5px;
    background: #010101;
    position: absolute;
    z-index: 30;
	display:none;
	visibility:hidden;
	opacity:0;
	
	transition:0.1s all;
	-webkit-transition:0.1s all;
	-moz-transition:0.1s all;
	-o-transition:0.1s all;
	-ms-transition:0.1s all;
	
}



.menu ul li:hover > ul{
	display:block;
	visibility:visible;
	opacity:1;
}

.menu ul ul li{
	display:block;	
    border-right: 0px solid #976800;
    margin-left: 0px;	
}

.menu ul ul li a{
    padding: 10px;
    display: block;
    line-height: 18px;
    color: #ffffff;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-family: 'Cabin', sans-serif;
}

.menu ul ul li:hover > a{
    background: #fff;
    color: #d10404;
}

.menu ul ul .menu_active > a{
    background: #fff;
    color: #d10404;
}


/*======================  Mega Menu ================*/

.mega-menu{
    display: block;
    width: 100%;
    left: 0;
    position: absolute;
    padding: 0px 0px !important;
	background:#edecec !important;
}

.mega-menu > li{
    width: 20%;
	text-align:left;
	background:#ddae00;
}

.mega-menu > li > a{
		
}

.mega-menu > li > ul{
    height: 100%;
    display: block;
    top: 0;
    left: 20%;
    width: 80%;
    padding: 0px 0px !important;
    background:#edecec !important;
}

.mega-menu > li.active > ul{
	visibility: visible;
    opacity: 1;
}

.mega-menu > li > ul > li{
    width: 32.33%;
    display: inline-block !important;
    margin: 0px;
    position: relative;
}

.mega-menu > li > ul > li > a{
		
}

.mega-menu > li > ul > li > ul{
    width: 100%;
}
/*
.mega-menu > li > ul > li:hover{
	display:block !important;
}

.mega-menu > li > ul > li > ul{
    left: 100%;
    width: 33.3%;
    padding: 5px 0px !important;
    background: #CCC !important;
}

.mega-menu > li > ul > li > ul > li{
    width: 100%;
}

.mega-menu > li > ul > li > ul > li > a{
		
}*/


/*====================inner-slide============*/

.inner-slide{
    width: 100%;
    position: relative;
	max-height:220px;
	overflow:hidden;
}

.inner-slide:after{
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.33);	
}

.inner-slide img{
    width: 100%;
    height: auto;
}

.inner-slide .inner-box{
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.inner-slide .inner-box h2{
    display: block;
    font-size: 25px;
    text-transform: uppercase;
    color: #000000;
	font-weight:900;
}

.inner-slide .inner-box ul{
    display: block;
    margin-top: 18px;
}

.inner-slide .inner-box ul li{
    display: inline-block;
    padding-left: 27px;
    color: #fffdba;
    font-size: 15px;
}

.inner-slide .inner-box ul li i{
    position: absolute;
    margin-top: 0px;
    font-size: 20px;
    margin-left: -21px;
    color: #ffca00;
}

.inner-slide .inner-box ul li a{
    color: #fffee7;
    font-size: 16px;
    font-family: 'Cabin', sans-serif;
}

/*==================== Enquiry ==================*/

.simple-content{
    width: 100%;
    display: block;
    padding: 40px 0px;
	min-height:382px;
	text-align:left;
}

.simple-content h2{
    display: block;
    font-size: 18px;
    text-align: left;
    padding: 10px 0px;
    color: #a98501;
}

.simple-content p{
    padding: 0px 0px;
    text-align: left;
    font-size: 15px;
    line-height: 28px;
    word-spacing: 2px;
}

.simple-content .amount{
    display: table;
    background: #f5c200;
    padding: 4px 10px;
    color: #000;
    font-size: 16px;
    font-weight: 900;
}

.simple-content .amount i{
    margin-right: 6px;
}

.simple-content .amount strike{
    margin-right: 5px;
}

.simple-content img{
    max-width: 100%;
    height: auto;
}

.simple-content ul{
    list-style: outside;
    list-style-type: square;
    margin-left: 20px;
}

.simple-content ul li{
    padding: 6px 0px;
    text-align: left;
    font-size: 14px;
}

.simple-content ul li a{
    padding: 6px 0px;
    text-align: left;
    font-size: 15px;
    color: #00847e;
}

.simple-content ul li a:hover{
	color: #000000;
}

/*==================== product-menu ==================*/

.product-menu{
    display: block;
    background: #d72820;
    border-radius: 6px;
    margin-bottom: 20px;
}

.product-menu h1{
	position:relative;
    padding: 20px 10px 16px 10px;
    font-size: 21px;
    color: #FFF;
    border-bottom: 2px solid #d1d1d1;
    margin-bottom: 10px;
}
	
.product-menu h1 .product-menu-bar{
	display:none;
}

.product-menu ul{
    padding: 0 0 0 10px;
    margin: 0;
	display:block;
}

.product-menu ul li{
    display: block;
    padding: 0;
    border-bottom: 1px solid #ff7272;
}

.product-menu ul li a{
    padding: 8px 15px 8px 5px;
    color: #FFF;
    display: block;
	position:relative;
}

.product-menu ul li a:hover, .product-menu ul li a.hover{
    background: #FFF;
    color: #a80000;
    font-weight: bold;
    text-decoration: none;
}

.product-menu ul li a.hover:after{
    content: "\f0da";
    position: absolute;
    display: block;
    right: 6px;
    top: 29%;
    font-family: 'FontAwesome';
}

/*==================== Contact ==================*/

.contact-info{
    display: block;
    padding: 40px 0px;
    background: #fffee2;
}

.contact-info .contact-info-col{
    background: #FFF;
    padding: 15px 0px 20px;
    box-shadow: 0px 1px 42px #e2e2e2;
    margin-bottom: 23px;
}

.contact-info .contact-info-col .contact-info-col-inner{
    margin: 0 10px;
}

.contact-info .contact-info-col h2{
    display: block;
    padding: 5px 20px 13px 0px;
    text-align: center;
    font-size: 16px;
    border-bottom: 2px solid #eae8b0;
    margin-bottom: 20px;
    color: #00618e;
}

.contact-info .contact-info-col ul{
	display:block;
}

.contact-info .contact-info-col ul li{
    display: block;
    padding: 5px 10px 5px 40px;
    text-align: left;
    position: relative;
    font-size: 15px;
}

.contact-info .contact-info-col ul li i{
    position: absolute;
    left: 1px;
    top: 7px;
    color: #a78400;
    font-size: 15px;
    width: 30px;
    text-align: center;
}

.contact-info .contact-info-col ul li a{
    font-size: 17px;
    color: #01709a;
    text-decoration: none;
}

.contact-info .contact-info-col ul li a:hover{
	color: #a78417;
}

/*==================== Enquiry ==================*/

.contact-form{
    display: block;
    padding: 40px 0px;
}

.contact-form h1{
    display: inline-block;
    text-align: center;
    font-size: 19px;
    margin-bottom: 57px;
    padding: 5px 19px 11px;
    border-bottom: 5px solid #d0ac22;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.contact-form label{
    display: block;
    text-align: left;
    font-size: 16px;
    font-family: 'Cabin', sans-serif;
    padding-left: 1px;
}

.contact-form input, .contact-form textarea{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dadada;
    padding: 8px 10px;
}

::placeholder{
	font-size:14px;	
	color:#999;
}

.contact-form input[type="submit"]{
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    background: #d0ac22;
    color: #292929;
    padding: 10px 22px;
    margin-top: 10px;
}

.contact-form input[type="submit"]:hover{	
    background: #292929;
    color: #d0ac22;
}

/*==================== message-box ==================*/

.message-box{
    display: block;
    border: 2px solid #a07f03;
    text-align: left;
    box-shadow: 0px 0px 22px #484848;
}

.message-box .message-box-inner{
    margin: 10px 10px;
}

.message-box h3{
    text-align: left;
    font-size: 16px;
    margin-bottom: 18px;
    padding: 10px 11px;
    display: inline-block;
    border-bottom: 2px solid #ba9300;
    color: #000;
}

.message-box .message-box-col{
    display: block;
    padding: 8px;
}

.message-box .message-box-col input{
    width: 100%;
    padding: 10px 8px;
    font-size: 13px;
    border: 1px solid #ece9e9;
}

.message-box .message-box-col textarea{
    width: 100%;
    padding: 10px 8px;
    font-size: 13px;
    border: 1px solid #ece9e9;
}

.message-box .message-box-col input[type="submit"]{
    border: none;
    background: #bbb862;
    color: #000;
    font-weight: 900;
}

.message-box .message-box-col input[type="submit"]:hover{
    background: #a07f03;
    color: #FFF;
}

/*==================== join-box ==================*/

.join-box{
    display: block;
    background: #974d00 url(../images/img-21.png) right center no-repeat;
    padding: 129px 0px;
}

.join-box .join-text{
    position: relative;
    padding-left: 120px;
    font-size: 22px;
    color: #cecece;
    text-transform: capitalize;
}

.join-box .join-text:after{
    display: block;
    position: absolute;
    content: "\f007";
    font-family: 'FontAwesome';
    font-size: 102px;
    color: #844402;
    left: 14px;
    top: -34px;
}

.join-box .join-text:before{
    display: block;
    position: absolute;
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 28px;
    color: #f5c200;
    left: 0;
    top: 0;
}

.join-box .join-button{
    display: inline-block;
    padding: 10px 20px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 10px;
    letter-spacing: 3px;
    text-decoration: none;
}

.join-box .join-button.join-colored{
    background: #d4a800;
    color: #5b2f00;
    border: 2px solid #d4a800;
}

.join-box .join-button.join-color-normal{
    border: 2px solid #c1c7c9;
    color: #fff;
}

.join-box .join-button:hover{
    background: #5b2f00;
    color: #f5c200;
    border: 2px solid #5b2f00;
}

/*==================== work-section ==================*/

.work-section{
    display: block;
    padding: 30px 0px 0px;
    background: #eff2f5;
}

.work-section .heading{
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    background: #d10404;
    font-weight: bold;
    border-radius: 7px;
}

/*.work-section .heading:after{
    content: "";
    position: absolute;
    width: 20%;
    height: 5px;
    background: #f5c200;
    left: 7%;
    top: 22px;
    display: block;
    z-index: 0;
}*/

.work-section .heading:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #d10404;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 0;
}

.work-section .heading span{
    display: inline-block;
    padding: 14px 50px;
    background: #d10404;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.work-section .heading span:after{
    content: "";
    width: 74px;
    height: 240%;
    position: absolute;
    left: -43px;
    top: -9px;
    background: #d10404;
    display: block;
    z-index: -1;
	
    -ms-transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
    transform: rotate(43deg);
}

.work-section .heading span:before{
    content: "";
    width: 74px;
    height: 240%;
    position: absolute;
    right: -43px;
    top: -9px;
    background: #d10404;
    display: block;
    z-index: -1;
	
    -ms-transform: rotate(-43deg);
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg);
}

.work-section .work-section-col{
    display: block;
     margin-bottom: 30px;
}

.work-section .work-section-col .img{
    display: block;
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.work-section .work-section-col h3{
    display: block;
    padding: 16px 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: #ac0202;
	visibility:visible;
	font-weight:bold;
	min-height:65px;
}

.work-section .work-section-col:hover h3{
	visibility:hidden;
}

.work-section .work-section-col .work-col-cover{
    display: block;
    position: absolute;
    top: 100%;
	visibility:hidden;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(169 0 0 / 76%);
	
     transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.work-section .work-section-col:hover  .work-col-cover{
    top: 0px;
	visibility:visible;
}

.work-section .work-section-col .work-col-cover a{
    display: block;
    padding: 10px;
    text-decoration: none;
}

.work-section .work-section-col .work-col-cover .work-col-cover-inner{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.work-section .work-section-col .work-col-cover i{
    font-size: 46px;
    color: #FFF;
}

.work-section .work-section-col .work-col-cover h2{
      display: block;
    padding: 11px 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.work-section .work-section-col .work-col-cover p{
    font-size: 15px;
    color: #fafafa;
    letter-spacing: 0.7px;
}


/****** Homepage Block 4 ******/
.homepage-block-four {
    background: #fff;
    padding: 45px 0 20px;
    margin-bottom: -60px;
    overflow: hidden;
}
.title-head {
  margin-bottom: 30px;
}
.news-full-width img {
  min-height: 200px !important;
  margin-bottom: 15px !important;
}
 .news-full-width .news-title {
  color: #3f4345 !important;
}
 .news-full-width .news-title a {
  color: #3f4345 !important;
}
 .news-full-width .news-title a:hover {
  color: #56c3d7 !important;
}
.news-full-width .news-meta-data p {
  margin-right: 15px !important;
  color: #aaaaaa !important;
}
.news-full-width .news-meta-data p i {
  color: #aaaaaa !important;
  margin-right: 5px !important;
}
.news-full-width .news-meta-data p a {
  color: #aaaaaa !important;
}
.news-full-width .news-meta-data p a:hover {
  color: #56c3d7 !important;
}
.news {
  border-bottom: 1px solid #D2D9DF;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.news:last-child {
  border-bottom: 0 !important;
}
.news img {
  min-height: 70px !important;
  margin-bottom: 10px;
}
.news div {
	padding:0px;	
}
.news .news-title {
    color: #3f4345;
    font-size: 14px;
    padding-left: 17px;
    letter-spacing: 0.8px;
}
.news .news-title a {
    color: #974d00;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px;
}
.news .news-title a:hover {
  color: #d00003;
}
.news .news-meta-data {
  color: #aaaaaa;
  font-size: 11px;
}
.news .news-meta-data p {
  margin-right: 15px;
}
.news .news-meta-data p i {
  margin-right: 5px;
}
.news .news-meta-data a {
  color: #aaaaaa;
}
.news .news-meta-data a:hover {
  color: #56c3d7;
}
.title-head h3{
      font-size: 17px;
    color: #974d00;
    text-align: left;
    padding: 0 2px 11px;
    text-transform: uppercase;
	font-weight:bold;
}
.homepage-block-four .client {
    position: relative;
    z-index: 9999;
    background: #974d00;
    padding: 25px 25px;
}

.homepage-block-four .clients .clients-slideshow{
	height:auto;	
}

.homepage-block-four .client .client-slides-nav {
  position: absolute;
  right: 20px;
  bottom: -13px;
  z-index: 99999;
}
.homepage-block-four .client .client-slides-nav a {
  display: block;
  float: left;
  background: white;
  border: 1px solid #D2D9DF;
  padding: 5px 12px;
  margin-right: 5px;
}
.homepage-block-four .client .client-slides-nav a i {
  color: #91a0ad;
  font-size: 16px;
}
.homepage-block-four .client p {
  margin-bottom: 25px;
  color:#fafafa;
  text-align:left;
    font-size: 14px;
    line-height: 27px;
}
.homepage-block-four .client h5{
	text-align: left;
    margin-bottom: 10px;
    color: #ffe000;
}

.homepage-block-four .client img{
	float:right;
	width:100px;
	height:auto;
	margin:0 0 5px 5px;	
}
.homepage-block-four .care-services-group .panel-default {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0;
  margin: 0 0 5px 0;
  font-family: "texgyreherosregular";
}
.homepage-block-four .care-services-group .panel-heading {
  background: none;
  padding: 0;
  margin: 0;
  border: 0 !important;
  border-radius: 0 !important;
  font-family: "texgyreherosregular";
  cursor: pointer;
}
.homepage-block-four .care-services-group .collapse-link {
    display: block;
    background: #974d00;
    border: 1px solid rgba(255, 255, 255, 0.35);
    width: 90%;
    padding: 10px;
    color: #ffffff;
    font-size: 13px;
    float: left;
    text-align: left;
	text-transform:uppercase;
	font-weight:900;
}
.homepage-block-four .care-services-group .panel-title-icon {
      display: block;
    background: white;
    border-top: 1px solid #974d00;
    border-bottom: 1px solid #974d00;
    border-right: 1px solid #974d00;
    width: 10%;
    padding: 9px 10px 10.5px 10px;
    color: #974d00;
    font-size: 15px;
    text-align: center;
    float: left;
}
.homepage-block-four .care-services-group .panel-body {
  border-left: 1px solid #d2d9df;
  border-bottom: 1px solid #d2d9df;
  border-right: 1px solid #d2d9df;
  text-align:left;
}



/*====================Board Member===================*/

.board-member{
    display: block;
}

.board-member .board-member-inner{
    margin: 10px 16px;
}

.board-member .board-member-col{
    width: 20%;
    float: left;
}

.board-member .board-member-col .img{
    border: 9px solid #e8e6e6;
    //max-height: 108px;
    //min-height: 108px;
    overflow: hidden;
	position:relative;
}

.board-member .board-member-col .img img{
    width: 100%;
    height: 185px;
}

.board-member .board-member-col .img.folder-icon:after{
    position: absolute;
    content: "";
    width: 73px;
    height: 71px;
    display: block;
    right: 0;
    bottom: 0;
    background: url(../images/image-folder-icon.png) top center no-repeat;
}

.board-member .board-member-col h3{
    text-align: center;
    padding: 14px 0px 3px;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    color: #4e4e4e;
    text-transform: uppercase;
    height: 52px;
}

.board-member .board-member-col p{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
    color: #444;
}

/*==================== footer ==================*/

.service-section{
    display: block;
    padding: 65px 0px 50px;
	background:#FFF;
}

.service-section .heading{
    display: block;
    padding: 14px 0px;
    background: #d10404;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
}

.service-section .heading:before{
    /*content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: #d10404;
    left: 6px;
    bottom: -14px;
    z-index: 0;
    -ms-transform: rotate(-43deg);
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg);*/
}

.service-section .heading:after{
    /*content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: #d10404;
    right: 6px;
    bottom: -13px;
    z-index: 0;
    -ms-transform: rotate(-43deg);
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg);*/
}

.service-section .heading span{
    /*display: inline-block;
    padding: 35px 72px 5px;*/
    font-size: 24px;
    color: #FFF;
	font-weight:bold;
    /*margin-top: -40px;
    background: #d10404;
    border-radius: 70px;*/
}

.service-section .row{
	margin: 0 1px;    
	border-bottom: 1px dashed #974d00;
	border-left: 1px dashed #974d00;
}

.service-section .row .col-md-4{
	padding:0 !important;
}

.service-section .section-service-col{
	border-right: 1px dashed #974d00;
	border-top: 1px dashed #974d00;
}

.service-section .section-service-col .section-service-col-inner{
    padding: 40px 25px;
}

.service-section .section-service-col i{
    font-size: 57px;
    color: #974d00;
}

.service-section .section-service-col h4{
    padding: 20px 0px 12px;
    color: #974d00;
    font-size: 18px;
    line-height: 23px;
}

.service-section .section-service-col p{
    color: #000000;
    letter-spacing: 0.6px;
    font-size: 14px;
    line-height: 25px;
}

.service-section .section-service-col .readmore{
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
    color: #d6180e;
}

.service-section .section-service-col .readmore:hover{
	color: #5b2f00;
}


/*==================== footer ==================*/

.footer{
	padding: 5px 0px;
	/*background:#df811d url(../images/footerbackground.png) center no-repeat;*/
    background: #000;
	background-size:cover;
	position:relative;
	z-index:0;
}

.footer h1{
    font-size: 16px;
    padding: 30px 0px 20px;
    color: #dddddd;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}

.footer p{
    font-size: 14px;
    color: #b8b8b8;
    padding: 2px 0;
    text-align: left;
    line-height: 26px;
}

.footer .link{
    display: block;
}

.footer .link li{
    padding: 3px 0px;
}

.footer .link li a{
    display: block;
    text-align: left;
    font-size: 15px;
    color: #b8b8b8;
}

.footer .link li a:hover{
    color: #ff0000;
}

.footer .logo{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.footer .bottom{
    display: inline-block;
    padding: 10px 10px;
}

.footer .bottom .social{
    display: block;
}

.footer .bottom .social li{
    display: inline-block;
    padding: 10px 8px;
}

.footer .bottom .social a{
    text-decoration: none;
}

.footer .bottom .social a i{
    font-size: 17px;
    color: #929292;
}

.footer .bottom .social a img{
	width:30px;
	height:30px;
}

.footer .bottom .social a:hover i{
    color: #9c7b00;
}

.footer .bottom p{
    font-size: 16px;
    color: #b8b8b8;
    letter-spacing: 0.6px;
     text-align: center;
}

.footer .bottom a{
    font-size: 16px;
    color: #9c7b00;
    text-decoration: none;
}

.footer .bottom a:hover{
	color: #ff0000;
}


/*==================== login ==================*/

.popup-panel{
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    background: #0000008c;
    overflow: hidden;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.popup-panel.show-login{
	display: block;
}

.popup-panel .login{
    display: inline-block;
    max-width: 385px;
    background: #FFF;
    top: -374px;
    padding: 30px 25px;
	position:relative;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.popup-panel:hover .login{
	top: 42px;
}

.popup-panel .login .login-inner{
    display: block;
}

.popup-panel .login h1{
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #6f5700;
    font-weight: 900;
}

.popup-panel .login h1 i{
    margin-right: 10px;
    font-size: 18px;
}

.popup-panel .login .login-form{
    margin-top: 28px;
}

.popup-panel .login .login-form i{
    position: absolute;
    top: 0px;
    left: 16px;
    color: #6f5700;
    width: 30px;
    padding: 9px 0;
    text-align: center;
    background: #e4e4e4;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.popup-panel .login input{
    margin-bottom: 20px;
    padding: 2px 11px 2px 35px;
    border: 1px solid #e4e4e4;
}

.popup-panel .login input[type="submit"]{
    padding: 5px 20px;
    border: 0;
    background: #6f5700;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
	margin-bottom:0;
    margin-top: 10px;
}

.popup-panel .login input[type="submit"]:hover{
    background: #dcdcdc;
    color: #6f5700;
}

.popup-panel .fa-close{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 9px 10px;
    background: #6f5700;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.popup-panel .fa-close:hover{
	background: #CCC;
    color: #6f5700;
}

/*==================== Register ==================*/

.login-register{
	
}

.login-register .register-link{
    display: block;
    padding: 8px 10px;
    background: #ffcf19;
    text-align: center;
    font-size: 18px;
    color: #880506;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

.login-register .register-link:hover{
	 color: #383838;
	 background: #f9f4e3;
}

/*==================== exam-login ==================*/

.exam-login{
    background: #f9f4e3;
    margin-top: 20px;
    padding: 15px 0px;
    position: relative;
}

.exam-login .exam-login-inner{
    margin: 0 20px;
}

.exam-login h2{
    position: relative;
    color: #880506;
    display: block;
    padding: 14px 0px 36px 14px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
	text-align:center
}

.exam-login h2 i{
    position: absolute;
    top: 12px;
    left: 0px;
    color: #000000;
    font-size: 22px;
}

.exam-login .exam-login-col{
    padding: 7px 0px;
    position: relative;
}

.exam-login .exam-login-col input, .exam-login .exam-login-col textarea{
    display: block;
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 7px 10px;
    font-size: 14px;
}

.exam-login .exam-login-col input[type="date"]{
    display: block;
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 0px 10px !important;
    font-size: 14px;
    line-height: 32px !important;
}

.exam-login .exam-login-col select{
    display: block;
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 8px 10px;
    font-size: 14px;
}

.exam-login .exam-login-col input[type="submit"]{
    display: inline-block;
    width: auto;
    padding: 7px 23px;
    background: #880506;
    color: #fdfdfd;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.7px;
}

.exam-login .exam-login-col input[type="submit"]:hover{
    background: #cc0002;
    color: #ffca00;
}

.exam-login .exam-login-col input[type="button"]{
    display: inline-block;
    width: auto;
    padding: 7px 23px;
    background: #06C;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.7px;
}

.exam-login .exam-login-col input[type="button"]:hover{
    background: #999;
    color: #06C;
}

.exam-login .exam-login-col .forgot-password{
    position: absolute;
    top: 15px;
    right: 0px;
    font-size: 16px;
    color: #00689a;
}

.exam-login .exam-login-col .forgot-password:hover{
	color: #880506;
}

.exam-login .row{
    background: #f3f1f1;
    padding: 5px 0px 0;
    text-align: left;
    margin-bottom: 5px;
}

.exam-login .row h4{
    padding: 5px 13px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 900;
    color: #0f61fc;
}

.exam-login .row p{
    padding: 0 14px;
    font-size: 15px;
}

.exam-login .exam-login-col label{
    display: block;
    text-align: left;
    font-size: 12px;
    color: #232222;
    padding: 1px;
}

.exam-login .exam-login-col label span{
    color: #960000;
    font-size: 17px;
    font-weight: 900;
    margin-left: 5px;
}

.exam-login .exam-login-col strong{
    display: block;
    min-height: 28px;
    text-align: left;
    font-size: 13px;
    padding: 4px 2px;
    color: #940404;
}

.fontawsome-bullet{
    display: block;
    list-style: none !important;
}

.fontawsome-bullet li{
    padding-left: 24px !important;
}

.fontawsome-bullet li i{
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
}

.table{
	width:100%;
	border: 1px solid #efefef;
	margin-top:20px;
}

.table thead{
    background: #007fab;
    color: #ffffff;
}

.table thead th{
    text-align: center;
    border: 1px solid #e2e2e2;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    padding: 11px 0px !important;
}

.table tbody{
	
}

.table tbody tr{
    background: #e2dfdf;
}

.table tbody tr:nth-child(odd){
    background: #CCC;
}

.table tbody tr:hover{
	background: #fff;
}

.table tbody tr td{
    font-size: 14px;
    border: 1px solid #e8e8e8;
	vertical-align:middle;
}

.application-phase{
    display: block;
}

.application-phase li{
    float: left;
    width: 25%;
}

.application-phase li i{
    margin-right: 7px;
}

.application-phase li a{
    display: block;
    padding: 10px 15px;
    margin: 0 2px;
    background: #036602;
    color: #f0be02;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
	position:relative;
}

.application-phase li a:hover, .application-phase li a.active{
    background: #f5c100;
    color: #660202;
    font-weight: 900;
}

.application-phase li a.active:after{
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 43px;
    display: block;
    position: absolute;
    left: 45%;
    bottom: -35px;
    color: #f5c100;
}

.has-error{
    display: block;
    padding: 10px 10px 10px 49px;
    margin-bottom: 20px;
    background: #FFF;
    font-size: 14px;
    color: #920000;
    position: relative;
    text-align: left;
}

.has-error i{
    background: #920000;
    color: #FFF;
    padding: 8px 10px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.member{
		
}

.member img{
		
}

.member h1{
		
}

.member h1{
		
}

.scroll-news{
    position: relative;
    background: #ececec;
    padding: 9px 21px 10px 162px;
    overflow: hidden;
}

.scroll-news:after{
    display: block;
    position: absolute;
    content: "Latest News";
    left: 0;
    top: -2px;
    padding: 11px 10px;
    background: #d10404;
    color: #ffffff;
    font-weight: 900;
    width: 135px;
    border-right: 4px solid #000000;
}

.scroll-news:before {
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    content: "\f0da";
    left: 133px;
    top: -33px;
    font-size: 76px;
    color: #d10404;
}

.scroll-news ul{
    list-style: outside;
    list-style-type: square;
}

.scroll-news ul li{
    display: inline-block;
    list-style-type: square;
    list-style: outside;
    margin-right: 25px;
    position: relative;
}

.scroll-news ul li a{
    font-size: 18px;
    color: #974d00;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.exam-registration-print{
    float: right;
    display: inline-block;
    padding: 6px 13px;
    margin-bottom: 12px;
    background: #007fda;
    font-size: 17px;
    text-transform: uppercase;
    color: #fdfe00;
}

.exam-registration-print i{
    color: #f6c200;
    font-size: 17px;
    margin-right: 4px;
}

.exam-registration-print:hover{
	background: #ffca00;
	color: #000000;
}

.exam-registration-print:hover i{
    color: #005a8e;
}


/*==================== Responsive ==================*/



@media screen and (max-width: 1179px)
{
	.menu ul li a{
		font-size: 10px;
		padding: 15px 5px;
	}
}

@media screen and (max-width: 980px)
{
	
	.header a.logo{    
		display: block;
		margin-right: 0;
		position: relative;
		top: 0;
		margin:10px 55px 0px 10px;
	}
	
	.header .logo img{
		height: auto;
		max-width: 207px;
		width: 100%;
	}
	.header .header-right{
		max-width: 100%;
		width: 100%;
		padding-bottom: 10px;
	}
	
	.top-bar {
		border-bottom-left-radius: 0%;
		border-bottom-right-radius: 0%;
	}
	
	.top-bar .top-bar-left{
		float: none;
		display: block;
	}
	
	.top-bar .top-bar-right{
		float: none;
		display: block;
	}
	
	.top-bar ul li {
		margin-bottom: 4px;
	}
	
	.top-bar ul li a{
    	font-size: 12px;
	}
	
	.menu{
		position: absolute;
		float: none;
		width: 90%;
		left: 5%;
    	top: 176px;
	}
	
	.mega-menu > li{
    	width: 100%;
	}
	
	.mega-menu > li > ul{
		height: auto;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	.mega-menu > li > ul > li:hover{
		width: 100%;
		display: block !important;
	}
	
	.header-adverrtise{
		margin-top: 0px;
		display: block;
		margin-right: 0;
		width: 100%;
		height: auto;
	}

	.menu i{
    	display: table;
    	background: #f5c200;
	}
	
	.menu > .container > ul{
    	display: none;
		position: absolute;
		width: 100%;
    	background: #fffee2;
    	margin-top: -44px;
		z-index:9999;
		left:0;
	}
	
	.menu ul li{
    	display: block;
	}
	
	.menu ul li a{
    	padding: 11px 13px;
    	color: #af0007;
	}
	
	.menu ul ul{
		display:none;
		position:relative;
	}
	
	.menu ul li:hover > ul{
		display:block;
	}
	
	.news .col-lg-3{
		width: 25% !important;
    	float: left;
	}
	
	.news .col-lg-9{
		width: 75% !important;
    	float: left;
	}
	
	.scroll-news {
		position: relative;
		background: #ececec;
		padding: 10px 8px 10px 112px;
		overflow: hidden;
	}
	
	.scroll-news ul li a {
		font-size: 12px;
		color: #974d00;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0.9px;
	}
	
	.scroll-news:after {
		display: block;
		position: absolute;
		content: "Latest News";
		left: 0;
		top: -2px;
		padding: 12px 10px;
		background: #d10404;
		color: #ffffff;
		font-weight: 900;
		width: 92px;
		border-right: 4px solid #000000;
		font-size: 11px;
	}
	
	.scroll-news:before {
		font-family: 'FontAwesome';
		display: block;
		position: absolute;
		content: "\f0da";
		left: 86px;
		top: -32px;
		font-size: 71px;
		color: #d10404;
	}
	
	.work-section .heading span {
		display: inline-block;
		padding: 7px 50px;
		background: #d10404;
		color: #FFF;
		text-transform: uppercase;
		font-size: 14px;
		position: relative;
		z-index: 1;
	}
	
	.service-section .heading {
		display: block;
		padding: 9px 0px;
		background: #d10404;
		text-align: center;
		position: relative;
		z-index: 1;
		margin-bottom: -1px;
	}
	
	.service-section .heading span {
		font-size: 17px;
		color: #FFF;
		font-weight: bold;
	}

	.work-section .heading span {
		display: inline-block;
		padding: 7px 50px;
		background: #d10404;
		color: #FFF;
		text-transform: uppercase;
		font-size: 14px;
		position: relative;
		z-index: 1;
	}
	
	.tg-clientcat .tg-clientcatholder h3 {
		padding: 10px 5px;
		font-size: 12px;
		border: 1px dashed #CCC;
	}

	.cctv-information .cctv-information-col1{
		width: 100%;
		display: none;
	}
	
	.security-about .col-xs-offset-4{
		margin:0;	
	}
	
	.security-about .text-right .vertical-line{
		margin-bottom: 45px !important;
	}
	
	.security-about .text-left .vertical-line{
		margin-top: 229px !important;
	}
	
	.inner-slide img{
    	min-height: 126px;
	}
	
	.inner-slide .inner-box {
		top: 22%;
	}
	
	.inner-slide .inner-box h2 {
		font-size: 23px;
	}
	
	.homepage-block-four{
		padding:17px 0 0px;	
		margin-bottom: 0;
		overflow: visible;
	}
	.homepage-block-four .clients .clients-slideshow{
		height: inherit;
		margin-bottom: 86px;
	}
	.title-head{
		margin-top:30px;	
	}
	
	.clients-words{ 
    	position: relative;	
	}
	
	.product-menu h1{
    	padding: 20px 42px 16px 10px;
	}
	
	.product-menu h1 .product-menu-bar{
		display:block;
		position: absolute;
		top: 22px;
		right: 10px;
	}

	.product-menu ul{
		display:none;
	}
	
	.product-list-panel{
		display: block;
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
		position: relative;
	}
	
	.product-grid-panel{
    	margin: 37px 0 30px 0;
	}
	
	.simple-content img {
		max-width: 100% !important;
		display: block;
		margin-top: 20px;
	}
	
	.footer .up .dotted:after{
		display:none;
	}
	
	.board-member .board-member-col{
		width: 100%;
		float: none;
	}
	
	
}
