
/* --------------------------------------------------------
   Project Name: SAFID
   Version: 1.0
   Created: 19.06.2018
   Last Modified: by Waqas on 11 Nov 2018
  
----------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

*{
  margin:0;
  padding: 0;
  outline: none;
  border:none;
  text-decoration : none;
}
html,
body {
    height: 100%;
}
img {
  max-width: 100%;
  display: block;
}
a{
  text-decoration:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}


.wrapper{
  float: left;
  width: 100%;
  font-family: 'Circular Std', sans-serif;
}

.content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  box-sizing: border-box;
}


.video-one {
    object-fit: cover;
    object-position: center;
}



/* ========== Loader STYLES // START ========== */

.loader {
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.9);
  z-index: 1000;

  display: none;
}

.loader .loader-img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.loader .loader-img img {
  display: inline-block;
  width: 200px;
}

/* ========== Loader STYLES // END ========== */










/* ========== Header STYLES // START ========== */

header {
  width: 100%;
  float: left;
}

header.header-home {
  padding-left: 30px;
  padding-right: 15px;
  position: absolute;
  z-index: 1;
}

.logo {
   max-width: 160px;
    margin-top: 12px;
    float: left;
}

nav {
 float: right;
    width: 66%;
    max-width: 705px;
    position: relative;
    margin-top: 29px;
}

.nav-container {
  width: 100%;
  max-width: 100%;
}

nav input[type=checkbox] {
  display: none;
}

nav .burgermenu {
  width: 34px;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 11px 0 6px 8px;
  display: none;
  position:  absolute;
  top: -60px;
  right: 0;
}

header.header-home nav .burgermenu {
  color: #fff;
  right: 15px;
}

#nav-icon {
  float: left;
  width: 26px;
  height: 22px;
  position: relative;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  left: 0;

  width: 100%;
  height: 4px;

  border-radius: 9px;
  background: #000000;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

header.header-home #nav-icon span {
  background: #fff;
}

#nav-icon span:nth-child(1) {
  top: 0;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 8px;
}

#nav-icon span:nth-child(4) {
  top: 16px;
}

nav input[type=checkbox]:checked ~ .burgermenu #nav-icon span:nth-child(1),
nav input[type=checkbox]:checked ~ .burgermenu #nav-icon span:nth-child(4) {
  top: 8px;
  width: 0;
  left: 50%;
}

nav input[type=checkbox]:checked ~ .burgermenu #nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav input[type=checkbox]:checked ~ .burgermenu #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

nav .menu {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  text-transform: uppercase;
}

nav .menu li {
padding-left: 25px;
    padding-right: 25px;
    height: 36px;
    line-height: 36px;
}

nav .menu li a {
  font-size: 16px;
    font-weight: 400;
    font-family: "Circular Std";
    color: #000000;
    position: relative;
    letter-spacing: 2px;
}

header.header-home nav .menu li a {
  color: #fff;
}

nav .menu li:first-child {
  padding-left: 0;
}

nav .menu li:last-child {
  padding-right: 0;
}

nav .menu li a:hover {
  color: #545454;
}

header.header-home nav .menu li a:hover {
  color: #fff;
}

nav input[type=checkbox]:checked ~ .menu {
  display: block;
}

/* ========== Header STYLES // END ========== */




.width50{
    width:50%;
}


/* ========== Banner STYLES // START ========== */

.banner {
  width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 12px;
}

.banner.banner-main {
  margin-top: 0;
}

.banner-small {
/*   margin-top: 164px; */
}

header .content,
.banner .content {
  max-width: 96%;
}

header.header-home .content,
.banner.banner-main .content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.banner-small img, .banner-auto img {
    width: 100%;
}
 #map{
    float:left;
    margin-top:10px;
    height: 600px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
}

.banner .b-wrapper {
  width: 100%;
  /*height: 588px;*/
  display: table;
  /*background-attachment:  fixed;*/
  background-repeat:  no-repeat;
  background-position:  center top;
  background-size: cover;
}

.banner .b-wrapper-1 {
  background-image: url(../images/b-content-1-img.jpg);
}

.banner .b-wrapper-2 {
  background-image: url(../images/b-content-2-img.jpg);
}

.banner .b-wrapper-3 {
  background-image: url(../images/b-content-3-img.jpg);
}

.banner .b-wrapper-4 {
  background-image: url(../video.mp4);
}

.banner .b-overlay {
  width: 100%;
  height: 960px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.banner.banner-main .b-overlay {
  height: 1090px;
}

.banner-small {
  height: 960px;
}

.banner h1 {
  font-size: 47px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Circular Std", sans-serif;
}

.banner p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Circular Std", sans-serif;
}

.banner .b-content {
  -webkit-animation-duration: 0.8s;
  -webkit-animation-delay: 0s;
   max-width: 750px;
    text-align: left;
    margin-left: 150px;
}

.banner .lSSlideOuter .lSPager.lSpg {
  margin-top: -42px !important;
  position: absolute;
  left: 0;
  right: 0;
}

.banner .lSSlideOuter .lSPager.lSpg > li {
  padding: 0 10px;
}

.banner .lSSlideOuter .lSPager.lSpg > li a {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #dbdbdb;
}

.banner .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #fff;
}


.carousel-control span {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../images/b-slider-controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.carousel-inner > .item {
    transition: 2.25s;
}
.carousel-control span.prev-slide {
    background-position: 0 0;
    left: 40px;
}

.carousel-control span.next-slide {
    background-position: -32px 0;
    right: 40px;
}

.carousel-indicators li {
  width: 9px;
  height: 9px;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  margin: 1px 7px 1px;
}

.carousel-indicators .active {
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-color: #fff;
  margin: 1px 7px 1px;
}

/*.lSAction > .lSNext {

}*/

/* ========== Banner STYLES // END ========== */


/* ========== Products Black Part STYLES // Start ========== */

.products_blackpart{
    background-color: black;
    float:left;
    width:100%;
}
.products_blackpart p{
    color: white;
    line-height: 32px;
    font-family: inherit;
    font-size: 18px;
    padding: 150px 0px 110px 0px;
    text-align: justify; /* For Edge */ 
    text-align: -webkit-center; /* For Edge */ 
    text-align-last: center;
    text-align-last: -webkit-center;
}
.black_part2{
    height: 100%; 
    margin: auto; 
    width: 60%   
}

/* ========== Products Black Part STYLES // End ========== */



/* ========== About Us STYLES // START ========== */

.about-us {
width: 100%;
    float: left;
    padding-top: 105px;
    padding-bottom: 105px;
    box-sizing:border-box;
    background: #111111;
    height: 610px;
}

.about-us .about-us-heading {
  width: 19.7%;
  float: left;
}

.sect-title {
  /*font-size: 33px;
  font-size: 36px;*/
  font-size: 30px;
  font-weight: 700;
  color: #1e1e1b;
  font-family: "Circular Std", sans-serif;
}

.about-us .about-us-content {
	width: 50%;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
    padding-right: 80px;
	text-align: justify;
}
.about-img {
    float: left;
    width: 50%;
    text-align: center;
    margin-top: 70px;
}
.about-us .about-us-content h2 {
    color: #fff;
    margin-bottom: 40px;
}

.about-us .about-us-content p {
    color: #fff;
    margin-bottom: 40px;
}
p {
  font-size: 15px;
  font-weight: 400;
  color: #1b1919;
  line-height: 26px;
  font-family: "Circular Std", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}

.btn-s1 {
  font-size: 12px;
  font-weight: 700;
  color: #666666;
  font-family: "Circular Std", sans-serif;
  text-transform: uppercase;
  height: 41px;
  line-height: 41px;
  border-radius: 18px;
  background: #f5f5f5;
  padding-left: 18px;
  padding-right: 18px;
  float: left;
  display: block;
  transition: all 0.5s;
  margin-top: 23px;
  min-width: 88px;
  text-align:  center;
  letter-spacing: 1px;
  text-decoration: none;
}

.btn-s1:hover {
  background: #a3a3a3;
  color: #fff;
  text-decoration: none;
}

.btn-s2 {
  font-size: 12px;
  font-weight: 700;
  color: #666666;
  font-family: "Circular Std", sans-serif;
  text-transform: uppercase;
  height: 41px;
  line-height: 41px;
  border-radius: 24px;
  background: #ffffff;
  padding-left: 18px;
  padding-right: 18px;
  float: left;
  display: block;
  transition: all 0.5s;
  margin-top: 18px;
  min-width: 138px;
  text-align:  center;
  letter-spacing: 1px;
  text-decoration: none;
}

.btn-s2:hover {
  background: #a3a3a3;
  color: #fff;
  text-decoration: none;
}

/* ========== About Us STYLES // END ========== */






/* ========== Products STYLES // START ========== */

.products {
  width: 100%;
  float: left;
  padding-top: 47px;
  padding-bottom: 40px;
}

.products .sect-title {
  margin-bottom: 8px;
}

.sub-title {
  font-size: 18px;
  font-weight: 700;
  color: #a2a2a4;
  line-height: 36px;
  font-family: "Circular Std", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 63px;
}

.products-container {
  width: 100%;
  float: left;
}

.products-container .p-single {
  float: left;
  background: #f6f6f8;
  width: 100%;
  position:  relative;
  overflow:  hidden;
}

.products-container .p-s1 {
  height: 390px;
  margin-bottom: 16px;
}

.products-container .p-s2 {
  height: 252px;
  margin-bottom: 16px;
}

.products-container .p-s3 {
  height: 390px;
}

.products-container .p-s4 {
  height: 390px;
}

.products-container .ps-ls .p-s1 {
  height: 390px;
}

.products-container .ps-r .p-s2 {
  height: 252px;
}

.products-container .ps-l {
  float: left;
  width: 49.91452%;     /* 584px; */
}

.products-container .ps-r {
  float: right;
  width: 51.53846%;    /* 603px; */
  padding-left: 15px;
  box-sizing: border-box;
}

.products-container .ps-ls {
  float: left;
  width: 48.46153%;     /* 567px; */
}

.products-container .ps-rs {
  float: right;
  width: 49.91452%;     /* 584px; */
  padding-left: 16px;
  box-sizing: border-box;
}

.products-container .ps-m-l {
  width: 67.26495%;     /* 787px; */
  height: 388px;
  float: left;
  margin-bottom: 18px;
}

.products-container .ps-m-r {
  float: right;
  width: 32.73504%;     /* 383px; */
  padding-left: 15px;
  box-sizing: border-box;
  margin-bottom: 17px;
}

.products .p-single h4 {
  font-size: 18px;
  color: #1b1b1b;
  font-family: "Circular Std", sans-serif;
  position: absolute;
  padding-top: 7.3%;
  padding-left: 9%;
  letter-spacing: 1px;
  z-index: 1;
}

.products .ps-m-r .p-single h4 {
 text-align: center;
 width: 100%;
 padding-left: 0;
 padding-right: 0; 
}

.products .ps-r .p-s2 h4 {
  top: 105px;
  right: 25%;
  padding:  0;
}

.products .p-single .p-img-con {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  width:  100%;
  height: 100%;
  padding: 10px;
  box-sizing:  border-box;
}

.products .p-single .p-img-con .p-img {
  display: table-cell;
  width:  100%;
  height: 100%;
  vertical-align:  middle;
  text-align:  center;
  box-sizing:  border-box;
}

.products .ps-l .p-s1 .p-img-con .p-img {
  padding-top: 6%;
  padding-left: 11%;
}

.products .ps-l .p-s2 .p-img-con .p-img {
  padding-top: 3px;
  padding-left: 11%;
}

.products .ps-rs .p-s2 .p-img-con .p-img {
  padding-top: 7%;
  padding-left: 12%;
}

.products .ps-rs .p-s1 .p-img-con .p-img {
  padding-top: 8%;
  padding-left: 0;
}

.products .ps-m-l .p-s3 .p-img-con .p-img {
  padding-top: 0;
  padding-left: 0;
}

.products .ps-m-r .p-s4 .p-img-con .p-img {
  padding-top: 19.5%;
  padding-left: 0;
}

.products .ps-ls .p-s2 .p-img-con .p-img {
  padding-top: 3%;
  padding-left: 14%;
}

.products .ps-ls .p-s1 .p-img-con .p-img {
  padding-top: 9%;
  padding-left: 0;
}

.products .ps-r .p-s2 .p-img-con {
  padding: 1px;
}

.products .ps-r .p-s2 .p-img-con .p-img {
  padding-top: 0px;
  padding-left: 0;
  text-align:  left;
}

.products .ps-r .p-s1 .p-img-con .p-img {
  padding-top: 13%;
  padding-left: 6%;
}

.products .p-single .p-img-con .p-img img {
  display: inline-block;
}

.view-more-link {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 28px;
}

.view-more-link .btn-s1 {
  float: none;
  display: inline-block;
}

/* ========== Products STYLES // END ========== */






/* ========== Projects STYLES // START ========== */

.projects {
  width: 100%;
  float: left;
  padding-top: 48px;
  padding-bottom: 40px;
}

.projects .sect-title {
  margin-bottom: 25px;
}

.projects .project-content .sect-title {
  margin-bottom: 12px;
}

.projects .project-content .sub-title {
  font-size: 18px;
  color: #a3a3a3;
  font-weight: 400;
  margin-bottom: 36px;
}

.projects .project-img {
  float: left;
  width: 56.49572%;     /* 661px; */
}

.projects .project-content {
  float: right;
  width: 42.3%;
  padding-left: 4%;
  box-sizing: border-box;
  padding-top: 110px;
}

.projects .project-content p {
  font-weight: 400;
  line-height:34px;
}

.btn-s1-l {
  font-size: 13px;
  margin-top: 20px;
  height: 51px;
  line-height: 51px;
  border-radius: 25px;
  padding-left: 22px;
  padding-right: 22px;
}

.projects .projects-counter {
  width: auto;
  float: left;
  font-size: 19px;
  color: #b7b7b7;
  position:  relative;
  z-index: 1000;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing:  border-box;
  margin-top: 48px;
}

.projects .projects-counter span {
  padding-left: 2px;
  padding-right: 2px;
}

#prevProject {
  top: 0;
  left: 0;
  width: 12px;
  height: 20px;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
  position: absolute;
  background: url(../images/prev-project-arrow.png) no-repeat center center;
  opacity: 0.9;
}

#nextProject {
  top: 0;
  right: 0;
  width: 12px;
  height: 20px;
  text-indent: -9999px;
  display: block;
  position: absolute;
  cursor: pointer;
  background: url(../images/next-project-arrow.png) no-repeat center center;
  opacity: 0.9;
}

#prevProject:hover,
#nextProject:hover {
  opacity: 1;
}

/* ========== Projects STYLES // END ========== */






/* ========== Testimonials STYLES // START ========== */

.testimonials {
  width: 100%;
  float: left;
  padding-top: 90px;
  padding-bottom: 92px;
}

.testimonials .testimonial-single {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom:40px;
}

.testimonials .usr-message {
  position: absolute;
  top: 53.4%;
  left: 0;
  background: #f6f6f8;
  height: 225px;
  width: 49.9%;
  text-align: left;
  box-sizing:  border-box;
  padding-top: 71px;
  padding-left: 7.2%;
  padding-right: 5%;
}

.testimonials .usr-message {
  -webkit-animation-delay: 1.6s;
}

.testimonials .usr-img {
  float: right;
  position:  relative;
  width: 50.2%;
}

.testimonials .usr-name-sect {
  position: absolute;
  top: 8.4%;
  left: 21.2%;
  background: #f6f6f8;
  height: 225px;
  width: 40.4%;
  text-align:  center;
  box-sizing:  border-box;
  padding-top: 79px;
}

.testimonials .usr-name-sect {
  -webkit-animation-delay: 0.8s;
}

.testimonials p {
  font-size: 22px;
    font-weight: 700;
    color: #161616;
    font-family: "Circular Std", sans-serif;
    margin-bottom: 0;
    line-height: 30px;
    letter-spacing: -0.4px;
    font-weight: 400;
    text-align: right;
    display: inline-block;
}

.testimonials p span {
  font-size: 16px;
  color: #757575;
  text-transform: uppercase;
  display: inline-block;
  text-align: right;
  letter-spacing: 1.8px;
}

.testimonials .usr-message p {
  line-height: 30px !important;
    text-align: justify;
    letter-spacing: 0.1px;
}
.usr-img.aos-init.left {
    float: left;
}
.usr-name-sect.aos-init.right {
    left: 41% !important;
}
.usr-message.aos-init.right {
    text-align: right !important;
    right: 48px !important;
    left: unset !important;
}
/* ========== Testimonials STYLES // END ========== */






/* ========== R and D STYLES // START ========== */

.r-and-d {
  width: 100%;
  float: left;
  padding-top: 48px;
  padding-bottom: 40px;
}

.r-and-d .sect-title {
  margin-bottom: 54px;
}

.r-and-d .rd-single {
width: 100%;
  float: left;
  background: #111111;
}

.r-and-d .rd-img {
  float: left;
  width: 52%;     /* 661px; */
}

.r-and-d .rd-content {
   float: right;
    width: 48%;
    padding-left: 6%;
    padding-right: 6%;
    box-sizing: border-box;
    padding-top: 95px;
    text-align: justify;
    padding-bottom: 95px;
}

.r-and-d .rd-content p {
   margin-bottom: 30px;
    color:#fff;
}

.r-and-d .btn-s2 {
  display: block;
    float: none;
    height: 47px;
    line-height: 47px;
    max-width: 144px;
    margin: auto;
}
.rd-content h2 {
    color: #fff;
    margin-bottom: 30px;
    margin-top: 30px;
}

/* ========== R and D STYLES // END ========== */






/* ========== Brands STYLES // START ========== */

.brands {
  width: 100%;
  float: left;
  padding-top: 93px;
  padding-bottom: 70px;
}

.brands h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #1e1e1b;
  font-family: "Circular Std", sans-serif;
  letter-spacing: -0.4px;
  margin-bottom: 40px;
}

.brands .brands-container {
  width: 100%;
  float: left;
  margin-top: 15px;
  padding-bottom: 15px;
}

.brands .brand-img {
  float: left;
/*   width: 14.28%; */
  width: 100%;
  text-align: center;
}

.brands .brand-img img {
  display: inline-block;
}

/* ========== Brands STYLES // END ========== */






/* ========== Footer STYLES // START ========== */

footer {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}

footer .footer-links {
  width: 100%;
  float: left;
  border-top: 1px solid #adadad;
  padding-top: 10px;
}

footer .footer-links .social-links {
  list-style: none;
  float:  left;
  margin-top: 30px;
  padding-left: 6px;
}

footer .footer-links .social-links li {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
}

footer .footer-links .copyrights-info {
  font-size: 16px;
  font-weight: 400;
  color: #bababa;
  font-family: "Circular Std", sans-serif;
  text-transform: uppercase;
  float: right;
  margin-top: 40px;
  letter-spacing: 0.1px;
  padding-right: 4px;
}

/* ========== Footer STYLES // END ========== */





/* ========== Contact Page STYLES // START ========== */

.contact-us {
  width: 100%;
  float: left;
  padding-top: 66px;
  padding-bottom: 50px;
}

.contact-us .sect-title {
  margin-bottom: 30px;
}

.contact-us p {
  /*font-size: 20px;*/
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 36px;
  font-family: "Circular Std", sans-serif;
  text-align: justify;
}

.contact-us .contact-info {
  float: left;
  width: 50%;
  max-width: 496px;
  padding-right:  20px;
  box-sizing:  border-box;
}

.contact-us .contact-form {
  float: right;
  width: 48.7%;
  padding-top: 35px;
}

.contact-us .field-wrap {
  width: 100%;
  float: left;
  position: relative;
}

.contact-us .field-wrap input,
.contact-us .field-wrap textarea {
  margin-bottom: 50px;
  border-bottom: 1px solid #acacac;
  width: 100%;
  float: left;
  /*height: 32px;*/
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Circular Std", sans-serif;
}

.contact-us .field-wrap.field-half .container-left {
  width: 43%;
  float: left;
  box-sizing:  border-box;
}

.contact-us .field-wrap.field-half .container-right {
  float: right;
  width: 48%;
}

.contact-us .field-wrap input::placeholder,
.contact-us .field-wrap textarea::placeholder {
  color: rgba(27,25,25,0.3);
}

.contact-us .btn-s1 {
  width: 120px;
}

.contact-details {
  width: 100%;
  float: left;
  padding-top: 54px;
}

.contact-details .sect-title {
  margin-bottom: 100px;
}

.contact-details .contact-block {
  width: 100%;
  float: left;
  background: #000000;
  margin-bottom: 55px;
}

.contact-details .contact-block-small {
  background: #ededed;
}

.contact-details .contact-block-small.img-on-right .contact-img {
  float: right;
}

.contact-details .contact-img {
  float: left;
  width: 50%;     /* 661px; */
}

.contact-details .contact-text {
  float: right;
  width: 50%;
  padding-left: 5.23%;
  padding-right: 15px;
  box-sizing: border-box;
  padding-top: 41px;
  text-align: left;
  padding-bottom: 40px;
}

.contact-details .contact-block-small .contact-text {
  padding: 25px 10px 10px 5.8%;
}

.contact-details .contact-text h4 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Circular Std", sans-serif;
}

.contact-details .contact-text h5 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Circular Std", sans-serif;
  margin-top: 36px;
  margin-bottom: 48px;
  float:  left;
  width: 100%;
}

.contact-details .contact-block-small .contact-text h5 {
  color: #000;
  font-weight: 500;
  margin-bottom: 43px;
  margin-top: 30px;
}

.contact-details .contact-text p,
.contact-details .contact-text p a,
.contact-details .contact-text ul li,
.contact-details .contact-text ul li a {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Circular Std", sans-serif;
  margin-bottom: 10px;
}

.contact-details .contact-block-small .contact-text p,
.contact-details .contact-block-small .contact-text p a,
.contact-details .contact-block-small .contact-text ul li,
.contact-details .contact-block-small .contact-text ul li a {
  color: #000;
  line-height: 36px;
  margin-bottom: 0;
}

.contact-details .contact-text ul {
  list-style: none;
  text-align: left;
}

.contact-details .contact-text ul li {
  display: inline-block;
  letter-spacing: 0.5px;
}

.contact-details .contact-text ul li:first-child {
  padding-right: 5px;
}

.contact-details .contact-block-small .contact-text ul li:last-child {
  display: block;
}

/* ========== Contact Page STYLES // END ========== */






/* ========== R&D Page STYLES // START ========== */

.r-d-main {
  width: 100%;
  float: left;
  padding-top: 69px;
}

.sect-title-2 {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 77px;
}

.sect-title-2 h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1e1e1b;
  font-family: "Circular Std", sans-serif;
  padding-bottom: 44px;
}

.sect-title-2 .bottom-line {
  width: 132px;
  height: 1px;
  background: #acacac;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.r-d-main .content-left {
  float: left;
  width: 50%;
  padding-right: 4%;
  box-sizing: border-box;
}

.r-d-main .content-right {
  float: left;
  width: 50%;
  padding-left: 4.7%;
  box-sizing: border-box;
}

.r-d-main p {
  font-size: 20px;
  font-weight: 400;
  color: #1b1919;
  line-height: 36px;
  font-family: "Circular Std", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 33px;
}

.r-d-main .rd-boxed {
  width: 100%;
  float: left;
  background: #f6f6f8;
  margin-top: 70px;
}

.r-d-main .rd-boxed .rd-boxed-img {
  float: left;
  width: 51%;     /* 661px; */
}

.r-d-main .rd-boxed .rd-boxed-content {
  float: right;
  width: 49%;
  box-sizing: border-box;
  text-align: left;
  padding: 77px 5.8% 10px 6%;
}

.r-d-main .rd-boxed h4 {
  font-size: 28px;
  font-weight: 700;
  color: #1b1919;
  font-family: "Circular Std", sans-serif;
  margin-bottom: -2px;
  line-height: 36px;
  letter-spacing: 0.7px;
}

.r-d-main .rd-boxed h5 {
  font-size: 24px;
  font-weight: 700;
  color: #1b1919;
  font-family: "Circular Std", sans-serif;
  margin-bottom: 78px;
  letter-spacing: 0.2px;
}

.r-d-main .rd-boxed p {
  font-size: 20px;
  font-weight: 400;
  color: #1b1919;
  line-height: 36px;
  font-family: "Circular Std", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.rd-features {
  width: 100%;
  float: left;
  padding-top: 140px;
  padding-bottom: 48px;
}

.rd-features .rd-feature-box {
  float: left;
  width: 29.33%;
  margin-right: 6%;
  text-align: center;
  margin-bottom: 91px;
}

.rd-features .rd-feature-box:nth-child(3n) {
  margin-right: 0;
}

.rd-features .rd-feature-box .rd-feature-img-con {
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #f6f6f8;
  padding: 5px;
  box-sizing: border-box;
  display:  table;
  margin-bottom: 20px;
}

.rd-features .rd-feature-box .rd-feature-img {
  display: table-cell;
  vertical-align: middle;
}

.rd-features .rd-feature-box .rd-feature-img img {
  margin-left: auto;
  margin-right: auto;
}

.rd-features .rd-feature-box .rd-feature-content {
  width: 100%;
  float: left;
}

.rd-features .rd-feature-box .rd-feature-content h4 {
  font-size: 20px;
  font-weight: 400;
  color: #1b1919;
  font-family: "Circular Std", sans-serif;
  line-height: 28px;
}

.rd-box {
  float: left;
  width: 100%;
  margin-bottom: 97px;
}

.rd-box.rd-box-r {
  margin-bottom: 123px;
}

.rd-box-l .rd-box-img {
  float: left;
  width: 58%;
}

.rd-box-l .rd-box-img img {
  float: left;
}

.rd-box-r .rd-box-img {
  float: right;
  width: 49.5%;
}

.rd-box-r .rd-box-img img {
  float: right;
}

.rd-box-l .rd-box-content {
  float: right;
  width: 42%;
  padding-left: 15px;
  padding-top: 67px;
  box-sizing:  border-box;
}

.rd-box-r .rd-box-content {
  float: left;
  width: 50.5%;
  padding-top: 60px;
  padding-right: 15px;
  box-sizing:  border-box;
}

.rd-box .rd-box-content p {
  font-size: 20px;
  font-weight: 400;
  color: #1b1919;
  line-height: 36px;
  margin-bottom: 36px;
  font-family: "Circular Std", sans-serif;
}

.rd-certificates {
  width: 100%;
  float: left;
  padding-bottom: 68px;
}

.rd-certificates .sect-title-3 {
  width: 100%;
  float: left;
  margin-bottom: 0;
}

.rd-certificates .sect-title-3 h2 {
  font-size: 52px;
  font-weight: 700;
  color: #030303;
  font-family: "Circular Std", sans-serif;
  line-height:  normal;
}

.rd-certificates .sect-title-3 .sect-line {
  width: 134px;
  height: 6px;
  background: #111111;
  display:  inline-block;
  position:  relative;
  left:  22px;
  top: -15px;
}

.rd-certificates .rd-cf {
  float: left;
  width: 20%;
  border-right: 1px solid #b7b7b7;
  height: 316px;
  box-sizing:  border-box;
}

.rd-certificates .rd-cf.cf-1 {
  margin-top: 72px;
  padding: 0 0 0 0;
  width: 21%;
}

.rd-certificates .rd-cf.cf-2 {
  margin-top: 256px;
  padding: 140px 0 0 0;
  width: 18%;
}

.rd-certificates .rd-cf.cf-3 {
  margin-top: 108px;
  padding: 28px 0 0 0;
  width: 20%;
}

.rd-certificates .rd-cf.cf-4 {
  margin-top: 35px;
  padding: 0 0 0 0;
  width: 20%;
}

.rd-certificates .rd-cf.cf-5 {
  margin-top: 220px;
  padding: 140px 0 0 0;
  width: 21%;
  border-right:  none;
}

.rd-certificates .rd-cf .rd-cf-heading {
  font-size: 122px;
  font-weight:  700;
  color: #010101;
  font-family: "Circular Std", sans-serif;
  position: relative;
  left: -33px;
  line-height: 112px;
}

.rd-certificates .rd-cf.cf-1 .rd-cf-heading {
  left: 0;
}

.rd-certificates .rd-cf.cf-4 .rd-cf-heading {
  margin-top: -49px;
}

.rd-certificates .rd-cf h4 {
  font-size: 25px;
  color: #000000;
  font-weight: 500;
  font-family: "Circular Std", sans-serif;
  line-height: 32px;
  padding-left: 18%;
  margin-top: 7px;
}

.rd-certificates .rd-cf h4 span {
  font-size: 17px;
  display: block;
  font-weight: 700;
  font-family: "Helvetica";
  color: #000000;
  line-height: 32px;
}

/* ========== R&D Page STYLES // END ========== */.banner-main-2 .b-con



/* ========== Projects Page STYLES // START ========== */

.banner-main-2 {
  width: 100%;
  float: left;
 
}

.banner-main-2 .b-con {
  background: url(../images/header-image1.jpg);
  width: 100%;
  height: 960px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  position: relative;
}

.banner-main-2 .b-content {
  position: absolute;
    bottom: 175px;
    margin-left: 5%;
}

.banner-main-2 h4 {
  font-size: 36px;
  font-weight: 700;
  color: #141414;
  line-height: 48px;
  font-family: "Circular Std", sans-serif;
  margin-bottom: 21px;
}

.banner-main-2 p {
  font-size: 20px;
  font-weight: 400;
  color: #141414;
  line-height: 36px;
  font-family: "Circular Std", sans-serif;
  /*padding-left: 54px;*/
  position:  relative;
}

.banner-main-2 p .cont-line {
  width: 40px;
  height: 1px;
  display: block;
  background: #151515;
  position:  absolute;
  left: -4px;
  top: 17px;
}

.projects-filter {
  width: 100%;
  float: left;
}

.filter-header {
  width: 100%;
  float: left;
  padding-top: 95px;
  padding-bottom: 26px;
}

.projects-filter.products-page .filter-header {
  padding-top: 81px;
}

.projects-filter .filter-header .content {
  position: relative;
  overflow: visible;
}

.filter-header  .f-header-left {
  float: left;
}

.filter-header .filter-menu {
  float: left;
}

.filter-header .filter-menu ul {
  list-style: none;
}

.filter-header .filter-menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  color: #9e9e9e;
  font-family: "Circular Std", sans-serif;
  padding-left: 33px;
  padding-right: 10px;
  background: url(../images/filter-menu-li-bg.jpg) no-repeat left center;
  transition: 0.6s all;
  cursor:  pointer;
}

div.location-keywords-con.filter-menu li {
    background: none;
    padding-left: 0;
}
div.year-keywords-con.filter-menu ul li {
    background: none;
    padding-left: 0;
}

div.filter-keywords-con.filter-menu ul li {
    background: none;
    padding-left: 0;
}

.filter-header .filter-menu ul li:first-child {
  padding-left: 0;
  background: unset;
}

.filter-header .filter-menu ul li.active,
.filter-header .filter-menu ul li:hover {
  color: #000;
}


.filter-header .f-header-left .product-types {
  /*background-color: #fff;
  background-image: url(../images/product-types-select-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 9px) center;
  cursor: pointer;*/
  moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #141414;
  font-size: 24px;
  font-weight: 700;
  font-family: "Circular Std", sans-serif;
  height: 51px;
  width: 376px;
  margin-top: -11px;
}

.filter-header .f-header-right {
  float: right;
}

.filter-header .filter-extra {
  list-style: none;
}

.filter-header .filter-keywords-con {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  float:  left;
  width:  100%;
  margin-top: 23px;
  padding-top: 28px;
  padding-bottom: 13px;
  display: none;
}

.filter-header .year-keywords-con{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  float:  left;
  width:  100%;
  margin-top: 23px;
  padding-top: 28px;
  padding-bottom: 13px;
  display: none;
}

.filter-header .location-keywords-con{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  float:  left;
  width:  100%;
  margin-top: 23px;
  padding-top: 28px;
  padding-bottom: 13px;
  display: none;
}

.filter-header .filter-keywords-con ul {
  float: left;
  width: 33.33%;
  list-style: none;
  padding-left: 3%;
  box-sizing:  border-box;
}

.filter-header .year-keywords-con ul {
  float: left;
  width: 33.33%;
  list-style: none;
  padding-left: 3%;
  box-sizing:  border-box;
}

.filter-header .location-keywords-con ul {
  float: left;
  width: 25%;
  list-style: none;
  padding-left: 3%;
  box-sizing:  border-box;
}

.filter-header .filter-keywords-con ul li {
  display: block;
  margin-top: 20px;
  margin-bottom: 26px;
  float:  left;
  width: 100%; 
  cursor: pointer;


  font-size: 22px;
  font-weight: 400;
  color: #9e9e9e;
  font-family: "Circular Std", sans-serif;
}

.filter-keywords-con ul li:hover {
  color: #000;
}
.filter-keywords-con ul li.active {
  color: #000;
}
.filter-header .filter-keywords-con ul li.active {
  color: #000;
}

.filter-header .year-keywords-con ul li {
  display: block;
  margin-top: 20px;
  margin-bottom: 26px;
  float:  left;
  width: 100%;
}

.filter-header .location-keywords-con ul li {
  display: block;
  margin-top: 20px;
  margin-bottom: 26px;
  float:  left;
  width: 100%;
}

.filter-header .filter-keywords-con ul li a {
  font-size: 22px;
  font-weight: 700;
  color: #1b1919;
  font-family: "Circular Std", sans-serif;
  text-decoration:  none;
}

.filter-header .year-keywords-con ul li a {
  font-size: 22px;
  font-weight: 700;
  color: #1b1919;
  font-family: "Circular Std", sans-serif;
  text-decoration:  none;
}

.filter-header .location-keywords-con ul li a {
  font-size: 22px;
  font-weight: 700;
  color: #1b1919;
  font-family: "Circular Std", sans-serif;
  text-decoration:  none;
}

.filter-header .filter-keywords-con ul li a:hover,
.filter-header .filter-keywords-con ul li a.active {
  color: #092ebc;
}

.filter-header .year-keywords-con ul li a:hover,
.filter-header .year-keywords-con ul li a.active {
  color: #092ebc;
}

.filter-header .location-keywords-con ul li a:hover,
.filter-header .location-keywords-con ul li a.active {
  color: #092ebc;
}

.filter-header .filter-extra li {
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  color: #1b1919;
  font-family: "Circular Std", sans-serif;
  padding-left: 32px;
  transition: 0.6s all;
  cursor:  pointer;
}

.filter-header .filter-extra li:first-child {
  padding-left: 0;
}

.filter-header .filter-extra li img {
  display: inline-block;
  padding-left: 15px;
}

.filter-header .filter-extra li.active,
.filter-header .filter-extra li:hover {
  color: #000;
}

.filter-search-con {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  float:  left;
  width:  100%;
  margin-top: 23px;
  padding-top: 36px;
  padding-bottom: 36px;
  display: none;
}

.filter-search-con .filter-search {
  position: relative;
  margin: 0 auto 0;
  border: 1px solid #dfdfdf;
  width: 92%;
  box-sizing: border-box;
  border-radius: 25px;
}

.filter-search-con .filter-search .filter-search-field {
  width: 100%;
  height: 52px;
  line-height: 50px;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  color: #1b1919;
  font-family: "Circular Std", sans-serif;
  padding-left: 33px;
  padding-right: 84px;
  background: #fff;
  border-radius: 27px;
}

.filter-search-con .filter-search .filter-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 74px;
  height: 52px;
  text-indent: -9999px;
  background: #9e9e9e url('https://image.ibb.co/evHC9o/m_search_icon.png') no-repeat center center;
  cursor: pointer;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  transition: 0.5s all;
}

.filter-search-con .filter-search .filter-search-btn:hover {
  background: #a3a3a3 url('https://image.ibb.co/evHC9o/m_search_icon.png') no-repeat center center;
}

.m-search-close {
  position: absolute;
  top: 85px;
  right: 27px;
  z-index: 2;
  font-size:  22px !important;
  font-weight:  700 !important;
  display: none !important;
}

.projects-filter .filter-container {
  width: 100%;
  float: left;
}

.projects-filter .filter-container .content {
  max-width: 1225px;
}

.projects-filter .filter-container .grid {
/*   background: #DDD; */
}

.projects-filter .filter-container .grid:after {
  content: '';
  display: block;
  clear: both;
}

.projects-filter .filter-container .grid-sizer,
.projects-filter .filter-container .grid-item {
/*   width: 31.333%; */
  width: 31.32%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 30px;
}

.projects-filter .filter-container .grid-item {
  float: left;
}

.projects-filter .filter-container .grid-item img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.projects-filter .filter-container .item h4 {
  position: absolute;
  top: 10px;
  left: 18px;
  font-size: 14px;
  color: #141414;
  font-weight: 400;
  font-family: "Circular Std", sans-serif;
}

.projects-filter .filter-container .item .item-h-info-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  display: none;
}

.projects-filter .filter-container .item:hover h4 {
/*   display: none; */
}

.projects-filter .filter-container .item:hover .item-h-info-outer {
  display: block;
}

.projects-filter .filter-container .item .item-h-info {
  display: table;
  background: transparent;
  height:  100%;
  width: 100%;
  padding: 0 11px;
  box-sizing:  border-box;
}

.projects-filter .filter-container .item .item-h-info-cont {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.projects-filter .filter-container .item .item-h-info img {
  width: 53px;
  display: inline-block;
  margin-bottom: 38px;
}

.projects-filter .filter-container .item.item-height-small .item-h-info img {
  margin-bottom: 13px;
  margin-top: 3px;
}

.projects-filter .filter-container .item .item-h-info h3 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Circular Std", sans-serif;
  margin-top:  0;
  margin-bottom: 0%;
}

.projects-filter .filter-container .item .item-h-info p {
  font-size: 12px;
  font-weight: 600;
  color: #a3a3a3;
  font-family: "Circular Std", sans-serif;
  margin-bottom: 18px;
}

.projects-filter .filter-container .item.item-height-small .item-h-info h3 {
  font-size: 20px;
}

.projects-filter .filter-container .item.item-height-small .item-h-info p {
  margin-bottom: 6px;
}

.projects-filter .filter-container .item .item-h-info p.item-line {
  margin-bottom: 14px;
}

.projects-filter .filter-container .item.item-height-small .item-h-info p.item-line {
  margin-bottom: 0px;
}

.projects-filter .filter-container .item .item-h-info .item-line span {
  display: inline-block;
  height: 46px;
  width: 1px;
  background: #fff;
}

.projects-filter .filter-container .item.item-height-small .item-h-info p.item-line span {
  height: 36px;
}

.projects-filter .filter-container .item .item-h-info a {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Circular Std", sans-serif;
  text-decoration:  none;
  transition: 0.5s all;
}

.projects-filter .filter-container .item .item-h-info a:hover {
  color: #a3a3a3;
}

.btn-load-more {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
}

.btn-load-more .btn-s1 {
  float: none;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}


/* .projects-filter .filter-container .item.item-width-1 {
  width: 425px;
  margin-left: 25px;
}

.projects-filter .filter-container .item.item-width-2 {
  width: 348px;
  margin-left: 25px;
}

.projects-filter .filter-container .item.item-width-3 {
  width: 344px;
  margin-left: 24px;
}
 */


.filter-project-detail-box-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: none;
  overflow: auto;
}

.filter-project-detail-box {
  display: table;
  width: 100%;
  height: 100%;
}

.filter-project-detail-box-cont {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.filter-project-detail-box-cont .project-details {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1230px;
  max-height: 616px;
  background: #101010;
  overflow: hidden;
  color: #fff;
  text-align: left;
  position: relative;
}

.filter-project-detail-box-cont .project-details .project-detail-img {
  float: left;
    width: 50%;
    position: relative;
}

.filter-project-detail-box-cont .project-details .project-detail-text {
  float: left;
  width: 50%;
  background: #101010;
  max-height: 616px;
  overflow: auto;
  padding-left: 4.5%;
  padding-right: 4.5%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.filter-project-detail-box-cont .project-details .project-detail-text h4 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  font-family: "Circular Std", sans-serif;
  margin-top: 0px;
}

.filter-project-detail-box-cont .project-details .project-detail-text p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 36px;
  font-family: "Circular Std", sans-serif;
  margin-bottom: 0;
}

.filter-project-detail-box-cont .project-details .project-detail-text .separator {
  width: 100%;
  height: 2px;
  background: #fff;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;

}

.close-view-project {
  position: absolute;
  top: 10px;
  right: 22px;
  font-size: 23px;
  color: #fff !important;
  font-weight: 700;
  font-family: "Circular Std", sans-serif;
  text-decoration: none;
}

.close-view-project:hover {
  text-decoration: none;
}

/* ========== Projects Page STYLES // END ========== */




/* ========== Products Page STYLES // START ========== */

.products-con {
  width: 100%;
  float: left;
  padding-top: 37px;
}

.products-con .w-100 {
  width: 100%;
}

.products-con .w-60 {
  width: 60.17094%;      /* 704px; */
}

.products-con .w-50 {
  width: 48.97435%;      /* 573px; */
}

.products-con .w-40 {
  width: 36.83760%;      /* 431px; */
}

.products-con .w-33 {
  width: 31.9658%;   /* 374px */
  margin-right: 2.0512%;    /* 24px; */
}

.products-con .w-33:last-child {
  margin-right: 0;
}

.products-con .w-25 {
  width: 47.64397%;   /* 273px */
  margin-right: 4.7120%;    /* 27px */
}

.products-con .w-25:nth-child(2n) {
  margin-right: 0;
}

.products-con .h-50 {
  height: 573px;
  margin-bottom: 27px;
}

.products-con .h-40 {
  height: 411px;
  margin-bottom: 27px;
}

.products-con .h-33 {
  height: 372px;
  margin-bottom: 27px;
}

.products-con .h-30 {
  height: 326px;
  margin-bottom: 27px;
}

.products-con .h-25 {
  height: 273px;
  margin-bottom: 26px;
}

.products-con .h-25:nth-child(3n),
.products-con .h-25:nth-child(4n) {
  margin-bottom: 0;
}

.products-con .a-left {
  float: left;
}

.products-con .a-right {
  float: right;
}

.products-con .p-sect {
  width: 100%;
  float: left;
  padding-bottom: 29px;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 51px;
}

.products-con .p-info-box {
  position: relative;
}

.products-con .p-info-con {
  background: rgba(0,0,0,0.8);
  display: table;
  height:  100%;
  width: 100%;
  padding: 0 8px;
  box-sizing:  border-box;
}

.products-con .p-info {
  display: table-cell;
  vertical-align: middle;
}

.products-con .p-info-cont {
  width: 100%;
  max-width: 376px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 10px;
  box-sizing:  border-box;
  /* margin-top: -32px; */
}

.products-con .p-info-cont h4 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  font-family: "Circular Std", sans-serif;
  letter-spacing: 0.7px;
  margin-bottom: 32px;
  line-height: 48px;
}

.products-con .p-info-cont h4 .hd-line {
  height: 1px;
  background: #bbbbbb;
  float: right;
}

.products-con .p-info-cont h4 .hd-line.hd-line-small {
  width: 16%;
  margin-right: 7%;
  margin-top: 20px;
}

.products-con .p-info-cont h4 .hd-line.hd-line-medium {
  width: 30%;
  margin-right: 8%;
  margin-top: 20px;
}

.products-con .p-info-cont h4 .hd-line.hd-line-large {
  width: 40%;
  margin-right: 9%;
  margin-top: 20px;
}

.products-con .p-sect-1 .p-info-cont h4 .hd-line.hd-line-small {
  width: 30%;
}

.products-con .p-info-cont p {
  font-size: 17px;
  font-weight: 100;
  color: #fff;
  line-height: 36px;
  font-family: "Circular Std", sans-serif;
}

.products-con .p-type {
  float: left;
  background: #f1f1f2;
  position: relative;
  overflow: hidden;
}

.products-con .p-type h4 {
    font-size: 14px;
    color: #141414;
    font-family: "Circular Std", sans-serif;
    position: absolute;
    padding-top: 3.7%;
    padding-left: 7%;
    padding-right: 7%;
    letter-spacing: -0.2px;
    z-index: 1;
    left:  0;
    right:  0;
}

.products-con .p-type .p-img-con {
  display: table;
  height: 100%;
  width: 100%;
}

.products-con .p-type .p-img {
  display: table-cell;
  vertical-align: middle;
}

.products-con .p-type .p-img img {
  margin-left: auto;
  margin-right: auto;
}

/* ========== Products Page STYLES // END ========== */


.projects-filter .p-type.p-t1.w-100.h-30:hover .item-h-info-outer {
  display: block;
}
.projects-filter .p-type.p-t1.w-100.h-30 .item-h-info-cont h3{
  color:#fff;
}
.projects-filter .p-type.p-t1.w-100.h-30 .item-h-info-cont p{
  color:#fff;
  margin-top:10px;
}
.projects-filter .p-type.p-t1.w-100.h-30 .item-h-info-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  display: none;
}

.projects-filter .p-type.p-t1.w-100.h-30 .item-h-info-cont {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.projects-filter .p-type.p-t1.w-100.h-30 .item-h-info {
    display: table;
    background: transparent;
    height: 100%;
    width: 100%;
    padding: 0 11px;
    box-sizing: border-box;
}
.projects-filter .p-type.p-t1.w-100.h-50.a-one:hover .item-h-info-outer {
  display: block;
}
.projects-filter .p-type.p-t1.w-100.h-50.a-one .item-h-info-cont h3{
  color:#fff;
}
.projects-filter .p-type.p-t1.w-100.h-50.a-one .item-h-info-cont p{
  color:#fff;
  margin-top:10px;
}
.projects-filter .p-type.p-t1.w-100.h-50.a-one .item-h-info-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  display: none;
}

.projects-filter .p-type.p-t1.w-100.h-50.a-one .item-h-info-cont {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.projects-filter .p-type.p-t1.w-100.h-50.a-one .item-h-info {
    display: table;
    background: transparent;
    height: 100%;
    width: 100%;
    padding: 0 11px;
    box-sizing: border-box;
}



.projects-filter .p-type.p-t1.w-25.h-25 .item-h-info-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  display: none;
}

.projects-filter .p-type.p-t1.w-25.h-25 .item-h-info-cont {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.projects-filter .p-type.p-t1.w-25.h-25 .item-h-info {
    display: table;
    background: transparent;
    height: 100%;
    width: 100%;
    padding: 0 11px;
    box-sizing: border-box;
}
.projects-filter .p-type.p-t1.w-25.h-25:hover .item-h-info-outer {
  display: block;
}
.projects-filter .p-type.p-t1.w-25.h-25 .item-h-info-cont h3{
  color:#fff;
}
.projects-filter .p-type.p-t1.w-25.h-25 .item-h-info-cont p{
  color:#fff;
  margin-top:10px;
}






.projects-filter .p-type.p-t1.w-100.h-25:hover .item-h-info-outer {
  display: block;
}
.projects-filter .p-type.p-t1.w-100.h-25 .item-h-info-cont h3{
  color:#fff;
}
.projects-filter .p-type.p-t1.w-100.h-25 .item-h-info-cont p{
  color:#fff;
  margin-top:10px;
}
.projects-filter .p-type.p-t1.w-100.h-25 .item-h-info-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  display: none;
}

.projects-filter .p-type.p-t1.w-100.h-25 .item-h-info-cont {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.projects-filter .p-type.p-t1.w-100.h-25 .item-h-info {
    display: table;
    background: transparent;
    height: 100%;
    width: 100%;
    padding: 0 11px;
    box-sizing: border-box;
}


.projects-filter .p-type.p-t1.w-100.h-33:hover .item-h-info-outer {
  display: block;
}
.projects-filter .p-type.p-t1.w-100.h-33 .item-h-info-cont h3{
  color:#fff;
}
.projects-filter .p-type.p-t1.w-100.h-33 .item-h-info-cont p{
  color:#fff;
  margin-top:10px;
}
.projects-filter .p-type.p-t1.w-100.h-33 .item-h-info-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  display: none;
}

.projects-filter .p-type.p-t1.w-100.h-33 .item-h-info-cont {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.projects-filter .p-type.p-t1.w-100.h-33 .item-h-info {
    display: table;
    background: transparent;
    height: 100%;
    width: 100%;
    padding: 0 11px;
    box-sizing: border-box;
}



.projects-filter .p-type.p-t1.w-100.h-40:hover .item-h-info-outer {
  display: block;
}
.projects-filter .p-type.p-t1.w-100.h-40 .item-h-info-cont h3{
  color:#fff;
}
.projects-filter .p-type.p-t1.w-100.h-40 .item-h-info-cont p{
  color:#fff;
  margin-top:10px;
}
.projects-filter .p-type.p-t1.w-100.h-40 .item-h-info-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  display: none;
}

.projects-filter .p-type.p-t1.w-100.h-40 .item-h-info-cont {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.projects-filter .p-type.p-t1.w-100.h-40 .item-h-info {
    display: table;
    background: transparent;
    height: 100%;
    width: 100%;
    padding: 0 11px;
    box-sizing: border-box;
}






section.text-section-top p {
    width: 50%;
}




/* ======= Custom styles ======= */
.form-error {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    margin-top: 32px;
    background: #ff0000;
    padding: 2px 8px;
    display:none;
    /* left: 0; */
}
.pop_form-error {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    margin-top: 2px;
    background: #ff0000;
    padding: 2px 8px;
    display:none;
    /* left: 0; */
}
.form-success-notif {
      color: #fff;
    padding-top: 10px;
    background: #10d80d;
    float: left;
    width: 100%;
    padding: 3px 8px;
    margin-top: 25px;
    font-size: 13px;
    font-weight: 400;
    display:none;
}
.form-fail-notif {
      color: #fff;
    padding-top: 10px;
    background: #ff0000;
    float: left;
    width: 100%;
    padding: 3px 8px;
    margin-top: 25px;
    font-size: 13px;
    font-weight: 400;
    display:none;
}








/* ========== RESPONSIVE STYLES // START ========== */

@media (max-width: 1920px) {
  .banner .b-overlay,
  .banner-small,
  .banner-main-2 .b-con {
    height: 780px;
  }

  .banner.banner-main .b-overlay {
    height: 910px;
  }
}

@media (max-width: 1600px) {
  .banner .b-overlay,
  .banner-small,
  .banner-main-2 .b-con {
    height: 700px;
  }

  .banner.banner-main .b-overlay {
    height: 830px;
  }
}


@media (max-width: 1366px) {

    
  .banner .b-overlay,
  .banner-small,
  .banner-main-2 .b-con {
    height: 625px;
  }

  .banner.banner-main .b-overlay {
    height: 688px;
  }
}

@media (max-width: 1150px) {
    
  .r-d-main .rd-boxed .rd-boxed-content {
    padding: 50px 5% 10px 5%;
  }

  .projects-filter .filter-container .item.item-height-small .item-h-info h3 {
    font-size: 18px;
  }

  .filter-project-detail-box-cont .project-details .project-detail-text h4 {
    margin-top: 50px;
  }
}

@media (max-width: 1100px) {
    
/* ========== Products Black Part STYLES // Start ========== */

.products_blackpart p{
    font-size: 17px;
}

/* ========== Products Black Part STYLES // End ========== */
    
  .contact-details .contact-text {
    padding-left: 3%;
  }

  .r-d-main .rd-boxed .rd-boxed-content {
    padding: 50px 10px 10px 5%;
  }
  
  .rd-box-r .rd-box-content,
  .rd-box-l .rd-box-content {
    padding-top: 20px;
  }

  .rd-box .rd-box-content p {
    margin-bottom: 20px;
  }

  .banner-main-2 .b-content {
    margin-left: 12%;
  }

  .projects-filter .filter-container .item.item-height-small .item-h-info img {
    width: 42px;
    margin-bottom: 8px;
  }

  .projects-filter .filter-container .item.item-height-small .item-h-info h3 {
    font-size: 16px;
  }

  .projects-filter .filter-container .item.item-height-small .item-h-info p {
    margin-bottom: 2px;
  }

  .projects-filter .filter-container .item.item-height-small .item-h-info p.item-line {
    margin-bottom: -2px;
  }

  .projects-filter .filter-container .item .item-h-info a {
    font-size: 14px;
  }

  .filter-project-detail-box-cont .project-details .project-detail-text h4 {
    margin-top: 20px;
  }
}

@media (max-width: 1050px) {
    
/* ========== Products Black Part STYLES // Start ========== */
.products_blackpart p{
    padding: 60px 0px 50px 0px;
}
/* ========== Products Black Part STYLES // End ========== */   
            
    
  nav {
    width: 64%;
  }

  .testimonials .usr-name-sect {
    height: 190px;
    padding-top: 66px;
    width: 44%;
  }

  .r-and-d .rd-content {
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 40px;
  }

  .contact-details .contact-block-small .contact-text {
    padding: 10px 10px 0 5%;
  }

  .rd-certificates .rd-cf .rd-cf-heading {
    font-size: 108px;
  }

  .rd-certificates .rd-cf h4 {
    font-size: 22px;
    line-height: 28px;
    padding-left: 15%;
  }

  .rd-certificates .rd-cf h4 span {
    font-size: 16px;
    line-height: 30px;
  }

  .filter-project-detail-box-cont .project-details .project-detail-text h4 {
    margin-top: 0;
  }

  .filter-project-detail-box-cont .project-details .project-detail-text {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

@media (max-width: 1024px) {
            
    
  .contact-details .contact-text {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .contact-details .contact-text h4 {
    margin-bottom: 20px;
  }

  .contact-details .contact-text h5,
  .contact-details .contact-block-small .contact-text h5 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .contact-details .contact-text ul li {
    letter-spacing: 0.3px;
  }

  .r-d-main .rd-boxed .rd-boxed-content {
    padding: 30px 10px 10px 3%;
  }
}

@media (max-width: 980px){
        
  
  header.header-home {
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    margin-top: 30px;
  }
  
  header.header-home .logo {
    margin-left: 15px;
  }

  nav {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  nav .burgermenu {
    display: block;
  }

  nav .menu {
    display: none;
    height: auto;
  }

  nav .menu {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 5px;
  }

  header.header-home nav .menu {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.5);
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  nav .menu li {
    width: 100%;
    height: auto;
    line-height: normal;
    padding-left: 0;
    padding-right: 0;
    float:  left;
  }

  nav .menu li a {
    display: block;
    height: 32px;
    line-height: 32px;
  }

  .banner {
    margin-top: 30px;
  }
.about-us {
    height: auto;
}
.about-img {
    width: 100%;
}
.usr-message.aos-init.right {
    text-align: right !important;
    right: 0;
    left: unset !important;
}
  .about-us .about-us-heading {
    width: 24%;
  }

  .about-us .about-us-content {
    width: 100%;
  }

  .testimonials .usr-message {
    height: 200px;
    padding-right: 7%;
    padding-top: 40px;
  }

  .contact-details .contact-text h4 {
    font-size: 20px;
  }

  .contact-details .contact-text h5,
  .contact-details .contact-block-small .contact-text h5 {
    font-size: 20px;
  }

  .contact-details .contact-block-small .contact-text h5 {
    margin-top: 10px;
  }

  .contact-details .contact-text p,
  .contact-details .contact-text p a,
  .contact-details .contact-text ul li,
  .contact-details .contact-text ul li a {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .contact-details .contact-block-small .contact-text p,
  .contact-details .contact-block-small .contact-text p a,
  .contact-details .contact-block-small .contact-text ul li,
  .contact-details .contact-block-small .contact-text ul li a {
    line-height: 32px;
  }

  .r-d-main .rd-boxed h5 {
    margin-bottom: 40px;
  }

  .r-d-main .rd-boxed p {
    font-size: 18px;
    line-height: 32px;
  }

  .rd-box-r .rd-box-content,
  .rd-box-l .rd-box-content {
    padding-top: 0px;
  }

  .projects-filter .filter-container .grid-sizer, .projects-filter .filter-container .grid-item {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  .projects-filter .filter-container .item .item-h-info {
    padding: 0 12px;
  }

  .projects-filter .filter-container .item.item-height-small .item-h-info img {
    width: 48px;
    margin-bottom: 8px;
  }

  .projects-filter .filter-container .item.item-height-small .item-h-info h3 {
    font-size: 22px;
  }

  .projects-filter .filter-container .item.item-height-small .item-h-info p {
    margin-bottom: 2px;
  }

  .projects-filter .filter-container .item.item-height-small .item-h-info p.item-line {
    margin-bottom: -2px;
  }

  .projects-filter .filter-container .item .item-h-info a {
    font-size: 14px;
  }

  .filter-project-detail-box-cont .project-details .project-detail-img,
  .filter-project-detail-box-cont .project-details .project-detail-text {
    width: 100%;
  }

  .filter-project-detail-box-cont .project-details .project-detail-img img {
    width: 100%;
  }

  .filter-project-detail-box-cont .project-details {
    max-height: 100%;
  }

  .filter-project-detail-box-cont .project-details .project-detail-text h4 {
    margin-top: 20px;
  }

  .filter-project-detail-box-cont .project-details .project-detail-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .products-con .h-50 {
    height: 440px;
  }
  
  .products-con .h-33 {
    height: 310px;
  }
  
  .products-con .h-30 {
    height: 260px;
  }

  .products-con .h-25 {
    height: 210px;
    margin-bottom: 20px;
  }

}

@media (max-width: 900px) {
  .projects .project-img,
  .projects .project-content {
    width: 100%;
    padding-left: 0;
  }

  .projects .project-img img {
    width: 100%;
  }

  .testimonials .usr-name-sect {
    width: 50%;
    left: 15%;
    height: 160px;
    padding-top: 50px;
  }

  .r-and-d .rd-img {
    width: 100%;
  }

  .r-and-d .rd-img img {
    width: 100%;
  }

  .r-and-d .rd-content {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .contact-details .contact-text {
    padding-top: 30px;
  }

  .contact-details .contact-text h4 {
    font-size: 20px;
  }

  .contact-details .contact-text h5,
  .contact-details .contact-block-small .contact-text {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .contact-details .contact-text p,
  .contact-details .contact-text p a,
  .contact-details .contact-text ul li,
  .contact-details .contact-text ul li a {
    font-size: 15px;
    margin-bottom: 4px;
  }

  .contact-details .contact-block-small .contact-text p,
  .contact-details .contact-block-small .contact-text p a,
  .contact-details .contact-block-small .contact-text ul li,
  .contact-details .contact-block-small .contact-text ul li a {
    line-height: 28px;
  }

  .contact-details .contact-block-small .contact-text h5 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .r-d-main .rd-boxed h4 {
    font-size: 26px;
    line-height: 30px;
  }

  .r-d-main .rd-boxed h5 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .r-d-main .rd-boxed p {
    font-size: 16px;
    line-height: 28px;
  }

  .rd-box .rd-box-content p {
    font-size: 18px;
    line-height: 28px;
  }

  .rd-certificates .rd-cf .rd-cf-heading {
    font-size: 102px;
  }

  .rd-certificates .rd-cf h4 {
    font-size: 20px;
    line-height: 26px;
    padding-left: 12%;
  }

  .rd-certificates .rd-cf h4 span {
    font-size: 14px;
    line-height: 26px;
  }

  .banner-main-2 .b-content {
    margin-left: 10%;
  }
}

@media (max-width: 800px){
    
}

@media (max-width: 768px){
/* ========== Products Black Part STYLES // Start ========== */
.products_blackpart p{
    font-size: 16px;
}
.black_part2{
    width: 70%   
}
/* ========== Products Black Part STYLES // End ========== */
    

  .banner .b-overlay {
    height: 500px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .banner.banner-main .b-overlay {
    height: 600px;
  }

  .banner-small,
  .banner-main-2 .b-con {
    height: 500px;
  }

  .banner h1 {
    font-size: 40px;
  }

  .banner p {
    font-size: 18px;
  }

  .banner-main-2 h4 {
    font-size: 32px;
    margin-bottom: 14px;
  }

  .banner-main-2 p {
    line-height: 28px;
  }

  .products-container .ps-l,
  .products-container .ps-rs,
  .products-container .ps-m-l,
  .products-container .ps-m-r,
  .products-container .ps-ls,
  .products-container .ps-r {
    width: 100%;
    padding-left: 0;
  }

  .products .ps-m-r .p-s4 .p-img-con .p-img {
    padding-top: 12%;
  }

  .testimonials .usr-message,
  .testimonials .usr-name-sect {
    width: 100%;
    position: static;
    float: left;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }

  .testimonials .usr-img {
    width: 100%;
    float: left;
  }

  .testimonials .usr-img img {
    width: 100%;
  }

  .testimonials p {
    text-align: center !important;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brands {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  footer {
    padding-bottom: 40px;
  }
  
  .contact-us .contact-info,
  .contact-us .contact-form {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .contact-details .contact-img,
  .contact-details .contact-text {
    width: 100%;
  }

  .contact-details .contact-img img {
    width: 100%;
  }

  .contact-details .contact-text {
    padding-left: 5.23%;
    padding-right: 15px;
    padding-top: 46px;
    padding-bottom: 40px;
  }

  .contact-details .contact-text h4 {
    font-size: 24px;
    margin-bottom: 46px;
  }

  .contact-details .contact-text h5 {
    font-size: 20px;
    margin-top: 36px;
    margin-bottom: 48px;
  }

  .contact-details .contact-text p,
  .contact-details .contact-text p a,
  .contact-details .contact-text ul li,
  .contact-details .contact-text ul li a {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .contact-details .contact-text ul li {
    letter-spacing: 0.5px;
  }

  .contact-details .contact-text ul li:first-child {
    padding-right: 5px;
  }

  .contact-details .contact-text ul li:last-child {
    display: block;
  }

  .contact-details .contact-block-small .contact-text {
    padding: 25px 10px 20px 5.8%;
  }

  .contact-details .contact-block-small .contact-text h5 {
    font-size: 24px;
    margin-bottom: 43px;
    margin-top: 30px;
  }

  .contact-details .contact-block-small .contact-text p,
  .contact-details .contact-block-small .contact-text p a,
  .contact-details .contact-block-small .contact-text ul li,
  .contact-details .contact-block-small .contact-text ul li a {
    line-height: 36px;
    margin-bottom: 0;
  }

  .contact-details .contact-block-small .contact-text ul li:nth-child(2n) {
    clear: left;
  }

  .r-d-main .content-left,
  .r-d-main .content-right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .r-d-main .rd-boxed .rd-boxed-img,
  .r-d-main .rd-boxed .rd-boxed-content {
    width: 100%;
  }

  .r-d-main .rd-boxed .rd-boxed-img img {
    width: 100%;
  }

  .r-d-main .rd-boxed .rd-boxed-content {
    padding: 77px 5.8% 50px 6%;
  }

  .r-d-main .rd-boxed h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .r-d-main .rd-boxed h4 br {
    display: none;
  }

  .r-d-main .rd-boxed h5 {
    font-size: 24px;
    margin-bottom: 78px;
  }

  .r-d-main .rd-boxed p {
    font-size: 20px;
    line-height: 36px;
  }

  .rd-box {
    margin-bottom: 60px;
  }

  .rd-box .rd-box-img,
  .rd-box .rd-box-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
  }

  .rd-box .rd-box-img img {
    width: 100%;
  }

  .rd-box .rd-box-content p {
    font-size: 20px;
    line-height: 36px;
  }

  .rd-certificates .sect-title-3 h2 {
    font-size: 44px;
  }

  .rd-certificates .sect-title-3 .sect-line {
    width: 124px;
    top: -10px;
  }

  .rd-certificates .rd-cf {
    height: 260px;
  }

  .rd-certificates .rd-cf.cf-2 {
    margin-top: 220px;
    padding-top: 120px;
  }

  .rd-certificates .rd-cf.cf-5 {
    margin-top: 185px;
    padding-top: 120px;
  }

  .rd-certificates .rd-cf .rd-cf-heading {
    font-size: 84px;
    line-height: 76px;
  }

  .rd-certificates .rd-cf h4 {
    font-size: 16px;
    line-height: 20px;
    padding-left: 12%;
  }

  .rd-certificates .rd-cf h4 span {
    font-size: 12px;
    line-height: 20px;
  }

  .banner-main-2 .b-content {
    margin-left: 0;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
    bottom: 40px;
  }

  .projects-filter .filter-container .item.item-height-small .item-h-info img {
    width: 42px;
    margin-bottom: 6px;
  }

  .projects-filter .filter-container .item.item-height-small .item-h-info h3 {
    font-size: 17px;
  }

  .projects-filter .filter-container .item .item-h-info a {
    font-size: 14px;
  }

  .filter-header .f-header-left {
    margin-bottom: 15px;
  }

  .filter-header .f-header-left,
  .filter-header .f-header-right {
    width: 100%;
  }

  .products-con .w-50 {
    width: 100%;
  }

  .products-con .h-50 {
    height: 100%;
  }

  .products-con .w-100.h-50 {
    margin-bottom: 0;
  } 

  .products-con .h-33 {
    height: 273px;
  }

  .products-con .h-25 {
    height: 273px;
    margin-bottom: 25px;
  }

  .products-con .h-50 .w-100.h-25:last-child {
    margin-bottom: 0 !important;
  }

  .products-con .h-30 {
    height: 220px;
  }


}

@media (max-width: 736px){
  
}

@media (max-width: 667px){
  .products-con .w-33 {
    width: 100%;
    margin-right: 0;
  }

  .products-con .h-33 {
    height: 372px;
  }
}

@media (max-width: 640px){

/* ========== Products Black Part STYLES // Start ========== */

.black_part2{
    height: 100%; 
    margin: auto; 
    width: 80%   
}


/* ========== Products Black Part STYLES // End ========== */
            
    
    
  .about-us .about-us-heading {
    width: 100%;
    margin-bottom: 40px;
  }

  .about-us .about-us-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  footer .footer-links .social-links {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  footer .footer-links .copyrights-info {
    text-align: center;
    margin-top: 30px;
    width: 100%;
    padding-right: 0;
  }

  .rd-certificates .rd-cf {
    width: 100% !important;
    height: auto !important;
    margin-top: 40px !important;
    padding-top: 0 !important;
    border-right: none;
    float: left;
    border-bottom: 1px solid #b7b7b7;
  }

  .rd-certificates .rd-cf .rd-cf-heading {
    left: 0;
    margin-top: 0 !important;
  }

  .projects-filter .filter-container .grid-sizer, .projects-filter .filter-container .grid-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .projects-filter .filter-container .item.item-height-small .item-h-info img {
    width: 48px;
    margin-bottom: 8px;
  }

  .projects-filter .filter-container .item.item-height-small .item-h-info h3 {
    font-size: 22px;
  }

  .projects-filter .filter-container .item.item-height-small .item-h-info p {
    margin-bottom: 2px;
  }

  .projects-filter .filter-container .item.item-height-small .item-h-info p.item-line {
    margin-bottom: -2px;
  }

  .projects-filter .filter-container .item .item-h-info a {
    font-size: 14px;
  }
}

@media (max-width: 568px){
    
/* ========== Products Black Part STYLES // Start ========== */

.black_part2{
    height: 100%; 
    margin: auto; 
    width: 80%   
}


/* ========== Products Black Part STYLES // End ========== */
        
    
    
  .banner .b-overlay,
  .banner-small,
  .banner-main-2 .b-con {
    height: 400px;
  }

  .banner.banner-main .b-overlay {
    height: 500px;
  }

  .banner h1 {
    font-size: 30px;
  }

  .banner p {
    font-size: 16px;
  }

  .products .ps-r .p-s2 h4 {
    right: 15%;
  }

  .contact-details .contact-text ul li {
    display: block;
  }

  .contact-details .contact-text ul li span {
    display: none;
  }

  .sect-title-2 h2 {
    font-size: 32px;
  }

  .rd-features .rd-feature-box {
    width: 48%;
    margin-right: 4%;
  }

  .rd-features .rd-feature-box:nth-child(3n) {
    margin-right: 4%;
  }

  .rd-features .rd-feature-box:nth-child(2n) {
    margin-right: 0;
  }

  .filter-header .filter-keywords-con ul {
    width: 100%;
  }

  .filter-header .filter-menu {
    width: 100%;
  }

  .filter-header .filter-menu ul li {
    display: block;
    background: unset;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }

  .filter-header .f-header-left select.product-types {
    font-size: 22px;
    width: 100%;
    max-width: 248px;
    box-sizing:  border-box;
  }

  .products-con .w-60,
  .products-con .w-40 {
    width: 100%;
  }

  .products-con .h-30 {
    height: 326px;
  }
}

@media (max-width: 480px){
/* ========== Products black Part STYLES // Start ========== */

.products_blackpart p {
    padding: 40px 0px 25px 0px;
}
.black_part2{
    width: 80%   
}
/* ========== Products Black Part STYLES // End ========== */
    
    
  .banner {
    margin-top: 20px;
  }

  .logo {
    max-width: 160px;
    margin-top: 20px;
  }

  nav .burgermenu {
    top: -62px;
  }

  .loader .loader-img img {
    display: inline-block;
    width: 100px;
  }

  .sect-title {
    font-size: 32px;
  }

  .sub-title {
    line-height: normal;
  }

  .products .ps-r .p-s2 h4 {
    right: 7%;
  }

  .carousel-control span.prev-slide {
    left: 10px;
  }

  .carousel-control span.next-slide {
    right: 10px;
  }

  /*.contact-us .field-wrap.field-half input {
    width: 100% !important;
  }*/

  .contact-us .field-wrap.field-half .container-left,
  .contact-us .field-wrap.field-half .container-right {
    width: 100% !important;
  }
  
  .sect-title-2 h2 {
    font-size: 28px;
    padding-bottom: 32px;
  }

  .rd-certificates .sect-title-3 h2 {
    font-size: 34px;
  }

  .rd-certificates .sect-title-3 .sect-line {
    width: 106px;
    height: 4px;
    top: -7px;
    left: 10px;
  }

  .products-con .h-25 {
    height: 240px;
    margin-bottom: 20px;
  }

  .products-con .p-info-cont h4 {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 12px;
    display: inline-block;
    /*border-bottom: 1px solid #bbbbbb;*/
  }

  .products-con .p-info-cont h4 .hd-line.hd-line-large {
    display: none;
  }

  .products-con .p-info-cont p {
    font-size: 17px;
    line-height: 32px;
  }
}

@media (max-width: 414px){
    
/* ========== Products Black Part STYLES // Start ========== */
.products_blackpart p {
    padding: 40px 0px 25px 0px;
}
.black_part2{
    width: 80%   
}
/* ========== Products Black Part STYLES // End ========== */
    
    
    
    
  .products .ps-r .p-s2 h4 {
    right: auto;
    left: auto;
    text-align: center;
    width: 100%;
  }

  .contact-details .contact-text h4 {
    margin-bottom: 20px;
  }

  .contact-details .contact-text h5 {
    margin-bottom: 30px;
  }

  .contact-details .contact-text p,
  .contact-details .contact-text p a,
  .contact-details .contact-text ul li,
  .contact-details .contact-text ul li a {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .contact-details .contact-block-small .contact-text p,
  .contact-details .contact-block-small .contact-text p a,
  .contact-details .contact-block-small .contact-text ul li,
  .contact-details .contact-block-small .contact-text ul li a {
    line-height: 32px;
  }

  .rd-features .rd-feature-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }

  .rd-features .rd-feature-box:nth-child(3n) {
    margin-right: 0;
  }

  .projects-filter .filter-container .item.item-height-small .item-h-info img {
    width: 42px;
    margin-bottom: 6px;
  }

  .projects-filter .filter-container .item.item-height-small .item-h-info h3 {
    font-size: 17px;
  }

  .projects-filter .filter-container .item .item-h-info a {
    font-size: 14px;
  }

  .products-con .w-25 {
    width: 100%;
    margin-right: 0;
  }

  .products-con .h-40 {
    height: 300px;
  }

  .products-con .h-25 {
    height: 100%;
    margin-bottom: 25px !important;
  }

  .products-con .h-50 .h-25:last-child {
    margin-bottom: 0 !important;
  }

  .products-con .h-30 {
    height: 260px;
  }


}

@media (max-width: 375px){
  .banner-main-2 p br {
    display: none;
  }
  
/* ========== Products Black Part STYLES // Start ========== */
.products_blackpart p {
    padding: 40px 0px 25px 0px;
}
.black_part2{
    width: 85%   
}
/* ========== Products Black Part STYLES // End ========== */
    
    
}

@media (max-width: 360px){
  .products-con .h-33 {
    height: 310px;
  }
  
}

/* ========== RESPONSIVE STYLES // END ========== */



.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  /* -webkit-animation: spin 3s infinite linear; */
}
.se-pre-con .se-pre-img {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.png) center no-repeat transparent;
  -webkit-animation: spin 3s infinite linear;
  background-size: 100px;
}
@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}
@-webkit-keyframes spin {
    0%   {-webkit-transform: rotate(0deg)}
    100% {-webkit-transform: rotate(360deg)}
}

.all_pro{
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    color: #9e9e9e;
    font-family: "Circular Std", sans-serif;
    background: url(../images/filter-menu-li-bg.jpg) no-repeat left center;
    transition: 0.6s all;
    cursor: pointer;
      padding-right: 10px;
}
.all_pro:hover{
    text-decoration : none;
    color: #000;
}
.project-detail-img img {
    /* width: 100%; */
    height: 616px;
}


.project-detail-img img.cricle {
    position: absolute;
    top: 35px;
    left: 35px;
    width: 53px !important;
    height: 53px;
}








/* ========== new-css added by waqas // START ========== */

.about-us-panel-right {
    float: right;
    width: 48%;
    max-width: 577px;
    margin-bottom:65px;
}
img.about-top-one {
    margin-bottom: 45px;
}
.about-us-panel-left {
    float: left;
    width: 48%;
    max-width: 600px;
    margin-bottom:65px;
}
.about-us-panel-left p {
    color: #060606;
    text-align: justify;
    font-size: 17px;
    font-family: "Circular Std", sans-serif;
    line-height: 33.5px;
    font-weight: 300;
}
p.first-p {
    margin-bottom: 32px;
    font-family: "Circular Std", sans-serif;
}
p.second-p {
    margin-bottom: 67px;
    font-family: "Circular Std", sans-serif;
}
p.third-p {
    margin-bottom: 55px;
    font-family: "Circular Std", sans-serif;
}
p.forth-p {
    margin-bottom: 0px;
    font-family: "Circular Std", sans-serif;
}
section.fourty-box {
    float: left;
    width: 100%;
    background: #f1f1f2;
    height: 427px;
    padding-top: 95px;
    padding-bottom: 95px;
    box-sizing:border-box;
}
.box-images {
    max-width: 600px;
    margin: auto;
    width: 100%;
}
img.four-nbr {
    float: left;
}
img.zero-nbr {
    float: left;
    margin-top: 20px;
    margin-left: 15px;
    -webkit-animation: spin 10s infinite linear;
}
img.year-nbr {
    float: left;
    margin-top: 107px;
    margin-left: 15px;
}
.products-container.about-container {
    margin-top: 30px;
}
section.text-section-top {
    float: left;
    width: 100%;
    margin-top: 72px;
}
section.text-section-top h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0c0b0b;
    margin-bottom: 30px;
}
section.text-section-top p{
    font-size: 18px;
    font-weight: 300 !important;
    color: #0c0b0b;
    text-align: justify;
    font-family: "Circular Std", sans-serif;
}
.filter-header.projects-header {
    padding-top: 75px;
}
img.mini {
    float: left;
    margin-right: 20px;
    margin-top: 6px;
}
img.pdf {
    float: left;
}
.projects-filter .p-type.p-t1.w-25.h-25.a-left .item-h-info-outer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  display: none;
}

.projects-filter .p-type.p-t1.w-25.h-25.a-left .item-h-info-cont {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.projects-filter .p-type.p-t1.w-25.h-25.a-left .item-h-info {
    display: table;
    background: transparent;
    height: 100%;
    width: 100%;
    padding: 0 11px;
    box-sizing: border-box;
}
.projects-filter .p-type.p-t1.w-25.h-25.a-left:hover .item-h-info-outer {
  display: block;
}
.projects-filter .p-type.p-t1.w-25.h-25.a-left .item-h-info-cont h3{
  color:#fff;
}
.projects-filter .p-type.p-t1.w-25.h-25.a-left .item-h-info-cont p{
  color:#fff;
  margin-top:25px;
}
p.hover-img {
    margin: auto;
    max-width: 100px;
}
img.mini-img {
    float: left;
    padding-top: 14px;
    padding-right:30px;
    box-sizing: border-box;
    cursor: pointer;
}
img.pdf-img {
    float: left;
        padding-top: 10px
}
img.circle-one {
    margin-left: auto;
    margin-right: auto;
}
input.disabled {
    color: #000 !important;
    background: #fff !important;
}
.rdportion {
    float: none;
    max-width: 1015px;
    margin: auto;
    padding-top: 72px;
    margin-top: 0;

}
.rdportion p{
    font-size: 18px;
    font-weight: 300 !important;
    color: #0c0b0b;
    text-align: justify;
    font-family: "Circular Std", sans-serif;
}
.rd-banner {
    float: left;
    width: 100%;
}
.rdportion h4{
    float:left;
    margin-top:72px;
    width:100%;
    font-size: 20px;
    font-weight: 700;
    color: #0c0b0b;
    margin-bottom: 30px;
}
section.banner.banner-auto.bottom-banner {
    margin-top: 0;
}
.rd-features {
    padding-bottom: 20px;
}
.bg-grey {
    float: left;
    width: 100%;
    background: #d7d7d7;
    padding-top: 108px;
    padding-bottom: 108px;
    box-sizing: border-box;
}
p.rd-center-text {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
    max-width: 848px;
    margin: auto;
    text-align: justify;
}
section.full-lenght-portion {
    /* float: left; */
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
.left-lenght-portion {
    float: left;
    width: 50%;
    padding: 88px 76px 0px 76px;
    box-sizing: border-box;
    text-align:justify;
}
.right-lenght-portion {
    float: left;
    width: 50%;
}
.left-lenght-portion p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 36px;
}
p.same-para {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 25px !important;
    line-height: 34px;
}
a.underline {
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
    color: #000;
    margin-bottom: 48px !important;
    float: left;
    width: 100%;
}
.r-d-main {
    width: 100%;
    float: left;
    padding-top: 69px;
    background: #ebebeb !important;
}
/* ========== pop-up // STARTS ========== */


.lb-overlay {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  background: rgba(0,0,0,0.6);
  padding-top: 130px;
  padding-bottom: 20px;*/
  width: 0px;
  height: 0px;
  position: fixed;
  overflow: hidden;
  left: 0px;
  top: 0px;
  padding: 0px;
  text-align: center;
}

/*.lb-overlay:target {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  bottom:  0;
  overflow-y:  auto;
  display:flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  padding-left: 34px;
  padding-right: 34px;
}*/
.lb-overlay.target {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  bottom:  0;
  overflow-y:  auto;
  display:flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  padding-left: 34px;
  padding-right: 34px;
}
a.contact-us-pop-up {
    background: #007dc6;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    cursor: pointer;
    padding: 16px 50px;
    font-size: 19px;
    margin: 10px 0px;
    float: left;
    text-decoration: none;
}
.lb-overlay::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
.lb-overlay::-webkit-scrollbar-thumb {
    background: #FF0000;
}

.lb-content {
    width: 100%;
    /*height: 100%;*/
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding-left: 29px;
    padding-right: 29px;
    overflow: auto;
    border-radius: 0px;
    position: relative;
    box-shadow: 1px 5px 9px 1px rgba(0,0,0,0.75);
    padding-top: 18px;
    box-sizing: border-box;
    padding-bottom: 30px;
}

/*.lb-overlay:target .lb-content  {
  animation: fadeInScale 0.8s ease-in-out;
}*/
.lb-overlay.target .lb-content  {
  animation: fadeInScale 0.8s ease-in-out;
}
@keyframes fadeInScale {
  0% { transform: scale(0.5); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.lb-content-inner {
  overflow: hidden;
}

.lb-content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #1b1919;
    text-transform: uppercase;
    text-align: left;
    margin-top: 22px;
    /* padding-bottom: 3px; */
    margin-bottom: 5px;
}
.lb-content-inner.left {
    float: left;
    width: 24%;
}
.lb-content-inner.right {
    float: right;
    width: 70%;
    margin-right: 5%;
}
.black-one {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 32px;
    box-sizing: border-box;
    width: 127px;
}
.black-one:first-child{
padding-top:20px;
}
.black-one:lastt-child{
padding-bottom:0px;
}
.lb-content .about-lb-img {
  float: left;
  width: 30.5%;
}

.lb-content .about-text {
  float: left;
  width: 69.5%;
  padding-left: 22px;
  box-sizing: border-box;
}

.lb-content h6 {
  font-size: 14px !important;
  font-weight: 700;
  color: #000000 !important;
  text-transform: uppercase;
  text-align:  left;
  margin-top: -2px !important;
  margin-bottom: 6px;
}

.lb-content p {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin-bottom: 16px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left;
    letter-spacing: 0.3px;
}

.lb-close {
    position: absolute;
    right: 20px;
    z-index: 10000;
    cursor: pointer;
}

.contact-text .field-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    text-align: left;
}
.contact-text input {
    border-bottom: 2px solid #909090;
    display: block;
    width: 100%!important;
    height: 65px;
    line-height: 32px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20.08px;
    color: #1b1919;
    font-weight: 300;
    font-family: "Circular Std", sans-serif;
    transition: all 0.6s;
    margin-bottom: 0 !important;
}
input.submint-product-page-btn {
    float: right;
    width: 100%;
    max-width: 155px;
    border-radius: 30px;
    height: 51px;
    background: #f5f5f5;
    color: #666;
    font-size:15.38px;
    font-weight:600;
    border-bottom: none;
}
.big-box {
    float: left;
    width: 100%;
}
.field-wrapper.left-one-field {
    float: left;
    width: 49%;
}
.field-wrapper.right-one-field {
    float: right;
    width: 49%;
}
.contact-text input.submit.btn.btn-submit-form.contact-us {
    margin-top: 5px;
    border: 2px solid #007dc6;
}
.contact-text textarea {
    width: 100% !important;
    color: #959595;
    border-bottom: 2px solid #909090;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 500;
    max-height: 143px;
    font-family: "Circular Std", sans-serif;
    margin-bottom: -3px !important;
    transition: all 0.6s;
}

.body-image img {
    margin: 10px;
    width: 145px;
}


.body-image {
    /*float: left;*/
    width: 100%;
    background: #fff;
}
.autocomplete-items {
    list-style: none;
    padding-left: 0px;
    border: 1px solid #eeee;
    /*height: 30%;*/
    overflow-y: scroll;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    width: 487px;
    z-index: 10001;
    background: #fff;
}

.search_item.loaction_click {
    padding: 10px;
    box-sizing: border-box;
}
.products-con .p-info-cont {
    width: 100%;
    max-width: 376px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 10px;
    box-sizing: border-box;
    /* margin-top: -32px; */
    overflow: hidden;
}
.products-con .p-info-con {
    background: #000;
    display: table;
    height: 100%;
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
}
@media (max-width: 567px){
.filter-header .location-keywords-con ul {
    float: left;
    width: 100%;
}
.filter-header .location-keywords-con ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}    
    
.field-wrapper.left-one-field {
    float: left;
    width: 100%;
}
.field-wrapper.right-one-field {
    float: right;
    width: 100%;
}
.lb-content-inner.left {
    float: left;
    width: 100%;
}
.lb-content-inner.right {
    float: right;
    width:100%;
}
.filter-header .filter-menu ul li {
    display: block;
    background: unset;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: left;
}





}
/* ========== pop-up // END ========== */
@media (max-width: 786px){
.banner .b-content {
    margin-left:75px;
}    
section.text-section-top p {
    width: 100%;
}
.filter-header .filter-keywords-con ul li {
    height: 46px;
}
.filter-header .year-keywords-con ul li {
    word-break: break-word;
    height: 46px;
}    
    
.left-lenght-portion {
    float: left;
    width: 100%;
    padding: 50px 15px 0px 15px;
    box-sizing: border-box;
}
.right-lenght-portion {
    float: left;
    width: 100%;
}
.right-lenght-portion img {
    margin: auto;
}
.about-us-panel-left {
    float: left;
    width: 100%;
    max-width: 100%;
    margin-bottom: 65px;
}
.about-us-panel-right {
    float: right;
    width: 100%;
    max-width: 100%;
    margin-bottom: 65px;
}
img.about-top-one {
    width: 100%;
}
img.about-bottom-one {
    width: 100%;
}
.box-images {
    max-width: 497px;
}
img.four-nbr {
    width: 120px;
}
img.zero-nbr {
    width: 130px;
}
section.fourty-box {
    height: auto;
    padding-bottom: 95px;
}
img.year-nbr {
    margin-top: 78px;
}
}
@media (max-width: 567px){
img.zero-nbr {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    -webkit-animation: spin 10s infinite linear;
    width: 70px;
}
img.four-nbr {
    margin-top:10px;
    width: 55px;
}
section.text-section-top p br{
    display:none;
}
img.year-nbr {
    margin-top: 44px;
    width: 150px;
    margin-left: 8px;
}
.box-images {
    max-width: 298px;
}
.filter-header .year-keywords-con ul {
    width: 100%;
}
.filter-header .filter-keywords-con ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}

}
/* ========== new-css added by waqas // END ========== */

.carousel-control{
    height: 88% !important;
    opacity: 0.3 !important;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: visible;
}
.carousel {
     width:100% !important; 
     overflow: hidden !important; 
     right:0 !important; 
}

/*add css*/

@media(max-width: 786px) {

.lb-content {
    max-width: 85%;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    height: auto;
    width: auto;
}
.lb-content-inner.right {
    margin-right: 0%;
}
.black-one {
    display:none;
    padding-bottom: 24px;
    box-sizing: border-box;
    width: 110px;
}
}
/*add css*/