@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300i,400,400i,500,700,900&display=swap');
/* common css */

body {
  /*padding-top: 100px;*/
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #3c3c3c;
  line-height: 26px;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: 'Teko', sans-serif;
  color: #000000;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  text-decoration:none;
}
a:hover,
a:focus {
  text-decoration: underline;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
img {
	max-width: 100%;
}

.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #c6261c;
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 8px 25px;
  float: right;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #474747;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul i {
  color: #45aed6;
}

/* common css end */

/* header section start */


.main-menu {
	background: #00273d;
	padding: 0;
	margin: 0;
	max-height: 90px;
	border-bottom: 1px solid #003f62;
}
.navbar {
	padding: 0;
}
.bg-light {
	background-color: transparent !important;
}
.menu_button_highlight {
    color: #ffffff;
  border-bottom: 1px solid #af9c66;
  padding-bottom: 32px;
  margin-top: 22px;
    /*background: #ffe94c;*/
}
.navbar-light .navbar-nav .active > .nav-link {
	color: #de9b34;/*#ffffff*/
  border-bottom: 1px solid #af9c66;
  padding-bottom: 32px;
  margin-top: 22px;
}
.navbar-light .navbar-nav .nav-link {
	color: #ffffff;
	font-weight: 600;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-brand {
	padding: 1rem;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgb(222, 184, 106);
}
li.get-quote-block {
    margin-top: 25px;
    padding: 5px 10px;
    border: 2px solid #af9c66;
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 30px;
}
a.block-link {
    color: #ffffff;
    padding: 10px;
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .8rem;
  	padding-left: .8rem;
    padding-bottom: 32px;
    margin-top: 22px;
	}	
	.navbar-expand-lg .navbar-nav {
		position: relative;
	    right: 0;
	    top: 0px
	}
}

/* header section end */
/* slider section start */

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.green-bk {
	background: #19aa5f;
	padding: 30px 30px;
	border-radius: 90px 40px;
}
.blue-bk {
	background: #2e3092;
	padding: 30px 30px;
	border-radius: 90px 40px;
}
.orange-bk {
	background: #ffa500;
	padding: 30px 30px;
	border-radius: 90px 40px;
}
.display-4 {
	color: #ffffff;
}
.carousel-caption {
	bottom: 40px;
}

.quality-keys-block {
  display: block;
  margin: 20px auto;
  position: relative;
  text-align: center;
}
ul.d-in-block {
  margin: 0;
  padding: 0;
  list-style-type: none;
} 
ul.d-in-block li {
  display: inline-block;
  margin: 10px 0;
  padding: 0 40px;
}
ul.d-in-block li img {
  margin-bottom: 10px;
}
ul.d-in-block li h5 {
  word-break: break-word;
}
ul.d-in-block li:hover {
  color: #d6b269;
}
/* slider section end */

/* our services */

.our-services {
	padding: 90px 0;
	display: inline-block;
    width: 100%;
}
.about-head {
	margin-bottom: 60px;
}
.daycare-section {
	margin-bottom: 60px;
}
.our-services h3 {
	color: #000000;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
}
.content-section {
	position: relative;
  margin-top: 50px;
  padding-top: 40px;
  padding-right: 120px;
}
.m-top-50 {
  margin-top: 50px !important;
}
.m-top-5 {
  margin-top: 5px !important;
}
.content-section h2 {
	font-size: 28px;
	color: #333333;
	margin-bottom: 30px;
	font-weight: 600;
}
.content-section p {
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
ul.inner-listing {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
} 
ul.inner-listing li {
	line-height: 30px;
	color: #666666;
	display: inline-block;
}
ul.inner-listing li:before {
	content: '\f303';
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	position: absolute;
	left: 0;
	color: #2e3092;
	font-size: 12px;
}
.team_area {
    float: left;
    display: inline;
    width: 100%;
}
.team_slider {
    float: left;
    display: inline;
    width: 100%;
}
.slick-slider {
    margin-bottom: 20px;
}
.single_team {
    border-radius: 25px;
    display: inline;
    float: left;
    padding: 25px 45px;
    text-align: center;
    width: 100%;
}
.team_img {
    float: left;
    display: block;
    width: 100%;
}
.team_img > img {
    border-radius: 100%;
    height: 150px;
    margin: 0 auto 15px;
    width: 150px;
}
.single_team span {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #ffffff;
}
.single_team p {
    line-height: 26px;
    color: #ffffff;
}

.team_slider .slick-next, .team_slider .slick-prev {
    height: 40px;
    width: 40px;
}
.slick-prev, .slick-next {
    background-color: #00273d;
}
.green {
	background: #19aa5f;
}
.blue {
	background: #2e3092;
}
.orange {
	background: #ffa500;
}
.single_team h5 {
	color: #ffffff;
}
.pb-20 {
	padding-bottom: 20px;
}
.abt-section {
  background: #ffffff;
  padding: 40px 30px;
  box-shadow: 0 0 13px #4040403d;
  border-radius: 10px;
  margin: 0 30px;
  position: relative;
  top: -20px;
}
.privacy-selection-rd {
  margin-top: 10px;
}
input.rd-right {
  margin-right: 10px;
}
.abt-section .nav-tabs {
	border-bottom: 0;
	position: relative;
  left: 5%;
}
.abt-section .nav-tabs .nav-link.active, .abt-section .nav-tabs .nav-item.show .nav-link {
	color: #ffffff;
    background-color: #ffa500;
    border-color: transparent;
}
.abt-section .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    color: #ffffff;
    background-color: #2e3092;
    border-color: transparent;
    margin: 0 2px;
}
.abt-section .tab-content {
	padding: 40px;
    background: #fdf5e6;
    border-radius: 25px;
} 

/* technologies section */
.performance-block {
   background: #f9f9f9;
   padding: 40px 0;
}

.main-gray-background h2 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 28px;
}
.d-block-tech {
  display: inline-block;
  padding: 0 50px;
  margin-bottom: 20px;
  width: 100%;
}
.tech-block-section {
  background: #ffffff;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tech-block-section:hover {
    box-shadow: 0 0 15px #cccccc;
}
.top-header {
  background: url(../images/site-icons/tech-bg.jpg) no-repeat;
  background-position: center;
  position: relative;
  height: 163px;
}
.top-header h4 {
  color: #d08d26;
  font-size: 50px;
  position: absolute;
  top: 30px;
  left: 30px;
}
.top-header img {
  display: inline-block;
  float: right;
  position: relative;
  top: 80px;
  right: 30px;
}
.intro-block {
  display: block;
  padding: 20px;
}
.intro-block h5 {
  color: #000000;
  font-size: 26px;
  margin-bottom: 20px;
}
.intro-block p {
  color: #999999;
  line-height: 22px;
  font-size: 13px; 
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.link-block {
  display: block;
  padding: 0 20px 20px;
}
.link-block a {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
}
.tech-block-section:hover .link-block a {
  color: #de9b34;
}
.tech-block-section:hover .link-block a i {
  color: #de9b34;
}
.link-block a span {
  float: right;
}
.link-block a i {
  color: #000000;
  font-size: 13px;
}

.step_by_step_box {border: 2px solid #FFF; background:#FFF;width:280px; padding:10px 10px 10px 10px; position: relative; -webkit-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; margin:15px 0; border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px; }
.step_by_step_box:hover { border:2px solid #f29c1f; }
.step_by_step_box > .product {display: inline-block; width:130px; position: relative;  margin-bottom:15px; padding:0;}
.step_by_step_box h3 { color:#0D0D0D; font-size:16px; font-weight:700; line-height:20px; margin-bottom:0; margin-top:0; letter-spacing:.5px; text-transform:uppercase; }	
.step_by_step_box h3 a { color:#0D0D0D; -webkit-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s;}
.step_by_step_box:hover h3 a{ color:#f29c1f}

.products-block {
  padding: 40px 0;
}
.products-section {
    
  background: #edeef0;
  padding: 20px 20px 40px;
  position: relative; 
}
.prd-img img {
  margin: 0 auto;
  display: block;
  
}
.prd-caption {
  background: #ffffff;
  display: block;
  margin: 0 40px;
  position: relative;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 6px #cccccc;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.prd-caption span {
  font-family: 'Teko', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  font-weight: 500;
}
.prd-caption:hover {
  background: #de9b34;
  cursor: pointer;
}

/* discover section */ 

.discover {
	padding: 90px 0;
	background: url(../images/service.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
}
.main-wh-background {
    background: #de9b34;
    padding: 45px 40px;
}

.main-wh-background h5 {
	font-weight: 800;
	margin-bottom: 20px;
	font-size: 28px;
}
.main-wh-background p {
	color: #ffffff;
  margin-bottom: 30px;
}
.main-wh-background p:last-child {
  margin-bottom: 0;
}
.btn-info-section {
  margin: 10px 0 0;
}
.btn-shape {
	background-color: #000000;
  padding: 5px 30px;
  border-radius: 30px;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border-bottom-width: 0;
}
.btn-shape:hover {
  background-color: #000000;
  background-image: linear-gradient(to bottom right, #dbb669, #000000);
}
.clients-block {
  display: block;
  margin: 0;
  padding-right: 60px;
}
.clients-block p {
  font-size: 14px;
  color: #ffffff;
}
.big-section {
  display: block;
  margin: 10px 0;
}
.big-section p {
  font-size: 80px;
  line-height: 70px;
  font-family: 'Teko', sans-serif;
}


/* testimonials */

.testimonials {
	display: inline-block;
	width: 100%;
	padding: 120px 0;
	background: url(../images/testimonial-bg.png) no-repeat;
	margin-top: -60px;
	background-size: cover;
}
.test-div {
	margin-top: 40px;
	display: inline-block;
	width: 100%;
}

figure.snip1157 {
  
  position: relative;
  overflow: hidden;
  margin: 10px;
  
  width: 100%;
  color: #333;
  text-align: left;
}
figure.snip1157 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snip1157 img {
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: 40px 0 0 10px;
  border: 5px solid #e21c3f;
}
figure.snip1157 blockquote {
  display: block;
  border-radius: 40px;
  position: relative;
  background-color: #fafafa;
  padding: 25px 50px 30px 50px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1157 blockquote:before {
  top: 25px;
  left: 20px;
}
figure.snip1157 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
figure.snip1157 .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 5px solid transparent;
  border-top: 25px solid #fafafa;
  margin: 0;
  position: absolute;
}
figure.snip1157 .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 120px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
figure.snip1157 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.snip1157 .author h5 span {
    font-weight: 400;
    text-transform: none;
    padding-left: 5px;
    display: block;
    color: #9a9b9b;
}

#abt-technology {
  position: relative;
  padding: 0;
  background: #de9b34;
}
#abt-technology .right-img-div {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 0;
  padding: 0;
}
.section-header h2 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 600
}
.techno-text ul {
  margin: 0;
  padding: 0;
}
.techno-text ul li {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
  color: #ffffff;
  list-style-type: disc;
}
.post-right {
  right: 0;
}
.right-block-img {
  will-change: transform,top;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover!important;
  background-position: 50% 50%!important;
  z-index: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  background: #232323;
}
.right-block-img img {
  display: none;
}

.right-block-img:not([class*='col-']) {
    width: 100%;
}

.abt-techno-left-div {
  width: 100%;
  display: block;
  padding: 50px 0;
}

.techno-text p {
  text-align: left;
}

/* about us */

.about-us {
	padding: 0 0 60px;
	display: inline-block;
	width: 100%;
  background: #f9f9f9;
}
.about-head h3 {
	font-size: 40px;
	text-transform: uppercase;
}
/* gallery section */

.gallery {
	padding: 50px 0 0;
	background: #2e3092;
	display: block;
	width: 100%;
}
.clip-path {
	display: inline-block;
	width: 100%;
}
.clip-path img {
	width: 100%;
	max-width: 100%;
}
.glr-head {
	margin-bottom: 40px;
}
.glr-head h3 {
	color: #ffffff;
	font-size: 40px;
	text-transform: uppercase;
}
.gallery-partition {
	margin-top: 25px;
}
.gallery-card {
	background: #ffffff;
	padding: 20px;
}
.card-img {
	display: block;
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-height: 377px;
	vertical-align: middle;
}
.gallery-card {
	margin-bottom: 20px;
}
.gallery-card p {
	color: #696767;
	margin: 0;
	padding: 20px 0;
	font-size: 16px;
}

.contact {
	padding: 60px 0;
	background: url(../images/paralax-bg3.jpg) no-repeat;
	display: inline-block;
	width: 100%;
	background-size: cover;
}
.form-details {
	display: block;
	margin-top: 20px;
	position: relative;
	margin-bottom: 10px;
}
.form-details h4 {
	margin-bottom: 25px;
	margin-top: 20px;
}
.grn-border {
    border: 2px solid #f4f4f4;
    border-radius: 20px;
    background: #f4f4f4;
}
.lft-block {
    position: relative;
}
.orange-info-box {
  display: block;
  position: absolute;
  background: #de9b34;
  width: 80%;
  padding: 30px;
  bottom: -30px;
}
.orange-info-box p {
  color: #ffffff;
}
.orange-info-box p.numnber-b {
  font-size: 30px;
  font-family: 'Teko', sans-serif;
}
.orange-info-box p.numnber-b i {
  margin-right: 15px;
}
.contact-sec p {
	margin-bottom: 6px;
	font-size: 13px;
}
.contact-sec p a {
	font-size: 13px;
	color: #2e3092;
}
.contact-sec p a:hover {
	color: #000000;
}
.contact-sec p a i {
	font-size: 13px;
	color: #2e3092;
	margin-right: 10px;
}
.contact-sec p i {
	font-size: 13px;
	color: #2e3092;
	margin-right: 10px;
}

.blog {
	padding: 60px 0;
	display: inline-block;
	width: 100%;
}
.blg-section {
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.blg-img {
	display: block;
	position: relative;

}
.blg-date {
    background: #19aa5f;
    position: absolute;
    top: 0;
    right: 40px;
    padding: 10px;
    border-radius: 10px;
}
.blg-date span.big {
    color: #ffffff;
    font-size: 25px;
    display: block;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 800;
}
.blg-date 	span {
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 2.5px;
}
.blg-content {
	background: #19aa5f;
	padding: 14px;
}
.blg-content p {
	color: #ffffff;
	margin: 0;
}

.newslatter {
	background: #2e3092;
	padding: 60px 0;
	width: 100%;
	display: inline-block;
}

.newslatter h2 {
    color: #ffffff;
    text-align: center;
    font-size: 50px;
}

.newslatter h5 {
	color: #ffffff;
	text-align: center;
	font-size: 24px;
}
.inline-ns-latter {
	display: inline-flex;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.inline-ns-latter input {
	border-radius: 10px 0 0 10px;
	width: 400px; 
}
.btn-ns-latter {
	background: #ffa500;
    padding: 10px 30px 10px;
    border-radius: 0 30px 82px 0;
    color: #ffffff;
}
.footer {
    background: #161616;
}
.footer-grids {
    padding: 3em 0;
}
.footer-left img {
    margin-top: 1em;
}
.footer-left h6 {
  color: #ffffff;
}
.footer-left p {
    color: #78746d;
    margin: 1em 0;
    line-height: 22px;
    width: 80%;
}
.footer-middle h3 {
    color: #fff;
    font-size: 1.3em;
}
.footer-middle h6 {
  color: #ffffff;
}
.footer-middle ul {
    margin-top: 1em;
}
.footer-middle ul li {
    list-style-type: none;
    margin-bottom: .4em;
}
.footer-middle ul li a {
    text-decoration: none;
    color: #78746d;
}
.footer-middle ul li a span {
    background: url(../images/arow.png) no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.footer-right h3 {
    color: #fff;
    font-size: 1.3em;
    margin-left: 1em;
}
.footer-list p {
  color: #ffffff;
  font-size: 12px;
}
a.contact-info {
    color: #dab569;
    text-transform:lowercase;
}
a.contact-info i {
  color: #dab569;
  margin-right: 10px;
}
.icon-button {
  background-color: white;
  border-radius: 3.6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  height: 1.7rem;
  line-height: 3.6rem;
  margin: 0 1px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1.7rem;
}

/* Circle */
.icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 0;
}
.icon-button:hover span {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 3.6rem;
  margin: -0.9rem;
}
.twitter span {
  background-color: #4099ff;
  box-shadow: 1px 2px 6px #0d396b;
  border: 1px solid #ffffff;
}
.facebook span {
  background-color: #3B5998;
  box-shadow: 1px 2px 6px #0d2350;
  border: 1px solid #ffffff;
}
.google-plus span {
  background-color: #db5a3c;
  box-shadow: 1px 2px 6px #942406;
  border: 1px solid #ffffff;
}
.linkedin span {
  background-color: #0077B5;
  box-shadow: 1px 2px 6px #0f3e56;
  border: 1px solid #ffffff;
}
/* Icons */
.icon-button i {
  background: none;
  color: white;
  height: 1.7rem;
  left: 0;
  line-height: 1.9rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 1.7rem;
  z-index: 10;
}
.icon-button .fa-twitter {
  color: #4099ff;
}
.icon-button .fa-facebook-f {
  color: #3B5998;
}
.icon-button .fa-google-plus-g {
  color: #db5a3c;
}
.icon-button .fa-linkedin-in {
  color: #0077B5;
}

.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook-f,
.icon-button:hover .fa-google-plus-g,
.icon-button:hover .fa-linkedin-in {
  color: white;
}
.social-icons {
    width: 100%;
    display: inline-block;
}
.ft-logo {
	margin-bottom: 20px;
	display: block;
	width: 100%;
}
.ftr-logo img {
	max-width: 100%;
}
.copyright {
	display: block;
	width: 100%;
	margin-top: 20px;
    border-top: 1px solid #ffa500;
    padding-top: 20px;
}
.copyright p {
	color: #78746d;
}

.brd-inner-page {
	display: inline-flex;
	text-align: center;
	background-color: transparent;
}
.brd-inner-page li.breadcrumb-item a {
	color: #ffffff;
}
.brd-inner-page li.breadcrumb-item i {
	color: #ffffff;
	margin-right: 10px;
}
.brd-inner-page li.active {
	color: #ffa500;	
} 
.breadcrumb-item + .breadcrumb-item::before {
	color: #eaedef;
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
}

/* inner section */

.inner-header-section {
  display: block;
  padding: 80px 0;  
  background: url(../images/paralax-bg1.jpg) no-repeat;
  background-size: cover;
  margin-top: 90px;
  background-attachment: fixed;
 
}
.inner-header-section-glass {
  display: block;
  padding: 80px 0;
  background: url(../images/Series/glass.jpg) no-repeat;
  background-size: cover;
  margin-top: 90px;
  background-attachment: fixed;
}
.inner-header-section-about {
  display: block;
  padding: 80px 0;
  background: url(../images/about/about.jpg) no-repeat;
  background-size: cover;
  margin-top: 90px;
  background-attachment: fixed;
}
.inner-header-section-product {
  display: block;
  padding: 80px 0;
  background: url(../images/Products/products.jpg) no-repeat;
  background-size: cover;
  margin-top: 90px;
  background-attachment: fixed;
}
.inner-header-section-contact {
  display: block;
  padding: 80px 0;
  background: url(../images/Contact/contact.jpg) no-repeat;
  background-size: cover;
  margin-top: 90px;
  background-attachment: fixed;
}
h4.inner-heading {
  font-size: 40px;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #ffffff;
} 
.inner-content-section {
    position: relative;
}
.inner-listing ul {
  margin: 0 20px;
  padding: 0;
}
.inner-listing ul li {
  font-size: inherit;
  line-height: 22px;
  list-style-type: circle;
}