/* CSS Document */
/**********************************************************************************************/
@import url("../css/bootstrap.min.css");
@import url("../fonts/font-awesome/css/font-awesome.min.css");
@import url("../css/animate.css");
@import url("../css/slimmenu.min.css");
/* ------------------------------------------------------------------
General Styles
font-family: 'Roboto', sans-serif;
light 300-regular 400-medium 500-bold 700-black 900
------------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@font-face {
	font-family: "georgia-italic";
	src: url("../fonts/georgia-italic.eot");
	src: url("../fonts/georgia-italic.eot#iefix") format("embedded-opentype"),
	url("../fonts/georgia-italic.woff") format("woff"),
	url("../fonts/georgia-italic.ttf") format("truetype"),
	url("../fonts/georgia-italic.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	margin:0px;
	padding:0px;
	background: #fff;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	font-family: 'Roboto', sans-serif;
	color: #454850;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
	}
@media (max-width: 768px) {
    body {
	    font-size: 16px;
        line-height: 22px;
    }
}
img {
	max-width: 100%;
	height: auto;
	} 
/* ------------------------------------------------------------------
Selection
------------------------------------------------------------------ */
::-moz-selection {
	background: #bf1e2e;
	color: #fff;
	}
::-webkit-selection {
	background: #bf1e2e;
	color: #fff;
	}
/* ------------------------------------------------------------------
Transition elsements
------------------------------------------------------------------- */
a,
.resources-block {
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	}
.approachbox,
.approachbox .head,
.approachbox h3 a{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
	}
/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */
a {color:#bf1e2e;}
a:hover, a:focus {
	text-decoration: none;
	color:#0a1a72;
	outline:0;
	}
p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
	}
.upcase{text-transform: uppercase}
h1{
	font-size:50px;
	line-height:60px;
	font-weight:300;
    text-transform: uppercase;
	}
@media (max-width: 991px) {
    h1{
	font-size:28px;
	line-height:36px;
	}
	p{font-size: 14px;}
}
@media (max-width: 768px) {
    h1{
	font-size:24px;
	line-height:32px;
	}
	p{
    font-size: 16px;
    line-height: 24px;
    }
}

h2{
	font-size:35px;
	line-height:34px;
	font-weight:300;
    text-transform: uppercase;
	}
@media (max-width: 991px) {
    h2{
	    font-size:28px;
	    line-height:36px;
	}
}
@media (max-width: 768px) {
    h2{
	    font-size:24px;
	    line-height:32px;
	}
}

h3{
	font-size:22px;
	line-height:26px;
	font-weight:300;
	}
@media (max-width: 991px) {
    h3{
    font-size:20px;
	line-height:24px;
    }
}
@media (max-width: 768px) {
    h3{
    font-size:18px;
	line-height:21px;
    }
}
h5{
	font-weight:300;
	color:#fff;	
	text-transform:lowercase;
	margin:0px;
	padding:0px;
	}
.h1, .h2, .h3, h1, h2, h3 {
    margin: 0;
    margin-bottom: 20px;
    }
p, ol, ul, blockquote {margin: 0 0 20px;}
blockquote {border-color: #f7f7f7;}
blockquote.serif-quote {
	border: 0;
	padding-left: 0;
	padding-right: 0;
	}
.font-alt {font-family: 'Open Sans', sans-serif;}
.font-serif {font-family: 'Open Sans', sans-serif;}
/* ------------------------------------------------------------------
Forms
------------------------------------------------------------------- */
input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
textarea,
select {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 15px 2px;
    height: inherit;
    z-index: 1;
    direction: ltr;
    position: relative;
    box-shadow: none;
    background-color:transparent;
	border: none;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}
input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}
input:focus,
textarea:focus {
    border-bottom: solid 1px rgba(255,255,255,1);
    outline: 0;
    color: #fff;
    }
.form-group{margin-bottom: 25px;}

/* ------------------------------------------------------------------
Buttons
------------------------------------------------------------------- */
.radiants_btn a {
    background-color: white;
	border-radius: 25px;
	display: block;
	padding: 8px 20px;
	font-size: 16px;
	color: #c02033;
	line-height: 20px;
	}
.radiants_btn:hover a{
	background-color: transparent;
	color: white;
	}
.tsm_btn {
	font-size:16px;
	padding:6px 30px 8px 30px;
	font-weight:300;
	border:solid 2px #fff;
    color: white;
    display: inline-block;
	-webkit-border-radius: 25px;
	   -moz-border-radius: 25px;
	     -o-border-radius: 25px;
	        border-radius: 25px;
	}
.tsm_btn:hover,
.tsm_btn:focus {
    color:#fff; 
	background-color: #0a1a72;
	}
.tsm_btn.submit{
	padding:10px 30px 10px 30px;
	min-width: 170px;
	margin-top: 15px;
    background-color: transparent;
}
.tsm_btn.submit:hover,
.tsm_btn.submit:focus {
    color:#fff; 
	background-color: #0a1a72;
	}
.btn_holder{
    display: block;
	text-align: center;
    padding-top: 10px;
    } 

@media (max-width: 991px) {
    .tsm_btn {padding:5px 20px 7px 20px;}
}

/* ------------------------------------------------------------------
Modules
------------------------------------------------------------------- */
.wrapper {
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	}
/* ---------------------------------------------------------------------- */
/*	Header & Navigation
/* ---------------------------------------------------------------------- */
.header .container {position: relative;}
.header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background-color:white;
    width: 100%;
    z-index: 99;
    display: block;
    padding-top: 15px;
    text-align: right;
	}
.header.sticky {
    padding-top: 8px;
    position: fixed;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); 
	z-index: 900;
	}
.logo a {float: left;}
.logo img {
    width: 100%;
    max-width: 455px;
    height: auto;
	margin-bottom: 8px;
    }
.sticky .logo img {max-width: 410px;}
.header_right{display: inline-block;}
.radiants_btn {
	background: rgb(191,35,52);
	background: -moz-linear-gradient(left,  rgba(191,35,52,1) 0%, rgba(31,71,144,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(191,35,52,1) 0%,rgba(31,71,144,1) 100%); 
	background: linear-gradient(to right,  rgba(191,35,52,1) 0%,rgba(31,71,144,1) 100%); 
	padding: 2px;
	display: inline-block;
	border-radius: 22px;
	}
.header_right .radiants_btn{margin-bottom: 20px;}
.sticky .header_right .radiants_btn{margin-bottom: 5px;}
@media (max-width: 1199px) {
	.logo img {max-width: 350px;}
	.sticky .logo img {max-width: 340px;}
	ul.slimmenu li a {
		padding: 0 18px 0 5px;
	}
	}
@media (max-width: 991px) {
	.header {
		padding-top: 8px;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
		position: relative;
	}
	.header.sticky {position: relative;}
	.header_right .radiants_btn {
		margin-right: 15px;
		margin-bottom: 0px;
	}
	.sticky .header_right .radiants_btn{margin-bottom: 0px;}
	
	.header_right{margin-top: 15px;}
	.menu-collapser {vertical-align: middle;}
	.radiants_btn {vertical-align: middle;}
	ul.slimmenu {
		background: #001a71;
		left: 10px;
		position: absolute;
		right: 10px;
		z-index: 500;
		top: 100%;
		text-align: left;
	} 
	ul.slimmenu li a {
		padding: 0px 12px;
		color: #fff;
		}
	ul.slimmenu li>ul{
		 width: 100%;
   		 padding: 0;
	}
	ul.slimmenu li>ul>li a {padding: 4px 20px;}
	ul.slimmenu li>ul>li a i{margin-right: 4px;}
	ul.slimmenu li{border-bottom: solid 1px rgba(255,255,255,0.1);}
	ul.slimmenu li ul li:first-child{border-top: solid 1px rgba(255,255,255,0.1);}
	ul.slimmenu li .sub-toggle{
        border-left: solid 1px rgba(255,255,255, 0.1);
        width: 40px;
        height: 40px;
        right: 0px;
        top: 0;
        line-height: 40px;
        transform: translate(-0%,-0%);
    }
	ul.slimmenu li .sub-toggle::before {
		color: #fff;
	}
    ul.slimmenu li.current .sub-toggle:before,
    ul.slimmenu li:hover .sub-toggle:before {
        color: #fff;
    }
	ul.slimmenu li>ul>li:nth-last-child(2) a {padding-right:20px;}
	ul.slimmenu li:nth-last-child(2) a{padding-right: 12px;}
}
@media (max-width: 767px) {
	ul.slimmenu li.requestaquote {display: block;}
	.header_right .radiants_btn {display: none;}
}
@media (max-width: 540px) {
	.logo img {max-width: 235px;}
	.sticky .logo img {max-width: 235px;}
	.header_right {margin-top: 0;}
	ul.slimmenu {top: 50px;}
	.collapse-button{padding: 6px;}
	}

/*=======================================================
			All Sections
========================================================*/
.sections {
	padding:100px 0px;
	position:relative;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:50% 50%;
	-webkit-background-size:cover;
	   -moz-background-size:cover;
		 -o-background-size:cover;
			background-size:cover;
	}
.sections.whoweare{
	padding-bottom:80px;
	padding-top: 80px;
	background-color: #f9fafc;
	overflow: hidden;
	}
.sections_title{
	position:relative;
	text-align:center;
	padding-bottom:30px;
	width: 100%;
	max-width: 1100px;
	}
.sections_title h2{
	position: relative;
	padding-bottom: 25px;
	}
.sections_title h2:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	height: 2px;
	width: 70px;
	background-color: #e0e1e3;
	content:'';
	}
.sections_title.white h2{color: white;}
.sections_title.white h2:after{background-color:white;}
.white{color:#FFF;}

.billboard{
    width: 100%;
    padding: 0;
    display: table;
    margin: 0;
    max-width: none;
    background-color: #0a1a72;
    background-position: center center;
    background-repeat: repeat;
    background-size: 100% 100%;
    height: 850px;
    /*height: 100vh;*/
    animation: shrink 4s;
	position: relative;
	z-index: 1;
    }
.internal_billboard{
    width: 100%;
	padding-top: 192px;
    padding-bottom: 80px;
    margin: 0;
    background-color: #0a1a72;
	background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	text-align: center;
	/*opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;*/	
    }
.internal_billboard .internal_star1{
	position: absolute;
	left: 6%;
	bottom: 40px;
	z-index: 1;
}
.internal_billboard .internal_star2{
	position: absolute;
	left: 11%;
	bottom: 70px;
	z-index: 1;
}
.internal_billboard .internal_star3{
	position: absolute;
	right: 3%;
	bottom: 85px;
	z-index: 1;
}
.internal_billboard .internal_star4{
	position: absolute;
	right: 12%;
	bottom: -50px;
	z-index: 1;
}

/*@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    5% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    100% { opacity: 1 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    5% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    100% { opacity: 1 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    5% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    100% { opacity: 1 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    5% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    100% { opacity: 1 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    5% { opacity: 1;
         animation-timing-function: ease-out; }
    100% { opacity: 1 }
}*/

.internal_billboard .internal_hero{
	margin: 0;
	padding: 0;
	color: white;
	}
.internal_billboard .internal_hero span{font-weight: bold;}
.bottom_img{
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	}
.bottom_img img{
	width: 100%;
	height: auto;
	}
.learnmore{
	font-size: 18px;
	font-weight: 300;
	color: white;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 160px;
	z-index: 1;
	margin: 0 auto;
	width: 100px;
	text-align: center;
	}
.learnmore:hover,.learnmore:focus{color: #007dc6;}
.learnmore i {
	display: block;
	margin-top:30px;
	}
.learnmore i img{animation: bounce 2s infinite;}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@keyframes shrink {
    from {background-size: 120% 120%;}
    to {background-size: 100% 100%;}
    } 

.fadeImage {
    -webkit-animation: fadein 8s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 8s; /* Firefox < 16 */
        -ms-animation: fadein 8s; /* Internet Explorer */
         -o-animation: fadein 8s; /* Opera < 12.1 */
            animation: fadein 8s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.intro_text {
    display: table-cell;
    vertical-align: middle;
    }
.intro_left{
    width: 100%;
    display: block;
	text-align: center;
	margin-top: -100px;
    }
.intro_left h1{color: #fff;}
.intro_left h1 span{font-weight: 700;}
.parallaxbg {
    background-attachment: scroll;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	}
.mobile .parallaxbg {background-attachment: scroll !important;}
.parallaxbg.story {padding: 90px 0;}
@media (max-width:1199px) {
	.intro_left h1 br{display: none;}
	.intro_left h1 {
		font-size: 42px;
		line-height: 52px;
	}
	.billboard{height: 700px;}
}
@media (max-width:991px) {
	 
	.billboard{height: 600px;}
	.internal_billboard{
		padding-top: 80px;
		padding-bottom: 80px;
		}
	.internal_billboard .internal_star1{
		left: 4%;
		bottom: 30px;
		width:100%;
		max-width:40px;
		}
	.internal_billboard .internal_star2{
		left: 10%;
		bottom: 60px;
		width:100%;
		max-width:60px;
		}
	.internal_billboard .internal_star3{
		right: 2%;
		bottom: 80px;
		width:100%;
		max-width:95px;
		}
	.internal_billboard .internal_star4{
		right: 10%;
		bottom: -30px;
		width:100%;
		max-width:105px;
		}
	
	.intro_left h1 {
		font-size: 32px;
		line-height: 42px;
	}
	.learnmore {bottom: 100px;}
	.bottom_img {bottom: -30px;}
	.sections.whoweare{
		padding-bottom:40px;
		padding-top: 70px;
	}
	.sections_title{padding-bottom:20px;}
	.sections_title h2 {padding-bottom: 15px;}
	
	.sections {padding:60px 0px;} 
	.sections_title br{display:none;}
}
@media (max-width:767px) {
	.sections {padding:40px 0px;}
	.sections.whoweare {padding-top: 20px;} 
	
	.billboard{height:450px;}
	.internal_billboard{
		padding-top: 60px;
		padding-bottom:60px;
		}
	
	.internal_billboard .internal_star1{
		left: 4%;
		bottom: 10px;
		max-width: 30px;
		}
	.internal_billboard .internal_star2{
		left: 14%;
		bottom: 10px;
		max-width: 40px;
		}
	.internal_billboard .internal_star3{
		right: 0%;
		bottom: 110px;
		max-width: 45px;
		}
	.internal_billboard .internal_star4{
		right: 0%;
		bottom: -25px;
		max-width: 60px;
		}
	
	.intro_left h1 {
		font-size: 21px;
		line-height: 34px;
	}
	.bottom_img {bottom:0px;}
	.sections_title{padding-bottom:16px;}
	.sections_title h2 {padding-bottom:10px;}
	.whoweare_img{margin-top: 20px;}
}
@media (max-width:640px) {
    .intro_left { margin-top: -130px;}
	.learnmore {bottom: 80px;}
}

/*=======================================================
			Who We Are
========================================================*/
.whoweare_img img{
	width: 100%;
	height: auto;
	}
.mission{padding-top: 20px;}
.mission p{
	font-family: "georgia-italic";
	font-size: 24px;
	line-height: 36px;
	color: #7c7f88;
	}
@media (max-width:1199px) {
	.mission{padding-top: 0px;}
	.mission p{
		font-size: 20px;
		line-height: 32px;
	}
}
@media (max-width:991px) {
	.mission p{
		font-size: 18px;
		line-height: 28px;
	}
}
/*=======================================================
			WHAT WE DO
========================================================*/
.whatwedo{
	padding-top: 170px;
	padding-bottom: 80px;
	position: relative;
	overflow: hidden;
	}
.whatwedo:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0; 
	height:124px;
	background-image: url(../images/whatwedo_top.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	}
.whatwedo .container {
    width: 100%;
	max-width: 640px;
	}
.whatwedo p{
	color: white;
	font-size: 18px;
	line-height: 26px;
}
.whatwedo .wwd_img1{
	position: absolute;
	left: -50px;
	top: 70px;
	}
.whatwedo .wwd_img1 img{
	width: 100%;
	max-width:350px;
	height: auto;
	}
.whatwedo .wwd_img2{
	position: absolute;
	right: -70px;
	bottom: 50px;
	}
.whatwedo .wwd_img2 img{
	width: 100%;
	max-width:350px;
	height: auto;
	}
.whatwedo .wwd_star1{
	position: absolute;
	right: 300px;
	bottom: 40px;
	}
.whatwedo .wwd_star1 img{
	width: 100%;
	max-width:90px;
	height: auto;
	}
.whatwedo .wwd_star2{
	position: absolute;
	left: 200px;
	bottom: 60px;
	}
.whatwedo .wwd_star2 img{
	width: 100%;
	max-width:90px;
	height: auto;
	}
@media (max-width:1199px) {
	.whatwedo .wwd_img1 img{max-width:250px;}
	.whatwedo .wwd_img2 img{max-width:250px;}
	.whatwedo .wwd_star1 img{max-width:70px;}
	.whatwedo .wwd_star2 img{max-width:70px;}
}
@media (max-width:991px) {
	.whatwedo .wwd_img1 img{max-width:200px;}
	.whatwedo .wwd_img2 img{max-width:170px;}
	.whatwedo .wwd_star1 img{max-width:50px;}
	.whatwedo .wwd_star2 img{max-width:50px;}
	.whatwedo .wwd_star1{right: 120px;}
	.whatwedo .wwd_star2{left: 70px;}
}
@media (max-width:767px) {
	.whatwedo {
		padding-bottom: 40px;
		padding-top: 110px;
	}
	.whatwedo:before{
		height:100px;
		background-image: url(../images/whatwedo_top.png);
	}
	.whatwedo .wwd_img1{display: none;}
	.whatwedo .wwd_img2{display: none;}
	.whatwedo .wwd_star1{right: 10px;}
	.whatwedo .wwd_star2{
		left: 10px;
		bottom: 40px;
	}
	.whatwedo p{font-size: 16px;}
}
/*=======================================================
			WHAT MAKES US DIFFERENT? - Industries Served
========================================================*/
.homeproducts{
	padding-top: 60px;
	padding-bottom: 100px;
	position: relative;
	background: rgb(10,26,114); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(10,26,114,1) 0%, rgba(25,109,178,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(10,26,114,1) 0%,rgba(25,109,178,1) 100%);
	background: linear-gradient(to right,  rgba(10,26,114,1) 0%,rgba(25,109,178,1) 100%);
	}
.homeproducts .sections_title p{
	text-align: left;
	padding-top: 15px;
	}
.pro_list{text-align: center;}
.pro_list .btn_holder {
    padding-top: 30px;
    }
.pro_list .star3{
    padding-top: 30px;
    }
.pro_list .star3{
	position: absolute;
	left: 290px;
	bottom: 35px;
	}
.pro_list .star3 img{
	width: 100%;
	max-width:120px;
	height: auto;
	}
.pro_box{margin-top: 15px;}
.pro_box .product_image {
    border: 1px solid transparent;
	background-color: transparent;
	width: 100%;
	max-width: 250px;
	margin: 0 auto 10px auto;
	height: 170px;
    position: relative; 
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	}
.pro_box .product_image img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	}
.pro_box h3 a{color: white;}
.pro_box:hover .product_image {
    border: 1px solid rgba(255,255,255,0.1);
	background-color:  rgba(255,255,255,0.06);
	}
.pro_box:hover .product_image img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
.pro_box:hover h3 a{color: #6eb1e1;}

@media (max-width:991px) {
	.homeproducts{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.pro_list .star3{
		left: 190px;
		bottom: 20px;
		}
	.pro_list .star3 img{max-width:70px;}
}
@media (max-width:767px) {
	.homeproducts .sections_title p {text-align: center;}
	.pro_list .star3{left: 15px;}
}
/*=======================================================
			Our Products
========================================================*/
.our_product{
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	}
.our_pro .col-md-3 {width: 20%;}
.our_pro_box{text-align: center;}
.our_pro_box .pro_img {
	overflow: hidden;
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.1); 
	width: 100%;
	max-width: 250px;
	margin: 0 auto 20px auto;
	height: 165px;
    position: relative; 
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	}
.our_pro_box .pro_img img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	}
.our_pro_box h3{
	font-size: 20px;
	line-height: 24px;
	color: #454850;
	font-weight: 300;
	}
.our_pro_box p{
	font-size: 12px;
	line-height: 18px;
	color: #454850;
	text-transform: uppercase;
	}
.our_pro_box h3 a{color: #454850;}
.our_pro_box:hover .pro_img img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}
.our_pro_box:hover h3 a{color: #bf1e2e;}
@media (max-width:991px) {
	.our_product{
		padding-top: 40px;
		padding-bottom: 40px;
		}
	.our_pro .col-sm-4 {
		width: 33.3333%;
		margin-top: 15px;
	}
	.our_pro .our_pro_box:nth-child(3n+4) {clear: both;}
}
@media (max-width:767px) {
	.our_pro .col-xs-6 {width: 50%;}
	.our_pro .our_pro_box:nth-child(3n+4) {clear: inherit;}
	.our_pro .our_pro_box:nth-child(2n+3) {clear: both;}
	.our_product{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.our_pro_box h3{
		font-size: 17px;
		line-height: 21px;
		}
}
@media (max-width:460px) {
	.our_pro .col-xs-6 {width: 100%;}
	}

/*=======================================================
			Veteran Proud
========================================================*/
.veteran_proud{
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	background-size: cover;
	}
.johnclary .right_text{
	display: block;
	overflow: hidden;
	}
.johnclary .left_img{
	float: left;
	text-align: center;
	margin-right: 50px;
	}
.johnclary .left_img .avtar{
	position: relative;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: solid 1px rgba(255,255,255,0.1);
	overflow: hidden;
	padding: 6px;
	}
.johnclary .left_img .avtar img{
	border-radius: 50%;
	overflow: hidden;
	}
.johnclary .left_img p{
	color: white;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	margin-top: 15px;
	}
.johnclary .left_img p span{
	font-size: 14px;
	display: block;
	}
.johnclary .left_img .star4{
	left: -15px;
    position: absolute;
    top: 10px;
	}
.johnclary .left_img .star4 img{
	width: 100%;
	max-width: 49px;
	height: auto;
	}
@media (max-width:991px) {
	.veteran_proud{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (max-width:767px) {
	.veteran_proud{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.johnclary .left_img{margin-right: 20px;}
	.johnclary .left_img .avtar{
		width: 100px;
		height: 100px;
		padding: 4px;
	}
	.johnclary .left_img .star4 img {max-width: 30px;}
	.johnclary .left_img .star4{left: -5px;}
}
@media (max-width:600px) {
	.johnclary{text-align: center;}
	.johnclary .left_img{
		margin-right: 0px;
		float: none;
		display: inline-block;
	}
	.johnclary .left_img .avtar{
		width: 100px;
		height: 100px;
		padding: 4px;
	}
	.johnclary .left_img .star4 img {max-width: 30px;}
	.johnclary .left_img .star4{left: -5px;}
} 

/*=======================================================	
			Contact Us
========================================================*/
.contact{
	padding-top: 70px;
	padding-bottom: 60px;
	position: relative;
	background: rgb(10,26,114); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(10,26,114,1) 0%, rgba(25,109,178,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(10,26,114,1) 0%,rgba(25,109,178,1) 100%);
	background: linear-gradient(to right,  rgba(10,26,114,1) 0%,rgba(25,109,178,1) 100%);
	}
.contact_form{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.contact .container{position: relative;}
.contact .star5{
	right: 12px;
    position: absolute;
    top: -130px;
	}
.contact .star5 img{
	width: 100%;
	max-width: 160px;
	height: auto;
	}
.contact .star6{
	left: 150px;
    position: absolute;
    bottom: -35px;
	}
.contact .star6 img{
	width: 100%;
	max-width:120px;
	height: auto;
	}

/*Contact page*/
.contactus h2{margin-bottom:5px;}
.contactus a{color: black;}
.contactus a:hover{color: #bf1e2e;}
.contactus .address{
	font-size: 22px;
	line-height: 32px;
	color: #000;
	font-weight: 700;
	}
.contactus .socialicons{
	margin:15px 0;
	padding: 0;
	}
.contactus .socialicons li{
	display: inline-block;
	list-style: none;
	margin-right: 10px;
	}
.contactus .socialicons li a i{
	font-size: 28px;
	}
.contactus .socialicons li:last-child{margin-right: 0;}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding-top: 5px;
	}
div.wpcf7-validation-errors {
    border: 1px solid #f7e700;
    color: #f7e700;
    margin-left: 0;
    margin-right: 0;
	}
div.wpcf7-mail-sent-ok {
    border: 1px solid #398f14;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
}

.request_quote {
	padding-top: 5%;
	padding-bottom: 5%;
}
.request_quote form {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}
.request_quote input[type="text"],
.request_quote input[type="email"],
.request_quote input[type="number"],
.request_quote input[type="tel"],
.request_quote input[type="date"],
.request_quote textarea {
	border-color: #eeeeee;
	color: #666;
}
.request_quote input[type="text"]:focus,
.request_quote input[type="email"]:focus,
.request_quote input[type="number"]:focus,
.request_quote input[type="tel"]:focus,
.request_quote input[type="date"]:focus,
.request_quote textarea:focus {
	border-color: #0a1a71;
}

.request_quote input[type="email"]::-webkit-input-placeholder ,
.request_quote input[type="number"]::-webkit-input-placeholder ,
.request_quote input[type="tel"]::-webkit-input-placeholder ,
.request_quote input[type="date"]::-webkit-input-placeholder ,
.request_quote textarea::-webkit-input-placeholder ,
.request_quote input[type="text"]::-webkit-input-placeholder { 
	color: #666;
}
.request_quote input[type="text"]::-moz-placeholder,
.request_quote input[type="email"]::-moz-placeholder,
.request_quote input[type="number"]::-moz-placeholder,
.request_quote input[type="tel"]::-moz-placeholder,
.request_quote input[type="date"]::-moz-placeholder,
.request_quote textarea::-moz-placeholder { 
	color: #666;
}
.request_quote input[type="text"]:-ms-input-placeholder,
.request_quote input[type="email"]:-ms-input-placeholder,
.request_quote input[type="number"]:-ms-input-placeholder,
.request_quote input[type="tel"]:-ms-input-placeholder,
.request_quote input[type="date"]:-ms-input-placeholder,
.request_quote textarea:-ms-input-placeholder { 
	color: #666;
}
.request_quote input[type="text"]:-moz-placeholder ,
.request_quote input[type="email"]:-moz-placeholder ,
.request_quote input[type="number"]:-moz-placeholder ,
.request_quote input[type="tel"]:-moz-placeholder ,
.request_quote input[type="date"]:-moz-placeholder ,
.request_quote textarea:-moz-placeholder { 
	color: #666;
}
.request_quote input[type="submit"] {
	background: #1868ae;
	padding: 10px 60px;
	display:inline-block;
	border: #1868ae;
	border-radius: 50px;
	color: #ffffff;
}
.request_quote input[type="submit"]:hover {
	background: #be4145;
}
button, select, input {
	-webkit-appearance: none;
       -moz-appearance: none;
    	-ms-appearance: none;
	     -o-appearance: none;
}

@media (max-width:991px) {
	.contact{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.contact .star5{top: -70px;}
	.contact .star5 img{max-width: 100px;}
	.contact .star6{
		left: 50px;
		bottom: -15px;
		}
	.contact .star6 img{max-width:80px;}
	.contactus .address{
		font-size: 20px;
		line-height: 28px;
	}
}
@media (max-width:767px) {
	.contact{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.contact .star5{
		top: -50px;
		right: 0px;
	}
	.contact .star5 img{max-width: 70px;}
	.contact .star6{
		left: 10px;
		bottom: -15px;
		}
	.contact .star6 img{max-width:55px;}
	.contactus{margin-bottom: 35px;}
	.contactus .address{
		font-size: 18px;
		line-height: 26px;
	}
	.contactus:last-child{margin-bottom: 0;}
}

/*=======================================================
			Internal Pages
========================================================*/
.internal_sections{
	padding-bottom: 60px;
	padding-top: 70px;
	position: relative;
	}
.internal_sections h2{
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #000;
	}
.internal_sections h2 span{color: #333333;}
.internal_sections p{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	letter-spacing:-0.1px;
	}
.internal_sections p+h2{padding-top:15px;}
.internal_sidebar{padding-left: 25px;}
.right_sidebar img{margin-bottom: 25px;}

.mission.sm{padding-top: 0px;}
.mission.sm h3{color: #000;}
.mission.sm p{
	font-size: 30px;
	line-height: 42px; 
	color: #000;
	letter-spacing:-0.1px;
	}
.imgalign_right{
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
	}
.veteran_link p{font-family: "georgia-italic";}
.photolg{
	margin-top: 20px;
	text-align: center;
	}
.photolg img + img{
	margin-top: 15px;
	}
.veteran_link a{color: #000;}
.veteran_link a:hover{color: #bf1e2e;}

.testimonials_block{
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	}
.testimonials_block .left_text{
	display: block;
	overflow: hidden;
	padding-top: 15px;
	}
.testimonials_block .left_text p{
	margin-bottom: 15px;
	}
.testimonials_block .left_text p:last-child{
	margin-bottom: 10px;
	}
.testimonials_block .rightimg{
	float: right;
	margin-left: 15px;
	}

@media (max-width:1199px) {
	.internal_sidebar{padding-left: 0px;}
}
@media (max-width:991px) {
	.internal_sections{
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.internal_sidebar {margin-top: 40px;}  
	.photolg{text-align: right;}
	.veteran_link{margin-top: 30px;}
}
@media (max-width:767px) {
	.internal_sections{
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.internal_sections h2{
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 15px;
		}
	.contactus h2{margin-bottom:5px;}
	.internal_sections p{
		font-size: 15px;
		line-height: 23px;
		margin-bottom: 15px;
		} 
	.imgalign_right{
		float: none;
		margin-left: 0px;
		margin-bottom: 20px;
		}
	.photolg{
		text-align: left;
		margin-top: 30px;
	}
}
/* Industries */
.industries_listing .industrie{
	display: block;
	position: relative;
	margin-bottom: 40px;
	}
.industries_listing .industrie:last-child{margin-bottom: 0px;}
.industries_listing .industrie .img{
	float: left;
	margin-right: 40px;
	width: 100%;
	max-width: 190px;
	height: auto;
	}
.industries_listing .industrie .details{
	display: block;
	overflow: hidden;
	}
.industries_listing .industrie .details .download_link{
	margin: 0;
	padding: 0;
	display: block;
	}
.industries_listing .industrie .details h3{
	margin-bottom: 10px;
	padding-top: 10px;
	}
.industries_listing .industrie .details .download_link li{
	list-style: none;
	margin: 0;
	width: 100%;
	max-width: 49%;
	display: inline-block;
	vertical-align: top;
	font-family: "georgia-italic";
	font-size: 16px;
	line-height: 24px;
	padding:4px 0 4px 23px;
	background-image: url(../images/bullet.png);
	background-position: left 10px;
	background-repeat: no-repeat;
	}
.industries_listing .industrie .details .download_link.full li{
	display: block;
	max-width: 100%;
	}
.industries_listing .industrie .details .download_link li a{color: black;}
.industries_listing .industrie .details .download_link li a:hover{color: #be4145;}

/*All Products*/
.all_pro_box{text-align: center;}
.all_pro_box .img {
	overflow: hidden;
	margin: 0 auto 20px auto;
	position: relative; 
	}
.all_pro_box .img img {
	width: 100%;
	height: auto;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	}
.all_pro_box:hover .img img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	/* height: 32px;
	border-bottom: 1px solid #333;*/
	width: 100%;
	}
ul.tabs li {
	width: 20%;
	float: left;
	margin: 0;
	cursor: pointer;
	/*padding: 0px 21px;
	height: 31px;
	line-height: 31px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	*/
	background-color: #fff;
	color: #ccc;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	}
/*.tab_last { border-right: 1px solid #333;}*/
ul.tabs li:hover {background-color: #f0f0f0;}
ul.tabs li.active {
	background-color: #0a1a72;
	color: #fff;
	display: block;
	}
.tab_container {
	/*border: 1px solid #333;
	border-top: none;*/
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	/*overflow: auto;*/
	}
.tab_content {
	display: none;
	}
.tab_content .head{
	background-color: #0a1a72;
	color: white;
	text-align: center;
	position: relative;
	padding: 8px;
	text-align: center;
	}
.tab_content .head h3{
	color: white;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
	}
.tab_content .head h3 br{display: none;}
.tab_drawer_heading { display: none; }

ul.tabs li h3{
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: black;
	}
ul.tabs li p{
	font-size: 12px;
	line-height: 18px; 
	text-transform: uppercase;
	color: black;
	}
ul.tabs li.active h3{color: white;}
ul.tabs li.active p{color: white;}

.dropdown, .dropup {
	display: inline-block;
	vertical-align: middle;
	}
.dropdown-menu {
	right: 0;
	left: inherit;
	border:none;
    border-radius: 0;
	box-shadow: none;
	margin: 0;
	background-color: #196db2;
	padding: 5px 0px;
	text-align: left;
	font-weight: 400;
	}
.dropdown-menu > li > a {
    color: #fff;
    display: block;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.5px;
	padding: 2px 15px;
	}
.dropdown .dropdown-toggle{
	background-color: transparent;
	border: none;
	height: 30px;
	padding: 0 5px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #115e9d;
    color: #fff; 
	}

@media screen and (max-width: 767px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #f9f9f9;
		border-top: solid 1px #000e5b;
		color: #000;
		margin: 0;
		padding:15px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		text-transform: uppercase;
		font-weight: 700;
	}
	.d_active {
		background-color: #0a1a72;
		color: #fff;
	}
	.tab_content .head{
		background-color: #1e3096;
		} 
}
/*---*/

@media (max-width:991px) {
.industries_listing .industrie .img{
	margin-right: 20px;
	max-width: 150px;
	}
}
@media (max-width:640px) {
.industries_listing .industrie .img{
	margin-right: 00px;
	float: none;
	margin-bottom: 20px;
	}
}
@media (max-width:400px) {
	.industries_listing .industrie .details .download_link li{
		max-width: 100%;
		display: block;
	}
}

/*=======================================================
			Footer
========================================================*/
.footer{
	background-color:white;
    padding:10px 0;
	position: relative;
	background: rgb(10,26,114); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(10,26,114,1) 0%, rgba(25,109,178,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(10,26,114,1) 0%,rgba(25,109,178,1) 100%);
	background: linear-gradient(to right,  rgba(10,26,114,1) 0%,rgba(25,109,178,1) 100%);
	overflow: hidden;
	}
.footer:after{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color:rgba(255,255,255,.05);
	content: '';
	}
.footer .copyright{
	margin:0px;
	font-size:16px;
	color:rgba(255,255,255,.5);
	text-align: center; 
	}
.footer .container{
	position: relative;
	z-index: 1;
}
.go-up {
    position: absolute;
    right: 15px;
    bottom: -2px;
    color:rgba(255,255,255,.5);
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    }
.go-up a{color:rgba(255,255,255,.5);}
.go-up a:hover{color: #fff;}

/* Team Page */
.team-member {
	padding: 30px 0;
	border-bottom: 1px solid #eeeeee;
}
.team-member:last-child {
	border: none;
}
.member-image {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
.member-contain {
	width: 68%;
	display: inline-block;
	vertical-align: top;
}
.supsystic-tables-wrap th.htLeft:first-child {
    min-width: 80px;
}

.requ_popup .modal-dialog {
	max-width: 800px;
	width: 100%;
	padding-top: 6%;
	margin: 0 auto;
}
.requ_popup .modal-header {
	text-align: center;
}
.requ_popup .modal-header h4 {
	text-transform: uppercase;
	font-size: 26px;
	line-height: 30px;
	color: #ffffff;
}
.requ_popup .modal-body {
	padding: 0 35px 20px;
}
.requ_popup .modal-header {
	background: rgb(10,26,114); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(10,26,114,1) 0%, rgba(25,109,178,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(10,26,114,1) 0%,rgba(25,109,178,1) 100%);
	background: linear-gradient(to right,  rgba(10,26,114,1) 0%,rgba(25,109,178,1) 100%);
}
.requ_popup button.close {
	font-size: 30px;
	color: #ffffff;
	opacity: 1;
}

@media(max-width:480px){
	.member-contain ,	
	.member-image {
		width: 100%;
		display: block;
		vertical-align: top;
	}
	.member-contain {
		padding-top: 15px;
	}
}

/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */
.page-loader {
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
	}
.loader {
	background:#bf1e2e;
	position:absolute;
	display:inline-block;
	height:80px;
	width:80px;
	left:50%;
	top:50%;
	margin:-20px 0 0 -20px;
	text-indent: -9999em;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
	        animation: ball-scale 1s 0s ease-in-out infinite;
}
@-webkit-keyframes ball-scale {
	0% {
		-webkit-transform: scale(0);
		   -moz-transform: scale(0);
		    -ms-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes ball-scale {
	0% {
		-webkit-transform: scale(0);
		   -moz-transform: scale(0);
		    -ms-transform: scale(0);
		     -o-transform: scale(0);
		        transform: scale(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}
/* ---------------------------------------------------------------------- */
/*	Transition 0.4s
/* ---------------------------------------------------------------------- */
.header,.logo img,.logo a,.go-up,.radiants_btn,.tsm_btn, textarea,input {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
 

.product_table {
    display: none;
    clear: both; 
    margin-bottom: 50px;
	padding-top: 20px;
    }
.product_table.current{display: block;}
.product_table.dnone{display: none;}
caption.table-title{
    background-color: #ff0;
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    border: solid 1px #000;
    border-bottom: solid 2px #000; 
    border-top:none; 
    }
table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 1px solid #000  !important;
    border-right: solid 1px #000  !important;
    /*padding: 7px 10px !important;*/
	}
table.dataTable thead{
    color: #000;
    font-size: 16px;
    line-height: 22px;
    }
table.dataTable thead th:first-child{border-left: solid 1px #000;}
table.dataTable tbody th,
table.dataTable tbody td {
    /*padding: 7px 10px  !important;*/
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #444;
    }
table.dataTable tbody th span,
table.dataTable tbody td span{color: #bf1e2e; padding-left: 5px;}
table.dataTable tbody th span.blue,
table.dataTable tbody td span.blue{color: #4472a8; padding-left: 5px;}

table.dataTable.cell-border tbody tr th a,
table.dataTable.cell-border tbody tr td a{color: #000;}
table.dataTable.cell-border tbody tr th a:hover,
table.dataTable.cell-border tbody tr td a:hover{color: #bf1e2e;}table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-right: 1px solid #000 !important;
     border-top: 1px solid #000 !important;
    }
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #000 !important;
    }
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #f9f9f9 !important; 
	}
table.oneColumn tr {border: 1px solid #000 !important; }
.supsystic-tables-wrap {border-top: solid 2px #000; }
table.oneColumnWithLabels td:before{font-weight: bold; color: #000;}

.table_left h4,
.table_top h4{
	color: #000;
	}
.table_left p,
.table_top p{
	color: #000;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
	}
.table_left ul,
.table_top ul{
	display: block;
	margin: 0;
	padding: 0;
	}
.table_left ul li,
.table_top ul li{
	color: #000;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 0.2px;
	list-style: none;
	padding-left: 18px;
	padding-bottom: 8px;
	background-image: url(../images/bullet_black.png);
	background-repeat: no-repeat;
	background-position: left 5px; 
	}
.table_left a,
.table_top a{
	font-weight: 700;
	color: black;
	}

.table_top{
	margin-bottom: 20px;
	overflow: hidden;
}
.table_top img{
	float: left;
	margin-right: 15px;
	}
.table_top .img_right_text{
	display: block;
	overflow: hidden;
	}
.wpcf7-validation-errors	{
	background: red !important;
	border-color: red !important;
	color: #ffffff !important;
	text-align: center;
}

.wpcf7-mail-sent-ok {
	background: green !important;
	border-color: green !important;
	color: #ffffff !important;
	text-align: center;
}
@media (max-width:991px) {
	.table_left{margin-bottom: 15px;}
	.table_top img {
		width: 100%;
		max-width: 150px;
	}
}
@media (max-width:767px) {
	.table_top img {max-width: 100px;}
	.requ_popup .modal-dialog {
		width: 95%;
	}
}
@media (max-width:650px) {
	table.dataTable.cell-border tbody tr th:first-child,
	table.dataTable.cell-border tbody tr td:first-child {border-left: none !important;}
	caption.table-title{display: block;}
	.table_top img {
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
		max-width: 150px;
	}
} 