/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

body{
  overflow-x: hidden ;
}

@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,700|Rubik:400,600,700");
body {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  font-family: industry, sans-serif;
  ;
  color: #006786;
  position: relative;
}

p {
  line-height: 24px;
  font-size: 16px;
}

html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  margin-bottom: 0px;
  /*color: #232323;*/
}

a {
  text-decoration: none;
  /*transition: all 0.2s;*/
  color: #006786;
}

img {
  max-width: 100%;
}

a:hover {
  color: #635CDB;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
  line-height: 38px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 26px;
}

.f-color {
  color: #635CDB;
}

h5.subtitle {
  font-size: 16px;
  font-weight: 400;
}

.no-padding {
  padding: 0;
}

.flaticon {
  display: inline;
}

.mb30 {
  margin-bottom: 30px;
}

.section-padding {
  padding: 20px 0px;
  /*height: 100vh;*/
}

.section-heading {
  text-align: center;
  width: 70%;
  margin: 0 auto 60px;
}

.section-title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.section-title span {
  color: #635CDB;
}

.section {
  padding: 100px 0px;
}

.line {
  width: 50px;
  background: #635CDB;
  height: 1px;
  margin: 10px auto;
}


/*---------- BUTTONS ----------*/

.btn {
  font: 600 10.5px/1;
  display: inline-block;
  padding: 15px 45px 15px 45px;
  text-transform: uppercase;
  border: 2px solid transparent;
  transition: all .2s;
  border-radius: 0px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}

.button-slanted {
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  background: transparent !important;
  border-color: #000 !important;
  padding: 5px 15px;
}

.button-slanted-content {
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);  
  display: inline-block;
  text-transform: capitalize;
}

.button-slanted:hover .button-slanted-content{
  color: #fff !important;
}

.button-slanted:hover{
  background: #ed2226 !important;
  border-color: #ed2226 !important;
}

.btn:focus,
.btn:active,
.btn:active:focus {
  outline: none;
  box-shadow: none;
}

.btn-hero,
.btn-white:hover {
  color: #fff !important;
  background: #635CDB;
}

.btn-hero:focus {
  color: #fff !important;
}

.btn-black,
.btn-hero:hover {
  background-color: black;
  color: #fff !important;
}

.btn-black:hover {
  color: #fff;
  background: #635CDB;
}

.btn-black:focus {
  color: #fff;
}

.btn-white {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(255, 255, 255, 0.12);
}

.btn-white:focus {
  color: #000;
}

.btn-white:active {
  color: #fff;
}

.btn-trans-black {
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.85);
}

.btn-trans-black:hover {
  color: white;
  background-color: #000;
}

.btn-trans-white {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.95);
}

.btn-trans-white:hover {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(255, 255, 255, 0.12);
}

.btn-trans-white:active,
.btn-trans-white:focus {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.12);
}

.btn-rounded {
  border-radius: 2px;
}

.btn-circled {
  border-radius: 40px;
}

.btn-trans-black:hover {
  background: #635CDB !important;
}


/*---------- COLORS ----------*/


/*-- Background Colors --*/

.bg-black {
  background-color: #000;
}

.bg-dark {
  background-color: rgba(0, 0, 0, 0.96);
}

.bg-feature {
  background-color: #635CDB;
}

.bg-primary {
  background-color: #0db8ca;
}

.bg-gray {
  background-color: #f2f4ec;
}

.bg-white {
  background-color: #fff;
}

.d-table {
  width: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.font-size-12 {
  font-size: 12px !important;
    line-height: 20px;
    margin-bottom: 10px !important;
}


/*.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}*/

.brown-overlay {
  background: #222955;
  opacity: .97;
}

.feature-overlay {
  background: #635CDB;
  opacity: .97;
}

.gr-overlay {
  background: linear-gradient(135deg, #2f1ce0 0%, #53a0fd 30%, #51eca5 100%);
  opacity: .87;
}


/* ========================

==============================*/

.heading {
  margin-bottom: 40px;
}

.heading h3 {
  margin-bottom: 10px;
  font-weight: 600;
}


/*------------------------------------
  MENU NAVIGATION AREA
----------------------------------*/

.site-navigation,
.trans-navigation {
  padding: 20px 0px;
  transition: unset !important;
}

.site-navigation .navbar-nav a,
.trans-navigation .navbar-nav a {
  text-transform: uppercase;
}

.site-navigation .navbar-nav a.active,
.trans-navigation .navbar-nav a.active {
  color: #ed2226;
}

.header-white {
  position: fixed;
  top: 0px;
  background: #111;
  z-index: 9999;
  width: 100%;
  left: 0;
  transition: all .5s ease 0s;
  color: #000 !important;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link {
  padding: 0px 23px;
  transition: unset !important;
  display: inline-block;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link:last-child,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link:last-child {
  padding-right: 0px;
}

.site-navigation,
.trans-navigation {
  transition: all .5s ease 0s;
}

.navbar-brand {
  padding-top: 0px;
  margin-right: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}

.navbar-brand span {
  font-weight: 400;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
}

.trans-navigation {
  background: transparent;
}

.trans-navigation.header-white,.opened-menu.header-white {
  background: #f9f3f3 !important;
}

.trans-navigation.header-white .navbar-nav .nav-link,
.trans-navigation.header-white .navbar-nav .down-arrow {
  /*color: #fff;*/
  color: #D3D3D3 !important;
}



.trans-navigation.header-white .navbar-nav .nav-link.menu-nav-active,
.trans-navigation.header-white .navbar-nav .nav-link:hover,
.trans-navigation.header-white .navbar-nav .down-arrow:hover {
  color: #fff !important;
}

.trans-navigation.header-white .navbar-nav a.active {
  color: #635CDB;
}

.navbar-brand img {
  max-width: 100%;
}

.trans-navigation.header-white .btn-white {
  background: #635CDB;
  color: #fff;
}


/* ===============================
 DROPDOWN MENU
================================*/

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link.dropdown-toggle {
  padding-right: 0px;
}

@media(min-width: 991px)
{
  .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .nav-item.dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 120%;
    border: 0px;
    padding: 0px;
    position: absolute;
  }
  #product-banner .header-content
  {
  padding-bottom: 230px;
  }
  #mainNav .down-arrow
  {
   display: none;
  }
  
}
@media(max-width: 992px)
{
  #mainNav .dropdown-menu
  {
    padding: 0px;
    margin: 0px;
    border: none;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
  }
  .navbar-toggler .navbar-toggler-icon .fa-bars:before
  {
   content: "\f00d" !important;
  }
  .navbar-toggler.collapsed .navbar-toggler-icon .fa-bars:before
  {
   content: "\f0c9" !important;
  }
}

.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #635CDB;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  opacity: 0;
}

.dropdown-menu.show {
  -webkit-animation: .2s forwards b;
  animation: .2s forwards b;
}

@-webkit-keyframes b {
  to {
    opacity: 1;
  }
}

@keyframes b {
  to {
    opacity: 1;
  }
}

.dropdown-item {
  font-size: .6875rem;
  font-weight: 500;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: background-color .1s;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .dropdown-item {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  #about-image-slider1 .sb-heading {
    padding: 150px 0px;
  }
  .para-section .paras {
    padding-right: 66px;
  }
  #product-slider .carousel-wrap
  {
    margin-left: 95px ;
  }
  #client-setion .content
  {
    margin-left: 10%;
    /*background: #ed2226;*/
    height: 100%;
    /*border-right: 1px solid #707070;*/
  }
  #product-slider .contents
  {
    height: 290px;
  }

  .speciality-product-slider .contents
  {
    height: 233px !important;
  }
  #content .contents
  {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (min-width: 1200px) {
  .dropdown-item+.dropdown-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}


/*------------------------------------
 BANNER AREA
----------------------------------*/

.banner-area .content-padding {
  padding: 350px 0px 180px;
}

.content-padding {
  padding: 180px 0px 80px;
}

.banner-content {
  padding-right: 30px;
}

.banner-content .btn {
  margin-top: 15px;
}

.banner-content .banner-title {
  color: #000;
  font-weight: 700;
  line-height: 50px;
}

.banner-content .subtitle {
  color: #fff;
  background: #635CDB;
  display: inline-block;
  padding: 3px 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.subtitle {
  color: #635CDB;
}

.banner-content p {
  margin: 20px 0px;
  color: #eee;
  font-size: 18px;
  line-height: 30px;
}

.banner-content .btn {
  margin-right: 12px;
}

.btn-sm {
  padding: 10px 30px;
}

.banner-1 {
  background: url("../images/banner/bg-2.html");
  background-size: cover;
  position: relative;
}

.banner-2 {
  background: url("../images/banner/slider-3.html");
  background-size: cover;
  position: relative;
}

.banner-3 {
  background: url("../images/glasstechgulf-home/home_banner.jpg");
  background-size: cover;
  position: relative;
  height: 100vh;
  /*background-position: center;*/
  background-repeat: no-repeat;
}

#aboutBanner {
  background: url("../images/About-us-page/about-banner1.png");
  background-size: cover;
  position: relative;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}

.whyusBanner {
  background: url("../images/About-us-page/Video.png") !important;
  background-size: cover;
  position: relative;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}

/*#whyusBanner2 {
  background: url("../images/About-us-page/whyusban2.png") !important;
  background-size: cover;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}*/

#whyusquality{
  /*background: url("../images/About-us-page/whyusquality.png") !important;
  background-size: cover;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;*/
}

.privacypolicyBanner{
  background: url("../images/privacypolicy.png") !important;
  background-size: cover;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}



.section-heading h2 {
  margin-bottom: 20px;
  font-weight: 400;
}


/* =======================================
INner Pages
=========================================*/

#page-banner {
  position: relative;
  padding: 60px 0px 80px;
}

.page-banner-area {
  background: url("../images/banner/1.html") no-repeat 50% 50%;
  background-size: cover;
}


/*-------------------- ------------
 INTRO SECTION
-----------------------------*/

#intro {
  padding-bottom: 0px;
}

.intro-img {
  margin-top: 45px;
}

#intro .section-heading p {
  color: #000;
  font-size: 30px;
  line-height: 40px;
}

.intro-box {
  margin-top: 30px;
  position: relative;
  margin-bottom: 20px;
}

.intro-box h4:before {
  position: absolute;
  left: 0px;
  top: 17px;
  content: "";
  bottom: 0px;
  background: #000;
  width: 50px;
  height: 2px;
}

.intro-box h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  padding-left: 60px;
}

.intro-box span {
  font-size: 28px;
  color: #635CDB;
}

.intro-cta {
  margin-top: 40px;
}


/*--------------------------
  ABOUT SECTION
----------------------*/

.section-pt {
  padding-top: 90px;
}

.section-pb {
  padding-bottom: 90px;
}

#about {
  position: relative;
  padding-bottom: 85px;
}

.about-bg-img {
  position: absolute;
  right: 0px;
  content: "";
  background: url("../images/banner/1.html") 50% 50%;
  width: 40%;
  height: 100%;
  max-height: 560px;
  top: 0px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.about-content {
  margin-top: 94px;
}

.about-content .subtitle {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-content h3 {
  margin-bottom: 25px;
}

.about-list {
  margin-top: 30px;
}

.about-list li {
  width: 45%;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  color: #888;
}

.about-list li i {
  color: #000;
  margin-right: 10px;
}


/* ----------------------
ABOUT PAGE
-------------------------*/

.about-list2 li i {
  margin-right: 10px;
  color: #635CDB;
}

.icon-3x {
  font-size: 3rem;
}

.text-default {
  color: #635CDB;
}

.team-social li a {
  font-size: 13px;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #fff;
  display: inline-block;
  padding-top: 3px;
  background: #fff;
}


/* ========================
HISTORY MISSION
==============================*/

.img-block img {
  width: 200px;
}


/* ========================

==============================*/

#section-strategy {
  background: url("../images/bg/bg-1.html") 50% 50% no-repeat;
  background-size: cover;
}

.strategy-text {
  margin-bottom: 50px;
}

.strategy-text h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.strategy-text span {
  font-size: 61px;
  color: #635CDB;
  margin-bottom: 15px;
  display: block;
}


/*--------------------------------
 COUNTER SECTION
-----------------------------*/

.counter {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  line-height: 70px;
  margin: 10px 0px;
  color: #635CDB;
}

.counter-stat i {
  font-size: 40px;
  color: #fff;
  margin-right: 10px;
}

.counter-stat h5 {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.counter-block span {
  font-size: 30px;
}

#counter .dark-overlay {
  background: #000;
  opacity: 0.95;
}

#counter {
  background: url("../images/banner/pattern-3.html") fixed 50% 50%;
  position: relative;
  background-size: cover;
  padding-top: 87px;
  padding-bottom: 95px;
}


/*--------------------------
  SERVICE AREA SECTION
----------------------*/

.page-banner-area.page-service {
  background: url("../images/bg/bg-2.html") no-repeat;
  background-size: cover;
}

#service-head {
  padding-bottom: 100px;
  padding-top: 90px;
}

#service-head .section-title {
  color: #fff;
}

.text-white p {
  color: #fff;
}

#service {
  margin-top: -100px;
  padding-bottom: 70px;
}

.service-box .service-img-icon {
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  padding-top: 20px;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 20px;
  background: #635CDB;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.service-box {
  margin-bottom: 40px;
  background: #fff;
  text-align: center;
  padding: 45px 25px 30px 25px;
  border: 1px solid transparent;
  transition: all .3s ease 0s;
  border-radius: 5px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.service-inner {
  margin-top: 30px;
}

.service-inner h4 {
  margin-bottom: 20px;
}

.service-inner span {
  color: #635CDB;
}


/* ================================
SERVICE PAGE
==============================*/

.bg-gray {
  background: #f4f4f4;
}

.service-block-2 {
  position: relative;
}

.service-block-2 h4 {
  margin-bottom: 15px;
  line-height: 26px;
}

.service-block-2 p {
  font-size: 16px;
}

.service-block-2 span {
  position: absolute;
  content: "";
  font-size: 70px;
  top: 0px;
  left: 0px;
  font-weight: 800;
  opacity: .05;
  margin-top: -15px;
}

.service-style-two {
  background: url("../images/bg/bg-2.html") no-repeat;
  background-size: cover;
  position: relative;
}

.service-style-two:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.heading {
  margin-bottom: 70px;
}


/*------------------------------------
  PRICING SECTION AREA
--------------------------------*/

#pricing {
  padding-bottom: 100px;
}

.pricing-block {
  text-align: center;
  transition: all .3s 0s ease;
  border-radius: 5px;
  border: 1px solid #eee;
}

.price-header {
  padding-bottom: 30px;
  padding-top: 30px;
}

.price-header i {
  width: 100px;
  height: 100px;
  text-align: center;
  padding-top: 25px;
  font-size: 50px;
  display: inline-block;
  border-radius: 100%;
  transition: all .3s ease 0s;
  color: #635CDB;
  border: 1px solid #eee;
}

.price-header .price {
  font-size: 70px;
  margin-top: 40px;
  margin-bottom: 0px;
}

.price-header h5 {
  font-weight: 400;
}

.price-header .price small {
  font-size: 18px;
}

.pricing-block ul {
  padding: 20px 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.pricing-block ul li {
  padding: 6px 0px;
}

.pricing-block .btn {
  margin-bottom: 30px;
}

.pricing-block:hover i {
  background-image: -webkit-linear-gradient(135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
  background-iamge: -linear-gradient(135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
  color: #fff;
  border: 1px solid #53a0fd;
}

.pricing-block:hover,
.pricing-block.active {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

#pricing .section-heading {
  margin-bottom: 90px;
}


/* -------------------
PRICING PAGE
--------------------*/

#section-counter .counter-stat i {
  color: #000;
}

#section-counter .counter-stat h5 {
  color: #777;
}


/*------------------------------------
  CLIENT PARTNER AREA SECTION
--------------------------------*/

#clients {
  padding-top: 75px;
  padding-bottom: 80px;
  position: relative;
}

.client-img {
  background: #fff;
}


/*------------------------------------
  TESTIMONIAL AREA SECTION
---------------------------------*/

.author-img img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 5px solid #ddd;
}

.author-info p {
  margin: 0px;
  font-size: 14px;
}

.carousel-indicators {
  bottom: 0px;
  margin-bottom: 0px;
}

.carousel-indicators li {
  background: #111;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.carousel-indicators li.active {
  background: #635CDB;
}

.testimonial-content {
  padding: 0px 40px;
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-content .author-text {
  padding-top: 10px;
}

.testimonial-content .author-info {
  display: block;
  margin-bottom: 25px;
}

.testimonial-content p {
  font-size: 20px;
  line-height: 36px;
  color: #222;
  margin: 35px 0px;
  display: block;
}

.author-text h5 {
  text-transform: uppercase;
}

.author-text p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 36px;
  color: #888;
  margin: 0px;
}

.testimonial-content p i {
  margin: 0px 8px;
}


/*--------------------------
 CONTACT SECTION AREA
----------------------*/

#contact {
  padding-bottom: 100px;
}

.text-color {
  color: #635CDB;
}

input[type=text],
input[type=email] {
  height: 50px;
}

.form-control {
  border: 1px solid #eee;
  padding-left: 20px;
}

.form-control:hover,
.form-control:focus {
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}

.input:focus {
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #888;
  opacity: .9;
  font-size: 13px;
  padding-left: 10px;
}

.form-control::-moz-placeholder {
  color: #888;
  opacity: .9;
  font-size: 13px;
  padding-left: 10px;
}

.form-control:-ms-input-placeholder {
  color: #888;
  opacity: .9;
  font-size: 13px;
  padding-left: 10px;
}

.form-control:-moz-placeholder {
  color: #888;
  opacity: .9;
  font-size: 13px;
  padding-left: 10px;
}


/* --------------
    MAP
-----------------*/

#map {
  height: 400px;
  width: 100%;
  position: relative;
}

#map:after {
  position: absolute;
  content: "";
  left: 0px;
  background: rgba(99, 92, 219, 0.4);
  top: 0px;
  width: 100%;
  height: 100%;
}


/*--------------------------
 BLOG SECTION AREA
----------------------*/

#blog {
  padding-bottom: 55px;
}

.blog-block {
  overflow: hidden;
  transition: all .3s ease 0s;
}

.blog-block img {
  margin-bottom: 10px;
}

.blog-text {
  padding: 20px;
}

.blog-text .author-name {
  font-weight: 400;
}

.blog-text .author-name span {
  margin-right: 10px;
  font-weight: 600;
}

.blog-block .read-more,
.blog-block span {
  color: #635CDB;
}


/* =================================
BLOG PAGE
===================================*/

.blog-post {
  margin-bottom: 50px;
}

.blog-post img {
  border-radius: 5px;
}

.blog-post .post-author i,
.blog-post .post-info i {
  margin-right: 5px;
  font-size: 14px;
}

.blog-post .post-author span,
.blog-post .post-info span {
  font-size: 14px;
}

.sidebar-widget {
  margin-bottom: 40px;
  padding-left: 20px;
}

.category ul li {
  margin-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.category ul li:before {
  position: absolute;
  content: "\f105";
  left: 0px;
  top: 0px;
  font-family: "Font Awesome 5 Free";
  color: #635CDB;
  font-weight: 900;
}

.tag a {
  text-transform: capitalize;
  padding: 5px 8px;
  border: 1px solid #eee;
  margin-bottom: 5px;
  font-size: 14px;
  display: inline-block;
}

.search i {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: 35px;
  margin-top: 15px;
  color: #635CDB;
}

.download a {
  display: block;
  padding: 12px 20px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  background: #f2f2f2;
}

.download a i {
  margin-right: 15px;
  color: #635CDB;
}


/* ==================================
BLOG SINGLE
=====================================*/

.quote i {
  font-size: 50px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
}

.quote {
  font-size: 18px;
  line-height: 32px;
  color: #222;
  position: relative;
  margin: 50px 0px;
  padding-left: 70px;
}

.comments img {
  width: 80px;
  height: 80px;
}


/*--------------------------
 FOOTER
----------------------*/

#footer {
  padding-bottom: 60px;
  position: relative;
 /* background: url("../images/2.jpg"); */
  /*background: #000;*/
  border-top: 1px solid #eee;
  background-repeat: repeat, repeat;
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
}

.footer-widget ul li {
  padding: 5px 0px;
}

.footer-widget p {
  margin-bottom: 5px;
  color: #006786;
  font-size: 14px;
}

.footer-widget h4 {
  margin-bottom: 20px;
}

.footer-widget h4 span {
  color: #635CDB;
  display: block;
  font-size: 60px;
  line-height: 60px;
}

.footer-blog li img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
}

.footer-blog li h5 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
}

.footer-blog li a.read-more {
  font-size: 13px;
}

.footer-blog li {
  margin-bottom: 15px;
}

.footer-copy {
  letter-spacing: 1px;
  padding-top: 30px;
  margin-top: 30px;
  color: #000;
}

.footer-copy a,
.footer-copy a:hover {
  color: #000;
}

.footer-text h6 {
  margin-bottom: 10px;
}

.footer-text p span {
  color: #000;
}

.footer-text p.mail {
  color: #635CDB;
}

.bg-main {
  background: #F4F8FB;
}

.footer-widget a {
  color: #006786;
}
.footer-widget a:hover,.footer-copy a:hover
{
  text-decoration: underline;
}

.lets-talk-btn:hover{
  background-color: #000 !important;
  color: #fff !important;
}

/*-------------------------------
 RESPONSIVE LAYOUT
---------------------------------*/


/*Extra large devices (large desktops, 1200px and up)*/


/*Large devices (desktops, 992px and up)*/


/*Medium devices (tablets, 768px and up)*/


/*Medium devices (tablets, 768px and up)*/

@media(max-width: 991.98px)
{
  #header-navbar.opened-menu
  {
    background: #fff;
  }
}

@media(min-width: 991.98px)
{
  #aboutContent3 .middle-gap
  {
    padding-right: 155px;
  }
}

@media(min-width: 1200px) {
  #overlap-box2 {
    position: relative;
    width: 23%;
    left: 65%;
    margin-top: -125px;
    ;
  }
  #client-setion .content {
    padding: 100px;
  }
  #why-us #section5 .content {
    padding: 170px 0px;
  }
  #about-image-slider1 .content
  {
    margin-left: 184px;
  }
  #product-slider .owl-nav
  {
    display: inline-block;
    position: relative;
    right: -78%;
    top: -826px;
  }
}

@media(min-width: 992px) and (max-width: 1199px) {
  #overlap-box2 {
    position: relative;
    width: 32%;
    left: 55%;
    margin-top: -125px;
  }
  .history-tl-container ul.tl li {
    margin-left: 208px !important;
  }
  #about-image-slider1 .sb-heading {
    padding: 115px 0px;
  }
  #why-us #section5 .content {
    padding: 108px 0px;
  }
  #why-us #section2.right-tiles .block2 {
    top: 27% !important;
  }
  #why-us #section3.left-tiles .block2 {
    top: 32% !important;
  }
  #why-us #section4.right-tiles .block2 {
    top: 19% !important;
  }
  #product-slider .carousel-wrap,#client-setion .content,#about-image-slider1 .content {
    margin-left: 15px !important;
  }
  
  #client-setion .content
  {
    margin: 0px !important;
    /*background: #ed2226;*/
    /*border-right: 1px solid #707070;*/
    height: 100%;
    padding: 30px;
    /*display: inline-block;*/
  }

  #client-setion .content>div{
    margin-top: 0px !important;
  }

  #client-setion .content>h1{
    font-size:45px;
  }

  .section-image-text{
    padding-top: 50px !important;
  }

  #product-slider .contents
  {
    height: 360px;
  }

  .speciality-product-slider .contents
  {
    height: 215px !important;
  }

  #product-slider .owl-nav
  {
    display: inline-block;
    position: relative;
    right: -75%;
    top: -796px;
  }

  .speciality-product-slider .owl-nav{
    top: -663px !important;
  }

}

@media(min-width: 991px) {
  .history-tl-container {
    width: 50%;
    margin: auto;
    display: block;
    position: relative;
  }
}

@media(max-width: 991px) {
  .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    padding-left: 1px;
  }
  #mainNav .nav-item.dropdown:hover .dropdown-menu {
    /*box-shadow: unset !important;*/
  }
  #mainNav .nav-item.dropdown:hover .dropdown-menu {
    position: unset!important;
  }

}

@media(min-width: 576px) {
  .b-logo,
  .f-logo {
    height: 77px;
  }
}

@media(min-width: 768px) {
  .images {
    text-align: right;
  }
  .history-tl-container .sb-boxes {
    position: relative;
    top: -41px;
  }
  #product-banner .web-view-product-banner,
  #about-image-slider1 .web-view,
  .webViewclientLogos
  {
    display: block;
  }
  #product-banner .mobile-view-product-banner,
  #about-image-slider1 .mobile-view,
  .mobileViewclientLogos
  {
    display: none;
  }
  #product-section .products-images
  {
    margin-top:25px;
  }
  #overlap-box {
  /*position: relative;*/
  /*margin-top: -62px;*/
  }
  #content 
  {
    /*margin-bottom: 20px;*/
  }
  #banner-slider12 .web-img
  {
    display: block;
  }
  #banner-slider12 .mob-img
  {
    display: none;
  }
}



@media (min-width: 768px) and (max-width: 991.98px) {
  /*---------------
     NAVIGATION
    ----------------*/
  .navbar-toggler {
    background: #fff;
    border-radius: 0px;
  }
  .navbar-toggler-icon {
    height: auto;
    padding: 10px 0px;
  }
  .trans-navigation {
    /*background: #fff;*/
  }
  .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    margin-bottom: 10px;
  }
  /*----------------------
     SECTION HEAINDG
    -----------------------*/
  .section-heading {
    width: 100%;
  }
  /*----------------
     INTRO
    ----------------*/
  #intro {
    padding-bottom: 90px;
  }
  /*----------------
     ABOUT
    ----------------*/
  .about-list li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .about-bg-img {
    width: 35%;
    height: 100%;
    max-height: 600px;
  }
  .about-content {
    margin-top: 60px;
  }
  #about {
    padding-bottom: 40px;
  }
  /*--------------
     COUNTER
    ----------------*/
  .counter-stat {
    margin-bottom: 30px;
    text-align: center;
  }
  /*--------------
     BLOG
    ----------------*/
  .blog-text {
    padding: 0px;
    margin-top: 10px;
  }
  .blog-tex h5 {
    font-size: 15px;
  }
  .blog-text p {
    font-size: 14px;
  }
  .pricing-block {
    margin-bottom: 30px;
  }
  /*--------------
     FOOTER
    ----------------*/
  .footer-widget {
    margin-bottom: 30px;
  }
  #overlap-box2 {
    position: relative;
    width: 42%;
    left: 42%;
    margin-top: -125px;
  }
  .history-tl-container ul.tl li {
    margin-left: 347px !important;
  }
  #about-image-slider1 .sb-heading {
    padding: 160px 0px;
  }
  #why-us #section5 .content {
    padding: 80px 0px;
  }
  #product-banner .heading-text
  {
    padding-bottom: 94px !important;
  }
  #product-slider .carousel-wrap,#client-setion .content,#about-image-slider1 .content {
    margin-left: 15px !important;
  }
  #client-setion .content
  {
    margin: 0px !important;
    /*background: #ed2226;*/
    /*border-right: 1px solid #707070;*/
    height: 100%;
    padding: 30px;
    /*display: inline-block;*/
  }

  #client-setion .content>div{
    margin-top: 0px !important;
  }

  #client-setion .content>h1{
    font-size:32px;
  }

  #product-slider .contents
  {
    height: 315px;
  }

  .speciality-product-slider .contents
  {
    height: 233px !important;
  }

  #product-slider .owl-nav
  {
    display: inline-block;
    position: relative;
    right: -63%;
    top: -825px;
  }
  
}


/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {
  /*---------------
     NAVIGATION
    ----------------*/
  .navbar-toggler {
    background: #fff;
    border-radius: 0px;
  }
  .navbar-toggler-icon {
    height: auto;
    padding: 10px 0px;
  }
  .trans-navigation {
    /*background: #fff;*/
    padding: 20px 25px;
  }
  .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    margin-bottom: 10px;
  }
  /*----------------------
     SECTION HEAINDG
    -----------------------*/
  .section-heading {
    width: 100%;
  }
  /*----------------
     INTRO
    ----------------*/
  #intro {
    padding-bottom: 90px;
  }
  /*----------------
     ABOUT
    ----------------*/
  .about-content {
    margin-top: 60px;
  }
  #about {
    padding-bottom: 40px;
  }
  /*-------------------
     TESTIMONIAL
    -------------------*/
  .testimonial-content {
    padding: 10px;
  }
  /*--------------
     COUNTER
    ----------------*/
  .counter-stat {
    margin-bottom: 30px;
    text-align: center;
  }
  /*--------------
     BLOG
    ----------------*/
  .blog-block {
    margin-bottom: 30px;
  }
  .blog-text {
    padding: 0px;
    margin-top: 10px;
  }
  .blog-block:hover {
    box-shadow: none;
  }
  .blog-text h5 {
    font-size: 16px;
  }
  .blog-text p {
    font-size: 14px;
  }
  .intro-box {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  /*--------------
     CLIENT
    --------------*/
  .client-img {
    text-align: center;
  }
  /*--------------
     FOOTER
    ----------------*/
  .footer-widget {
    margin-bottom: 30px;
  }
  .pricing-block {
    margin-bottom: 30px;
  }
  .img-block img {
    width: 130px;
  }
  #overlap-box2 {
    position: relative;
    width: 75%;
    left: 12%;
    margin-top: -125px;
    ;
  }
  #footer-upper {
    margin-top: -369px !important;
  }
  .history-tl-container ul.tl li {
    margin-left: 70px !important;
  }
}


/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
  /*---------------
     NAVIGATION
    ----------------*/
  .b-logo,
  .f-logo {
    height: 45px;
  }
  .navbar-toggler {
    background: #fff;
    border-radius: 0px;
  }
  .navbar-toggler-icon {
    height: auto;
    padding: 10px 0px;
  }
  .trans-navigation {
    /*background: #fff;*/
    padding: 20px 25px;
  }
  .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    margin-bottom: 10px;
  }
  /*----------------------
     SECTION HEAINDG
    -----------------------*/
  #intro .section-heading,
  .section-heading {
    width: 100%;
  }
  #intro .section-heading p {
    font-size: 16px;
    line-height: 28px;
  }
  .section-title {
    font-size: 26px;
    line-height: 36px;
  }
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  /*--------------------
     BANNER
    -----------------*/
  .banner-content .banner-title {
    line-height: 37px;
    font-size: 30px;
  }
  .banner-content p {
    font-size: 16px;
  }
  /*----------------
     INTRO
    ----------------*/
  #intro {
    padding-bottom: 90px;
  }
  /*----------------
     ABOUT
    ----------------*/
  .about-list li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .about-bg-img {
    width: 35%;
    height: 100%;
    max-height: 600px;
  }
  .about-content {
    margin-top: 60px;
  }
  #about {
    padding-bottom: 40px;
  }
  .img-block img {
    width: 130px;
  }
  .service-block {
    margin-bottom: 20px;
  }
  /*-------------------
     TESTIMONIAL
    -------------------*/
  .testimonial-content {
    padding: 10px;
  }
  /*--------------
     COUNTER
    ----------------*/
  .counter-stat {
    margin-bottom: 30px;
    text-align: center;
  }
  /*--------------
     BLOG
    ----------------*/
  .blog-block {
    margin-bottom: 30px;
  }
  .blog-text {
    padding: 10px;
    margin-top: 10px;
    text-align: center;
  }
  .blog-tex h5 {
    font-size: 15px;
  }
  .blog-text p {
    font-size: 14px;
  }
  /*--------------
     CLIENT
    --------------*/
  .client-img {
    text-align: center;
  }
  /*--------------
     FOOTER
    ----------------*/
  .footer-widget {
    margin-bottom: 30px;
  }
  .pricing-block {
    margin-bottom: 30px;
  }
  #overlap-box2 {
    position: relative;
    width: 75%;
    left: 12%;
    margin-top: -125px;
    ;
  }
  #footer-upper h3 {
    font-size: 20px;
  }
  .history-tl-container ul.tl li {
    margin-left: 50px !important;
  }
  #client-setion .content br
  {
    display: none;
  }
}

@media(max-width: 767px) {
  .banner-3 .banner-content,
  .footer-widget,
  .footer-copy,
  #client-setion .head-text,
  #about-image-slider1 .sb-heading,
  #infrastruct-section1 .heading-text,
  #infrastruct-section1 .para-text,
  #product-slider .owl-nav,
  #product-slider .heading-text,
  #content .contents {
    text-align: center ;
  }
  #infrastruct-section1 .items {
    margin-bottom: 55px
  }
  #infrastruct-section1 .items:last-child {
    margin-bottom: 0px;
  }
  #overlap-box .box {
    margin-bottom: 15px;
  }
  #overlap-box .main-box:last-child .box {
    margin-bottom: 0px;
  }
  #exampleAccordion,
  #fire-resistant-glass #exampleAccordion1{
    margin-bottom: 3rem;
  }
  .banner-3,
  #aboutBanner {
    background-position: center;
  }
  .footer-copy {
    margin: 0px;
  }
  #glass-interesting .heading-text {
    font-size: 33px;
    text-align: center;
  }
  .footer-widget ul li {
    padding: 5px 10px;
    display: inline-block;
  }
  ul.tl li .timestamp {
    position: unset !important;
    text-align: left !important;
  }
  .sb-boxes {
    width: unset !important;
    position: relative !important;
    top: -25px;
  }
  #image-slider2 header .item {
    height: 431px !important;
  }
  #image-slider2 header .item .cover .header-content {
    margin-top: 304px !important;
  }
  #product-banner .web-view-product-banner,#content br
  ,#aboutContent3 .content br,
  #infrastruct-section2 .child1,
  #infrastruct-section2 .child2,
  #about-image-slider1 .web-view,
  .webViewclientLogos,
  #footer-upper h3 br
  {
    display: none;
  }
  #product-banner .mobile-view-product-banner,
  #about-image-slider1 .mobile-view,
  .mobileViewclientLogos
  {
    display: block;
  }
  #product-banner .col-common-len:last-child
  {
    height: 100vh !important;
    text-align: center;
  }
  #product-banner .banner-title
  {
    background: rgba(172, 9, 12, 0.7);
    padding: 20px !important;
  }
  #product-banner .banner-area .content-padding {
    padding: 280px 0px 180px;
  }
  #why-us #why-us-overlap-section .why-us-banner-content,#csr #csr-overlap-section1 .why-us-banner-content
  {
    padding: 20px !important;
  }
  #product-banner
  {
    padding-bottom: 0px;
  }
  #aboutContent3 .middle-gap
  {
    padding-top: 40px !important;
    padding-right: 80px;
  }
  #banner-slider12 .web-img
  {
    display: none;
  }
  #banner-slider12 .mob-img
  {
    display: inline-block;
    width: 100% !important;
  }
  #about-us-image-slider2 .top-text::after
  {
    transform: skew(-18deg) !important;
  }
  #about-us-image-slider2 .top-text
  {
    padding: 8px 10px !important;
  }
  .trans-navigation .container
  {
    /*padding: 0px !important;*/
  }
  .container:not(#footer-upper .container,.trans-navigation .container)
  {
    padding: 0 8% !important;
  }
  .certificate-heading
  {
    padding: 0px 15px !important;
  }
}

@media(max-width: 300px) {
  #exampleAccordion .col-2,
  #fire-resistant-glass #exampleAccordion1 .col-2{
    flex: 0 0 22%;
    max-width: 22%;
  }
  #exampleAccordion .col-10,
  #fire-resistant-glass #exampleAccordion1 .col-10 {
    flex: 0 0 78%;
    max-width: 78%;
  }
  #footer-upper .upper-box {
    padding: 30px !important;
  }
}

@media(min-width: 484px) and (max-width: 521px) {
  #footer-upper {
    margin-top: -338px !important;
  }
}

@media(min-width: 420px) and (max-width: 483px) {
  #footer-upper {
    margin-top: -383px !important;
  }
}

@media(min-width: 337px) and (max-width: 419px) {
  #footer-upper {
    margin-top: -281px !important;
  }
  #footer-upper .upper-box {
    padding:30px !important;
  }
}

@media(max-width: 336px) {
  #footer-upper .upper-box {
    padding: 23px !important;
  }
  #product-banner .banner-area .content-padding {
    padding: 235px 0px 180px;
  }
}


/*# sourceMappingURL=maps/style.css.map */


/* custom css start */

#mainNav .dropdown-item+.dropdown-item {
  border: none;
}

#mainNav .nav-item.dropdown:hover .dropdown-menu {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.10);
  /*box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.10);*/
  margin: 0px;
  min-width: 130px !important;
  border-radius: 5px;
}

#mainNav .nav-item.dropdown .dropdown-menu .dropdown-item:first-child {
  /*border-radius: 5px 5px 0px 0px;*/
}

#mainNav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
  /*border-radius: 0px 0px 5px 5px;*/
}

#mainNav .nav-item .dropdown-item {
  text-transform: capitalize;
  padding: 2px 25px;
  color: #242424;
  font-size: 14px;
}

#mainNav .dropdown-item:hover {
  /*background: #f4f1f1;*/
  background: unset !important;
  color: #ED2226;
  font-weight: 700;
}
#mainNav .nav-item.dropdown:hover .dropdown-menu
{
  padding: 10px 0px;
}

#login-nav {
  color: #ED2226 !important;
}

.navbar-toggler {
  padding: 0px;
  background: unset;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar .navbar-nav {
  padding: 20px 0px;
}

.header-white .navbar-toggler .fa.fa-bars,
.images .fab,
#email::placeholder {
  color: #fff;
}

.btn-subscribe {
  padding: 11px 10px;
  background: #ED2226;
  color: #fff;
  border-radius: 4px;
  font-size: 10px;
}

.btn-subscribe1{
  background: transparent;
  border: 1px solid;
  padding:8px 10px;
  color: #fff;
  border-radius: 4px;
  font-size: 10px;
}

.btn-subscribe1:hover{
  background: #ED2226;
  border-color: #ED2226;
  color: #fff;
}

#email_id {
  border: 1px solid #ED2226;
  border-radius: 4px;
  background: #000;
  height: 40px;
  color: #FFFFFF;
  padding-left: 10px;
}

.footer-widget.footer-link .navbar-brand {
  margin-right: 0px;
}

.border-div {
  padding: 18px 0px;
}

.border-div1 {
  padding: 5px 0px;
}

.border-line {
  border-bottom: 0.5px solid #707070;
  opacity: .4;
}

.content-para1,
.content-para1:hover {
  color: #ED2226;
  font-weight: 700;
}

.content-para2,
.content-para2:hover {
  color: #988E8E;
  /*font-weight: 700;*/
}

.link-active {
  color: #EC2028 !important;
}

/*.common-para,*/
/*#infrastruct-section1 .para-text, */
#testim .sub-head
{
  color: #727272;
  /*color: #000;*/
}

#image2 {
  background: url(../images/glasstechgulf-home/home_highlight_1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
}

#overlap-box .box {
  background: #AC090C;
  padding: 30px;
  text-transform: uppercase;
}

#overlap-box .box {
  font-size: 17px;
  font-weight: 600;
}



#product-section p {
  font-size: 20px;
  margin-top: 5px;
}

#image3 {
  background: url(../images/glasstechgulf-home/home_csr_banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
}

#overlap-box2 .text {
  color: #097AD6;
  text-transform: capitalize;
}

#overlap-box2 .boxex {
  padding: 25px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
}

#overlap-box2 .read-more {
  color: #707070;
}

#overlap-box2 .read-more:hover {
  color: #000;
}

#footer-upper {
  /*position: relative;
  top: 85px;
  z-index: 1;*/
  position: absolute;
  width: 100%;
  margin-top: -310px;
}

#footer-upper .upper-box {
  box-shadow: 0px 0px 20px #ac090e33;
  border-radius: 30px;
  /*opacity: 0.31;*/
  padding: 70px;
  background: url('../images/glasstechgulf-home/cta_bg2.png');
  background-repeat: repeat, repeat;
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
}

#footer-upper .lets-talk-btn {
  border-radius: 10px;
  opacity: 1;
  background: #fff;
  color: #AF0F11;
  padding: 10px 40px;
  white-space: normal;
  word-wrap: break-word;
}


/* product accordian css */

#exampleAccordion .card,
#fire-resistant-glass #exampleAccordion1 .card {
  border: none;
}

#exampleAccordion .card-header,
#fire-resistant-glass #exampleAccordion1 .card-header {
  padding: 0px;
  background-color: #fff;
  border-bottom: none;
}

#exampleAccordion .btn-link,
#exampleAccordion1 .btn-link,
#exampleAccordion .card-body,
#exampleAccordion1 .card-body {
  padding: 0px;
}

#exampleAccordion .btn-link:hover,
#exampleAccordion1 .btn-link:hover {
  /*color: unset;*/
  text-decoration: unset;
}

#exampleAccordion .btn-link,
#exampleAccordion1 .btn-link {
  text-decoration: unset;
  font-size: 20px;
  text-transform: capitalize;
  white-space: normal;
  text-align: left;
  letter-spacing: 0;
  font-weight: 700;
}


/* testimonial*/

#testim {
  /*width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);*/
}

#testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
  padding-bottom: 0px;
}

#testim .arrow {
  display: block;
  position: absolute;
  color: #000;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

#testim .arrow:before {
  cursor: pointer;
}

#testim .arrow:hover {
  color: #000;
}

#testim .arrow.left {
  left: 10px;
}

#testim .arrow.right {
  right: 10px;
}

#testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0px;
  /*bottom: 60px;*/
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

#testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #707070;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
}

#testim .dots .dot.active,
#testim .dots .dot:hover {
  background: #ED2226;
  border-color: #ED2226;
}

#testim .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;
  -moz-animation: testim-scale .5s ease-in-out forwards;
  -ms-animation: testim-scale .5s ease-in-out forwards;
  -o-animation: testim-scale .5s ease-in-out forwards;
  animation: testim-scale .5s ease-in-out forwards;
}

#testim .cont {
  position: relative;
  overflow: hidden;
}

#testim .cont>div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

#testim .cont>div.inactive {
  opacity: 1;
}

#testim .cont>div.active {
  position: relative;
  opacity: 1;
}

#testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

#testim .cont div h2 {
  color: #ED2226;
  font-size: 2em;
  margin: 0px 0;
}

#testim .cont div .desigation{
  color: #ED2226;
  font-size: 1em;
  /*margin-top: 10px;*/
  margin-bottom: 10px;
}

#testim .cont div p {
  font-size: 1.15em;
  color: #000;
  width: 80%;
  margin: auto;
}

#testim .cont div.active .img img {
  -webkit-animation: testim-show .5s ease-in-out forwards;
  -moz-animation: testim-show .5s ease-in-out forwards;
  -ms-animation: testim-show .5s ease-in-out forwards;
  -o-animation: testim-show .5s ease-in-out forwards;
  animation: testim-show .5s ease-in-out forwards;
}

#testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;
  -moz-animation: testim-content-in .4s ease-in-out forwards;
  -ms-animation: testim-content-in .4s ease-in-out forwards;
  -o-animation: testim-content-in .4s ease-in-out forwards;
  animation: testim-content-in .4s ease-in-out forwards;
}

#testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;
  -moz-animation: testim-content-in .5s ease-in-out forwards;
  -ms-animation: testim-content-in .5s ease-in-out forwards;
  -o-animation: testim-content-in .5s ease-in-out forwards;
  animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;
  -moz-animation: testim-hide .5s ease-in-out forwards;
  -ms-animation: testim-hide .5s ease-in-out forwards;
  -o-animation: testim-hide .5s ease-in-out forwards;
  animation: testim-hide .5s ease-in-out forwards;
}

#testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;
  -moz-animation: testim-content-out .4s ease-in-out forwards;
  -ms-animation: testim-content-out .4s ease-in-out forwards;
  -o-animation: testim-content-out .4s ease-in-out forwards;
  animation: testim-content-out .4s ease-in-out forwards;
}

#testim .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;
  -moz-animation: testim-content-out .5s ease-in-out forwards;
  -ms-animation: testim-content-out .5s ease-in-out forwards;
  -o-animation: testim-content-out .5s ease-in-out forwards;
  animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ED2226;
    box-shadow: 0px 0px 10px 5px #ED2226;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ED2226;
    box-shadow: 0px 0px 0px 0px #ED2226;
  }
}

@-moz-keyframes testim-scale {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    -moz-box-shadow: 0px 0px 10px 5px #ED2226;
    box-shadow: 0px 0px 10px 5px #ED2226;
  }
  100% {
    -moz-box-shadow: 0px 0px 0px 0px #ED2226;
    box-shadow: 0px 0px 0px 0px #ED2226;
  }
}

@-ms-keyframes testim-scale {
  0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    -ms-box-shadow: 0px 0px 10px 5px #ED2226;
    box-shadow: 0px 0px 10px 5px #ED2226;
  }
  100% {
    -ms-box-shadow: 0px 0px 0px 0px #ED2226;
    box-shadow: 0px 0px 0px 0px #ED2226;
  }
}

@-o-keyframes testim-scale {
  0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    -o-box-shadow: 0px 0px 10px 5px #ED2226;
    box-shadow: 0px 0px 10px 5px #ED2226;
  }
  100% {
    -o-box-shadow: 0px 0px 0px 0px #ED2226;
    box-shadow: 0px 0px 0px 0px #ED2226;
  }
}

@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    box-shadow: 0px 0px 10px 5px #ED2226;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #ED2226;
  }
}

@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes testim-content-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes testim-content-in {
  from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes testim-content-in {
  from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-moz-keyframes testim-content-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-ms-keyframes testim-content-out {
  from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-o-keyframes testim-content-out {
  from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes testim-show {
  from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes testim-show {
  from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes testim-show {
  from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
  to {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  .testim .cont div p {
    line-height: 25px;
  }
}


/* testimonial css end */

.work-logo {
  opacity: .1;
}

#mainNav .menu-nav-active,
#mainNav .navbar-nav .nav-link:hover,
#mainNav .down-arrow:hover{
  color: #ED2226 !important;
  font-weight: 700 !important;
}


/* about us css */

#aboutUs-overlap-box {
  position: relative;
  margin-top: -45px;
  background: #AC090C;
}

#aboutUs-overlap-box .nav-pills .nav-link.active,
#aboutUs-overlap-box .nav-pills .show>.nav-link {
  background: unset;
}

#aboutUs-overlap-box .active::after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 5px;
  background: #fff;
}

#aboutUs-overlap-box a {
  color: #fff;
}

#aboutUs-overlap-box .nav-link {
  padding: 10px 25px 0px 20px;
  font-family: 'arial', sans-serif;
  font-weight: 500;
}

#about-us .main-contents{
  padding: 30px;
}

#about-us .main-contents span{
  position: relative;
  top:8px;
  color: #ED2226; 
  font-size: 35px;
  margin-bottom: 25px;
}
#about-us .main-contents p{
  width: 80%;
}

.history-tl-container ul.tl {
  margin: 20px 0;
  padding: 0;
  display: inline-block;
}

.history-tl-container ul.tl li {
  list-style: none;
  margin: auto;
  margin-left: 270px;
  min-height: 160px;
  /*background: rgba(255,255,0,0.1);*/
  border-left: 3px solid #707070;
  padding: 0 0 50px 30px;
  position: relative;
}

.history-tl-container ul.tl li:last-child {
  border-left: 0;
  margin: 0px;
  min-height: 0px;
  padding: 0px;
}

.history-tl-container ul.tl li::before {
  position: absolute;
  left: -22px;
  top: -5px;
  content: " ";
  border: 12px solid rgba(255, 255, 255, 0.74);
  border-radius: 500%;
  background: #AC090C;
  height: 40px;
  width: 40px;
  transition: all 500ms ease-in-out;
  box-shadow: 0px 5px 20px #AC090C66;
}
ul.tl li .item-title {
  color: #000;
  font-weight: 600;
}

ul.tl li .item-detail {
  color: #727272;
}

ul.tl li .timestamp {
  color: #8D8D8D;
  position: absolute;
  left: -358px;
  text-align: right;
  font-size: 12px;
}

.sb-boxes {
  padding: 20px;
  background-color: #EFEFEF;
  margin-left: 25px;
  width: 270px;
}

.history-tl-container ul.tl li:first-child::before,
.history-tl-container ul.tl li:last-child::before {
  content: unset;
}

.carousel-wrap {
  position: relative;
}

#about-banner-img {
  background: url(../images/glasstechgulf-home/about_us_banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}

#subscribe-form .form-common {
  padding-right: 0px !important;
}

@media(min-width: 300px) and (max-width: 575px) {
  #subscribe-form {
    width: 70%;
    margin: 0px auto;
  }
}

.main-aboutus{
  -webkit-box-shadow: 0 33px 65px 0 transparent;
     box-shadow: 0 33px 65px 0 transparent; 
     -webkit-transition: all 0.4s linear; 
    -o-transition: all 0.4s linear;
     transition: all 0.4s linear;
}

.main-aboutus:focus,
.main-aboutus:hover {
    -webkit-box-shadow: 0 33px 65px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 33px 65px 0 rgb(0 0 0 / 19%);
}


/* home slider 

#image-slider2 header .item {
  height: 600px;
  position: relative;
}

#image-slider2 header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#image-slider2 header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

#image-slider2 header .item .cover .header-content {
  position: relative;
  overflow: hidden;
  text-align: center;
  bottom: 0px;
  margin-top: 485px;
}

#image-slider2 header .item .cover .header-content h4 {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  color: #097AD6;
  display: inline-block;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding: 10px 25px 7px 25px;
  border-radius: 5px;
}


#image-slider2 header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 50%;
  opacity: 1;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

#image-slider2 header .owl-nav .owl-prev span {
  font-size: 50px;
  color: #fff;
}

#image-slider2 header .owl-nav .owl-prev:focus {
  outline: 0;
}

#image-slider2 header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 50%;
  opacity: 1;
  /*-webkit-transition: all 0.4s ease-out;*/
  /*transition: all 0.4s ease-out;*/
  /*background: rgba(0, 0, 0, 0.5) !important;*/
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

#image-slider2 header .owl-nav .owl-next span {
  font-size: 50px;
  color: #fff;
}

#image-slider2 header .owl-nav .owl-next:focus {
  outline: 0;
}

#image-slider2 .owl-dots {
  text-align: center;
  /*padding-top: 15px;*/
  position: relative;
  margin-top: -34px;
}

.product-image-slider .owl-nav{
  display: none !important;
}

.product-image-slider .card-body{
    background: #ed2226 !important;
    color: #fff !important;
}

.product-image-slider .see-more{
  color: #fff !important;
}


.contact-image-slider .owl-dots{
  position: unset; !important;
  margin-top: 0px !important;
}

#image-slider2 .owl-dots button.owl-dot {
  width: 50px;
  height: 3px;
  /*border-radius: 50%;*/
  display: inline-block;
  background: #fff;
  margin: 0 3px;
  opacity: .5;
}

#image-slider2 .owl-dots button.owl-dot.active {
  background-color: #fff;
  opacity: 1;
}

#image-slider2 .owl-dots button.owl-dot:focus {
  outline: none;
}

#about-image-slider1 .heading-text {
  font-size: 20px;
  color: #000;
  margin: 20px 0px 8px 0px;
  font-weight: 700;
}


#about-image-slider1 .para-text {
  letter-spacing: 0px;
  color: #727272
}

#about-image-slider1 .item {
  box-shadow: 0px 3px 6px #00000029;
  padding-bottom: 15px;
  background-color: #fff;
  margin: 4px;
}

#about-image-slider1 .sb-heading {
  padding-bottom: 33px !important;
  font-size: 36px;
  color: #fff;
}

.overlap-container-padding {
  /*padding: 90px 0px 350px 0px;*/
  padding: 90px 0px 300px 0px;
}

.para-section p {
  text-align: justify;
  /*color: #727272;*/
}


/* WHY US start*/

#why-us #section1 {
  background: url(../images/Why-us-page/banner-2.jpg);
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

#why-us #why-us-overlap-section .why-us-banner-content {
  background-color: #fff;
  padding: 20px;
  margin-top: -129px;
  padding: 45px;
  position: relative;
  z-index: 1;
}

#why-us #why-us-overlap-section .why-us-banner-content p {
  /*color: #727272;*/
  text-align: justify;
}

#why-us .right-tiles,
#why-us .left-tiles {
  margin: 10rem 0px 5rem 0px;
}

.quality-std {
  width: 70%;
}

#why-us #section2 .block1 {
  background-image: url(../images/Why-us-page/unparalleled-expertise.jpg);
}

#why-us #section3 .block1 {
  background-image: url(../images/Why-us-page/strategic-location.jpg);
}

#why-us #section4 .block1 {
  background-image: url(../images/Why-us-page/strong-collaboration.jpg);
}

.automated-glass #section2 .block1 {
  background-image: url(../images/automotive-glass/bus.jpg) !important;
}

.automated-glass #section3 .block1 {
  background-image: url(../images/automotive-glass/car.jpg) !important;
}

.automated-glass #section4 .block1 {
  background-image: url(../images/automotive-glass/earth-moving-vehicle.jpg) !important;
}

.automated-glass #section7 .block1 {
  background-image: url(../images/automotive-glass/commercial.jpg) !important;
}

.automated-glass #section6 .block1 {
  background-image: url(../images/automotive-glass/rail-coaches.jpg) !important;
}

.right-tiles .block2 .content,
.left-tiles .block2 .content {
  padding: 20px;
}

.automated-glass .right-tiles .block2 .heading, .left-tiles .block2 .heading{
  font-size: 16px !important;
}

.right-tiles .block2 .heading,
.left-tiles .block2 .heading {
  font-size: 20px;
}

#why-us .star {
  font-size: 18px;
  color: #FFDD55;
}

#why-us .star-group {
  padding: 10px 0px 15px 0px;
}

#why-us #section5 .para {
  font-size: 20px;
}

@media(min-width: 768px) {
  #production-capability {
    /*position: relative;*/
    /*margin-top: -90px;*/
  }
  /*#production-capability {
    display: block;
  }
  #production-capability-mob {
    display: none;
  }*/
  #why-us #section4.right-tiles .block2 {
    top: 29%;
  }
  #why-us #section3.left-tiles .block2 {
    top: 38%;
  }
  .right-tiles .block1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 80%;
    height: 370px;
    top: 10px;
    left: 0px;
    z-index: 1;
  }
  .right-tiles .block2 {
    position: absolute;
    width: 25%;
    top: 30%;
    right: 18px;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0px 3px 10px #00000029 !important;
  }
  .left-tiles .block1 {
    background-image: url(../images/img/bathroom_1.html);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 80%;
    height: 370px;
    top: 10px;
    right: 0px;
    z-index: 1;
    float: right;
  }
  .left-tiles .block2 {
    position: absolute;
    width: 25%;
    top: 20%;
    left: 15px;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0px 3px 10px #00000029 !important;
  }

  .left-tiles#section7 .block2 {
    top: 30% !important;
  }

  #infrastruct-section1 .para-text {
    text-align: justify;
  }
  #product-application .main-row
  {
    margin-top: 30px;
  }
}

@media(min-width: 768px) and (max-width: 991px) {
  .right-tiles .block2,
  .left-tiles .block2 {
    width: 40%;
  }

}

@media(max-width: 767px) {
   .aboutusheader{
      font-size: 25px !important;
  }
    
  h1{
    font-size: 30px !important;
  }

  h2,h3{
    font-size: 25px !important;
  }

  .infra-contents{
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .aboutus-img img{
    margin-bottom: 35px !important;
  }

  #aboutUs-overlap-box .nav {
    display: block;
  }
  #aboutUs-overlap-box .nav li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .right-tiles .block1 {
    background-image: url(../images/img/landing-page.html);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 450px;
    top: 10px;
    z-index: 1;
  }
  .right-tiles .block2 {
    position: absolute;
    width: 75%;
    left: 12%;
    top: 83%;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0px 3px 10px #00000029 !important;
  }
  .left-tiles .block2 {
    position: absolute;
    width: 75%;
    left: 12%;
    top: 83%;
    background-color: #fff;
    box-shadow: 0px 3px 10px #00000029 !important;
    z-index: 2;
  }
  .left-tiles .block1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 450px;
    top: 10px;
    right: 0px;
    z-index: 1;
    float: right;
  }
  #infrastruct-section2 h2 {
    /*margin-bottom: 30px;*/
  }
  #section5 .content,
  #infrastruct-section2 h2 {
    text-align: center;
  }

  /*#production-capability {
    display: none;
  }
  #production-capability-mob {
    display: block;
  }*/
  #product-application .image-box
  {
    margin-bottom: 20px;
  }
  #product-application .main-row .image-box:last-child
  {
    margin-bottom: 0px;
  }
  #product-application .carousel-caption
  {
    text-align: center !important;
    right: 15% !important;
    left: 15% !important;
  }
}
@media(min-width: 420px) and (max-width: 576px) {
  #why-us #section4 {
    margin-bottom: 10rem;
  }
}
@media(max-width: 480px) {
  .why-us-banner-content h2 {
    font-size: 20px;
  }
  .right-tiles .block2 .heading,
  .left-tiles .block2 .heading {
    font-size: 15px;
    line-height: 28px;
  }
  #why-us #why-us-overlap-section p {
    font-size: 13px;
  }
  #why-us .right-tiles,
  #why-us .left-tiles {
    margin: 10rem 0px 0rem 0px;
  }
  #why-us #section4 {
    margin-bottom: 7rem;
  }
  #why-us #section5 h2 {
    font-size: 30px;
  }
}
@media(min-width: 330px) and (max-width: 360px) {
  #why-us .right-tiles,
  #why-us .left-tiles {
    margin: 10rem 0px 6rem 0px;
  }
}
@media(max-width: 280px) {
  .banner-3 h2 {
    font-size: 30px;
  }
}

@media(max-width: 575px) {
  #about-us-image-slider2 .top-text {
    margin: 0px 20px;
    font-size: 20px;
  }
}


/* WHY US end */


/* Infrastructure UI Start */

#infrastruct-section1 img {
  width: 100%;
}

#infrastruct-section1 .heading-text {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 0px;
  padding: 20px 0px;
  line-height: 28px;
}

#about-us-image-slider2 header .item {
  height: 600px;
  position: relative;
}

#about-us-image-slider2 header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#about-us-image-slider2 header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

#about-us-image-slider2 header .item .cover .header-content {
  position: relative;
  overflow: hidden;
  text-align: center;
  bottom: -188px;
  color: #fff;
  letter-spacing: 0px;
}

#about-us-image-slider2 header .item .cover .header-content h3 {
  font-size: 25px;
  background-color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding: 10px 20px;
}

#about-us-image-slider2 header .item .cover .header-content h4 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  padding: 10px 20px;
}

#about-us-image-slider2 header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 50%;
  opacity: 1;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

#about-us-image-slider2 header .owl-nav .owl-prev span {
  font-size: 50px;
  color: #fff;
}

#about-us-image-slider2 header .owl-nav .owl-prev:focus {
  outline: 0;
}

#about-us-image-slider2 header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 50%;
  opacity: 1;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

#about-us-image-slider2 header .owl-nav .owl-next span {
  font-size: 50px;
  color: #fff;
}

#about-us-image-slider2 header .owl-nav .owl-next:focus {
  outline: 0;
}

#about-us-image-slider2 .owl-dots {
  text-align: center;
  position: relative;
  margin-top: -34px;
}

#about-us-image-slider2 .owl-dots button.owl-dot {
  width: 50px;
  height: 3px;
  display: inline-block;
  background: #fff;
  margin: 0 3px;
  opacity: .5;
}

#about-us-image-slider2 .owl-dots button.owl-dot.active {
  background-color: #fff;
  opacity: 1;
}

#about-us-image-slider2 .owl-dots button.owl-dot:focus {
  outline: none;
}

#about-us-image-slider2 .top-text {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 20px 30px;
  top: -200px;
}

#about-us-image-slider2 .top-text span {
  position: relative;
  z-index: 2;
}

#about-us-image-slider2 .top-text::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ed2226;
  z-index: 1;
  transform: skew(-30deg);
}

#about-us-image-slider2 header .container-fluid {
  padding: 0px;
}
.about-image-slider13 .owl-item img,
.our-clientele .owl-item img{
  width: 150px !important;
  margin: 0 auto;
}

/* Infrastructure UI end*/


/* CSR start */

#csr #section1 {
  background: url(../images/glasstechgulf-home/home_csr_banner.jpg);
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
}

#csr #csr-overlap-section1 .why-us-banner-content {
  background-color: #fff;
  padding: 45px;
  position: relative;
  z-index: 1;
  margin-top: -104px;
  margin-bottom: 276px;
}

#csr #csr-overlap-section1 .why-us-banner-content p {
  /*color: #727272;*/
  text-align: justify;
}

#csr .right-tiles,
#why-us .left-tiles {
  margin: 10rem 0px 5rem 0px;
}


/* CSR end*/


/* product page css start*/

#product-section-accordion,
#product-section-accordion #exampleAccordion .card,
#product-section-accordion #exampleAccordion .card-header {
  background-color: #EC2028 !important;
  color: #fff;
}

#product-section-accordion .content-para2,
#product-section-accordion .common-para,
#product-section-accordion .content-para2:hover {
  color: #fff !important;
}

#product-section-accordion #exampleAccordion {
  padding: 80px 45px;
}

#product-section-accordion #exampleAccordion .card {
  opacity: 0.5;
}

#product-section-accordion #exampleAccordion .card.link-active {
  opacity: 1 !important;
}

#product-section-accordion .border-line {
  border-bottom: 0.5px solid #fff !important;
  opacity: .4;
}

#product-section-main .products-images{
    height: 100%;
}

@media(min-width: 992px) {
  #product-section-main .products-images img {
    height: 100% !important;
    /*height: 600px !important;*/
  }
  .product-section-img img {
    margin-top: 15px !important;
  }
  #glass-interesting-main .read-more {
    position: absolute;
    bottom: 25px;
  }
  .MobileView {
    display: none;
  }
  .WebView {
    display: block;
  }
}

@media(max-width: 991px) {
  .product-section-img img {
    margin-top: 15px !important;
  }
  .WebView {
    display: none;
  }
  .MobileView {
    display: block;
  }
  .MobileView #exampleAccordion {
    margin-bottom: 0px;
  }
  .MobileView #product-section-accordion #exampleAccordion {
    padding: 40px 30px;
  }

  #img-gallery figure img{
    width:100%;
  }
}
/* product page css end*/

/* architectural glass page css start*/

#product-slider .heading-text,#product-application .heading-text
{
  color: #000;
  font-weight: 700;
}
#product-slider .para-text
{
  /*color: #727272;*/
  text-align: justify;
}
#product-slider .owl-item .group-items
{
  margin-right: 45px;
}
#product-slider .material-icons-outlined
{
  color: #000;
  font-size: 16px;
}
#product-slider .owl-nav button:focus
{
  outline: none;
}
#product-slider .owl-prev .material-icons-outlined
{
  padding-right: 15px;
}
#product-slider .owl-nav
{
  padding-top: 20px;
}

@media(max-width: 550px)
{
  #product-slider .owl-item .group-items
  {
    margin-right: 0px !important;
  }
}

#product-application .content
{
position: relative;
}
#product-application img
{
  width: 100%;
}
#product-application .carouselCaption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 10px;
  text-align: center;
}
#product-application .carouselCaption h1 {
  color: white;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
}
#product-application .content:hover
{
  filter: drop-shadow(2px 2px 2px #808080);
}

#product-banner .col-common-len:first-child
{
    background: url(../images/Architectural-glass/pattern.jpg);
    background-size: cover;
    position: relative;
    height: 700px;
    background-repeat: no-repeat;
    opacity: .05;
}
#product-banner .heading-text
{
  color: #000;
  padding-bottom: 230px;
  /*left: 26%;*/
  /*position: relative;*/
  font-size: 20px;
  font-weight: 400;
}

.header-content p{
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}

#product-banner .col-common-len:last-child
{
    background: url("../images/Architectural-glass/arch_banner.jpg");
    background-size: cover;
    position: relative;
    height: 700px;
     background-position: center; 
    background-repeat: no-repeat;
    opacity: 1;
}

.SpecialityGlass .col-common-len:last-child{
    background: url("../images/speciality-glass/speciality_banner.jpg") !important;
    background-size: cover !important;
    position: relative !important;
    height: 700px !important;
     background-position: center !important; 
    background-repeat: no-repeat !important;
    opacity: 1 !important;
}

.AutomotiveGlass .col-common-len:last-child{
    background: url("../images/automotive-glass/auto_banner.jpg") !important;
    background-size: cover !important;
    position: relative !important;
    height: 700px !important;
     background-position: center !important; 
    background-repeat: no-repeat !important;
    opacity: 1 !important;
}

#product-banner .overlap-content
{
  position: relative;
  margin-top: -91px;
}
#product-banner .overlap-content2
{
  position: relative;
  margin: -435px 0px 0px 0px;
}
/* architectural glass page css end*/

/* home page logos css start */

#client-setion .img-block
{
  /*margin: 15px;*/
  /*border:1px solid #707070;*/
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  padding: 20px 30px 20px 20px;
  /*padding: 20px 40px 20px 20px;*/
}

#client-setion .owl-carousel .owl-item img
{
  width: 100% !important;
}

/* home page logos css end */

/* Contact-us page css Start*/

.form-control {
    border: 1px solid #DBDEE7;
    padding-left: 15px;
}

.form-control:hover, .form-control:focus {
    box-shadow: unset;
    border: 1px solid #DBDEE7;
  }

#send-contact-us{
  background: #ed2226;
  border-color: #ed2226;
  padding: 10px 50px;
  border: 1px solid #DBDEE7 !important;
}

#send-contact-us:focus,
#send-contact-us:active,{
  background: #ed2226;
  border-color: #ed2226;
  outline: none;
}
#contact-section1 .card
{
  border: 1px solid #fff;
  border-radius: 10px;
  background: #fff;
}

#contact-section1 .card:hover{
  border: 1px solid #00688e;
  background: #000;

}

#contact-section1{
  /*margin-bottom: 350px;*/
  background: #16406b;
  color: #006786;
}


.contact-image-slider header .item .cover .header-content{
    position: relative;
    overflow: hidden;
    text-align: center;
    bottom: 140px !important;
    background: #00000063;
    width: 165px;
    padding: 20px;
    margin: 0 auto;
}

.contact-image-slider header .item .cover .header-content h4{
  background: transparent !important;
  color: #fff !important;
}
.contact-image-slider .owl-dots button.owl-dot
{
  border:1px solid  #929292 !important;
  height: 15px !important;
  width: 15px !important;
  border-radius: 50%;
  position: relative;
}
.contact-image-slider .owl-dots .owl-dot.active span::before{
   content: '';
   display: inline-block;
   width: 9px;
   height: 9px;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   background-color: #929292;
   position: absolute;
   top: 2px;
   left: 2px;
}
@media(min-width: 992px){
  .desktopView{
    display: block;
  }

  .moblieView{
    display: none;
  }

  .Address-section,
  .Address-section1{
  position: absolute;
  bottom: 0px;
  }

}

@media(max-width: 991px){
  .desktopView{
    display: none;
  }

  .moblieView{
    display: block;
  }
}

/* Contact-us page css end*/
/* Timeline progress bar in about us page css Start*/

@media(min-width: 768px){
  #location-advantage-res{
  display:none !important;
 }

 #location-advantage{
  display: block !important;
 }

}

@media(max-width: 767px){
  #location-advantage{
  display: none !important;
 }

  #location-advantage-res{
  display:block !important;
 }

 .section{
  padding-bottom: 0px !important;
 }

 .section-padding{
  padding: 70px 0px;
 }

 #about-us .main-contents{
  padding: 10px;
}
#about-us .main-contents p{
  width: 100%;
}

}

/* Timeline progress bar in about us page css end*/

/* Media query for csr responsive start */

@media(min-width: 321px) and (max-width: 420px)
{
  #csr #csr-overlap-section1 .why-us-banner-content
  {
    margin-bottom: 305px;
  }
}

@media(min-width: 320px) and (max-width: 320px)
{
  #csr #csr-overlap-section1 .why-us-banner-content
  {
    margin-bottom: 244px;
  }
}
/* Media query for csr responsive end */

/* Security Glass in product page css Start*/

.SecurityGlass-Accordion .card,
.SecurityGlass-Accordion .card-header{
  background-color: #000 !important;
}

.SecurityGlass-Accordion .common-para,
.SecurityGlass-Accordion .link-active{
  color:#fff !important;
}

.SecurityGlass-Accordion .content-para2{
  color:#707070;
}

.SecurityGlass-Accordion #exampleAccordion{
  padding: 50px 196px !important;
}

.corevalue-Accordion #exampleAccordion1{
  padding:100px 100px 30px !important
}

#fire-resistant-glass #exampleAccordion1{
  padding:50px 100px 30px;
}

.decorative{
    padding: 90px 150px;
  }

.SecurityGlass-Accordion #exampleAccordion p,
#fire-resistant-glass #exampleAccordion1 p{
  font-size: 14px;
  font-weight: 300;
}

.corevalue-Accordion #exampleAccordion1 p{
  font-size: 14px;
  font-weight: normal !important;
}

.corevalue-Accordion .core-head:after {
    content: '';
    display: block;
    width: 75px;
    height: 3px;
    border-radius: 5px;
    margin-top: 10px;
    background: #EC2028;
}

/* Security Glass in product page css end*/
/*
.dropdown-toggle:before
{
  position: absolute;
    content: "\f078";
    font-size: 11px;
    top: 50%;
    right: -13px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
}*/
#mainNav .dropdown .parent-nav
{
  padding-right: 0px !important;
}
#mainNav .down-arrow
{
color: #696969;
cursor: pointer;
}

/* banner slide */

@media (min-width: 992px) {
  #banner-slider12 .slider,
  #banner-slider12 .slide {
    height: 100vh !important;
  }
}

#banner-slider12 img {
  max-width: 100%;
  height: 100vh !important;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}

#banner-slider12 .slide {
  position: relative;
  transition: 1s;
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media(min-width: 992px) {
#banner-slider12 .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100% !important;
  }
}

#banner-slider12 .slide__content {
  position: absolute;
  top: 40%;
  left: 10%;
  /*transform: translate(-50%, -50%);*/
}

#banner-slider12 .slide__content &.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}

#banner-slider12 .slide__content &.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}

#banner-slider12 .slide__content &--headings {
  color: #FFF;
}

#banner-slider12 .slide__content h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}

/*#banner-slider12 .slide__content .animated {*/
.animated {
  transition: all .5s ease;
}

#banner-slider12 .slide__content .top-title {
  /*font-family: $playball;*/
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  /*position: relative;*/
  overflow: hidden;
  /*display: inline-block;*/
}

#banner-slider12 .slide__content .top-title:before
{
    background-color: #ED2226;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    left: -10px;

}

#banner-slider12 .slick-arrow i
{
  cursor: pointer;
}

#banner-slider12 .slide__content .title {
  font-size: 45px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
}

#banner-slider12 .button-custom {
  text-decoration: none;
  color: #333;
  padding: 1.2rem 2.5rem;
  font-size: 1.5rem;
}
#banner-slider12 .slick-dotted .slick-slider {
  margin-bottom: 30px;
}

#banner-slider12 .slick-dots {
  position: absolute;
  bottom: 18%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
#banner-slider12 .slick-dots .slick-active button
{
  background-color: #ED2226;
}

#banner-slider12 .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#banner-slider12 .slick-dots button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  background: unset;
  padding: 5px;
  cursor: pointer;
  transition: all .3s ease;
  border:1px solid #ED2226;
}

#banner-slider12 .slick-dots button &:hover,
#banner-slider12 .slick-dots button &:focus {
  outline: none;
}

#banner-slider12 .slick-dots li button {
  border-radius: 50%;
}


#banner-slider12 .stick-dots .slick-dots  {
      height: 3px;
      width: 50px;
      display: flex;
}

#banner-slider12 .slick-dots  li button {
        position: relative;
        width: 9px;
        height: 9px;
        padding: 0;
        
      }

/* /////////// IMAGE ZOOM /////////// */

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}

#banner-slider12 .zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

#banner-slider12 .zoomOutImage {
  animation-name: zoomOutImage;
  transition: 1s;
}

#banner-slider12 .slick-nav {
    --active: #fff;
    --border: rgba(255, 255, 255, .12);
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
    &.prev-arrow {
      left: 3%;
      transform: scaleX(-1);
      z-index: 999;
    }
  &.next-arrow{
    left: auto;
    right: 3%;
  }
    i {
        display: block;
        position: absolute;
        margin: -10px 0 0 -10px;
        width: 20px;
        height: 20px;
        left: 50%;
        top: 50%;
        &:before,
        &:after {
            content: '';
            width: 10px;
            height: 2px;
            border-radius: 1px;
            position: absolute;
            left: 50%;
            top: 50%;
            background: var(--active);
            margin: -1px 0 0 -5px;
            display: block;
            transform-origin: 9px 50%;
        }
        &:before {
            transform: rotate(-40deg);
        }
        &:after {
            transform: rotate(40deg);
        }
    }
    &:before,
    &:after {
        content: '';
        display: block;
        position: absolute;
        left: 1px;
        right: 1px;
        top: 1px;
        bottom: 1px;
        border-radius: 50%;
        border: 2px solid var(--border);
    }
    svg {
        width: 44px;
        height: 44px;
        display: block;
        position: relative;
        z-index: 1;
        color: var(--active);
        stroke-width: 2px;
        stroke-dashoffset: 126;
        stroke-dasharray: 126 126 0;
        transform: rotate(0deg);
    }
    &.animate {
        svg {
            animation: stroke 1s ease forwards .3s;
        }
        i {
            animation: arrow 1.6s ease forwards;
            &:before {
                animation: arrowUp 1.6s ease forwards;
            }
            &:after {
                animation: arrowDown 1.6s ease forwards;
            }
        }
    }
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }
    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }
    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes arrow {
    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }
    23% {
        transform: translateX(17px);
        opacity: 1;
    }
    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }
    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@keyframes arrowUp {
    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }
    20%,
    80% {
        transform: rotate(0deg) scaleX(.1);
    }
}

@keyframes arrowDown {
    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }
    20%,
    80% {
        transform: rotate(0deg) scaleX(.1);
    }
}

#banner-slider12 .slick-prev
{
  position: absolute;
  z-index: 2;
  top: 45%;
}
#banner-slider12 .slick-next 
{
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 45%;
}
#banner-slider12 .btn
{
  border:2px solid #000;
  border-radius: 50%;
}
#banner-slider12 .btn:focus
{
  outline: none !important;
  box-shadow: unset;
}
@media(min-width: 1200px)
{
  #banner-slider12 .slick-dots
  {
    bottom: 267px;
    left: 13%;
  }
  #contact-section1 .card:last-child .card-text
  {
    margin-bottom: 22px;
  }
}

@media(min-width: 992px) and (max-width: 1199px)
{
  #banner-slider12 .slick-dots {
    bottom: 46%;
    left: 7%;
  }
  #banner-slider12 .slide__content
  {
    left: -12%;
  }

  #product-section-accordion #exampleAccordion {
    padding: 20px 25px;
  }

  #contact-section1 .card:last-child .card-text
  {
    margin-bottom: 46px;
  }
}

@media(min-width: 768px) and (max-width: 991px)
{
  #banner-slider12 .slick-dots {
    bottom: 43%;
    left: 4%;
  }
  #banner-slider12 .slide__content
  {
    left: -21%;
  }
  #contact-section1 .card:last-child .card-text
  {
    margin-bottom: 46px;
  }
}

@media(min-width: 768px)
{
  #banner-slider12 .slide__content .title
  {
    left: 49%;
  }
}
@media (max-width: 767px) {
  #banner-slider12 img
  {
    /*height: 97vh !important;*/
  }
   #banner-slider12 .slide .slide__content--headings .top-title{
    font-size: 16px !important;
    color: #fff;
  }

 #banner-slider12 .slide .slide__content--headings .title{
    font-size: 26px !important;
    color: #fff;
    left: 56px !important;
  }

   #banner-slider12 .slide .slide__content--headings{
    /*text-align: center !important;*/
  }

   #banner-slider12 .slide .slide__content{
    left:unset !important;
    transform:unset !important;
    top: unset;
    bottom: 20%;
    z-index: 1;
  }

  #banner-slider12 .slide__content .top-title:before
  {
    left: -9px;
    width: 25%;
  }
  #banner-slider12 .stick-dots .slick-dots
  {
    display: block !important;
    /*position: unset !important;*/
    /*bottom: unset;*/
    height: unset !important;
    width: unset !important;
    left: 54px;
  }
  #banner-slider12 .slide__img{
    position:relative;
    display:inline-block;
    width: 100% !important;
  }
  /*#banner-slider12 .slide__img:after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100vh !important;
    display:inline-block;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 65%, rgba(0,0,0,1.8)  100%);
    
  }*/
  #banner-slider12 .slide__content .top-title:before
  {
    left: -9px;
    width: 25%;
  }
  #banner-slider12 .stick-dots .slick-dots
  {
    display: block !important;
    /*position: unset !important;*/
    /*bottom: unset;*/
    height: unset !important;
    width: unset !important;
    left: 54px;
  }
  #banner-slider12 .slide__img{
    position:relative;
    display:inline-block;
    width: 100% !important;
  }
  #banner-slider12 .slide:after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100vh !important;
    display:inline-block;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 55%, rgba(0,0,0,1.8)  100%);
    
  }

}

/*Project section in index page css start*/

#img-gallery figure img {
  max-width: 100%;
  height: auto;
}
#img-gallery figcaption {
  margin: -4px 0 0;
  padding: 12px;
  background-color: #000;
  text-align: center;
  color: white;
}
#img-gallery figcaption h4 {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 14px;
}
#img-gallery figcaption p {
  font-size: 0.8em;
  color: #ccc;
  margin-bottom: 0px;
}

a.see-more:after {
    width: 0%;
    height: 1.5px;
    background: #fff;
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

a.see-more:hover {
    color: #fff;
}
a.see-more:hover:after {
   width: 25%;
}

@media (max-width: 767px) {
  #client-setion .img-block{
    padding: 10px 25px 10px 10px !important;
  }

  #client-setion .content-main .content div{
    text-align: center;
  }

  #client-setion .content-main{
    /*background: #ed2226 !important;*/
  }

  .SecurityGlass-Accordion #exampleAccordion {
    padding: 25px 15px !important;
  }

  .decorative{
    padding: 45px 25px;
    margin-top: 0px !important;
  }

  #fire-resistant-glass #exampleAccordion1 {
    padding: 50px 30px 30px !important;
  }

  #img-gallery figcaption h4{
    font-size: 12px;
    line-height: 20px;
  }
}


@media (min-width: 767px) {
  /* Gray Scale */
#img-gallery figure img {
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#img-gallery figure:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}

/*Project section in index page css end*/


/*Airport section in index page css Start*/

.lear-oval-container
  {
    position:absolute;
    left:5%;
    top:0;
    right:0;
    bottom:0;
    width:100vw;
    height:100vh;
    -o-object-position:50% 50%;
    object-position:50% 50%
  }
  .red-lear-oval
  {
    left: 0px;
    top: -140px;
    right: auto;
    bottom: 0px;
    z-index: 1;
    position: absolute;
  }
  .image-full-width
  {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:0;
    overflow:hidden;
    width:100%;
    height:100vh;
    -webkit-box-flex:0;
    -webkit-flex:0 0 auto;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:50% 50%;
    object-position:50% 50%
  }

 /* section
  {
    padding: 90px 0px;
  }*/

  .overlay-effect
  {
    height: 600px;
    overflow: hidden;
    /*padding: 90px 0px;*/
  }
     .darkHeader
  {
    transform: translate3d(0vw, -65px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; opacity: 1; will-change: transform;
  }
  /*@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}*/
.section-image-text
{
  position: relative;
    z-index: 2;
    max-width: 26%;
    text-align: left;
    left: 10%;
    padding-top: 109px;
}
.white
{
  color: #fff;
}

.wrap{
  position: relative;
  /*overflow: hidden;*/
}


.bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

    transform: scale(1.1);
  }



.corevalue-Accordion .products-images #Architectural-Glass-1{
  height: 100vh !important;
  width:100%;
}

/*Airport section in index page css end*/

@media(max-width: 290px)
{
  #banner-slider12 .slide .slide__content--headings .title
  {
    left: 40px !important;
  }
  #banner-slider12 .slide__content .top-title:before
  {
    left: -5px !important;
    width: 18% !important;
  }
  #banner-slider12 .stick-dots .slick-dots
  {
    left: 39px !important;
  }
}

/* about new changes */
#aboutContent2 p
{
 color: #727272;
}
.aboutContent4
{
  background: #000 !important;
  /*background-size: cover;
  position: relative;
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;*/
}
#aboutContent3 .core-head
{
  color: #fff;
}
#aboutContent3 .core-head:after
{
  content: '';
  display: block;
  width: 75px;
  height: 2px;
  border-radius: 5px;
  margin-top: 5px;
  background: #EC2028;
}
#aboutContent3 .header-text
{
  overflow: hidden;
  color: rgba(255,255,255,0.5);
}
#aboutContent3 .header-text:after {
    background-color: rgba(255,255,255,0.5);
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 75%;
    left: 0.5em;
}
#aboutContent3 .content
{
  color: #EC2028;
  font-weight: 700;
}
#aboutContent3 .middle-gap
{
  padding-top: 100px;
}
#about-image-slider1 {
  background-color: #F0F8FE;
 /* background: url(../images/About-us-page/about1.jpg);*/
    background-size: cover;
    position: relative;
    /*height: 600px;*/
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

#aboutBanner.banner-area .content-padding {
    padding: 190px 0px 180px !important;
}
#aboutContent2 .heading
{
  font-size: 40px;
}

#content p
{
  color: #727272;
  font-size: 20px;
}

/*Why us section css start*/

.whyuspara{
    color: #fff;
    background: #000;
    padding: 20px;
    font-size: 20px;
    letter-spacing: 0.96px;
}

.whyusparaquality{
    color: #fff;
    font-size: 20px;
    letter-spacing: 1.08px;
    font-weight: 400;
}

#whyusBanner2 img{
  width:100% !important;
}

.qualitycontentpara{
  padding-top: 80px;
}
/*Why us section css end*/

/* Timeline UI start */
@media(min-width: 1200px)
{
  #content .location-advantage-des
  {
    min-width: 210px !important;
    font-size: 14px;
  }
}
@media(min-width: 768px) and (max-width: 1199px)
{
  #content .contents,.whyusqualityimg
  {
    text-align: center;
  }
  .qualitycontentpara{
    padding-top: 70px;
  }

  .corevalue-Accordion #exampleAccordion1 {
    padding: 100px 20px 30px !important;
  }

.corevalue-Accordion .products-images #Architectural-Glass-1{
  height: 80vh !important;
  width:100%;
}

#about-us .main-contents{
  padding: 10px;
}
#about-us .main-contents p{
  width: 100%;
}

.main-aboutus{
  margin-top: 30px;
}

#about-us .container{
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.decorative{
  padding: 0 !important;
}

}
@media(min-width: 991px) and (max-width: 1199px)
{
  #content .sections
  {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media(min-width: 1024px) and (max-width: 1365px){
  .SecurityGlass-Accordion #exampleAccordion {
    padding: 14px 0px !important;
  }

  #SecurityGlassAccordion img{
    height: 31vh !important;
  }

  #fire-resistant-glass img{
    height: 40vh !important;
  }

  #fire-resistant-glass #exampleAccordion1{
    padding:50px 15px 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px)
{
  .location-advantage-wrapper {
      margin: 100px 0px !important;
  }
  .aboutus-img{
    margin-top: 60px;
  }

  .whyuspara{
    font-size: 13px;
  }

  .qualitycontentpara{
    padding-top: 0px;
    text-align: center;
  }

  .whyusqualityimg
  {
    text-align: center;
  }
}
@media (min-width: 991px) and (max-width: 1199px)
{
  .location-advantage-wrapper {
      margin: 150px 0px 100px 0px !important;
  }
}
@media (max-width: 767px){
  .qualitycontentpara{
    padding-top: 0px !important;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px)
{
  #content .col-homeabout,#content .para-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .project-slider-main .owl-carousel .owl-item img{
    height: 500px !important;
  }
}

/* Timeline UI end */

/*privacy policy css Start*/

.privacy-policy h1,#termsCondition h1,
#Cookie-policy h1{
  font-size: 30px;
  margin-bottom: 15px;
}

.privacy-policy h2,
#termsCondition h2,
#Cookie-policy h2{
  font-size: 22px;
  margin-bottom: 10px;
}

.privacy-policy h3{
  font-size: 16px;
  margin-bottom: 5px;
}
.privacy-policy a:hover,
#termsCondition a:hover,
#Cookie-policy a:hover,
#contact-section a:hover
{
text-decoration: underline;
color: #000;
}
.privacy-policy ul li p,
#termsCondition ul li p, 
#Cookie-policy ul li p 
{
  margin-bottom: 5px;
}

.privacy-policy ul li:last-child p,
.privacy-policy ul li:last-child{
  margin-bottom: 1rem;
}

/*privacy policy css end*/

/*Project section css start*/

.heading-section{
  background: #ed2226;
  color:#fff;
  position: relative;
  margin-top: 100px;
  padding: 10px;
}

.project-slider-main .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 50%;
    opacity: 1;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.project-slider-main .owl-nav .owl-prev {
    left: 15px;
    top: 50%;
    opacity: 1;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.project-slider-main .owl-nav .owl-next span,
.project-slider-main .owl-nav .owl-prev span {
    font-size: 50px;
    color: #000;
}

.project-slider-main .owl-dots{
  display: none;
}

/*img.curvedimage {
    border-radius: 50px 0px 50px 0px;
}*/
section#infrastruct-section1 {
    /*background-color: #c1c1c1;*/
    background-color: #fff;
}
.project-slider-main .owl-carousel .owl-item img{
  height: 80vh;
  width:auto;
  margin: 0 auto;
}

.project-slider-main .owl-carousel .owl-stage-outer{
  background: #f4f4f4;
}

.owl-carousel .owl-nav button.owl-next:focus,
 .owl-carousel .owl-nav button.owl-prev:focus{
  outline: none;
 }

.gallery_images img {
        object-fit: cover;
        object-position: center;
        height: 70px;
        width: 100%;
      }

@media (max-width: 992px){
  .Address-section{
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: left;
    padding-left: 25px;
  }

  .project-slider-main .owl-carousel .owl-item img{
    height: 200px !important;
  }

  .gallery_images{
    padding: 0px 25px;
  }
}


#project-section #container {
      /*margin: auto;*/
      width: 100% !important;
    } 
    
  #project-section{
         margin-bottom: 200px;
    }

  #project-section #load-more{
  padding: 5px 40px;
    color: #000;
    background: #000;
    font-size: 13px;
}
#project-section .hidden{visibility:hidden;
  width:0px!important;
  height:0px!important;
  margin:0px!important;
  padding:0px!important;
  }

/* ---- button ---- */

#project-section .button {
  display: inline-block;
        padding: 4px 5px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        color: #000;
        border-radius: 5px;
        border: 1px solid #000000;
        width:105px;
        margin-left: 10px;
}

#project-section .button:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

#project-section .element-item{
  transition: unset !important;
}

#project-section .element-item {
        display: inline-block;
        height: 350px;
        overflow: hidden;
        text-align: center;
        width: 350px;
        margin:10px 10px 10px 10px;
    }
    #project-section .element-item img{
        width:100%;
        height:auto;
        /*<!-- filter: url(filters.svg#grayscale); -->
        <!-- filter: gray; -->
        <!-- -webkit-filter: grayscale(1); -->
        <!-- transition: 0.9s; -->*/
    }
    #project-section .element-item img:hover{
        filter: none;
    }

#project-section .button:active,
#project-section .button.is-checked {
  background-color: #28F;
}

#project-section .button.is-checked {
  /*color: white;*/
  /*text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);*/
  color: #fff !important;
    background: #ed2226 !important;
    border: 1px solid #ed2226 !important;
}

#project-section .button:active {
  /*box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);*/
}

/* ---- button-group ---- */

#project-section .button-group:after {
  content: '';
  display: block;
  clear: both;
}

#project-section .button-group .button {
  /*float: left;*/
  border-radius: 0;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  background: unset;
  font-weight: 400;
    color: #000;
    border: 1px solid #000;
    padding:5px 10px; 

}

#project-section .button:focus
{
  background: unset;
  outline: none;
  box-shadow: unset;
}

/* ---- isotope ---- */

#project-section .isotope {
  /*border: 1px solid #333;*/
}

/* clear fix */
#project-section .isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

#project-section .element-item {
  position: relative;
  float: left;
  margin: 5px;
  display: inline-block;
  height: 350px;
  overflow: hidden;
  text-align: center;
  width: 350px;
  margin:10px 10px 10px 10px;
}

#project-section .element-item > * {
  margin: 0;
  padding: 0;
}

#project-section .element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

#project-section .element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

#project-section .element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

#project-section .element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}
#project-section #filters
{
  width: 100%;
  text-align: center;
}

#project-section .overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}
#project-section .element-item:hover .overlay {
    opacity: 1;
}

    #projectBanner
    {
    background: url("../images/project/banner.png");
      background-size: cover;
      position: relative;
      height: 400px;
      background-position: center;
      background-repeat: no-repeat;
    }
    #projectBanner.banner-area .content-padding {
        padding: 190px 0px 180px !important;
    }

/*Project section css end*/

/* UI Start */

#sustainAbilityBanner
{
  background: url("../images/Sustainablity/banner.png");
  background-size: cover;
  position: relative;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
} 
#sustainAbilityBanner.banner-area .content-padding,
#InfrastructureBanner.banner-area .content-padding,
#architecturalBanner.banner-area .content-padding,
#automotiveBanner.banner-area .content-padding,
#suntuitiveBanner.banner-area .content-padding,
#contactBanner.banner-area .content-padding
{
    padding: 190px 0px 180px !important;
}
#sustainAbilityContent1 p,#sustainAbilityContent3 p
{
color: #727272;
}
#sustainAbilityContent2 
{
  background: url("../images/Sustainablity/Group-29.png");
  background-size: cover;
  position: relative;
  /*height: 600px;*/
  background-position: center;
  background-repeat: no-repeat;
}
#sustainAbilityContent2 p
{
  font-size: 24px;
  line-height: 40px;
}
#sustainAbilityContent2 mark
{
  background-color: #ed2226;
  color: #fff !important;
}
@media(min-width: 768px)
{
  #sustainAbilityContent2 p
  {
    text-align: justify;
  }
  .certificate-heading
  {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px)
{
  #suntuitiveContent1 h1
  {
    text-align: center;
  }
  #sustainAbilityContent2 p{
    text-align: justify;
  }

  .pr7{
    padding-right: 7px;
  }

  .pl7{
    padding-left: 7px;
  }

  .architecturalContent:nth-child(odd) img 
  {
      padding-bottom: 40px !important;
  }
  .architecturalContent:nth-child(even) img
  {
      padding-top: 40px !important;
  }
  #suntuitiveContent1 .img-section
    {
      margin-top: 30px !important;
    }
}

#InfrastructureBanner {
  background: url("../images/Infrastructure-page/Infrastructure.png");
  background-size: cover;
  position: relative;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}
#infrastruct-section2 {
  /*background: url("../images/Infrastructure-page/dots.svg");
  background-size: cover;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;*/
  background-color:  #f4f4f4;
}
#architecturalBanner
{
  background: url("../images/Architectural-glass/arch-banner.png");
  background-size: cover;
  position: relative;
  height: 267px;
  background-position: center;
  background-repeat: no-repeat;
}

.specialityglassBanner
{
  background: url("../images/products/innerbanner.jpg") !important;
  background-size: cover;
  position: relative;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}  
.architecturalContent .heading:first-of-type
{
    margin-bottom: 30px !important;
}
.architecturalContent p
{
    font-size: 16px;
    text-align: justify;
}
.architecturalContent .horizontal-line
{
    border-top: 2px solid #000 !important;
    margin:15px 0px;
}
@media(min-width: 1200px)
{
    .architecturalContent .desc
    {
        padding: 4% 10% 0px 2%;
    }
    .heat-desc
    {
        padding-top: 15% !important;
    }
    .Insulated-desc
    {
        padding-top: 13% !important;
    }
    #suntuitiveContent1 .img-section
    {
      margin-left: 3rem !important;
    }
    #suntuitiveContent1 .contents
    {
      margin-top: 20px !important;
    }
}
#automotiveBanner
{
  background: url("../images/automotive-glass/automotive-banner.png");
  background-size: cover;
  position: relative;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}
.automotiveContent .content {
    position: relative;
    margin-bottom: 60px;
}
.automotiveContent .carouselCaption {
    /*position: absolute;*/
    bottom: 0;
    background: rgba(0, 0, 0, 1);
    color: #fff;
    width: 100%;
    padding: 25px;
    /*text-align: center;*/
}
.automotiveContent .carouselCaption h1 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 20px;
}
.automotiveContent .carouselCaption p
{
  margin-bottom: 0px !important;
  font-size: 15px;
}
#suntuitiveBanner
{
  background: url("../images/Suntuitive/suntuitiveBanner.png");
  background-size: cover;
  position: relative;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}
#suntuitiveContent1 h1
{
  font-size: 35px;
  font-weight: 700;
}
#suntuitiveContent1 p
{
  color: #727272;
}
#suntuitiveContent2
{
  background: #F4F4F4;
}
@media(max-width: 576px)
{
  #suntuitiveContent1 h1 br
  {
    display: none;
  }
}

#contactBanner
{
  background: url("../images/contactBanner.png");
  background-size: cover;
  position: relative;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-button{
  margin-top:14px;
}
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
/*  color:#FFF;*/
color:#000;
  border-radius:50px;
  text-align:center;
  font-size:35px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}


#scroll {
  left: 50%;
  transform: translateY(0%) rotate(45deg);
  
                opacity: 0;
}

.slidercontent {
  font-size: 53px;
  line-height: 69.7px;
  color: white;
}
.project-info {
  text-align: center;
}
@keyframes scrolldown {
            0%{
                transform: translateY(20%) rotate(45deg);
                opacity: 0.7;
            }
            50%{
                transform: translateY(0%) rotate(45deg);
                opacity: 0.2;
            }
            100%{
                transform: translateY(20%) rotate(45deg);
                opacity: 0.7;
            }
        }
/* UI End */
@media(max-width: 360px)
{
  .architecturalContent h3
  {
    word-break: break-all !important;
  }
}
@media(min-width: 300px) and (max-width: 330px)
{
  #exampleAccordion .col-2,
  #fire-resistant-glass #exampleAccordion1 .col-2{
    flex: 0 0 20%;
    max-width: 20%;
  }
  #exampleAccordion .col-10,
  #fire-resistant-glass #exampleAccordion1 .col-10 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
#infrastruct-section2 .parent
{
  position: relative;
}
#infrastruct-section2 .child1 img
{
  float: left;
}
#infrastruct-section2 .child2 img
{
  float: right;
}
#infrastruct-section2 .child1 img,
#infrastruct-section2 .child2 img
{
  width: 80%;
}
#infrastruct-section2 .child1
{
  position: absolute;
  left: -12px;
    /*bottom: 614px;*/
    top: -92px;
}
#infrastruct-section2 .child2
{
  position: absolute;
  right: -16px;
  bottom: -92px;
}
.privacy-policy a 
{
  overflow-wrap: break-word;
}
.heading-section h1
{
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0px;
}
.email_subscription_msg
{
  background-color:#000;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  color:  #22ed35;
}
.email_subscription_error
{
  color: #ed2226;
  background-color:#000;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.production-capability-main .infra-contents{
    font-weight: 700;
    line-height: 23px !important;    
    font-size: 21px !important;
  }

.container.headerlogo {
  padding-left: 0px;
  margin-left: 75px;
}

@media(max-width: 767px) {
    /*.production-capability-main .main-contents img{
      width: 100% !important;
    }*/

  .production-capability-main .infra-contents{
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .production-capability-main .borderrightnone{
    border-right: none !important
  }

  .production-capability-main .borderright{
    border-right: 1px solid #dee2e6 !important
  }

  .production-capability-main .borderbottom{
    border-bottom: 1px solid #dee2e6 !important
  }
}

@media(max-width: 992px) {
    .production-capability-main .main-contents img{
      width: 50% !important;
    }

    .production-capability-main .borderrightnone{
    border-right: none !important
  }

  .production-capability-main .borderright{
    border-right: 1px solid #dee2e6 !important
  }

  .production-capability-main .borderbottom{
    border-bottom: 1px solid #dee2e6 !important
  }
  }

  @media (min-width: 768px) and (max-width: 1199px){
  .production-capability-main .main-aboutus {
      margin-top: 0px;
  }
}