html, body {
	margin: 0;
	font-size: 100%;
 font-family:font-family: 'Myriad Pro';
	background: #fff;
}
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: 'Myriad Pro';
}
@font-face {
 src: url(../webfonts/Myriad%20Pro%20Regular.ttf);
 font-family: Myriad Pro;
}
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: 'Myriad Pro';
}
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: 2em;
	letter-spacing: 1px;
}
ul {
	margin: 0;
	padding: 0;
}
.first-nav {
	padding-top: 1.1em;
}
/*--/header --*/

/*--/navbar--*/

.navbar {
	padding: 0em 0em;
}
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 i {
	color: #ffffff;
	text-shadow: none;
}
li.nav-item {
	margin: 0 1px;
	text-transform:uppercase !important;
}
.navbar-light .navbar-nav .nav-link {
	padding: 0.3em 0.7em;
	color: #ffffff;
	background: transparent;
	font-size: 12pt;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: 'Myriad Pro';
}
.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: #ffffff;
}
.dropdown-item {
	padding: 0.5em 0.75rem;
	font-size: 0.8em;
	margin: 0;
	font-family: 'Myriad Pro';
}
.dropdown-menu {
	margin: 0;
	padding: 0;
	background: #ffffff;
	border:none !important;
	border-radius: 0;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
	color: #333;
}
#comp {
	float: right;
	margin-top: 2%;
	margin-right:1%
}
}
.mr-1 {
	list-style:none !important;
}
/*---*/

/*---*/

.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: #d41411s;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #d41411;
	text-decoration: none;
	background-color: #f0f0f1;
}
/*-- //top-nav --*/
.top-head.text-left {
	padding: 0px 5px;
	background: #070e2d;
}
.right-p ul li {
	display: inline-block;
	font-size: 11pt;
	letter-spacing: 0.1mm;
	font-family:Calibri;
	font-weight:lighter !important;
	color: #fff;
	padding-top:3px;
	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;
	padding-top:3px;
	border-radius: 50%;
}
.logotxt {
	padding: 3px 0 3px 149px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:18pt;
	font-family: 'Raleway', Calibri, Geneva, sans-serif;
	font-weight:700;
	letter-spacing:0.1mm;
}
.left-info.footer-grid-w3ls ul.social li a span:hover {
	color: #d41411 !important;
}
/*-- //header --*/
h3.tittle-wthree span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.3em;
	color: #807f7e;
	letter-spacing: 4px;
}
h3.tittle-wthree {
	text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.12);
	font-size: 3em;
	color: #1c1c1d;
	font-weight: 400;
}
/*-- effect --*/
/*--/about--*/
.aboutright h3 {
	padding-bottom: 5px;
	letter-spacing: 1px;
	font-size: 18px;
	color: #d41411;
	font-weight: 400;
}
.abouttop h3 {
	color: #d41411;
}
.aboutright p {
	padding-bottom: 5px;
}
.aboutright h4 {
	margin: 15px 0;
	font-size: 24px;
	color: #03002c;
}
.about-img img, .galsses-grid-left img {
	background: #f0f0f0;
	padding: 0.4em;
}
/*--*/

/* Global Button Styles */

a.animated-button:link, a.animated-button:visited {
	position: relative;
	padding: 2px 5px;
	color: #555;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 10;
	z-index: 9;
	-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;
	font-family: 'Exo 2', sans-serif;
',
}
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: 300%;
}
/* Victoria Buttons */

a.animated-button.victoria-two {
	border: 1px solid #d41411;
}
a.animated-button.victoria-two:after {
	background: #d41411;
	-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/banner2.jpg) no-repeat center;
	background-size: cover;
	min-height: 408px;
	position: relative;
}
h3.course {
	font-size: 2.5em;
	color: #fff;
}
.dotts {
	background: url(../images/dots.png);
}
.course-left p {
	color: #fff;
}
.course-detials-inner-info h4 {
	color: #ff4e00;
	font-weight: 600;
	margin-bottom: 0.6em;
}
.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: 2px;
	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.85em;
	margin-bottom: 1em!important;
}
.cource-box-info i {
	color: #616167;
}
h5.card-title {
	color: #ff4e00;
	font-size: 1.1em;
	font-weight: 400;
}
ul.property-box li:nth-child(2) {
	margin-left: 7em;
}

/*--//middle--*/
/*--/services--*/

.snip1584 {
 font-family:font-family: 'Raleway' !important;
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 10px;
	min-width: 230px;
	max-width: 315px;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	text-align: left;
}
.snip1584 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.snip1584:before {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	top: 100%;
	content: '';
	background-color:#070e2d;
	opacity: 0.6;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.snip1584 img {
	vertical-align: top;
	max-width: 100%;
	backface-visibility: hidden;
}
.snip1584 figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.snip1584 h3, .snip1584 h5 {
	margin: 0;
	opacity: 0;
	letter-spacing: 0.1mm;
}
.snip1584 h3 {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	font-weight: 400;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	margin-bottom: 12px;
	text-align: center;
	font-family: 'Myriad Pro';
	font-size: 18px;
}
.snip1584 h5 {
	font-weight: normal;
	background-color: #f5a900;
	padding: 6px 15px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	font-family: 'Myriad Pro';
	font-size: 11px;
}
.snip1584 h5:hover {
	background-color: #ce0f10;
	color: #fff !important;
}
.snip1584 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	font-family: 'Myriad Pro';
}
.snip1584:hover:before, .snip1584.hover:before {
	top: 10px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.snip1584:hover h3, .snip1584.hover h3, .snip1584:hover h5, .snip1584.hover h5 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.snip1584:hover h3, .snip1584.hover h3 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.snip1584:hover h5, .snip1584.hover h5 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.producttitle {
	margin: 25px 59px;
	text-align: center;	
}
.producttitle h2 {
	font-weight: 700;
	font-family: 'Raleway', serif;
	font-size: 36px;
	padding-bottom:12px;
	margin-bottom:29px;
	color:#001c3b;
	background:url(../images/underline.jpg) no-repeat;
	background-position:bottom center !important
}
.producttitle p {
	text-align: left;
	font-family: 'Calibri';
	padding: 0px 19px 9px 19px;
	font-size: 13pt;
	letter-spacing:0.1mm;
	color:#3a3a3a;
	line-height:1.8;
}
#c-form-text{
	line-height:0.5; 
}
.know{
	font-size: 10pt;
    color: #f5a600;
	padding-left:5px;
}

.producttitle1 p {
    font-family: 'Calibri';
    padding: 0px 19px 9px 19px;
    font-size: 13pt;
    letter-spacing: 0.1mm;
    color: #3a3a3a;
    line-height: 1.8 !important;
    text-align: center !important;
}
.producttitle h2 span {
	color: #c90102;
}

.paneltitle1{
	font-family: 'Calibri';
	padding-bottom: 6px !important;
	font-size: 11pt !important;
	letter-spacing:0.1mm;
	color:#f5a900 !important;
	line-height:normal !important;
	text-align:left;
}
.paneltitle2{
	font-family: 'Calibri';
	padding-bottom: 6px !important;
	font-size: 12pt !important;
	letter-spacing:0.1mm;
	min-height:49px !important;
	color:#070e2f !important;
	line-height:normal !important;
	text-align:left;
	text-transform:uppercase;
	font-weight:600
}
.paneltitle3{
	font-family: 'Calibri';
	padding-bottom: 6px !important;
	font-size: 11pt !important;
	letter-spacing:0.1mm;
	color:#6b6b6b !important;
	line-height:normal !important;
	text-align:left;
}

/*--//services--*/


/*----knowledge center---*/
.abt {
	padding:25px 45px;
	background:#f5f5f5;
}
.knldg {
	background:#f5f5f5;
}
.knldg1{
	font-family: 'Calibri';
	padding-bottom: 6px !important;
	font-size: 11pt !important;
	letter-spacing:0.1mm;
	color:#f5a900 !important;
	line-height:normal !important;
	text-align:left;
}
.knldg2{
	font-family: 'Calibri';
	padding-bottom: 6px !important;
	font-size: 12pt !important;
	letter-spacing:0.1mm;
	min-height:49px !important;
	color:#070e2f !important;
	line-height:normal !important;
	text-align:left;
	text-transform:uppercase;
	font-weight:600
}
.knldg3{
	font-family: 'Calibri';
	padding-bottom: 6px !important;
	font-size: 11pt !important;
	letter-spacing:0.1mm;
	color:#6b6b6b !important;
	line-height:normal !important;
	text-align:left;
}
.def p {
	font-family: 'Calibri';
	padding: 9px 0 9px 0px;
	font-size: 12pt;
	letter-spacing:0.1mm;
	color:#3a3a3a;
	line-height:normal;
	text-align:left
}
.def1 p {
	font-family: 'Calibri';
	padding: 9px 0 9px 0px;
	font-size: 12pt;
	letter-spacing:0.1mm;
	color:#3a3a3a;
	line-height:1.8 !important;
	text-align:left
}
.def img {
	background:url(../images/more.jpg) no-repeat;
	width:198px !important;
	height:51px !important;
	border:none !important;
}
.def1{
	text-align: center !important;
}
.def1 img {
	background:none !important;
	width: 94% !important;
	height:auto !important;
	border:none !important;
}
.pagename {
	position: absolute;
    top: 50%;
    left: 5%;
}
.pagename h5{
	font-weight: 800;
    border-left: 6px solid #f5a700;
    padding-left: 5px;
    font-family: 'Raleway', Calibri, Geneva, sans-serif;
    color: #070e2d;
}
.ccs{
	width:auto !important;
}
.def h2 {
	font-weight: 700;
	font-family: 'Raleway', serif;
	font-size: 36px;
	line-height:30px;
	padding-bottom:12px;
	margin-bottom:9px;
	color:#001c3b;	
	background:url(../images/underline.jpg) no-repeat;
	background-position:bottom center !important
}
.def h2 span {
	text-transform:uppercase !important;
}
.def h5 {
	padding: 0 !important;
	text-align:left !important;
	font-size:18pt;
	font-weight:bold;
	color:#4b8c12 !important;
	font-family: 'Raleway', 'Myriad Pro';
}
.mission {
	padding-right:0;
}
.mission p{
	font-family: 'Calibri';
	padding: 0px 0 19px 0px;
	font-size: 11pt;
	letter-spacing:0.1mm;
	color:#3a3a3a;
	line-height:normal !important;
	text-align:left
}
.mission img {
	min-width:100%;
	padding-top:19px;
}
.mission h3 {
	font-family: 'Raleway','Source Serif Pro', serif;
	font-weight: 700;
	font-size: 26px;
	text-align:left !important;
	color:#1748a3;
}

.whychoose {
	background:url(../images/chooseus.jpg) no-repeat;
	min-height:100%;
	min-width:100% !important;
	padding:29px 59px;
}
.whychoose_txt {
	background:url(../images/whybg.png);
	color:#ffffff;
	padding:19px 29px;
}
.whychoose_txt p{
	font-family: 'Calibri';
	font-size: 11pt;
	padding-bottom:9px;
	letter-spacing:0.1mm;
	color:#ffffff;
	line-height:normal !important;
	text-align:left;
}
.whychoose_txt img {
	min-width: 100%;
	padding-top: 19px;
}
.whychoose_txt h3 {
	font-family: 'Raleway','Source Serif Pro', serif;
	font-weight: 700;
	font-size: 26px;
	text-align:left !important;
	color:#f5a900;
}

/*--//--*/
/*----Featured Solution---*/
.feature-link-carousel {
	max-width: 1280px;
	padding: 10px;
	text-align: center;
}
.feature-link-carousel h2 {
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
}
.feature-link-carousel h2 span {
	color: #c90102;
	text-transform: capitalize;
}
.feature-link-carousel ul li {
	list-style: none;
}
.flex-column {
	text-align: left;
}
.cell-body {
	padding: 20px;
	border-top: 1px solid #f3eded;
}
.cell-body p {
	min-height: 84px;
	font-family: 'Myriad Pro';
}
.cell-body h4 {
	font-family: 'Source Serif Pro', serif;
	font-weight: 600;
}
.cell-body a span {
	padding-left: 258px;
	color: #c90102;
	font-weight: 600;
}
.cell-body a span:hover {
	color: #000;
}
.px-0 {
	padding-top: 14px;
}
.feature-link-carousel-cell {
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
}
/*----Featured Solution---*/
/*----Extreme Environments---*/
/*----footer---*/
.footer {
	list-style: none;
	min-height:321px !important;
	padding: 29px 19px;
	background:url(../images/started.jpg) repeat #080e2e;
	text-align:center !important;
}
.footer h2{
	font-weight: 700;
	font-family: 'Raleway', serif;
	font-size: 36px;
	padding-bottom:19px;
	margin-bottom:29px;
	color:#ffffff;
	background:url(../images/underline.jpg) no-repeat;
	background-position:bottom center !important
}
.footer p {
	font-family: 'Calibri';
	padding: 0px 39px 19px 39px !important;
	font-size: 24pt;
	font-style:italic;
	font-weight:lighter;
	letter-spacing:0.1mm;
	color:#ffffff;
	line-height:normal !important;
	text-align:center;
}
.bttn {
	color: #ffffff;
	padding:9px;
	font-size:9pt;
	background:#eb9400 !important;
	border:none !important;
}

/*----copy right---*/

.cprgt {
	background:url(../images/footerbg.jpg) repeat-x #1b285f;
	min-width:100% !important;
	padding:19px 59px;
	color:#ffffff;
}
.lft{
	font-family: 'Calibri';
	font-size: 11pt;
	letter-spacing:0.1mm;
	color:#ffffff;
	line-height:normal !important;
	text-align:left;
	padding:6px;
}
.rgt{
	font-family: 'Calibri';
	font-size: 11pt;
	letter-spacing:0.1mm;
	color:#f5a900;
	line-height:normal !important;
	text-align:right;
	list-style:none !important;
	text-transform:uppercase !important;
	padding:6px;
}
.rgt a{
	color:#f5a900;
	text-decoration:none;
}
.rgt a:hover{
	color:#ffffff;
	text-decoration:none;
}

/*----inner page---*/
.innerbnnr {
  position: relative;
}

/* Bottom right text */
.text-bnnr {
  position: absolute;
  bottom: 35%;
  right: 31%;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
} {
  position: relative;
}
.text-bnnr h4{font-weight: 400;
    font-family: 'Myriad Pro';
    font-size: 30px;}
	.text-bnnr h2{
	font-family: 'Source Serif Pro', serif;
    font-size: 36px;
    padding-left: 52px;}
.intro{
	margin: 20px 52px;
    text-align: justify;}
.intro p{
	font-family:'Myriad Pro';
	font-size: 13pt;}
.copper h2{
	font-weight: 600;
    font-family: 'Source Serif Pro', serif;
    font-size: 36px;
	text-align:left;
	padding-top:20px;
	margin-left: 4%;}
.copper span	{
		color: #c90102;}
		
.design{
	margin-left:1.5%;}
.design a{
	padding: 5px;
    font-family: 'Source Serif Pro', serif;
    font-weight: 600;
    color: #000;
    top: 54%;
    position: absolute;
    z-index: 99999;
    left: 44%;
    font-size: 18px;
    cursor: pointer;}
.design p:hover{
	display:none;}
.click{
	width: 92px!important;;
    height: 35px !important;;
    padding: 5px !important;;
    border: 1px solid #c90102  !important;;
    position: absolute !important;
    top: 46% !important;
    bottom: 0 !important;
    left: 34% !important;
    right: 0 !important;
    z-index: 2 !important;
    border-radius: 50px !important;}


.snip1361 {
  font-family: 'Quattrocento', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
  border: 0.1px solid #f7f4f4;
}
.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1361 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1361 figcaption {
  position: absolute;
  top: calc(56%);
  width: 100%;
  padding: 15px 25px 65px;
  background-color: #f9f9f9;
}

.snip1361 h3,
.snip1361 a {
  margin: 0 0 10px;
}
.snip1361 h3 {
  text-align: center;
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.2em;
  font-family: 'Myriad Pro';
  text-transform: uppercase;
}
.snip1361 a {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.snip1361 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.snip1361:hover figcaption,
.snip1361.hover figcaption {
  top: 111px;
}

/* inner pagebottom */
#icon1{
	font-size: 40px;
    color: #3794f3;
    background: #fff;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    padding: 16px;
    margin-right: 10px;}
#icon2{
	font-size: 40px;
    color: #3794f3;
    background: #fff;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    padding: 16px;
    margin-right: 10px;
	text-align:center;}
.knwcntr{
	text-align:center;}
.knwcntr p{font-size: 18px;
    margin-top: -20px;
    padding-left: 20%;}
.knwcntr p a{
	color: #fff;}
.knwcntr p a:hover{
	color: #c90102;}
#icontxt{
	font-size: 28px;
    color: #fff !important;
    font-family: 'Source Serif Pro', serif;}
.footerbottom{
	padding:54px;
	border-bottom: 7px solid #ffe000;}
/* Bottom right text */
.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}
.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: #d41411;
}
.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 --*/
.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-social ul.social-icons li {
	display:block;
}
}
/*-- //error --*/
/*--/team--*/

.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: 1.4em;
	color: #454646;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
	font-weight: 600;
	margin-top: 0.5em;
}
.member-main p {
	padding: 0 0.8em;
}
/*--//team--*/
/*--/services--*/

.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: 2px;
	font-weight: 600;
}
.project-img img {
	background: #eaecef;
	padding: 0.7em;
}
/*--//services--*/

/*-- Contact --*/

.map iframe {
	border: none;
	width: 100%;
	height: 450px;
}
.main_grid_contact h4 {
	font-size: 1.4em;
	color: #4e4f50;
	text-shadow: 0 1px 2px rgba(18, 18, 19, 0.13);
	font-weight: 700;
	text-transform: uppercase;
}
.map {
	position: relative;
	margin-bottom: 13em;
}
.contact-info h3 {
	color: #eee;
}
.contact-info p {
	margin: 0;
	font-size: 15px;
	color: #999;
	letter-spacing: 1px;
}
.main_grid_contact {
	width: 70%;
	position: absolute;
	bottom: -57%;
	left: 15%;
	-webkit-box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
	box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
}
.form {
	flex-basis: 70%;
	-webkit-flex-basis: 70%;
	padding: 2em 3em;
	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: #03002c;
	border: none;
	letter-spacing: 2px;
	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: #d41411;
	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;
}
.ps img{
		width:1131px !important;
	}
.address {
	margin-top: 22em;
}
.address-info {
	background: #f7f7f7;
	border: 1px solid #ebeeef;
	padding: 1em 1em;
	min-height: 175px;
}
.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: #d41411;
}
.address-right p, .address-right p a {
	color: #7c848c;
}
/*-- //Contact --*/

/*-- 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;
}
	.ps img{
		width:250px !important;
	}
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;
	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;
}

.form-inline {
	margin-left: 15px !important;
	width: 346px !important;
}
#comp {
	margin-top: -46px !important;
}
.md-form{
	width:336px !important;}
.top-head.text-left{
	height:205px !important;}
.text-right {
	padding-right: 0px  !important;
	padding-left: 15px  !important;
}
.carousel-caption{
	height: 84px !important;
    padding: 12px 20px !important;
    width: 285px !important;
    position: absolute !important;
    top: 4% !important;
    left: 21px !important;}
.carousel-caption h5{
	font-size: 14px !important;
	margin-bottom: 2px !important;}
.carousel-caption p {
	font-size: 5px !important;
}
.carousel-caption {
	
}

.carousel-caption a {
	top: 69% !important;
    left: 7% !important;
    padding: 4px 8px !important;
    font-size: 6px !important;
}
.producttitle {
	margin: 10px 0px !important;
}
.producttitle h2 {
	font-size: 24px !important;
}
.producttitle p {
	font-size: 13px !important;
}
.cell-body a span {
	padding-left: 209px !important;
}
.title h3 {
	font-size: 36px !important;
}
.env {
	padding: 20px 15px;
!important;
}
.env h2 {
	font-size: 24px !important;
}
.footer .quick{
	text-align:left !important;}
.navbar-nav{
	position:relative !important;
	right:0% !important;}
.text-bnnr h2{
	font-size: 23px !important;
    padding-left: 50px !important;}
.text-bnnr{
	
	bottom: 0% !important;
    right: 9% !important;
	padding-left:0px !important;}
.text-bnnr h4{
	font-size: 20px !important;}
.design {
    margin-left: 2.5% !important;
}
.copper h2{
	text-align:center !important;}
.footerbottom{
	padding: 22px 0px 10px 10px !important;
    background-repeat: no-repeat !important;}
.knwcntr{
	text-align:left !important;}
#icontxt {
	font-size: 23px !important}
#icon1{
	font-size: 25px !important;
	height: 60px !important;
    width: 60px !important;
	padding: 16px !important;
	text-align:center !important;}
#icon2{
	font-size: 25px !important;
	height: 60px !important;
    width: 60px !important;
	padding: 16px !important;
	text-align:center !important;}
.knwcntr p a{
	font-size:16px !important;}
.intro p {
    line-height: 1.6 !important;
    font-family: 'Myriad Pro';
    font-size: 15px !important;
}
}

@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;
}
}
.w3l-banner-slider-main {
/*--/slider--*/
  /*--//slider--*/
  /*--//responsive design --*/
}
/*--- service -----*/
.serviceBox {
	padding: 10px 0;
}
.serviceBox .service-icon {
	background: linear-gradient(180deg, rgba(110,83,199,1) 0%, rgba(76,164,225,1) 100%);
	color: #fff;
	width: 64px;
	height: 200px;
	line-height: 64px;
	font-size: 33px;
	text-align: center;
	float: left;
}
.serviceBox .service-content h3 {
	font-size: 13px;
	margin-top: 5px;
	font-weight: bold;
	color: #000;
	font-family: 'Arimo', sans-serif;
}
.serviceBox .service-content p {
	font-size: 13px;
	color: #000;
	line-height: 21px;
	font-family: 'Roboto', sans-serif;
}
.content {
	min-height: 156px;
	overflow: hidden;
}

@media screen and (max-width: 990px) {
.serviceBox {
	margin-bottom: 5px;
}
}
.service-icon img {
	width: auto !important;
}
.service-content {
	background: #f4fcff;
	padding: 10px;
	padding-left: 85px;
	min-height: 204;
}
.carousel-caption {
    background-color: rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
    height: 192px;
    padding: 20px;
    width: 497px;
    position: absolute;
    top: 31%;
    left: 120px;
    z-index: 10;
    color: #fff;
    text-align: left;
    border-radius: 16px;}
.carousel-caption h3 {
	font-size: 60px;
	color: #03002c;
	font-family: 'Source Serif Pro', serif;
}
.carousel-caption p {
	text-align: left;
	color: #03002c;
	letter-spacing: 0;
    font-family: 'Raleway', Calibri, Geneva, sans-serif;
    line-height: 1.5;
    font-size: 13px;
}
.carousel-caption a {
	background-color: #f5a800;
    color: #ffffff;
    padding: 5px 10px;
    font-family: 'Source Serif Pro', serif;
    position: absolute;
    top: 73%;
    font-size: 16px;
    cursor: pointer;
}

.row {
	margin_left: 0px !important;
	margin-right: 0px !important;
}
.def1 img{
	width:80%;
}
@media (min-width:320px) and (max-width:640px) {
.logorena{
		width:60%;
}	
}
