html,
body {
	margin: 0;
	font-size: 100%;
    font-family: 'Oswald', sans-serif;
	background: #fff;
	word-wrap: break-word; word-break: normal;
}

body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
    font-family: 'Oswald', sans-serif;
}

body img {
	width: 100%;
}

a:hover {
	text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
    font-family: 'Oswald', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
    font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}

p {
	margin: 0;
	font-size: 0.9em;
	color: #777;
	line-height: 1.5em;
	/*letter-spacing: 1px; */
	margin-bottom:6px;
}

ul {
	margin: 0;
	padding: 0;
}
ul,li {
	list-style-type: none;
}
.first-nav {
    padding-top: 1.1em;
}
/*--/header --*/

.header-container{overflow: hidden;}

.anchor {
	clear: both;
	height: 0;
	visibility: hidden;
}

/*--/navbar--*/
.top-right{float:right;}

.header-top{
	 background:url(../images/header-top-bg.jpg) repeat-x;
	 height:128px; 
	 border-bottom: solid 4px #ffb500; 
}
.top-head-logo {width:620px; height:75px; overflow: hidden;}
.top-head-logo img{width:620px; height:75px;}


.navbar {
    padding: 0 2em;
}

a.navbar-brand {
    font-size: 0.8em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    color: #fff;
    text-transform: uppercase;
}

.navbar-light .navbar-brand {
    font-family: 'Oswald', sans-serif;
}

.logo-w3 { 
    width:420x; 
    height:45px;
	margin-left:110px; 
	overflow:hidden; 
}

.logo-w3 i {
    color:#ff4e00;
	margin-left:185px;
    text-shadow: none;
}
.logo-w3 h1 a {
    color:#e80f0f;
 
}

li.nav-item {
    margin: 0 1px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0.3em 1.4em;
    color: #ffb500;
    background: transparent;
    font-size: 0.85em;
    letter-spacing: 2px;
    text-transform: uppercase; 
	z-index:999
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    background: transparent;
    color: #e80f0f;
}

.dropdown-item {
    padding: 0.5em 1.5rem;
    font-size: 0.9em;
    margin: 0;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #333;
}

.dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: 0;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border: 0px;
}

li.nav-item.active {
    background: none;
    color: #5d0707;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #ff4e00;
    text-decoration: none;
    background-color: #f0f0f1;
}
 
/*-- //top-nav --*/
.top-head.text-left {
    padding: 0px;
  /*  background: #1b1e21; */
}
.right-p ul li {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    margin: 0.5em 1em;
}

.left-info.footer-grid-w3ls ul.social li a span{
    color: #777;
    font-size: 12px;
    background: transparent;
    width: 28px;
    height: 28px;
    line-height: 27px;
    text-align: center;
    display: block;
    border-radius: 50%;
}
/*-- //header --*/
 
.banner{ width:100%; height:480px; margin:0 auto; background:url(../images/index-baner.JPG) repeat-x; overflow:hidden;}
.banner h3{ padding-top:115px; margin:0 auto; width:25%; padding-bottom:5px; border-bottom: solid 1px #FFF; font-size: 2.5em;  font-weight:normal; color:#FFF; text-align: center;}
.banner p{ margin:0 auto; padding-top:60px; width:60%; font-size:1.5em; font-weight:normal; color:#FFF; text-align: center;}  

.banner-Products{ width:100%; min-height: 480px; margin:0 auto; background: url(../images/banner-Products.jpg) repeat-x center ; overflow:hidden;}
.banner-Products h3{ padding-top:115px; margin:0 auto; width:15%; padding-bottom:5px; border-bottom: solid 1px #FFF; font-size: 2.5em; font-weight:400; color:#FFF; text-align: center;}
.banner-Products p{ margin:0 auto; padding-top:35px; width:60%; font-size:1.5em; font-weight:400; color:#FFF; text-align: center;}

.banner-Technology{ width:100%; min-height: 480px; margin:0 auto; background: url(../images/banner-Technology.jpg) repeat-x center ; overflow:hidden;}
.banner-Technology h3{ padding-top:115px; margin:0 auto; width:12%; padding-bottom:5px; border-bottom: solid 1px #FFF; font-size: 2.5em; font-weight:400; color:#FFF; text-align: center;}
.banner-Technology p{ margin:0 auto; padding-top:35px; width:60%; font-size:1.5em; font-weight:400; color:#FFF; text-align: center;}

.banner-Solution{ width:100%; min-height: 480px; margin:0 auto; background: url(../images/banner-Solution.jpg) repeat-x center ; overflow:hidden;}
.banner-Solution h3{ padding-top:115px; margin:0 auto; width:10%; padding-bottom:5px; border-bottom: solid 1px #FFF; font-size: 2.5em; font-weight:400; color:#FFF; text-align: center;}
.banner-Solution p{ margin:0 auto; padding-top:35px; width:60%; font-size:1.5em; font-weight:400; color:#FFF; text-align: center;}

.banner-Videos{ width:100%; min-height: 480px; margin:0 auto; background: url(../images/banner-Video.jpg) repeat-x center ; overflow:hidden;}
.banner-Videos h3{ padding-top:115px; margin:0 auto; width:8%; padding-bottom:5px; border-bottom: solid 1px #FFF; font-size: 2.5em; font-weight:400; color:#FFF; text-align: center;}
.banner-Videos p{ margin:0 auto; padding-top:35px; width:60%; font-size:1.5em; font-weight:400; color:#FFF; text-align: center;}

.banner-Faq{ width:100%; min-height: 480px; margin:0 auto; background: url(../images/banner-Faq.jpg) repeat-x center ; overflow:hidden;}
.banner-Faq h3{ padding-top:115px; margin:0 auto; width:6%; padding-bottom:5px; border-bottom: solid 1px #FFF; font-size: 2.5em; font-weight:400; color:#FFF; text-align: center;}
.banner-Faq p{  margin:0 auto; padding-top:35px; width:60%; font-size:1.5em; font-weight:400; color:#FFF; text-align: center;}

.banner-Company{ width:100%; min-height: 480px; margin:0 auto; background: url(../images/banner-Company.jpg) repeat-x center ; overflow:hidden;}
.banner-Company h3{ padding-top:115px; margin:0 auto; width:15%; padding-bottom:5px; border-bottom: solid 1px #FFF; font-size: 2.5em; font-weight:400; color:#FFF; text-align: center;}
.banner-Company p{ margin:0 auto; padding-top:35px; width:60%; font-size:1.5em; font-weight:400; color:#FFF; text-align: center;}

.banner-News { width:100%; min-height: 480px; margin:0 auto; background: url(../images/banner-News.jpg) repeat-x center ; overflow:hidden;}
.banner-News h3{ padding-top:115px; margin:0 auto; width:15%; padding-bottom:5px; border-bottom: solid 1px #FFF; font-size: 2.5em; font-weight:400; color:#FFF; text-align: center;}
.banner-News p{  margin:0 auto; padding-top:35px; width:60%; font-size:1.5em; font-weight:400; color:#FFF; text-align: center;}

.banner-Contact{ width:100%; min-height: 480px; margin:0 auto; background: url(../images/banner-Contact.jpg) repeat-x center ; overflow:hidden;}
.banner-Contact h3{ padding-top:115px; margin:0 auto; width:12%; padding-bottom:5px; border-bottom: solid 1px #FFF; font-size: 2.5em; font-weight:400; color:#FFF; text-align: center;}
.banner-Contact p{ margin:0 auto; padding-top:35px; width:60%; font-size:1.5em; font-weight:400; color:#FFF; text-align: center;}


.down-tip-box {
    margin:0 auto;
    width:100px;
	text-align: center;
	padding-top:45px;
	 
}
 
a.down-tip-btn, .down-tip-btn {
  display: inline-block;
  height: 60px;
  width: 50px;
  text-align: center;  
  color: #ffffff; 
  font-size: 28px;
   background:url(../images/down-tip.png) no-repeat;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
 
a.down-tip-btn:hover, .down-tip-btn:hover {
       margin-top:10px; }
 
 h3.tittle-wthree span {
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 0.4em;
    color: #dd2025;
    letter-spacing: 1px;
}
h3.tittle-wthree {
    text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.12);
    font-size: 2.5em;
    color: #1c1c1d;
    font-weight: 400; 
	padding-bottom:15px;
	border-bottom: solid 1px #8b8a8c; 
}
/*-- effect --*/
.sub_newsright { text-align: right; padding: 2px 0; margin: 15px 0 0 0; clear: both; color: #777; font-size: 12px; line-height:20px; border-bottom: dotted 1px #ccc; }
.sub_newsright a:link, .sub_newsright a:visited { color:#777 }
.sub_newsright a:hover { color: #0099ff; }
/*--/about--*/
.aboutright h3 {
    color: #dd2025;
    font-weight: 400;
    font-size: 2.5em;
	font-weight: 400; 
	line-height:32px; 
	padding-bottom:25px;
    letter-spacing: 1px;
}
.aboutright h4 {
    margin: 1.2em 0;
    font-style: italic;
    font-size: 15px;
    color: #383838;
}
.about-img img, .galsses-grid-left img{
   /* background: #f0f0f0; */
    padding: 0.4em;
}
.faqright h4 {
    margin: 1.2em 0;
    font-style: italic;
    font-size: 15px;
    color: #383838; 
	font-weight: bold;
} 
/*--Products-*/
.Productsright h3 {
    color: #dd2025;
    font-weight: 400;
    font-size: 2em;
	font-weight: 400; 
	line-height:32px; 
	padding-bottom:25px;
    letter-spacing: 1px;
}
.Productsright h4 {
    margin: 1.2em 0;
    font-style: italic;
    font-size: 15px;
    color: #383838;
}

 h5.tittle-pro span {
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 0.4em;
    color: #dd2025;
    letter-spacing: 2px;
}
h5.tittle-pro {
    text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.12);
    font-size: 1.8em;
    color: #1c1c1d;
    font-weight: 400; 
	padding-bottom:5px; 
}

.Products-img img {
  /* background: #f0f0f0;
    padding: 0.2em; */
}
/*--/Optional--*/
.Optionalright h3 {
    color: #1c1c1d;
    font-weight: 400;
    font-size: 2.1em;
	font-weight: 400; 
	line-height:32px; 
	padding-bottom:25px; 
}
.Optionalright h4 {
    margin: 1.2em 0;
    font-style: italic;
    font-size: 15px;
    color: #383838;
}
.Optional-img img{
    background: #f0f0f0; 
    padding: 0.2em; 
	width:92%;
}
#pro { overflow: hidden; padding-left:2px; height:785px;}
#big {
	  width:1098px;
	  height:682px;
	  /*border:solid 1px #f0f0f0;  */
	  position:absolute; 
		}
#big img{
	  width:1096px;
	  height:680px; 
		}
#move {
	  width:160px;
	  height:140px;
	  position:absolute;
	  left:0px;
	  top:0px; 
	  cursor:move;
	  display:none;
		}
#small {
	 width:1096px;
	 height:680px;
	 /*	border:solid 1px #ddd;*/
	 position:absolute;
	 left:1096px;
	 overflow:hidden;
	 display:none;
	 }
#bImg {
	position:absolute;
		}
#spec-list ul{
	width: 1096px;
	height: 120px;
	position: absolute;
	top: 715px;  
    left:3%;   
	/*margin-left:-190px; */
		}
#spec-list ul li{
	width:96px;
	height:78px;
	float:left;
	margin-right:10px;
	/*border:solid 1px #f0f0f0;  */
	padding:2px;
		}
#spec-list ul li img{
	width:90px;
	height:72px;
	}


#spec-list .simages img{
	width:90px;
	height:65px;
	}
	
	
#optional_wrap{ float:left; width:100%; margin:0 auto; }
#optional_intt{ width:100%; margin: 0 auto; } 
.optional_list {margin:0 auto; width:80%;} 
.optional_list .hd { float: right; width:68px; }
.optional_list .hd .prev{ display:block; float:left; cursor:pointer; position:relative; width:30px; height:30px; background:url(../images/zp-left.png) no-repeat 0 0;}
.optional_list .hd .next{ display:block; float:right; cursor:pointer; position:relative; width:30px; height:30px; background:url(../images/zp-right.png) no-repeat 0 0;}
.optional_list .hd .prev:hover{ opacity: 1; display:block; float:left; cursor:pointer; position:relative; width:30px; height:30px; background:url(../images/zp-left-h.png) no-repeat 0 0;filter:alpha(opacity=60);-moz-opacity:.6;opacity:0.6;}
.optional_list .hd .next:hover{ opacity: 1; display:block; float:right; cursor:pointer; position:relative; width:30px; height:30px; background:url(../images/zp-right-h.png) no-repeat 0 0;filter:alpha(opacity=60);-moz-opacity:.6;opacity:0.6;}
 
.optional_list .bd{ padding-top:25px; width:100%; height:420px; zoom:1; overflow:hidden; margin:0 auto;}
.optional_list .bd ul{ float:left; position:relative; overflow: hidden; height:420px; transition: all 0.3s; transform: translate3d(0px, 0px, 0px);}
.optional_list .bd ul li{ float: left; width: 360px; margin: 0 15px; }
.optional_list .bd ul li img{ width:100%; height:288px; /* border: solid 1px #e8e8e8; */ border-radius: 2px;}  
.optional_list .bd ul li p{ text-align: left; width: 360px; overflow:hidden;}

/*-- stats --*/

 .stats_info {  
		overflow: hidden;
        /*background: #f7fbff;  */
		padding:2px;
}
.stats_info p {
    font-size: 14px;
   /* letter-spacing: 1px; */
    line-height: 26px;
    color: #003322; 
	padding-left:15px;
}
.stats_info h4 {
    font-size: 20px;
    color: #dd2025;
    margin: 0;
    letter-spacing:1px;
    text-transform: capitalize;
    font-weight: 400;
	padding-left:15px;
}
.stats_info i {
    font-size: 2.5em;
    color: #fff;
    margin: 0;
    margin-top: 1em;
}
.stats_bottom_grid_left img {
	margin: 0 auto; 
	width:420px;   
}
/*
.stats_info.counter_grid {
    background: url(../images/cp/product_img_Return_Board_Device.jpg) no-repeat center;
    background-size: cover;
} 

.stats_info.counter_grid1 {
    background: url(../images/cp/product_img_Barcode_Scanner.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.stats_info.counter_grid2 {
    background: url(../images/cp/product_img_I352_CCD.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.stats_info.counter_grid3 {
    background: url(../images/cp/product_img_N2_Soldering.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.stats_info {
	text-align: center;
	padding: 0;
	border-top: none;
	border-bottom: none;
}

.stats_info:nth-child(3) {
	border-right: 0px;
}

.stats_info:nth-child(2) {
	border-left: 0px;
	border-right: 0px;
}
*/
/*--//stats--*/

/* Global Button Styles */

a.animated-button:link,
a.animated-button:visited {
	position: relative;
    padding: 6px 20px;
    color: #1b1e21;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	z-index: 9;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

a.animated-button:link:after,
a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
	-moz-border-radius:2em; -webkit-border-radius:2em; border-radius:2em;
}

a.animated-button:link:hover,
a.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}

a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
	height: 450%;
}

/* Victoria Buttons */

a.animated-button.victoria-two {
	border: 1px solid #dd2025;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px; 
	border-radius:2px; 
}

a.animated-button.victoria-two:after {
	background:#dd2025;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	transform: translateX(-50%) translateY(-50%) rotate(25deg);
}
/*--//about--*/
/*--/middle--*/
.course-selection {
background: url(../images/course-selection-bg.jpg) no-repeat center;
    background-size: cover;
    min-height: 528px;
    position: relative;
}
h3.course {
    font-size: 2.5em;
	font-weight: 400; 
    color: #fff; 
	text-align:center;
}
h4.course  {
    margin: 1em 0; 
    font-size: 1.8em;
	font-weight: 400; 
    color: #fff;
	text-align:center;
}
.dotts {
    background: url(../images/dots.png);
}
.course-left p {
    color: #fff; 
	text-align:center;
}
.course-detials-inner-info h4 {
    color:#dd2025;
    font-weight: 600;
    margin-bottom: 0.6em;
	text-align:center;
	margin-top:15px;
}
.course-right input[type="text"],.course-right input[type="email"],.course-right select.form-control.option {
    width: 100%;
    padding: 0.8em 1em;
    font-size: 0.85em;
    outline: none;
    color: #212121;
    border: none;
    border: 1px solid #fff;
   /* letter-spacing: 1px; */
	margin-bottom: 0.5em;
	border-radius:0px;
}
.course-right input[type="submit"] {
    outline: none;
    padding:15px 0;
    font-size: 14px;
    color: #fff;
    background:#ff4e00;
    border: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0px;
}
.course-right  select.form-control.option {
    height: 46px;
}
.text-info-sec h5 {
    font-size: 1.1em;
    color: #313131;
    text-shadow: 0 1px 2px rgba(18, 18, 19, 0.13);
    font-weight: 500;
}
.text-info-sec p.card-text {
    margin: 8px 0;
}

.cource-box-info .card-body {
    padding: 0;
}
p.card-text {
    font-size: 0.9em;
    margin-bottom: 1em!important; 
}
.cource-box-info i {
    color: #616167;
}
h5.card-title {
    color: #6a6d69;
    font-size: 1.1em;  
    font-weight: 400;


}
ul.property-box li:nth-child(2) {
    margin-left: 7em;
}
/*--//middle--*/
/*--/Products--*/
.service-in .card {
    border: none;
    background: none;
}
.service-in .card-title {
    font-size: 1.2em;
    color: #333;
    font-weight: 400; 
}
.service-in p.card-text{
    line-height: 1.5em;
    padding: 0 0.5em;
}
.service-in .card i {
    font-size: 2em;
    margin-bottom: 0.7em;
    color:#ff4e00;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.15rem;
}

.Solution-Video { width: 685px;height:418px;  margin: 0 auto; z-index: 3;  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.10); }
.Solution-Video video{ text-align:center; width: 100%; top: 0px; overflow:hidden; z-index: 1; }
.Solutionright img{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
.Solutionright h3 {
    color: #383838;
    font-weight: 400;
    font-size: 1.6em;
	font-weight: 400; 
	line-height:32px; 
	padding-bottom:25px;
    letter-spacing: 1px;
}
.Solutionright h4 {
    margin: 1.2em 0;
    font-style: italic;
    font-size: 15px;
    color: #383838;
}

/*--Footer--*/
.containers{
	 width: 1360px; margin:auto;
	 
}
.card-body h6 { font-size:18px; }
.card-body ul { margin-top:15px; }
.card-body ul li { line-height:28px;}
.card-body ul li a{ font-size:0.9em; letter-spacing: 0.5px; line-height:28px;}
.sqs-block-content {
	height: 34px
}

.text-align-center {
	text-align: center;
	font-size: 12px;
}

/*--//Products--*/

.choose-main h5{ margin-left:5px; margin-top:5px; font-size:16px;} 
.choose-main p{ margin-left:5px; margin-top:2px; font-size:14px;} 

 
 
/*--testimonials--*/
/*-- 

.testimonials_grid h3 {
    margin: 0.5em 0 0 0;
    color: #131212;
    font-size: 1.2em;
}
.testimonials_grid label {
    font-size: 0.9em;
    letter-spacing: 1px;
    color:#ff4e00;
}
.testimonials_grid h3 span {
    font-weight: 100;
    font-size: 0.8em;
    color: #888;
}
.testimonials_grid p {
    width: 70%;
    margin: 1em auto 0;
    line-height: 2em;
    letter-spacing: 1px;
    color: #959596;
}
div#carouselExampleControls .carousel-item {
    background: none;
    height: auto;
}
.testimonials_grid {
    margin: 2em auto 0;
    width: 60%;
}
a.carousel-control-next.test, a.carousel-control-prev.test {
    color: #0e0f10;
    text-align: center;
    opacity: 0.9;
    font-size: 2em;
}
.testimonials_grid i {
    font-size: 3em;
    color: #26d0f7;
}
 
.inner-page{
    background: url(../images/banner5.jpg) no-repeat center;
    background-size: cover;
    min-height: 250px;
}
li.breadcrumb-item {
	font-size: 0.9em;
	letter-spacing: 3px;
}

li.breadcrumb-item a {
    color: #dd2025;
}

.breadcrumb-item.active {
	color: #888;
}

ol.breadcrumb {
    background: none;
    margin: 0;
    padding: 1em 2em;
    background: #f7f7f7;
}

.ban-inner-content h3 {
	color: #fff;
	font-size: 2em;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: #ddd;
	content: "/";
}
 

.error {
    margin-bottom: 1em;
}
.error-404 h4 {
	font-size: 12em;
	font-weight:500;
	color: #333;
	margin: 0;
	padding: 0;
}

a.b-home {
	background: #202020;
	padding: 0.7em 1.5em;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	margin-top: 1em;
	font-size: 0.9em;
}

a.b-home:hover {
    background: #f34235;
}

.error-404 p {
	color: #929090;
	font-size: 1em;
	letter-spacing: 8px;
	margin: 0em 0 2em 0;
}

.error.social-icons {
	margin-bottom: 1em;
}

.error.social-icons a {
	color: #4e4e4e;
}
.error-404 form {
	margin: 0 auto 2em;
	width: 40%;
	text-align: center;
}
.error-404 .copyrighttop a.facebook {
    color: #aaacaf;
    font-size: 15px;
}
.error-404 form input[type="search"] {
	outline: none;
	border: 1px solid #c4c5c5;
	background: none;
	color: #212121;
	padding: 14px 15px;
	width: 80%;
	float: left;
	font-size: 12px;
	letter-spacing: 5px;
	border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-ms-border-radius: 4px 0px 0px 4px;
	-o-border-radius: 4px 0px 0px 4px;
}

.error-404 button.btn1 {
	color: #fff;
	border: none;
	padding: 12px 0;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
    background:#6a67ce;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	float: right;
	width: 20%;
	-webkit-border-radius: 0px 4px 4px 0px;
	-o-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-o-border-radius: 0px 4px 4px 0px;
}

.error-404 button.btn1:hover {
    background:#ec1c24;
} 
.social_media.footer-icons.error-page ul li a {
    color: #676161;
}
.social_media.footer-icons.error-page ul li a:hover {
}
@media(max-width:640px) {
	.error-404 h4 {
		font-size: 9em;
	}
	.error-404 form {
		width: 72%;
	}
}

@media(max-width:600px) {
	.error-404 h4 {
		font-size: 6em;
	}
	a.b-home {
		padding: 0.6em 1em;
		margin-top: 1em;
	}
}

@media(max-width:480px) {
	.error-404 h4 {
		font-size: 5em;
	}
	.error-404 p {
		font-size: 0.8em;
		letter-spacing: 5px;
		margin: 1em 0;
	}
}

 --*/
 
/*--/team--*/
.card-news {
	padding: 0.2em 0;
}

.member-main .card {
	border: none;
	background: none;
}

.member-main .card-body {
	padding: 0 1em;
}

.team-social ul.social-icons li {
	display: inline-block;
}

.team-social ul.social-icons li a {
	display: block;
	color: #afadad;
	text-decoration: none;
	font-size: 14px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	line-height: 34px;
	background: transparent;
	border: 2px solid #afadad;
}

.team-social ul.social-icons li a:hover {
    color: #6a67ce;
    border: 2px solid #6a67ce;
}

.member-main h4 {
	font-size: 1em;
	color: #454646;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
	font-weight: 400;
	margin-top: 0.5em;
}

.member-main p {
	padding: 0 0.8em;
}

/*--//team--*/
/*--/Solution--*/

.serve-grid i {
font-size: 2em;
    color: #6a67ce;
}
.serve-grid p {
	color: #7d7d7d;
	font-size: 15px;
	line-height: 1.9;
}

.serve-grid:hover.serve-grid i {
    color: #ff4e00;
}
.serve-grid h4 {
color: #212020;
    font-size: 1.4em;
    letter-spacing: 1px;
    font-weight: 600;
}
.project-img img {
    background: #eaecef;
    padding: 0.2em;
}
#product-wrapper{ width: 100%; }

.product-content-top { padding-top:30px; width: 1050px; overflow:hidden; margin: 20px auto; border-radius: 3px;}

.index-product-left { width:49%; float:left; text-align:left; height: 312px; overflow:hidden;  }  

.solution-l {  padding:5px; overflow: hidden; background: #eaecef; border-radius: 3px;}
.solution-l img {  width:100%; }
.solution-l a:hover img {  filter:alpha(opacity=90);-moz-opacity:.90;opacity:0.90;}
.solution-l-info{ width:100%; background:#36353a; display:block; height:72px; overflow:hidden; }
.solution-l-info h4 { margin-left:10px;  }
.solution-l-info h4 a{ font-weight: 400; font-style: normal; color:#FFF; }
.solution-l-info h4 a:hover{ font-style: normal; color:#dd2025 }	
.solution-l-info p{ margin-left:10px; color:#FFF; font-size: 0.9em; line-height:24px; }

.solution-f-info{ width:100%; background:#36353a; display:block; height:45px; overflow:hidden; }
.solution-f-info h4 { margin-left:10px;  }
.solution-f-info h4 a{ font-size: 1em; font-weight: 400; font-style: normal; color:#FFF; }
.solution-f-info h4 a:hover{ font-style: normal; color:#dd2025 }	
.solution-f-info p{ margin-left:10px; color:#FFF; font-size: 0.9em; line-height:24px; }
 
 
/*--//Solution--*/



/*-- Contact --*/
 .inner-page{
    background: url(../images/banner5.jpg) no-repeat center;
    background-size: cover;
    min-height: 250px;
}
 
  
.map {
	 width: 100%;
	 height: 780px; 
	 margin-bottom: 3em;  
}

.map iframe {
	border: none;
	width: 100%;
	height: 680px;
	
}

.Promotions {
	 width: 100%;
	 height: 180px; 
	 margin-bottom: 3em;  
}

.main_grid_contact h4 {
	font-size: 0.9em; 
	margin-left:35px;
	color: #4e4f50;
	text-shadow: 0 1px 2px rgba(18, 18, 19, 0.13);
	font-weight: 400; 
}
.main_grid_contact h4 a{color: #dd2025;}
.main_grid_contact h4 a:hover{color: #ffb500; text-decoration:underline;}

.contact-info h3 {
	color: #eee;
}

.contact-info p {
	margin: 0;
	font-size: 15px;
	color: #999;
	/*letter-spacing: 1px; */
}

.main_grid_contact {
	width: 100%;  
	-webkit-box-shadow: -5px 6px 20px -12px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -5px 6px 20px -12px rgba(0, 0, 0, 0.75);
	box-shadow: -5px 6px 20px -12px rgba(0, 0, 0, 0.75);
	 
}

.form {
	flex-basis: 70%;
	-webkit-flex-basis: 70%;
	padding: 2em;
	background: #fff;
}

.main_grid_contact label {
	color: #454646;
	/* letter-spacing: 1px; */
	font-size: 1em;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.main_grid_contact input[type="text"],
.main_grid_contact input[type="email"],
.main_grid_contact textarea {
	outline: none;
	padding: 15px 15px;
	font-size: 14px;
	color: #777;
	background: #f7f7f7;
	width: 100%;
 /*	letter-spacing: 1px; */
	border: 1px solid #ebeeef;
	border-radius: 0px;
}

.input-group input.margin2 {
	margin-right: 2%;
}

.input-group1 input[type="submit"] {
	outline: none;
	padding: 20px 0;
	font-size: 14px;
	color: #fff;
	background: #242525;
	border: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	font-weight: 600;
	cursor: pointer;
	border-radius: 0px;
	font-family: 'Poppins', sans-serif;
}

.input-group1 input[type="submit"]:hover {
    background:#6a67ce;
	transition: all 0.5s ease-in;
	box-shadow: 21.213px 21.213px 60px 0px rgba(34, 59, 140, 0.06);
}

.main_grid_contact textarea {
	min-height: 80px;
	margin: 1em 0em;
	resize: none;
}

.address {
	margin-top: 22em;
}

.address-info {
	background: #f7f7f7;
	border: 1px solid #ebeeef;
	padding: 3em 1em;
}

.address-right h6 {
	font-size: 1em;
	color: #414346;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.address-grid i {
    font-size: 1.5em;
    color: #f34235;
}

.address-right p,
.address-right p a {
	color: #7c848c;
}
 
 h3.tittle-Contact span {
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 0.4em;
    color: #dd2025;
    letter-spacing: 1px;
}
h3.tittle-Contact {
    text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.12);
    font-size: 2.5em;
    color: #1c1c1d;
    font-weight: 400; 
	padding-bottom:15px; 
}


/*-- //Contact --*/


 

/*-- footer --*/
.footer {
    background: #181818;
}
.footer-grid-w3ls.links.text-left {
    margin: 0;
}
.footer-grid-w3ls h3, .footer-list h3, .edu-footer-grid-w3ls h3 {
    font-size: 24px;
    color: #FFFFFF;
    text-transform: capitalize;
    line-height: 1.5em;
    letter-spacing: 1px;
}
.footer-grid-w3ls p {
    color: #bbbbbb;
    font-size: 14px;
    line-height: 1.8em;
  /*  letter-spacing: 1px; */
}
.footer-grid-w3ls ul, .footer-list ul {
    padding: 0;
    margin: 0;
}
.footer-grid-w3ls ul li, .footer-list ul li {
    display: block;
    margin: .4em 0 0;
}
.footer-logo-w3 li {
    display: inline-block !important;
}
.footer-logo-w3 ul li a {
    color: #bbb;
    font-size: 1.2em;
    text-decoration: none;
    padding-right: 5px;
}
.footer-list ul li {
    color: #bbb;
    font-size: 1em;
}
.footer-grid-w3ls ul li {
    color: #bbb;
     font-size: 14px;
    text-decoration: none;
    line-height: 2em;
    text-transform: capitalize;
    /*letter-spacing: 1px; */
    font-family: 'Open Sans', sans-serif;
}
.footer-grid-w3ls strong {
    text-decoration: underline;
     color: #eee;
}
.footer-grid-w3ls ul li a  {
    color: #bbb;
    font-size: 1em;
}
.footer-grid-w3ls ul li a:hover{
   color: #ff4e00;
}
.footer-grid-w3ls ul li i:hover{
    color: #00BCD4;
	border: 1px solid #00BCD4;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.edu-footer-grid-w3ls ul {
    padding: 0;
    margin: 0;
}
.edu-footer-grid-w3ls input[type="email"],.edu-footer-grid-w3ls input[type="text"]{
	outline:none;
    padding: 11px 15px;
	background:#fff;
	border:none;
	font-size:14px;
	color:#212121;
    margin-bottom: 1em;
	width:100%;
    border-bottom: 1px solid #ccc;
     border-radius: 3px;
}
.edu-footer-grid-w3ls input[type="submit"] {
    outline: none;
    padding: 11px 15px;
    border: none;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    width: 100%;
    text-align: left;
    background-color: transparent;
    letter-spacing: 1px;
    text-align: center;
     border-radius: 3px;
    cursor:pointer;
}
.edu-footer-grid-w3ls input[type="submit"]:hover{
    background:#ff4e00;
    border: 1px solid #ff4e00;
}
.footer-logo-w3 a {
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
     font-size: 1.4em;
    text-transform: capitalize;
}
.footer-logo-w3 h3 span {
    font-size: 14px;
  /*  letter-spacing: 1px; */
    font-weight: 400;
    text-align: center;
    display: block;
	position: relative;
}
.footer-logo-w3 h3 span:after{
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    background: #fff;
    bottom: 47%;
    right: 18%;
}
.footer-logo-w3 h3 span:before{
    position: absolute;
    content: '';
    height: 2px;
    width: 40px;
    background: #fff;
    bottom: 47%;
    left: 18%;
}
.copy_right {
    background: #161616;
}
.copy_right p {
    text-align: center;
    color: #c1c1c1;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.copy_right a {
    color: #fff;
}
.copy_right a:hover {
    color: #00BCD4;
}
.copy_right {
    background: #1f1e1e;
}
.footer-grid-w3ls ul.social li a span {
    color: #FFF;
    font-size: 13px;
    background: #686c75;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    display: block;
    border-radius: 50%;
}
.footer-grid-w3ls ul.social li a span:hover{
    background: #fff;
    color: #dd2025;
}
/*-- //footer --*/

/*--/toTop--*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 34px;
	height: 34px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_up.png) no-repeat 0px 0px;
	font-size: 0;
}

/*--//toTop--*/

/*--responsive--*/

@media(max-width:1440px) {}

@media(max-width:1366px) {}

@media(max-width:1280px) {}

@media(max-width:1080px) {
    .navbar {
        padding: 0.8em 1em;
    }
    .right-p ul li {
        margin: 0.5em 0em;
    }
    
}

@media(max-width:1050px) {
    
}

@media(max-width:1024px) {}

@media(max-width:991px) {
	.navbar-light .navbar-nav .nav-link {
		padding: 0.4em 1.4em;
		font-size: 0.9em;
		text-align: center;
	}
	li.nav-item {
		margin: 6px 0px 0 0;
	}
	.dropdown-item {
		text-align: center;
	}
	.active>.nav-link,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link:hover {
		color: #555;
		text-shadow: 1px 1px 2px #000000;
		border: 2px solid #ffffff;
		border-radius: 3px;
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 0.7em 1.4em;
		font-size: 0.9em;
		text-align: center;
		color: #555;
	}
	#navbarSupportedContent {
		background: #fff;
		padding: 0.5em 0;
	}
	.cd-header-buttons {
		top: 20px;
		right: 60px;
	}
	.card.feature {
		border: 0;
		width: 50%;
	}
	.copyright {
		text-align: center;
		margin-bottom: 2em;
	}
	.footer-bottom {
		margin-top: 1em;
		padding-top: 2em;
	}
	footer {
		padding: 3em 0;
	}
	.subscribe-grid {
		padding: 1em 0em;
		margin: 0 auto;
		width: 90%;
	}
	span.navbar-toggler-icon i {
		line-height: 1.2em;
		font-size: 1.4em;
	}
	.navbar-toggler {
		padding: 0.3rem 0.6rem;
		font-size: 1.25rem;
		border: 1px solid transparent;
		border-radius: 0;
	}
	#navbarSupportedContent {
		background: #fff;
		padding: 0.5em 0;
		position: absolute;
		width: 90%;
		z-index: 99;
		top: 100%;
	}
    .navbar {
        padding: 0.8em 1em;
    }
    a.navbar-brand {
       font-size: 0.7em;
    }
    .footer-logo-w3 a {
        font-size: 1.2em;
    }
    .footer-grid-w3ls h3, .footer-list h3, .edu-footer-grid-w3ls h3 {
       font-size: 20px;
    }
    .galsses-grid-right {
        margin-bottom: 1em;
    }
    .inner-page {
        min-height: 200px;
    }
    .course-right {
        padding-bottom: 2em;
    }
    .aboutright {
        margin-top: 1.5em;
    }
    ul.social {
        margin: 0!important;
    }
    .footer-grid-w3ls:nth-child(3) {
        margin: 1.2em 0!important;
    }
    .serve-gd-ingo {
        margin-bottom: 1em;
    }
    .project-img img {
        background: #eaecef;
        padding: 0.5em;
        margin-bottom: 0.5em;
    }
    .member-img img {
        width: 50%;
        margin-top: 1em;
    }
 }
@media(max-width:768px) {
     .form {
        flex-basis:80%;
        -webkit-flex-basis:80%;
        padding: 2em 2em;
    }
}
@media(max-width:667px) {
    h3.tittle-wthree {
       font-size: 2em;
    }
    .aboutright h3 {
        font-size: 20px;
    }
    h3.course {
    font-size: 2em;
    }
    h4.text-white {
        font-size: 1.2em;
    }
    .service-in .card-title {
       font-size: 1.2em;
    }

     .right-p ul li {
        margin: 0.5em 0em;
         font-size:14px;
    }
    .member-main h4 {
      font-size: 1.2em;
    }
   
}

@media(max-width:640px) {
   
    .testimonials_grid p {
        width: 95%;
    }
    .main_grid_contact {
        width: 100%;
        position: static;
        bottom: -57%;
        left: 10%;
    }
    .address {
        margin-top: 2em;
    }
    .map {
        position: relative;
        margin-bottom: 1em;
    }
    .address-right.text-left {
        text-align: center!important;
        margin-top: 1em;
    }
    ol.breadcrumb {
        padding: 1em 1em;
    }
}

@media(max-width:600px) {
     h3.course {
       font-size:1.8em;
    }
    .course-detials-inner-info h4 {
        margin-bottom: 0.6em;
        font-size: 1em;
    }
    p{
        font-size:0.85em;
    }
    .inner-page {
        min-height: 160px;
    }
    .map iframe {
        height: 350px;
    }
    .testimonials_grid {
        margin: 2em auto 0;
        width: 80%;
    }
}

@media(max-width:568px) {
        h3.tittle-wthree {
           font-size: 1.6em;
        }
        h3.course {
        font-size: 1.4em;
        }
}

@media(max-width:480px) {
    .testimonials_grid h3 {
        font-size: 0.9em;
    }
    testimonials_grid label {
        font-size: 0.8em;
    }
}

@media(max-width:440px) {
    h3.tittle-wthree {
    text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.12);
    font-size: 1.6em;
    }
    
    
}

@media(max-width:414px) {
    .navbar {
        padding: 0.5em 0.8em;
    }
    .course-detials-inner-info h4 {
        margin-bottom: 0.6em;
        font-size: 0.95em;
    }
    .inner-page {
         min-height: 125px;
    }
    .map iframe {
        height: 450px;
    }
}

@media(max-width:384px) {
    p.text-right {
        text-align: center!important;
    }
    .top-head.text-left {
       padding: 0.3em 0em;
    }
    .stats_info h4 {
      font-size:18px;
    }

}

@media(max-width:375px) {
    .honey-leo {
        margin: 0;
    }
    p {
       font-size: 0.85em;
        line-height: 1.9em;
    }
    .stats_info h4 {
        font-size: 15px;
    }
 }

@media(max-width:320px) {
    .aboutright h3 {
        font-size: 18px;
    }
    .aboutright h4 {
        margin: 1.2em 0;
        font-size: 13px;
    }
    h3.tittle-wthree {
        text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.12);
        font-size: 1.4em;
    }

}

/*--//responsive--*/