/*--Reset CSS--*/
*{margin:0;padding: 0}
body{font-family: 'Open Sans', sans-serif;}
a{text-decoration: none;transition: all .5s;}
a:hover{text-decoration: none}
ul{list-style: none;margin:0;padding:0;}
img{max-width: 100%}
input {transition: all .5s;}
p {
    color: #5a5a5a;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 25px;
}

/*--Main CSS--*/
.tmpage {
  overflow: hidden;
  width: 100%;
}
#loading {
	background: #fff none repeat scroll 0 0;
	height: 1100%;
	padding-top: 15%;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 9999999999999;
}
#loading i {
	color:#03a9f5;
	font-size:60px;
}
#loading img {}
.frm_loader i {
	color: #03a9f5;
}
.frm_loader { display:none }
.fix {
	overflow:hidden;
	width:100%;
}
.header_part {
    padding: 20px 0 20px;
    border-top: 4px solid #f2f2f5;
}
.logo {}
.logo a {
    display: inline-block;
}
.logo a img {
    width: 100%;
}
.headtxt {
    text-align: center;
    padding-top: 15px;
}
.headtxt p {
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}
.headtxt p a {
    color: #000000;
}
.socialicon {
    padding-top: 10px;
}
.socialicon ul {
    text-align: left;
    overflow: hidden;
}
.socialicon ul li {
    display: inline-block;
    margin: 0 5px;
}
.socialicon ul li a {
    width: 52px;
    height: 52px;
    display: inline-block;
    background-size: 46px auto;
}
.facebookicon {
    background-image: url(images/facebook.png);
    background-repeat: no-repeat;
    background-position: center;
}
.facebookicon:hover {
    background-image: url(images/facebook1.png);
    background-repeat: no-repeat;
    background-position: center;	
}
.twittericon {
    background-image: url(images/twitter.png);
    background-repeat: no-repeat;
    background-position: center;	
}
.twittericon:hover {
    background-image: url(images/twitter1.png);
    background-repeat: no-repeat;
    background-position: center;		
}
.linkedincon {
    background-image: url(images/linkedin.png);
    background-repeat: no-repeat;
    background-position: center;		
}
.linkedincon:hover {
    background-image: url(images/linkedin1.png);
    background-repeat: no-repeat;
    background-position: center;		
}

.portalincon {
    background-image: url(images/login.png);
    background-repeat: no-repeat;
    background-position: center;		
}
.portalincon:hover {
    background-image: url(images/login.png);
    background-repeat: no-repeat;
    background-position: center;		
}


.messageicon {
    background-image: url(images/message_icon.png);
    background-repeat: no-repeat;
    background-position: center;	
}
.messageicon:hover {
    background-image: url(images/message_icon1.png);
    background-repeat: no-repeat;
    background-position: center;		
}
.socialicon ul li:hover {

}

.menupart {
    background: #03a9f5;
    position: relative;
    z-index: 999999;
}
.menupart .container .row {
    padding: 0 10%;
}
.menus {
    text-align: center;
}
.menus li {
	position:relative;
}
.menus li a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 11px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.menus li ul {
    position: absolute;
    top: 80%;
    left: 0;
    background: #03a9f5;
    min-width: 245px;
    text-align: left;
    border-top: 1px solid #36bcef;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    z-index: 9999;
}
.menus li:hover ul {
    top: 99%;
    visibility: visible;
    opacity: 1;
}
.menus li ul li {
    border-bottom: 1px solid #36bcef;
}
.menus li ul li:last-child {
    border-bottom: 0px;
}
.menus li ul li a {
    display: block;
    letter-spacing: 1px;
    font-size: 15px;
}
.menus li:hover {
	background: rgb(28,180,33); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(28,180,33,1) 0%, rgba(12,76,183,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(28,180,33,1) 0%,rgba(12,76,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(28,180,33,1) 0%,rgba(12,76,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb421', endColorstr='#0c4cb7',GradientType=1 ); /* IE6-9 */
}
.menus li.mactive {
	background: rgb(28,180,33); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(28,180,33,1) 0%, rgba(12,76,183,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(28,180,33,1) 0%,rgba(12,76,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(28,180,33,1) 0%,rgba(12,76,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb421', endColorstr='#0c4cb7',GradientType=1 ); /* IE6-9 */
}
.menus li.mactive a{
	color:#fff;
}
.slide_part {
    background: url(images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;;
}
.slide_part .container {}
.slide_part .container .row {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;    
	min-height: 507px;
}
.getstarted {
    width: 100%;
    text-align: center;
}
.getstarted h1 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 42px;
    margin: 0 0 20px;
    font-size: 30px;
}
#response {
	margin-top: 20px;
}
.rbtn {
    border: 5px solid rgba(0,0,0,0.2);
    display: inline-block;	
}
.rbtn span{
	background: rgb(28,180,33); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(28,180,33,.54) 0%, rgba(12,78,181,.54) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(28,180,33,.54) 0%,rgba(12,78,181,.54) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(28,180,33,.54) 0%,rgba(12,78,181,.54) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb421', endColorstr='#0c4eb5',GradientType=.54 ); /* IE6-9 */
	display:inline-block;
	padding: 10px 40px;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 20px;	
    transition: all 1s;	
}

.rbtn:hover span{
	background: rgb(28,180,33); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(28,180,33,.78) 0%, rgba(12,78,181,.78) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(28,180,33,.78) 0%,rgba(12,78,181,.78) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(28,180,33,.78) 0%,rgba(12,78,181,.78) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb421', endColorstr='#0c4eb5',GradientType=.78 ); /* IE6-9 */
}
.content_part {
    padding: 60px 0px;
}
.boxpro {
    float: right;
    margin-left: 40px;
    width: 560px;
    margin-bottom: 10px;
    margin-right: -20px;
    padding-top:25px;
}
.sboxp {
    border: 1px solid #ededed;
    margin: 0 10px;
    width: 44%;
    padding: 0 30px 25px;
    min-height: 255px;
    margin-bottom: 20px;
}
.sboxp:hover {
	box-shadow: 0px 1px 4px #ddd
}
.sboxp img {
    max-width: 60px;
}
.sboxp h3 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 20px 0 15px;
}
.contening p {
    color: #5a5a5a;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 25px;
}
.sboxp a {
    text-transform: uppercase;
    font-size: 12px;
    color: #00a6f8;
    font-weight: 600;
    letter-spacing: .5px;
}
.sboxp a i{
	margin-left:5px;
}
.sboxp a:hover{
	color:#000;
}
.{}
.{}
.contening{}
.contening h2 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0 0 15px;
}
.sboxp p{
    color: #5a5a5a;
    font-size: 14px;
    letter-spacing: 1.5px;
}
.mission_part {
    background-size: cover !important;
}
.mission_part .container .row {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;        
	min-height: 735px;
}
.missointxt {
    width: 397px;
    border: 10px solid rgba(0,0,0,0.2);
}
.misoning {
    background: rgba(0,0,0,.43);
    text-align: center;
    padding: 45px 25px 40px;
}
.misoning h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 40px;
    overflow: hidden;
}
.misoning a {
    margin-top: 15px;
    border: 5px solid rgba(255,255,255,.25);
}
.footer_part {
	background: #333335;
}
.footercon {
    text-align: center;
    padding: 90px 0 70px;
}
.footercon img {}
.footercon h5 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 30px;
    margin-bottom: 35px;
}
.footercon a {
    font-size: 21px;
    color: #fff;
    letter-spacing: 3px;
}
.footercon a:hover {}
.footerbottom {}
.footerbottom .row {
	padding-bottom: 5px;
}
.footerbottom .row p {
    text-align: right;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}
.footerbottom .row p a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;	
}
.footerbottom .row p a:hover {
	color:#03a9f5;
}
#success_msg  { display:none; padding:10px 15px; width:50%; margin:20px auto; background-color: greenyellow; color: #454545; }
#fail_msg { display:none; padding:10px 15px; width:50%; background-color: red; color: #fff;  margin:20px auto; }
/*--About page--*/
.innerpage_banner {
	background-size: cover !important;
}
.innerpage_banner .container .row {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center; 
	min-height: 235px;
}
.inpagebanner {
    width: 100%;
    text-align: center;
}
.inpagebanner h1 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 52px;
    margin: 0 0 10px;
    font-size: 38px;	
}
.inpagebanner p {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.5px;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.missioninpage {
    margin: 0 auto;
}
.missioninpage .misoning {
	background: rgba(0,0,0,.70);
}
.missioninpage .misoning a {
	border: 5px solid rgba(255,255,255,.50);
}
.content_inpage_part {
	padding: 60px 0;
}
.contintxt {
    padding-right: 30px;
}
.contintxt p {
	margin-bottom: 20px;
}
.contintxt h2 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0 0 15px;	
}
.teamimg {
    padding-top: 4px;
}
.steam {
    padding: 0 8px;
    position: relative;
}
.steam:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 35px;
    width: 40%;
    height: 1px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    margin-left: -20%;
}
.steam:hover:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: #000;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}
.teamin {}
.teamin img {
	width: 100%;
	height: auto;
}
.teaminfo {
    text-align: center;
    padding-top: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
    padding-bottom: 15px;
}
.teaminfo h3 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.teaminfo p {
    margin: 0;
    font-size: 12px;
}
.contmap {
    
}
.contmap iframe {
    width:100%;
    min-height: 600px;
    margin-bottom: -10px;
}
.contadres {
    margin-bottom: 40px;
}
.contadres h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    margin-bottom: 25px;
    color: #000;
}
.contadres p {
    text-transform: uppercase
}
.contadres address{
    color:#000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.contadres p span {
    background:#ddf4de;
    padding: 0 3px;
}
.contadres p a {
    color: #000;
    font-weight: 600;
}
.closeday {
    text-transform: uppercase
}
.contltinfo .contadres:last-child{
    margin-bottom: 0px
}
.service_side {
    width: 300px;
    float: right;
    margin-left: 35px;
}
.winsolus {
    border: 2px solid #ededed;
    padding: 16px;
    width: 100%;
    margin-bottom: 20px;
}
.winsolus p {
    text-transform: uppercase;
    color: #000001;
    margin-bottom: 25px;
    font-size: 14px;
}
.winsolus a {
    text-transform: uppercase;
    color: #0c4bb9;
    letter-spacing: 1px;
    font-size: 14px;
}
.winsolus a:hover {
    color: #000;
}
.adioninfo {
    text-align: center;
    margin-bottom: 20px;
}
.adioninfo p {
    margin: 0;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    line-height: 22px;
    font-size: 14px;
}
.nesps {
    text-align: center;
    margin-bottom: 20px;
}
.nesps p {
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
    color: #000;
}
.sulw {
    padding: 0 10%;
}
.sulw ul {
    overflow:hidden;
}
.sulw ul li {
    display: block;
    margin-bottom: 10px;
}
.sulw ul li a {
    display: block;
    background: #828284;
    color: #fff;
    padding: 10px 10px 10px 50px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
	position:relative;
}

.sulw ul li a:before{
  content:url('images/pdf.png'); /* with class ModalCarrot ??*/
  position:absolute; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left:10px;
  top:14px;
}


.sulw ul li a:hover {
    background: #03a9f5;
}
.serconttle {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0 0 35px;  
}
.serlist {
    margin-bottom: 36px;
    overflow: hidden;
}
.srvm {
    float: left;
    width: 100px;
    text-align: center;
    height: 100px;
    border-radius: 50%;
    margin-right: 20px;
    margin-top: 23px;
    margin-bottom: 40px;
    background: rgb(28,180,33); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(28,180,33,.54) 0%, rgba(12,78,181,.54) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(28,180,33,.54) 0%,rgba(12,78,181,.54) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(28,180,33,.54) 0%,rgba(12,78,181,.54) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb421', endColorstr='#0c4eb5',GradientType=.54 ); /* IE6-9 */    
}
.srvm span {
    color: #5a5a5a;
    font-size: 52px;
    line-height: 84px;
    background: #fff;
    width: 87px;
    height: 87px;
    display: block;
    border-radius: 50%;
    margin-left: 7px;
    margin-top: 6px;
    font-weight: 600;
}
.sertxt {}
.sertxt h3 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #000;
}
.sertxt p {}
.productcont {}
.productcont h2 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0 0 15px;    
}
.productcont p {}

.caltoaction {
    background: #f9f9f9;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
}
.caltoaction .container .row {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; 
    min-height: 210px;
}
.calltoac {
    width: 100%;
    text-align: center;
}
.calltoac h2 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0 0 20px;    
}
.calltoac p {
    margin-bottom: 0px;
}



.caltoaction2 {
    background: #ffffff;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
}
.caltoaction2 .container .row {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; 
    min-height: 210px;
}
.calltoac2 {
    width: 100%;
    text-align: center;
}
.calltoac2 h2 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0 0 20px;    
}
.calltoac2 p {
    margin-bottom: 0px;
}








.productlist {
    padding-top: 45px;
}
.productlist .singleprodt:nth-child(odd) .col-md-6 .promtxt {
    padding-left: 25px;
}
.productlist .singleprodt:nth-child(odd) .col-md-6 .proimg{
    padding-right: 25px;
}
.productlist .singleprodt:nth-child(even) .col-md-6 .proimg {
    padding-left: 25px;
}
.singleprodt {
    overflow: hidden;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;     
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 55px;
    max-width: 900px;
    margin: 0 auto 55px;
}
.proimg {
    display: block;
}
.proimg img {
    width: 100%;
    height: auto;
}
.promtxt {

}
.promtxt h3 {
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 0 15px;
}
.promtxt p {
    margin-bottom: 25px;
}
.promtxt a {
    display: inline-block;
    background: #03a9f5;
    color: #fff;
    padding: 8px 25px;
    letter-spacing: 1px;
    border-radius: 22px;
}
.promtxt a:hover {
    background: rgb(28,180,33); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(28,180,33,.80) 0%, rgba(12,78,181,.80) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(28,180,33,.80) 0%,rgba(12,78,181,.80) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(28,180,33,.80) 0%,rgba(12,78,181,.54) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb421', endColorstr='#0c4eb5',GradientType=.80 ); /* IE6-9 */  
}
.productlist .singleprodt:last-child{
    border-bottom: 0px;       
}
/*CSS for back top*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 15px;
    z-index: 9999;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 30px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    border: 1px solid #03a9f5;
    background: #03a9f5;
    border-radius: 50%;
    color:#fff;
}
#back-to-top:hover {
    border: 1px solid #000;
    color:#fff;
    background: #000;    
}
#back-to-top.show {
    opacity: 1;
}
/*CSS for back top end*/
.footerbottom {
    width: 94%;
    max-width: 2720px;
    margin: 0 auto;
}
.fixed-header {
  position: fixed;
  top:0; left:0;
  width: 100%; 
  z-index: 9999;
}
ul.b {
    padding-left: 18px;
}

ul.b li{
    list-style-type: square;
    color: #5a5a5a;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 30px;
    color: #5a5a5a;
}

ul.a {
    padding-left: 18px;
}

ul.all li{
    list-style-type: square;
    color: #5a5a5a;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 30px;
    color: #5a5a5a;
}
#homeslide .owl-controls {
    display: none !important;
}
.rbtn button{
	background: rgb(28,180,33);
	background: -moz-linear-gradient(left, rgba(28,180,33,.54) 0%, rgba(12,78,181,.54) 100%);
	background: -webkit-linear-gradient(left, rgba(28,180,33,.54) 0%,rgba(12,78,181,.54) 100%);
	background: linear-gradient(to right, rgba(28,180,33,.54) 0%,rgba(12,78,181,.54) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb421', endColorstr='#0c4eb5',GradientType=.54 );
	display: inline-block;
	padding: 10px 40px;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 20px;
	transition: all 1s;
	border:none;
border-radius:0px;
}   
.rbtn button:hover, .rbtn button:focus { color:#fff; }
.contact_frm  { margin-top:40px;margin-bottom:40px; } 
.contact_frm input  { height:50px; padding-left:20px; padding-right:20px; width:280px; } 
.contact_frm textarea  { height:120px; padding-left:20px; padding-right:20px; width:280px; } 
#response .error {
	width: 280px;
	margin: 0 auto;
	background: red;
	color: #fff;
	padding: 7px 15px;
}
#response .success {
	width: 300px;
	margin: 0 auto;
	background: greenyellow;
	padding: 8px 15px;
}

.header_part {
    padding: 20px 0 0px;
}
/*--Header button--*/
.header_link {
    margin-top: -17px;
    margin-bottom: 12px;
}
.header_link li {
    display: block !important;
    margin: 0 0 9px!important;
}
.socialicon ul li a {
    width: 100%;
    height: auto;
    display: block;
    background: #0247bc;
    color: #fff;
    text-align: center;
    padding: 11px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
}
.header_link li:last-child {
    margin-bottom: 0 !important;
}
a.emply_btn {
    background: #05b903 !important;
}
.socialicon ul li a:hover{
    background: rgb(28,180,33)  !important; /* background: #04a9f5 !important; */
    background: -moz-linear-gradient(left, rgba(28,180,33,1) 0%, rgba(12,76,183,1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(28,180,33,1) 0%,rgba(12,76,183,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(28,180,33,1) 0%,rgba(12,76,183,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb421', endColorstr='#0c4cb7',GradientType=1 ) !important; /* IE6-9 */
    color: #fff;
}

/*--Header button end--*/



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.slide_part .container .row {
    display: table;
    width: 100%;
    text-align: center;
}
.getstarted{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.innerpage_banner .container .row {
    display: table;
    width: 100%;
    text-align: center;
}
.inpagebanner{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.mission_part .container .row{
    display: table;
    width: 100%;
    text-align: center;
}
.missointxt{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border: 0px solid rgba(0,0,0,0.2);
}
.misoning {border: 10px solid rgba(0,0,0,0.2);}
.misoning {border: 10px solid rgba(0,0,0,0.2);}

}

@media screen and ( min-width: 1111px ) and ( max-width: 1240px ){

}
@media screen and ( min-width: 991px ) and ( max-width: 1110px ){
.menupart .container .row {padding: 0;}
.socialicon ul li {margin: 0 0px;}
.socialicon ul li a {
    width: 50px;
    height: 50px;
}
a.hdbtn {
    width: 100% !important;
    height: auto !important;
}

}

@media screen and ( min-width: 768px ) and ( max-width: 991px ){
.menupart .container .row {padding: 0;}
.menus li a {font-size: 14px;padding: 11px 0px;letter-spacing: 1px;}
.logo {text-align: center;}
.socialicon ul {text-align: center;}
.boxpro {
    float: none;
    margin-left: 0;
    width: 100%;
    margin-right: 0;
}
.menus li ul li {
    padding-left: 15px;
}
.header_link {
    margin-top: 0;
}
}
@media screen and ( max-width: 767px ){
.header_part {padding-top: 30px;}
.menupart {display: none;}
.socialicon ul {text-align: center;}
.logo {text-align: center}
.boxpro {
	float: none;
    padding-left: 15px;
    width: 100%;
    padding-right: 15px;
    margin: 0;
}
.sboxp {
    margin: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.missointxt {
    width: 320px;    
    margin: 0 auto;
}
.contintxt {
    padding-right: 0;
    text-align: center;
}
.steam:after {
    bottom: 0;
}
.steam:hover:after {
    bottom: 0;
}
.footerbottom .row p {
    text-align: center;
}
.singleprodt {
    display: block;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
#response {
	width: 80%;
	margin: 30px auto;
}
.productlist .singleprodt:nth-child(2n+1) .col-md-6 .proimg {
    padding-right: 0;
}
.productlist .singleprodt:nth-child(2n+1) .col-md-6 .promtxt {
    padding-left: 0;
    padding-top: 25px;
}
.productlist .singleprodt:nth-child(2n) .col-md-6 .proimg {
    padding-left: 0;
    padding-top: 25px;
}
.productcont {
    margin: 0 5px;
}
.logo a img {
    max-width: 250px;
    margin: 25px 0 0;
}
.footercon img {
    max-width: 250px;
    margin: 0 auto;
}
.sertxt {
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.service_side {
    width: 300px;
    float: none;
    margin: 0 auto;
}
.serconttle {
    margin: 25px 0 55px;
    text-align: center;
}
.srvm {
    margin: 0 auto;
    float: none;
    padding-top: 1px;
    height: 101px;
    width: 101px;
}
.footercon h5 {
    line-height: 26px;
}
.footercon {
    padding: 50px 0 48px;
}
#loading img {
    max-width: 200px;
    margin-bottom: 15px;
}
.footer_secs .container .row {
	display: block !important;
}
.footer_secs .col-md-4 { width:90%; margin:0 auto; vertical-align:top; }
.header_link {margin-top: 5px;}


}

@media screen and ( min-width: 460px ) and ( max-width: 767px ){
.missointxt {
    width: 397px;    
    margin: 0 auto;
}
.logo a img {
    max-width: 300px;
}
.footercon img {
    max-width: 300px;
}
#loading img {
    max-width: 250px;
}


}



