/*----------------------- Drop Down Menu -----------------------*/
*{margin:0;padding:0;text-decoration:none}
.mainmenu{width:100%;background: #192f59;}
nav{position:relative;width:100%;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; margin-right:3px;}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu{background:#192f59;}
#cssmenu > ul > li{float:left;}
#cssmenu > ul > li > a{
padding: 22px 13px 19px 16px;
text-decoration:none;
color: #fff;
font-size: 12px;
text-transform: uppercase;
font-weight:600;
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
letter-spacing:1px;
}
.mainnavitm{
float:left;
}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#fff}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{background:#3197D2!important;-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:26px;right:17px;width:8px;height:2px;display:block;background:#fff;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:23px;right:20px;display:block;width:2px;height:8px;background:#fff;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px;z-index: 9999;}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#192f59;transition:all .25s ease}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:36px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{border-bottom:1px solid #2f4369;padding:11px 15px;width:240px;font-size:13px;text-decoration:none;color:#fff;font-weight:400;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#3197D2}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#fff;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#fff;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#192f59;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:1000px){
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{width:100%;display:none}
#cssmenu ul li{width:100%;border-top: 1px solid #192f59;}
#cssmenu ul li:hover{background:#363636;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#192f59!important;}
#cssmenu ul ul li a:hover{color:#3197D2!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#fff;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#fff;font-size:12px;font-weight:700}
.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer; margin-top:5px;}
.button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #ffffff;border-bottom:2px solid #ffffff;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#fff;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid rgba(150,150,150,0.15);height:45px;width:45px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#b73020}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#fff;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#fff;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}

#cssmenu > ul > li > a {
    padding: 17px 9px 16px 13px;
	}
}
.top_nav_right {
float: right;
width: 30%;
padding-top: 5px;
}
.header-middle{
}
.header-middle form input[type="search"] {
    outline: none;
    border: none;
    width: 80%;
    padding: 9px 5px;
    color: #fff;
    font-size: 15px;
	letter-spacing:1px;
	background: none;
	box-shadow: none;
	border-bottom: 2px #3197D2 solid !important;
	margin-right:-5px;
	margin-top: 2px;
    float: left;
}
.header-middle form input[type="submit"]{
	background: url(../img/search.png) no-repeat -1px -3px #3197D2;
	width: 13%;
    height: 42px;
    border: none;
    padding: 0;
    border: none;
    outline: none;
}
.header-middle form input[type="search"]::placeholder {
  color: #BCBCBC;
  opacity: 1; /* Firefox */
}

.header-middle form input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #BCBCBC;
}

.header-middle form input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
 color: #BCBCBC;
}
/*----------------------- Drop Down Menu -----------------------*/
.show-head {text-transform: uppercase;   margin:0px 0 0; cursor: pointer; font-weight: normal;   font-size: 18px;   background:#3197D2;   padding: 10px 0 4px 20px;  color: #fff;  border: solid 2px #3197D2;}
.left_section{ margin:0px 0px; border:1px solid #f1f1f1;}
/*----------------------- Side Drop Down Menu -----------------------*/
#sidecssmenu, #sidecssmenu ul, #sidecssmenu li, #sidecssmenu a {margin: 0; padding: 0; border: 0; list-style: none; font-weight: normal;
  text-decoration: none; line-height: 1; font-size: 14px; position: relative;}
#sidecssmenu a {line-height: 1.3; }
#sidecssmenu {background: #fff;}
#sidecssmenu > ul > li {margin:0; border-bottom:0px solid #333; border-top: 1px solid #666666; background:#565656;}
#sidecssmenu > ul > li:last-child {margin: 0;}
#sidecssmenu > ul > li > a {font-size: 15px; display: inline-block; color: #ffffff; background: #565656;}
#sidecssmenu > ul > li > a > span {display: block;  padding: 8px 10px;}
#sidecssmenu > ul > li > a:hover {text-decoration: none; }
#sidecssmenu > ul > li a.active {border-bottom: none;}
#sidecssmenu > ul > li a.active{ color: #f97210; }
#sidecssmenu > ul > li > a:focus{outline: none;}
 
#sidecssmenu ul ul {padding: 5px 12px;  display: none; background: #fff;}
#sidecssmenu ul ul li {padding:7px 0; border-bottom:1px solid #f5f5f5} 
#sidecssmenu ul ul a {display: block;  color: #595959; font-size: 14px;}

.expandable{position: relative;}
.expandable strong{float: right; background: url(../img/icon_plus.png) center center no-repeat; width:26px; height:38px; cursor: pointer; position: absolute; right: 0; z-index: 2}
.active.expandable strong{background: url(../img/icon_minus.png) center center no-repeat;}

#sidecssmenu > ul > li.active.expandable > ul{display: block;}

.show_menu li{display: block !important}
.plus_icon_menu_show {
    height: 25px;
    width: 25px;
    background: #3b3b3b;
    position: absolute;
    top: 8px;
    right: 0;
    text-align: center;
    line-height: 24px;
    display: none;
}
/*---------Advertising Section------------------*/
.zoombutton {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
width: 50px;
height: auto;
cursor: pointer;
text-decoration: none;
}
.homeadvertise{
width:100%;
padding-top:0px;
margin-bottom:40px;
}
.advr1 img{
width:100%;
height:400px;
border:5px solid #efefef;
margin-bottom:30px;
}
/*---------Advertising Section End------------------*/
/*--------------Career Page Css--------------*/
.commbuttn{
width:50% !important;
}
.careerdiv{
width:100%;
margin-top:30px;
}
.current_open{
font-size:25px !important;
margin-top:10px;
color: #3197D2;
}
.clickhere{
padding-top:7px;
padding-bottom:10px;
}
.clickhere a{
color: #3197D2;
font-size:15px;
font-weight:bold;
text-decoration:none;
cursor:pointer;
}
.clickhere i.fa{
  	padding-right:10px;
	font-size:18px;
	color:#3197D2;
}
.clickhere a:hover{
color: #000;
}
.opentitle{
padding-top:20px;
padding-bottom:0px;
font-weight:700;
font-size:16px;
}
.weblogo{
width:105px;
float:left;
}
.webname{
width:100%;
padding-top:5px;
}
.logoname{
color: #3197D2;
font-size: 26px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}
.webtagline{
color: #3e4095;
font-size: 18px;
font-weight: 600;
padding-top: 0px;
}
.site-logo img{
width: 78px;
height: auto;
}
.headpadding{
padding-top:15px;
}
.header-info {
	display: inline-block;
	margin-top: 0px;
	float:right;
}

.header-info .hf-item {
	display: inline-block;
	margin-right:25px;
}

.header-info .hf-item i {
width: 40px;
height: 40px;
display: inline-block;
position: relative;
text-align: center;
color: #3197D2;
font-size: 18px;
padding-top: 11px;
margin-right: 20px;
vertical-align: super;
}

.header-info .hf-item i:after {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
border: 1px solid #3197D2;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
border-radius: 2px;
}

.header-info .hf-item p {
	display: inline-block;
	position: relative;
	top:2px;
	margin-bottom: 0;
}

.header-info .hf-item p span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
}
.stdlogin a{
text-decoration:none;
color: #636363;
}
.stdlogin a:hover{
text-decoration:none;
color:#3197D2;
}
#back-to-top {
background: linear-gradient(to right, #766dff 0%, #86e7ff 70%);
border-radius: 5px 0 0 5px;
bottom:90px;
color: #ffffff;
font-size: 11px;
padding: 12px 0;
height: 60px;
line-height: 1.5;
right: 0;
text-align: center;
width: 35px;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
font-weight: 600;
text-transform: uppercase;
position:fixed;
z-index:2147483647;
opacity:0;
}
#back-to-top i {
    font-size: 20px;
    display: block;
}
#back-to-top:hover {
    color: #111;
}
#back-to-top.show {
    opacity: 1;
}
/* ---- particles.js container ---- */
#particles-js{
width: 100%;
height: 100%;
background: transparent;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
position: absolute;
z-index: 1000;
}
canvas.particles-js-canvas-el{
    height:500px!important;
}
.count-bgcolor-w3ls {
    width: 80%;
    margin: 0 auto;
    padding: 2em 0em;
    background: rgba(0, 0, 0, 0.38);
}
/*********************************
All Page Header Text
*********************************/
.heading-section{
width:100%;
text-align:center;
padding-bottom:10px;
}
.headingpad{
padding-bottom:0px !important;
}
.heading-section h2 {
    font-size:28px;
    font-weight: 600;
    position: relative;
	color:#111111;
	padding-bottom:20px;
}
.heading-section p.flip {
    position: relative;
    display: block;
    width: 100%;
}
.heading-section p.flip::before {
    position: absolute;
    bottom: 4px;
    left: 100px;
    right: 0;
    content: '';
    width: 40px;
    height: 1px;
    background: #3197D2;
    margin: 0 auto;
}
.heading-section p.flip span.deg1 {
    position: absolute;
    bottom: 2px;
    left: -30px;
    right: 0;
    width: 6px;
    height: 6px;
    content: '';
    background: #3197D2;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0 auto;
}
.heading-section p.flip span.deg2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    content: '';
    background: #3197D2;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0 auto;
}
.heading-section p.flip span.deg3 {
    position: absolute;
    bottom: 2px;
    left: 30px;
    right: 0;
    width: 6px;
    height: 6px;
    content: '';
    background: #3197D2;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0 auto;
}
.heading-section p.flip span {
    position: absolute;
}
.heading-section p.flip::after {

    position: absolute;
    bottom: 4px;
    left: -100px;
    right: 0;
    content: '';
    width: 40px;
    height: 1px;
    background: #3197D2;
    margin: 0 auto;

}
.categryimg{
padding:5px;
width:100%;
height:auto;
border: 1px solid #d6d6d6;
background: #f1f1f1;
margin-bottom:10px;
}
.prodcat_descrip{
margin-bottom:15px;
}
.prodcat_descrip p{
text-align:justify;
}
/*********************************
All Page Header Text
*********************************/
/*---------------------
	Footer Section
-----------------------*/
.rotate { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -o-transition-duration: 0.8s; 
transition-duration: 0.8s; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform;
-o-transition-property: -o-transform; transition-property: transform; overflow:hidden; }  
.rotate:hover  { -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -o-transform:rotate(360deg); cursor:pointer; }
* { margin: 0; padding: 0; }

.footer-section {
background-color:#192f59;
/*background:url('../img/footbg.png') repeat;*/
}
.footerlogo{
width:100%;
margin-bottom: 10px;
}
.footerlogo img{
width: 140px;
}
.footadd{
padding-bottom:20px;
}
.footer-section .footer-top {
	padding: 40px 15px 15px 15px;
}

.footer-section .copyright {
	border-top: 1px solid #2f4369;
	padding: 20px 0;
	text-align: center;
}

.footer-section .copyright p {
	color: #b7b7b7;
	margin-bottom: 0;
}

.footer-section .copyright p a {
	color: #fff;
	font-weight: 500;
}

.footer-section .copyright p a:hover {
	color: #3197D2;
}

.footer-widget .fw-title {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px;
	padding-top: 10px;
	letter-spacing:1px;
	font-size:16px;
	font-weight:600;
}

.footer-widget .footlogoname{
margin-bottom: 12px;
padding-top: 10px;
color:#3197D2;
font-size:17px;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
letter-spacing: 1px;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
text-transform: uppercase;
}

.footer-widget p,
.footer-widget span {
	color: #fff;
}

.footer-widget ul {
	list-style: none;
}

.footer-widget .about-widget p {
	margin-bottom: 15px;
	text-align:justify;
	width:100%;
}

.footer-widget .social a {
	color: #b7b7b7;
	margin-right: 15px;
}
.socialfoot{
margin-top:5px;
}
.footer_socials{
float:left;
}	
.footer_socials li{
    float: left;
	margin:0 13px 0 0px;
	padding:5px;
	color:#fff;
	border:2px solid #3197D2;
	height:43px;
	width:43px;
	border-radius:100px;
	text-align:center !important;
	font-size:20px;
	}
.footer_socials li a{
text-decoration:none;
color:#fff;
}
.footmargin{
padding-left:50px;
}
.footer-widget .dobule-link ul {
	display: inline-block;
}

.footer-widget .dobule-link ul li {
padding: 0 0 5px 14px;
color: #fff;
background: url(../img/list-arrow-foot.png) no-repeat 0 5px;
}
.footer-widget .dobule-link ul a {
	display: block;
	font-size: 14px;
	color: #fff;
	margin-bottom: 16px;
}

.footer-widget .dobule-link ul a:hover {
	color: #3197D2;
}

.footer-widget .dobule-link ul li:last-child a {
	margin-bottom: 0;
}

.footer-widget .dobule-link ul:last-child {
	margin-left:20px;
}

.footer-widget .recent-post {
width:100%;
padding-top:5px;
}
.fb-like{
margin-top:40px;
}
.adminlogin{
width:100%;
color:#fff;
font-size:14px;
font-weight:500;
margin-top:30px;
letter-spacing:1px;
}
.adminlogin a{
text-decoration:none;
cursor:pointer;
color:#fff;
}
.adminlogin a:hover{
color:#3197D2;
}
.adminlogin i {
color: #3197D2;
font-size:15px;
margin-right:7px;
}
.footer-widget .recent-post span {
	font-size: 12px;
}

.footer-widget .recent-post span i {
	color: #3197D2;
	margin-right: 5px;
}

.footer-widget .contact li {
	margin-bottom:15px;
	display: block;
}

.footer-widget .contact li a{
text-decoration:none;
color:#FFFFFF;
}

.footer-widget .contact li a:hover{
color: #3197D2;
}
.footadd1{
padding-bottom:8px;
}
.footer-widget .contact li p {
	margin-bottom: 0;
	color:#FFFFFF;
	font-size:14px;
}

.footer-widget .contact i {
font-size: 15px;
padding-right: 10px;
color: #3197D2;
float: left;
padding-top: 3px;
}
/*---------------------
	testimonial section
-----------------------*/
.testimonial-section {
	background:#f0f0f0;
	padding-top:60px;
	padding-bottom:60px;
}

.testimonial-slider .ts-author-pic {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 5px auto 0;
}

.testimonial-slider .ts-text p {
	font-size: 15px;
	margin-bottom: 20px;
	color:#333;
}

.testimonial-slider .ts-text h5 {
	font-size: 17px;
	font-weight:600;
	text-transform: uppercase;
	margin-bottom: 10px;
	color:#333;
}

.testimonial-slider .ts-text span {
	color: #3197D2;
	font-size: 17px;
	font-weight:600;
}

.testimonial-slider .owl-nav {
	position: absolute;
	top: 54px;
	width: 180px;
	left: 40px;
}

.testimonial-slider .owl-prev {
	float: left;
}

.testimonial-slider .owl-next {
	float: right;
}

.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
	font-size: 36px;
	color: #3197D2;
}

.testimonial-slider .owl-dots {
position: absolute;
left: -11px;
bottom: -10px;
width: 25%;
padding: 0 15px;
text-align: center;
color:#282828;
}

.testimonial-slider .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: #282828;
	display: inline-block;
	margin: auto 5px;
}

.testimonial-slider .owl-dots .owl-dot.active {
	background: #3197D2;
}
.team-section{
padding-top:20px;
}
/*--------------------Common Page Banner----------------------*/
.page-head_agile_info_w3l{
	width:100%;
}
.page-head_agile_info_w3l img{
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    height:250px;
	width:100%;
}
.combannertext{
width: 100%;
margin-top: -143px;
}
.page-head_agile_info_w3l h3 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size:35px;
	font-weight:700;
	letter-spacing:2px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}
.page-head_agile_info_w3l h3  span{
 font-weight:500;
}
ul.w3_short li {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
	font-size:15px;
	font-weight:600;
	letter-spacing:1px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}
ul.w3_short li a {
    color: #3197D2;
    text-decoration: none;
}
ul.w3_short li a i{
    color: #3197D2;
	padding-right:6px;
}
.services-breadcrumb {
    padding: 0;
    background: none;
    text-align: center;
}
.services-breadcrumb ul li span {
    padding: 0 6px 0 10px;
}
ul.w3_short {
    text-align: left;
    padding-top: 55px;
}

/* =============================================================================
	Animations
========================================================================== */
.animate-onscroll {
  visibility: hidden;
}

.animated {
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.animated.fadeIn {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
/*--------------------Common Page Banner----------------------*/
/*--------------------Common Page Css----------------------*/
.commonpage {
position: relative;
padding:65px 0 40px 0;
}
.compagediv{
width:100%;
}
.pricelistdiv{
margin-top:20px;
}
.compagediv p{
    margin: 1em 0 10px;
    color: #333;
    line-height: 30px;
	font-size:16px;
}
.compagediv_about{
width:100%;
}
.compagediv_about p{
    margin: 0 0 10px;
    color: #333;
    line-height: 30px;
	font-size:16px;
}
.careerdiv{
width:100%;
}
.careerdiv p{
    margin: 10px 0 10px 0;
    color: #333;
    line-height: 25px;
	font-size:16px;
}
/*--------------------Common Page Css----------------------*/
/*--------------------Contact Page Css----------------------*/
.address-grid {
    padding: 1em 0em 0 0em;
}
.mail-agileits-w3layouts i {
    color: #3197D2;
    font-size: 23px;
    float: left;
    width: 70px;
    height: 70px;
    border: 2px solid #3197D2;
    text-align: center;
    line-height: 67px;
	margin-right: 15px;
}
.mail-agileits-w3layouts {
    margin-top: 40px;
}
.contact-right a:hover {
    color: #3197D2;
}
.contact-right span, .contact-right a {
    font-size: 17px;
    text-decoration: none;
    color: #555;
    outline: none;
}
.contact-right {
width: 100%;
}
.contact-right p {
    text-transform: uppercase;
    font-weight: 700;
    color: #111111;
    font-size: 1em;
    letter-spacing: 2px;
	margin-bottom: 0.5em;
}
.contact-right span {
    color: #545454;
    font-size: 0.9em;
    line-height: 1.8em;
	letter-spacing: 1px;
}
.address-grid h4,h4.white-w3ls {
    font-weight: 600;
    font-size:23px;
    color: #111111;
	letter-spacing:1px;
}
.address-grid h4 span,h4.white-w3ls span{
 font-weight:600;
 color:#3197D2;
}
.contact-formdiv{
padding-top:40px;
}
.formwidth{
width:90%;
float:right;
}
/*--------------------Contact Page Css----------------------*/
/*--------------Store Page Css--------------*/
.storeselect{
width: 90%;
padding: 0px 0 0 0;
font-size:16px;
height: 41px;
color:#495057;
background-color:#fff;
background-image:none;
background-clip:padding-box;
border:none;
display:block;
border-radius: 0.50rem;
float:right;
background: url(../img/arrow.png) right no-repeat;
background-position: 96% 50%;
background-size: auto auto;
background-size: 17px;
-moz-appearance: none;
-webkit-appearance: none;
}
.storeicon{
width:95%;
border:2px solid #CCCBCB;
border-radius: 0.50rem;
margin-bottom: 20px;
margin-top: 0px;
height: 45px;
box-shadow: 3px 3px 0px #CCCBCB;
}
.storeicon i{
color:#3197D2;
font-size: 18px;
padding: 10px 0 0 14px;
}
.storeicon:focus{
	border: 1px solid #3197D2 ;
	box-shadow: 0 0 8px #3197D2;
}
.storeicon:hover{
	border: 1px solid #3197D2 ;
	box-shadow: 0 0 8px #3197D2;
}
.srchbtn{
    color: #fff;
    background-color: #3197D2;
    border-color: #3197D2;
	font-weight:600;
	border-radius:6px;
	font-size:17px;
letter-spacing: 1px;
padding:12px 25px 6px 25px;
}
.srchbtn:hover {
    color: #000;
}
.storepara{
font-size:17px;
font-weight:600;
text-align:center;
margin-bottom:25px !important;
padding-top:10px;
}
.storearea{
font-size:25px;
font-weight:600;
text-align:center;
margin-bottom:10px !important;
text-transform:uppercase;
padding-top:10px;
}
.allstore{
width:100%;
padding-top:40px;
}
.singlestore{
display: inline-block;
margin: 15px 0 40px 0;
width:100%;
}
.bzPanel{
height:260px;
background: #f4f4f4;
margin: 0 auto;
background-color: #f3f3f3;
border-radius:6px;
-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
box-shadow: 0px 1px 6px rgba(0,0,0,0.4);
position: relative;
text-align: center;
width: 100%;
}
.bzPanel-cp {
    font-size: 14px;
    color: #adadad;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 20px 0 0 0;
}
.bzPanel-body{
padding: 15px 15px 35px;
}
.bzPanel h3 {
margin-bottom: 14px;
	font-size: 15px;
font-weight: 600;
}
.bzPanel p {
    padding-bottom: 5px;
	min-height: 35px;
	color: #868686;
font-size: 14px;
}
.str-cont {
    min-height: 1px !important;
	padding-top:10px !important;
    font-weight: 600;
    color: #333 !important;
}
.str-cont i.fa{
padding-right:6px;
font-size:15px;
}
.bzPanel-cta {
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
}
.mapbtn {
    color: #fff;
    background-color: #3197D2;
    border-color: #3197D2;
	font-weight:600;
	border-radius:6px;
}
.mapbtn:hover {
    color: #000;
    background-color: #fff;
    border-color: #3197D2;
}
.maphight iframe{
height:380px !important;
}
/*--------------Product Page Css--------------*/
.all_products{
width:100%;
padding-top:20px;
}
/* ---- particles.js container ---- */
#particles-js{
width: 100%;
height: 100%;
background: transparent;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
position: absolute;
z-index: 1000;
}
canvas.particles-js-canvas-el{
    height:500px!important;
}
.count-bgcolor-w3ls {
    width: 80%;
    margin: 0 auto;
    padding: 2em 0em;
    background: rgba(0, 0, 0, 0.38);
}
/*********************************
About Part
*********************************/
.about_part {
width:100%;
background: url(../img/about-bg.jpg) no-repeat center bottom;
padding:70px 0 50px 0;
}
.about_partleftborder{
border-left: 14px solid #3197D2;
width:100%;
}
.welcome-text {
width:95%;
line-height: 20px;
}
.welcome-text p {
    line-height:25px;
    color: #636363;
	padding-top:12px;
	font-size:16px;
	text-align: justify;
	font-weight: 500;
}
.welcome-text h1 {
    font-size:30px;
    line-height: 30px;
	font-weight:600;
	color:#353434;
/*	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);*/
}

.sharepart{
width:100%;
padding-top:55px;
}

.share-name {
    text-transform: uppercase;
	font-size:16px;
	color:#2d2c2c;
	text-align:right;
	width:100%;
}
.share-us {
    width: 100%;
	text-align:right;
}
.share-us a, .modal-body a{
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    line-height: 51px;
    text-align: center;
    height: 45px;
    width: 48px;
    color: #fff;
	margin-right:1px;
    -webkit-transition: background .2s ease-in;
    -moz-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    transition: background .2s ease-in;
}
.share-us .iconfacebook{
    background: #3b5998;
	margin-right:-4px;
}
.share-us .icontwitter{
    background: #55acee;
}
.share-us .icongoogleplus{
    background: #dd4b39;
}
.share-us .iconshare{
    background: #aad450;
}
.share-us .iconintragram{
    background: #458eff;
	margin-right:-4px;
}
.share-us .iconyoutube{
    background: #c4302b;
	margin-right:-4px;
}
.shareiconfacebook{
    background: #3b5998;
}
.shareicontwitter{
    background: #55acee;
}
.shareicongoogleplus{
    background: #dd4b39;
}
.shareiconintragram{
    background: #458eff;
}
.know-more-wrapper {
	display: block;
	position: relative;
	margin-top:5px;
}
.know-more {
	display: inline-block;
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-weight:600;
}
.know-more:hover{
color: #3197D2;
}
.know-more i{
color: #3197D2;
padding-left:3px;
font-size: 15px;
}
/*********************************
Our Services Part
*********************************/
.service_part{
width:100%;
padding: 40px 0 40px 0;
}
.services{
width:100%;
text-align:center;
margin:20px 0 20px 0;
}
.services .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
    z-index: 0;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.services h3 {
    font-size: 18px;
    margin-bottom:10px;
    color: #111111;
}
.services p{
    line-height:23px;
    color: #636363;
	font-size:16px;
	font-weight: 500;
	margin-bottom:7px !Important;
}
.services .icon i {
    font-size: 30px;
    color: #3197D2;
    z-index: 1;
	text-align:center;
	padding-top:15px;
}
.services .icon::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    bordeR: 1px solid #3197D2;
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
	  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
  .services:hover .icon:after {
  background: #3197D2; 
  }
  .services:hover .icon i {
  color: #fff; 
  }
  .know-more-service {
	display: block;
	position: relative;
}
.know-moreser {
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #333;
	font-weight:600;
}
.know-moreser:hover{
color: #3197D2;
}
.know-moreser i{
color: #3197D2;
padding-left:5px;
font-size: 12px;
font-weight:700;
}
/*********************************
Our Services Part
*********************************/ 
/*********************************
Call To Action Part
*********************************/ 
.calltoaction{
width:100%;
padding:0px 0 40px 0;
}
.cta-2-area {
  position: relative;
  z-index: 1;
  background-color: #192f59;
  padding: 48px 40px 0 40px;
  border-radius:5px;
  }
  .cta-2-area .cta-content .cta-text {
    position: relative;
    z-index: 1;
    margin-bottom: 50px; }
    .cta-2-area .cta-content .cta-text h4 {
      color: #ffffff;
      margin-bottom: 0;
      font-weight: 600; }
	    .cta-2-area .cta-content .cta-btn {
    position: relative;
    z-index: 1;
    margin-bottom: 50px; }
	.credit-btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #3197D2;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 175px;
  height: 46px;
  color: #ffffff;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 14px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
  }
  .credit-btn:hover, .credit-btn:focus {
    color: #192f59; }
/*********************************
Call To Action Part
*********************************/ 
/*-----------------------
Register CSS
-----------------------*/
.form-row{
width: 100%;
margin-bottom:15px;
float: left;
}
.midportion_div{
	margin:10px 0px 0px 0px;
	padding:0 0;
	width:100%;
	border: 1px solid #3197D2;
	float:left;
}
.midportion_divtitle{
    background: none repeat scroll 0 0 #3197D2;
    color: #fff !important;
    padding: 4px 0px 4px 10px;
	font-size:17px;
	font-weight:500;
}
.midportion_divtitle i{
padding-right:5px;
}
.midportion_area{
	margin:5px 0 5px 5px;
	padding:0px 0px 0px 0px;
	width:98%;
}
.status-not-available{
color:#FF0000 !important;
font-size: 14px;
padding:3px 0px 0px 0px;
text-transform:none !important;
float:left;
letter-spacing: 0.5px;
font-weight: 500;
}
.status-available{
color:#468847 !important;
font-size: 14px;
padding:3px 0px 0px 0px;
text-transform:none !important;
float:left;
letter-spacing: 0.5px;
font-weight: 500;
}
.datatbl{
width:100%;
margin-top:10px;
margin-bottom:5px;
}
.form_divcom{
width:100%;
margin-top:30px;
margin-bottom:20px;
float:left;
}
.write_box{
float:right;
width:65%;
}
.label_title{
color:#6B6B6B !important;
font-size: 14px;
padding:3px 0px 0px 8px;
text-transform:none !important;
float:left;
}
.boton_div{
	margin:15px 0 0px 0px;
	float:left;
	width:100%;
	text-align: center;
}
.testBx {
   border: 1px solid #CCC;
    color: #000000;
    height: 30px;
    outline: 0 none;
	font-size:12px;
    padding: 5px 0px 5px 5px;
    width: 99%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.testBx:focus{
	border: 1px solid #007bff ;
}
.testBx:hover{
	border: 1px solid #007bff ;
}
.ReristerSelectBx {
border: 1px solid #CCC;
color:#000000;
height: 38px;
outline: 0 none;
font-size: 14px;
padding: 0px 0px 0px 5px;
width: 100%;
}
.ReristerSelectBx:focus{
	border: 1px solid #3197D2 ;
}
.ReristerSelectBx:hover{
	border: 1px solid #3197D2 ;
}
.delrbtndiv{
width:100%;
text-align:center;
padding-top:10px;
}
.rtextAr2{
    border: 1px solid #CCC;
    color: #000000;
    outline: 0 none;
	height:30px;
	font-size:12px;
    padding: 5px 0px 5px 5px;
    width: 99%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.rtextAr2:focus{
	border: 1px solid #007bff ;
}
.rtextAr2:hover{
	border: 1px solid #007bff;
}
.resetbtn{
    background-color: #555555;
	border-color:#555555;
	margin-left:5px;  
}
.resetbtn:hover{
	background-color: #000;
}
.clrred{
color:#FF0000;
padding-left:3px;
font-size:14px;
}
.table{
display: block;
width:100%;
overflow-x:auto;
-ms-overflow-style:-ms-autohiding-scrollbar;
 padding-bottom:0px;
 }
.table th{
font-size:15px;
}
.nav-item i{
width:25px !important;
}
.terms_condition{
color:#6B6B6B;
font-size: 14px;
padding:5px 5px 0px 10px;
text-transform:none !important;
float:left;
width:100%;
text-align:justify;
letter-spacing: 0.5px;
font-weight: 300;
}
.terms_condition a{
color:#007bff;
text-decoration:underline !important;
}
.terms_condition a:hover{
color:#f6783a !important;
text-decoration:underline !important;
}
.termstext{
width:100%;
padding:20px;
}
.termstext p{
font-size:14px;
font-weight:500;
color:#333;
}
.modal-title{
font-size:18px;
text-align:center;
color:#3197D2;
}
.modal-dialog{
margin-top:50px !important;
}
.boton_div11{
	margin:5px 0 0px 0px;
	float:left;
	width:100%;
	text-align: center;
}
.alert-fail{
	color: #FF0000;
	background-color: #FFD9D9;
	border-color:#FFCECE; 
	width:100%;
	border: 1px solid #FFCECE;
	border-radius: 3px;
	font-size:14px;
	padding:7px 35px 7px 14px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	}
.alert-success{
	color:#468847;
	background-color:#dff0d8;
	border-color:#d6e9c6; 
	width:100%;
	border: 1px solid #d6e9c6;
	border-radius: 3px;
	font-size:14px;
	padding:7px 35px 7px 14px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	}

.alert .close {
    position: relative;
    top: 3px;
    right: -21px;
    line-height: 20px;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    display: inline-block;
    margin-top: 2px;
    margin-right: 0px;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    background-image: url("../img/remove-icon-small.png") !important;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.filealeart {
    color: #3197D2;
    font-size: 12px;
    font-weight: bold;
	float:left;
	padding-left:5px;
	padding-top:5px;
}
/*-----------------------
Register CSS
-----------------------*/
.gmap{
width:100%;
border-top:1px solid #CCCCCC;
}
.gmap p {
margin-top:0px !important;
margin-bottom:0px !important;
line-height:0px !important;
}
/*-----------------------
Branch CSS
-----------------------*/
.singlestore{
display: inline-block;
margin: 15px 0 30px 0;
width:100%;
}
.bzPanel{
height:255px;
background: #f4f4f4;
margin: 0 auto;
background-color: #f3f3f3;
border-radius:6px;
-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
box-shadow: 0px 1px 6px rgba(0,0,0,0.4);
position: relative;
text-align: center;
width: 100%;
}
.bzPanel-cp {
    font-size:17px;
    color: #212529;
    text-transform: uppercase;
    font-weight:700;
    letter-spacing:1px;
    padding: 25px 0 5px 0;
}
.bzPanel-body{
padding:0px 15px 0px;
}
.bzPanel h3 {
margin-bottom: 14px;
	font-size: 15px;
font-weight: 600;
}
.str-cont {
padding-bottom: 0px !important;
font-weight: 500 !important;
font-size: 16px !important;
text-align: center !important;
margin: 0px 0 0 0 !important;
line-height: 27px !important;
}
.str-cont {
    color: #555 !important;
}
.str-cont i{
padding-right:7px;
font-size:16px;
color:#3197D2;
}
.bzPanel-cta {
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
}
/*--social-icons--*/
.contsocial{
width:100%;
margin-top: 4em;
}
.social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 9px 0 0;
}
.social-nav li {
    display: inline-block;
    margin: 0 6px;
}
.social-nav a {
    display: inline-block;
    float: none;
    width: 40px;
    height: 40px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    background: #000;
    position: relative;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.model-3d-0 a {
    background:#5C5B5B;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.model-3d-0 .front, .model-3d-0 .back {
    width: 40px;
    height:40px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(25px);
    -moz-transform: translateZ(25px);
    -ms-transform: translateZ(25px);
    -o-transform: translateZ(25px);
    transform: translateZ(25px);
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
	color:#212121;
	font-size:12px;
	padding-top: 8px;
}
.model-3d-0 .back {
    -webkit-transform: rotateX(90deg) translateZ(25px);
    -moz-transform: rotateX(90deg) translateZ(25px);
    -ms-transform: rotateX(90deg) translateZ(25px);
    -o-transform: rotateX(90deg) translateZ(25px);
    transform: rotateX(90deg) translateZ(25px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
a.twitter .front {
    background: #00acee;
}
a.facebook .front {
    background: #3b5998;
}
a.instagram .front {
    background: #f77737;
}
a.pinterest .front {
    background: #bd081c;
}
.twitter .back,.facebook .back,.instagram .back,.pinterest .back{
    background:#333;
}
.model-3d-0 a:hover {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
.model-3d-0 a:hover .back {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
}
.w3_agile_social .front i{
	color: #fff;
    font-size: 22px;
}
.w3_agile_social .back i{
	color: #fff;
    font-size: 22px;
}
.w3ls_team_grid img {
    background: #e4e3e3;
    padding: 7px;
}
.textcentre h5{
text-align:center;
}
/*--social icons--*/
/* Brand Colours */
.facebook{
    background: #3b5998;
}
.twitter{
    background: #00acee;
}
.google-plus{
	background:#dd4b39;
}
.rss{
	background:#f26522;
}
.social-icon-w3-agile {
    width: 25%;
    float: left;
    text-align: center;
    padding:1.5em 0;
}
.social-icon-w3-agile i {
    color: #fff;
    font-size:28px;
}
.social-agileinfo a:hover {
    opacity: 0.8;
}
li.share {
    vertical-align: top;
	padding-top:9px;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 2px;
}
/*--social-icons--*/
/*--------------Contact Form--------------*/
.formcontainer {
  max-width: 430px;
  width: 100%;
  position: relative;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px 'Rubik', sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin:40px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h4 {
  margin: 5px 0 15px 0;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color:#3197D2;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
.formlbl11{
color:#888;
font-weight:normal;
padding-top:2px;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size:14px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #3197D2;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #3197D2;
  color: #FFF;
  margin: 15px 0 5px 0;
  padding: 10px;
  font-size:15px;
  text-transform:uppercase;
  font-weight:600;
  letter-spacing:1px;
}

#contact button[type="submit"]:hover {
  background: #192f59;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #3197D2;
}

::-webkit-input-placeholder {
  color: #333;
}

:-moz-placeholder {
  color: #333;
}

::-moz-placeholder {
  color: #333;
}

:-ms-input-placeholder {
  color: #333;
}
/*--------------Contact Form--------------*/
.form-check-label{
font-size:15px;
font-weight:500 !important;
padding-left: 5px;
}
.lastlimrgbot{
margin-bottom:0px !important;
}
.cntfileupld{
float:right;
}
/*--------------Benefit--------------*/
.benifit{
width:100%;
margin-top: 50px;
}
.benifitdiv{
width:100%;
text-align:center;
border:2px solid #3197D2;
padding:20px 0 20px 0;
}
.benifittext{
padding-top:15px;
font-size:17px;
font-weight:600;
color:#192f59;
}
/*--------------Benefit--------------*/
/*---------------------
	Service Section
-----------------------*/

.services {
	margin-bottom: -50px;
}

.service-item {
margin-bottom:30px;
}

.service-item .service-icon {
text-align: center;
padding-bottom:15px;
}

.service-item .service-icon i{
color: #3197D2;
font-size:50px;
}
.service-item .service-icon img {
width: 64px;
height: 64px;
}

.service-item .service-content {
text-align: center;
height: 300px;
/*box-shadow: 0px 0px 15px 0px #e0e0e5;*/
border: 1px solid #e0e0ff;
padding:18px 10px 0 10px;
background-color:#f9f9ff;
border-radius:10px;
}

.service-item .service-content h4 {
	margin-bottom:12px;
	font-size:16px;
	font-weight: 600;
	color:#111;
	letter-spacing: 0.8px;
	text-transform:uppercase;
}
.know-more-wrapper11 {
	display: inline-block;
	position: relative;
	z-index: 2;
	font-size: 14px;
	color: #645847;
	text-transform: uppercase;
	letter-spacing:1px;
	font-weight:600;
}
.know-more-wrapper11 a{
text-decoration:none;
color: #645847;
}
.know-more-wrapper11 a:hover{
color: #3197D2;
}
.know-more-wrapper11 i{
color: #3197D2;
padding-left:3px;
font-size: 15px;
}
.photobox{
margin-top:13px;
margin-bottom:13px;
}
.clintimg{
width:100%;
}
.clintimg img{
width:100%;
height:255px;
}
.phototitle{
width:100%;
text-align:center;
font-size:15px;
font-weight:500;
padding-top:7px;
color:#111;
}
.serviceimg
{
padding:5px;
float:left;
width:600px;
border: 1px solid #e0e0ff;
border-radius: 5px;
background-color:#f9f9ff;
margin:7px 30px 10px 0px;
}
.prodtitle{
width:100%;
font-size:24px;
font-weight:600;
padding:0 0 15px 0px;
color:#111;
}
.marginbotm{
margin-top:10px !important;
}
.titlemargstyl{
margin-top:15px;
}
.produdtbtndiv{
width:100%;
padding-top:15px;
float: left;
}
.btnproduct {
  background-color:#007bff;
  text-decoration:none;
  border: none;
  color: white;
  padding: 10px 15px 10px 15px;
  font-size: 17px;
  cursor: pointer;
  float: left;
margin-right: 10px;
}

/* Darker background on mouse-over */
.btnproduct:hover {
  background-color: #0069d9;
  color: white;
}
/*********************************
About Part
*********************************/
.about_parthome {
width:100%;
background-image: url("../img/bg1.gif");
padding:50px 0 50px 0;
margin-bottom:20px;
}
.about_partleftborder{
border-left: 14px solid #3197D2;
width:100%;
}
.welcome-text {
width:100%;
line-height: 20px;
}
.welcome-text p {
    line-height: 30px;
    color: #333;
	padding-top:10px;
	font-size:16px;
	text-align: justify !important;
	font-weight: 600;
}
.welcome-text h1 {
    font-size: 25px;
    line-height: 30px;
	text-transform:uppercase;
	font-weight:600;
	color: #3197D2;
	letter-spacing:1px;
}

.homeaboutimg{
width:100%;
}
.homeaboutimg img{
width:100%;
height:auto;
padding: 10px;
border: 1px solid #d6d6d6;
background: #f1f1f1;
}