body{
   
font-family: 'Rubik', sans-serif;
 font-weight: 400;
}

ul {
  margin: 0; 
  padding: 0;
}
p{
font-family: 'Rubik', sans-serif;
}
a, a:focus, a:hover {
  text-decoration: none;
  color: #648ce0;
}

h1,h2,h3,h4,h5,h6{
 font-family: 'Rubik', sans-serif;
 font-weight: 500;
}


.top-bar {
  position: relative;
  background: #21212a;
  padding: 7px 0px;
}
.top-menu {
  width: 100%;
  float: left;
  background: #f1f1f1;
}
.main_hdr {
    //position: static;
    transition: all 0.4s ease 0s;
        }
.top-menu.main_hdrshrk {
     position: fixed;
     left: 0;
     right: 0;
     top: 0;
     z-index: 9;
        }
.top-left {
  padding: 8px 0;
  position: relative;
}

.homevideotext p {
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #7c8083;
}

.hdreThirdRow {
    border-top: 1px solid rgba( 3,27,78,0.07);
    display: inline-block;
    width: 100%;
    height: 55px;
    padding: 0;
}


.hdrrScndRowRight {
    float: right;
    display: flex;
    min-height: 72px;
}

.no-gap {
  padding-left: 0;
}
.top-left i {
  color: #fff;
  padding-right: 8px;
  font-size: 16px;
}
.top-left li {
  list-style: none;
  /* display: inline-block; */
  padding-left: 20px;
  text-align: right;
}
.top-left li:first-child {
  padding-left: 0;
}
.top-left li a {
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;  
  letter-spacing: 1px;
  font-weight: 500;
}

.top-right {
  float: right;
}
.social-icons {
  padding: 10px 0;
  float: right;
}
.social-icons a {
  color: #fff;
  margin-right: 15px;
  font-size: 16px;
  display: inline-block;
  transition: all 0.3s ease;
}
.social-icons a:hover {
  color: #ff262d;
}
.social-icons a:last-child {
  margin-right: 0;
}
.nav-part {
  width: 100%;
  float: left;
  padding: 8px 0;
}
.cont-part {
  //display: inline-block;
  //margin: 24px 0 0 0;
}
.srch-cont {
  float: right;
}
.search {
  position: relative;
}
.search input {
  width: 247px;
  height: 45px;
  padding: 8px 40px 8px 10px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  color: #fff;
}

.search button {
  position: absolute;
  right: 5px;
  background: transparent;
  border: none;
  font-size: 18px;
  bottom: 11px;
  color: #000;
}

.search span svg {
    fill: #22b6b0;
}
.search input::placeholder{
  color: #000;
}

.search input:focus-visible {
    box-shadow: inherit!important;
    outline: 0px;
}

.srchIcon {
    position: absolute;
    right: 10px;
    top: 15px;
}

.headrSocial {
    margin-top: 0;
    margin-left: 20px;
}

.headrSocial a {
    color: #fff;
    background-color: transparent;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    line-height: 24px;
    border-radius: 50%;
    outline: 0;
    border: 0;
}


.cont-part ul li {
  list-style: none;
  padding-right: 20px;
  padding-top: 5px;
  display: inline-block;
}


.logo-site img {
    height: 70px;
}
.menubcg {
  background: #f4572e;
  margin-top: 6px;
}


.cont-part p a i {
  color: #f4572e;
  font-size: 18px;
  float: left;
  padding-right: 8px;
}
.cont-part h6 {
  font-size: 14px;
  font-weight: 600;
  color: #373737;
  margin-top: 0;
  margin-bottom: 5px;
}
.cont-part p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin: 0;
}

.hdrCallUs {
    padding: 0px 30px;
    display: flex;
    align-items: center;
    border-right: 1px solid #ddd;
}


.hdrLinks a {
    color: #fff;
    padding: 0px 4px;
    text-transform: uppercase;
    font-size: 13px;
}
.headerSecondRow {
    margin: 0;
    position: relative;
    z-index: 2;
    padding: 10px 0px;
}

.headerSecondRow::before {
    position: absolute;
    content: "";
    background: #f6faff;
    width: 40%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.workingHours p {
    padding: 0;
    margin: 0;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,0.6);
    padding-right: 14px;
    border-left: 1px solid rgba(255,255,255,0.6);
    padding-left: 10px;
    margin: 0px 10px;
}
.cont-part a {
    color: #fff;
    transition: all 0.3s ease;
    letter-spacing: 0;
    font-size: 13px;
}
.cont-part a:hover {
  color: #fc8c00;
}
.top-menu {
  width: 100%;
  float: left;
  background: #fff;
  position: relative;
  //border-bottom: 1px solid #dadada;
}

#cssmenu > ul > li.gt-qw {
  float: right;
  background: #272828;
  padding-left: 25px;
  position: relative;
}
#cssmenu > ul > li.gt-qw::before {
  width: 30px;
  position: absolute;
  content: "";
  border-top: 62px solid #272828;
  content: "";
  border-left: 44px solid transparent;
  right: 100%;
  top: 0;
  bottom: 0;
  z-index: 2;
}
#cssmenu > ul > li.gt-qw::after {
  width: 52px;
  position: absolute;
  content: "";
  border-top: 62px solid #ff9f1b;
  content: "";
  border-left: 44px solid transparent;
  right: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#cssmenu > ul > li.gt-qw a {
  color: #dfdfdf;
  text-transform: inherit;
  font-weight: 600;
}
#cssmenu > ul > li:first-child > a {
  border: none;
}
#cssmenu > ul > li:last-child > a {
  border: none;
}
.gt-qw img {
  margin-right: 5px;
  margin-top: -5px;
}
.sub-cat {
    z-index: 1;
    overflow-y: auto;
    max-height: 250px;
    top: 100%;
    width: 287px;
}

.slider-bg {
  float: left;
  width: 100%;
  height: 680px;
}
.slider-bg .carousel-inner {
  height: 680px;
  width: 100%;
}
.slider-bg .carousel-inner .item::before {
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
}
.slider-bg .carousel-inner .item > img {
  min-height: 680px;
  width: 100%;
}
.carousel-control {
  background-color: rgba(0, 0, 0, 0);
  bottom: 55%;
  color: #fff;
  font-size: 20px;
  left: 0;
  opacity: 1.0;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  width: 15%;
  top:inherit;
}

.carousel-control.left {
  background:none;
}

.carousel-control.right{ background:none;}

.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  display: inline-block;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  z-index: 5;
}

.carousel-control .fa-angle-left, .carousel-control .icon-prev {
  left: -20%;
  margin-left: -10px;
  transition: all 0.5s ease;
}

.carousel-control .fa-angle-right, .carousel-control .icon-next {
  margin-right: -10px;
  right: -20%;
  transition: all 0.5s ease;
}

.carousel:hover .carousel-control .fa-angle-left, .carousel:hover .carousel-control .icon-prev{ left:13%}

.carousel:hover .carousel-control .fa-angle-right, .carousel:hover .carousel-control .icon-next{right: 13% }

.slider-text-bg {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.slider-text {
  bottom: inherit;
  right: inherit;
  text-shadow: none;
  margin-top: 100px;
}
.slider-text h6 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.slider-text h5 {
  color: rgb(14, 99, 255);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.slider-text h3 {
  font-size: 53px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
  text-transform: inherit;
  line-height: 64px;
  max-width: 640px;
}
.slider-text h3 span{
  color: #006db7;
}


.slider-text h1 {
  color: #000;
  font-size: 50px;
  font-weight: 500;
  line-height: 45px;
  margin: 0 0 20px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}





.slider-text h1 span{ color:#d71b1f;}

.slider-text:hover h3:after { width: 30%; height:4px;}



.slider-text > p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  width: 100%;
  max-width: 640px;
}


.cont-part {
  display: inline-block;
}

.cont-part ul li{
  padding: 16px 0px;
  border-right: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}

.cont-part ul li:last-child{
  border:none;
}


.search {
  display: inline-block;
  margin-top: 5px;
}


.search input {
    width: auto;
    height: 50px;
    padding: 8px 40px 8px 20px;
    font-size: 15px;
    border-radius: 10px;
    border: 0px;
    background: #f6faff;
    padding-right: 26px;
    color: #000!important;
}






.btnss {
  margin: 40px 0;
}

.slider-text a.lrn {
  background: #1ccabd;
  color: #fff;
  font-size: 15px;
  margin: 0 20px 0 0;
  padding: 14px 35px;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  display: inline-block;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #fff;
}
.slider-text a.lrn:hover {
  background: #fff !important;
  color: #006db7 !important;
  border-color: #fff;
}

.slider-img {
  width: 100%;
  height: 680px;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0;
  width: 100%;
  border-radius: 0;
}
.slider-img img {
  width: 100%;
}


.slider-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(27, 26, 26, 0.25);
}





.slider-text a.lrn:hover {
  background: #ff262d;
  color: #fff;
}

.slider-text a.contct {
  background: #ffffff none repeat scroll 0 0;
  color: #333;
  font-size: 15px;
  padding: 10px 26px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  font-family: 'Open Sans', sans-serif;
  position:relative;
  display: inline-block;
  border-radius: 35px;
}



.slider-text a.contct:hover{ background:#111; color: #fff;}

.slider-text a.contct:hover:before, .carousel-caption a.contct:hover:after { border-color:#01AEF0; }

.slider-text a.lrn:hover:before, .carousel-caption a.lrn:hover:after { border-color:#fff; }

.carousel-control i {
  border: 2px solid #111;
  color: #111;
  font-size: 40px;
  height: 48px;
  line-height: 42px;
  //opacity: 0.5;
  text-align: center;
  text-shadow: none;
  transition: all 0.3s ease 0s;
  width: 48px;
}

.carousel-control i:hover {
  background: #006db7 none repeat scroll 0 0;
  border-color: #006db7;
  color: #fff;
}

.carousel-indicators .active {
  background-color: #00aeef;
  height: 16px;
  margin: 0 4px 0 0;
  width: 16px;
}

.carousel-indicators li {
  border-radius: 0;
  margin:0 4px 0 0;
  width: 16px;
  height: 16px;
  background-color: #2C3E50;
}

.LtstprdtDes h3 {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(43,52,59,.1);
    margin-top: 0px;
    padding: 10px 10px;
    margin-top: 1px;
    color: #101e56;
    font-size: 17px;
    font-weight: 400!important;
    line-height: 25px;
    display: flex;
    align-items: center;
    min-height: 69px;
    margin-bottom: 0;
    opacity: 1;
}


.footer-main {
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-top: 40px;
    background: #101e56;
}

.footer-main::before {
    background-image: url("../images/footerbg.png");
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.ftr-links {
    text-align: center;
}

  .ftr-links li {
    display: inline-block;
}

.ftr-links {
    text-align: center;
}
.ftrContactBlk li {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-right: 0px!important;
    padding-left: 0px!important;
    margin: 0px!important;
}

.ftrContactBlk li p a {
    font-size: 19px;
    color: #fff;
}

.ftrContactBlk p a i {
    font-size: 26px;
}

.ftrAdres p {
    margin-top: 12px;
    font-size: 19px;
    width: 80%;
    line-height: 29px;
    /* border-top: 2px solid #fff; */
    /* padding-top: 15px; */
}

.hd-1 h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 36px;
}
.hd-1 p {
  color: #fff;
  text-align: justify;
  font-size: 14px;
}
.h-prg p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
}
.ftr-links li {
  list-style: none;
}
.ftr-links li a {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  transition:
  all 0.3s ease;
  font-size: 15px;
}
.ftr-links li a:hover{
  color: #1ccabd;
}


.ftr-links li a::before {
  position: absolute;
  content: ".";
  width: 4px;
  height: 4px;
  left: 50%;
  bottom: 0;
  margin-top: 0;
  display: none;
}


.ftr-links a:hover {
  text-decoration: none;
}
.hd-1 h4::before {
  background: #f4572e;
  content: "";
  position: absolute;
  width: 63px;
  height: 2px;
  left: 0;
  bottom: 0px;
  right: 0;
}

.hd-1 h4::after {
  position: absolute;
  content: "";
  left: 7px;
  bottom: -4px;
  right: 19px;
  background: #f4572e;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}


.h-prg {
  padding: 0px 40px 0 0;
}
.gp-no {
  padding: 0;
}
.ftr-links li {
  margin-bottom: 20px;
}
.hd-1 {
  margin-bottom: 0px;
}

.contact-part {
  width: 100%;
  float: left;
  background: #f1f1f1;
  text-align: center;
}
.txt-pt h4 {
  color: #242424;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  padding-left: 60px;
  line-height: 26px;
  margin: 0;
}

.txt-pt h4 a {
  color: #242424;
  transition:all 0.3s ease;
}
.txt-pt h4 a:hover{
  color:#ff9f1b;
}

.cnct-btn button {
  background: #ff9f1b;
  border: none;
  color: #fff;
  padding: 5px 25px;
  transition:all 0.3s ease;
}
.cnct-btn button:hover {
  background: #333;
}
.socl-ic {
  border-right: 1px solid #d9d9d9;
}
.socl-ic a {
  font-size: 30px;
  color: #242424;
  margin-right: 20px;
  transition:all 0.3s ease;
}
.socl-ic a:last-child {
  margin-right: 0;
}
.txt-pt img {
  width: 35px;
  float: left;
  position: relative;
  top: 10px;
}
.ftr-srch input {
  height: 40px;
  width: 100%;
  padding: 10px 35px 10px 10px;
  font-size: 13px;
}
.pd-0 {
  padding: 0;
}
.txt-pt {
  padding: 40px;
  min-height: 135px;
}
.socl-ic a:hover {
  color: #ff9f1b;
}
.tx-prt {
  background: #ececec;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.prod-info {
  text-align: center;
  margin-bottom: 40px;
}
.prod-info {
  text-align: center;
  margin-bottom: 40px;
}
.prod-brdr {
  margin-bottom: 27px;
}



.img-part {
  position: relative;
  z-index: 1;
}
.img-part::before {
  content: "";
  background: #ecf0f2;
  width: 450px;
  height: 307px;
  position: absolute;
  top: -8px;
  bottom: 0;
  left: -8px;
  right: 0;
  z-index: -1;
}
.img-part::after {
  content: "";
  background: #ecf0f2;
  position: absolute;
  width: 455px;
  height: 307px;
  top: 8px;
  right: -11px;
  z-index: -1;
}
.heading {
  margin-bottom: 50px;
  text-align: center;
}
.heading.headingLeft {
    text-align: left;
}
.heading h3 {
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 0;
  position: relative;
  color: #171151;
  letter-spacing: 0.5px;
  margin: 0;
}

.heading h3 span {
  color: #006db7;
}
.hd-img {
  text-align: center;
  margin-bottom: 15px;
}
.hdng-text p {
  text-align: center;
  padding: 0 180px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  font-family;'Montserrat', sans-serif;
}
//.heading h3::before {
  background: #f1f1f1;
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
}
.heading h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  /* font-family: lato; */
  color: #0E63FF;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  padding-right: 8px;
  margin-bottom: 0px;
}
.heading h5::before {
  background: #f2f2f2;
  width: 120px;
  height: 1px;
  position: absolute;
  content: "";
  left: 0px;
  top: 30px;
}
.pd-lft {
  padding-left: 30px;
}
.clients-bar {
  width: 100%;
  float: left;
}


.wrapper {
  float: left;
  width: 100%;
}

.pd-50 {
  padding: 60px 0;
}
.grey-bg {
  background: #f9f9f9;
}

.product-block .sample-img .item {
  margin: 9px 12px;
}
.prdtBoxList {
  margin-top: -30px;
}
.prdt-box {
    background: #fff;
    text-align: center;
    padding: 11px;
    transition: all 0.4s ease 0s;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    border-radius: 8px;
    box-shadow: 0px 5px 23px 0px rgb(13 14 67 / 12%);
    margin-bottom: 30px;
}
.prdt-box:hover {
  box-shadow: 1px 1px 9px 3px rgba(0,0,0,.1);
}
.prdt-box:hover .prdt-des a {
  color: #f4572e;
}
.prdt-box:hover .ntr-read-mr a{
  color:#fff;
}
.prdt-box:hover .prdt-media img{
  //transform:scale(0.9);
}

.LtstprdtBox {
    position: relative;
    border-radius: inherit;
    transition: all .3s ease;
    overflow: hidden;
    margin: 10px 0;
    border: 2px solid #ddd;
    margin-bottom: 0px;
    border-radius: 10px;
}
.prdt-media {
    position: relative;
    height: 290px;
}
.prdt-media > img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.prdt-des h6 {
  color: #919191;
  font-weight: 600;
  font-size: 14px;
  margin-top: 22px;
  margin-bottom: 8px;
}

.prdt-des h3 a {
  font-size: 17px;
  font-weight: 600;
  color: #101e56;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
}
.prdt-des a:hover{
  color: #fff;
}
.prdt-des p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: center;
}
.prdt-des h3 {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  color: #171151;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  margin: 0;
  letter-spacing: 0.3px;
}
.prod-info h3 {
  color: #000;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}
.ntr-read-mr {
  margin-top: 12px;
  margin-bottom: -21px;
}
.ntr-read-mr a {
    font-size: 13px;
    background: #f4572e;
    padding: 9px 16px;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 00;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.ntr-read-mr a:hover{
  background: #101e56;
}



.prod-info span {
  color: #ff373a;
}
.para-p p {
  margin-bottom: 10px;
}
.para-a a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #000;
  padding: 13px 13px;
  text-decoration: none;
  font-family: Montserrat;
}
.para-a {
  margin-top: 20px;
}

.videobcg {
  width: 100%;
  position: relative;
  background-size: cover;
}

.videobcg::before {
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
}


.videohdng {
  position: relative;
  text-align: center;
  padding: 40px 0 60px 0;
  background-color: #f6faff;
}


.videohdng h1 {
  color: #fff;
  letter-spacing: 0.5px;
  margin: 0;
  font-weight: 600;
  font-size: 40px;
}

.videohdng h1 span{
  color: #f4572e;
}


.ltst-video iframe {
  padding: 1px;
  border: 1px solid #fff;
  outline: 1px solid #fff;
  border-radius: 0;
  outline-offset: 5px;
  height: 250px;
  position: relative;
  transition: all 0.4s ease 0s;
}





.ftr-srch {
  position: relative;
}
.ftr-srch button {
  position: absolute;
  right: 5px;
  background: transparent;
  border: none;
  font-size: 18px;
  bottom: 8px;
  color: #000;
  padding:0;
}
.ftr-srch button {
  font-size: 18px;
  color: #000;
}

.clnt-main .logo-showcase .item {
  margin: 5px;
  text-align: center;
  box-shadow: none;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  padding: 15px 0;
}


.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff9f1b;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover::before, .hvr-sweep-to-right:focus::before, .hvr-sweep-to-right:active::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
  border-color: #ff9f1b;
}







.pgbn-main {
  background-image: url("../images/cnt-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 0px;
  background-size: cover;
  position:relative;
}
.pgbn-main::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 184px;
  position: absolute;
  top: 0;
  opacity: 0.9;
}

.text-cntr {
  text-align: center;
}
.text-lnk {
  margin-top: 8px;
}


.text-lnk li {
  list-style: none;
  display: inline-block;
}
.text-cntr h2 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.text-cntr h2::before {
  background: #ff9f1b;
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  bottom: 0;
  left: 40px;
  margin-left: -20px;
  top: 62px;
}
.text-lnk li a {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  font-family: lato;
  color: #000;
}
.text-lnk span {
  font-size: 16px;
  font-family: lato;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
}
.text-lnk span::before {
  content: "/";
  color: #fff;
  padding: 0 5px;
}

.abt-hd h2 {
  color: #333;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
  text-transform: capitalize;
}
.sct-blk i {
  color: #ff9f1b;
}
.abt-dtl p {
  color: #666;
  font-size: 14px;
  line-height: 27px;
  margin: 0;
  padding: 0;
}
.about-icon i {
  color: #333;
  font-size: 70px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  transition: all 0.4s linear;
}
.pb-1 {
  padding-bottom: 70px;
}
.ab-box {
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.20);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.20);
  transition: all 0.4s linear;
  height: 270px;
}
.ab-box h3 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}
.ab-box h3 {
  -webkit-transform: translateY(160%);
  transform: translateY(160%);
  transition: all 0.4s linear;
}
.about-mn {
  padding-bottom: 80px;
}
.ab-box p {
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  transition: all 0.4s linear;
  color: #666;
  margin: 0 0 12px 0;
  padding: 0;
}
.ab-box a{
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  transition: all 0.4s linear;
}
.ab-box:hover.single-about-item p {
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.ab-box:hover.single-about-item a {
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  color: #ff9f1b;
}
.ab-box:hover .about-icon i {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.ab-box:hover.single-about-item h3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.ab-text p {
  font-size: 14px;
  font-weight: 400;
  color: #616161;
  padding: 0 15px 0px 0px;
  line-height: 26px;
}
.ab-text h3 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
  font-size: 20px;
  text-transform: capitalize;
  font-family: lato;
  font-weight: 600;
  line-height: 26px;
  color: #333;
}
.ab-text span {
  color: #ff9f1b;
}
.pro-img {
  width: 20%;
  float: left;
}
.pro-img img {
  width: 100px;
  border: 2px solid #ff9f1b;
  border-radius: 50%;
  height: 100px;
  display: inline-block;
}
.pro-desc {
  width: 75%;
  float: left;
  margin-top: 24px;
  margin-left: 10px;
}
.pro-desc h5 {
  font-size: 19px;
  font-family: lato;
  text-transform: capitalize;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.pro-desc p {
  font-size: 14px;
  color: #a1a1a1;
  font-family: lato;
  margin-top: 5px;
}



/****Contact Page****/
.contact-page {
  background: #f6faff;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.contact-page::before {
  /* background: #fff none repeat scroll 0 0; */
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.95;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.contact-heading > h3 {
  color: #023669;
  font-size: 24px;
  margin-top: 40px;
 
  position: relative;
}
.contact-heading > h3::before {
  background: #555 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 20px;
  display: none;
}
.contact-heading > h3::after {
  background: #1193d4 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 25px;
  position: absolute;
  width: 20px;
  display: none;
}
.contact-page ul {
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.contact-page li {
  box-shadow: 0 14px 21px -8px rgba(0,0,0,0.2);
  transition: all 0.4s ease 0s;
  border: 1px solid #ddd;
  margin-top: 0px;
  padding: 15px 15px 15px 20px;
  position: relative;
  background: #101e56;
  list-style: none;
  float: left;
  width: 100%;
  height: 129px;
  margin-right: 15px;
  margin-bottom: 25px;
  color: #fff;
  border-radius: 10px;
  padding: 16px 30px;
  border: none;
}

.contact-page li:hover {
  box-shadow:none;
  }




.contact-page li h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.contact-page li p {
  margin: 8px 0 0 0;
  font-size: 16px;
  line-height: 24px;
}
.contact-page a {
  color: #fff;
}
.contact-page a:hover {
  color: #648ce0;
}

.heading-1 h1 {
  margin-top: 0;
  margin-bottom: 43px;
  font-size: 28px;
  text-transform: capitalize;
  font-family: lato;
  font-weight: 600;
}
.cnt-blk {
  margin-bottom: 30px;
  text-align: center;
}
.cnt-blk p {
  margin-top: 20px;
  line-height: 22px;
  font-size: 15px;
}
.contt-info img {
  width: 28px;
  display:none;
}
.contact-from .form-group {
  margin-bottom: 15px;
  position: relative;
}

.contact-from .form-control {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  height: auto;
  line-height: 50px;
  padding: 0px 12px;
  border-radius: 0;
  box-shadow: none;
  border-radius: 6px;
}

.contact-from .form-group:hover .form-control, .contact-from .form-group:focus .form-control {
  border-color: #ddd;
}
.contact-from .form-control:hover, .contact-from .form-control:focus {
  box-shadow: inherit;
  border-color: #ddd;
}
.contact-from .form-group:hover i, .contact-from .form-group:focus i {
  color: #000;
}



.catogry-main h4 {
  color: #fff;
  font-size: 17px;
  font-family: lato;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 15px 15px;
  background: #333;
  letter-spacing: 0.8px;
  position:relative;
  text-align:left;
}
.catogry-main h4::before {
  content: "";
  position: absolute;
  border: 1px dashed;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
}
.sidebar-main li.active {
  background: #ff9f1b;
}
.sidebar-main li.active a {
  color: #fff;
}
.sidebar-main li {
  list-style: none;
  background: #fafafa;
  margin-bottom: 10px;
  border: 1px solid #eee;
  position:relative;
}
.sidebar-main li a::before {
  content: "";
  position: absolute;
  border: 1px dashed #fff;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  top: 3px;
  left: 3px;
}
.sidebar-main li a {
  color: #848484;
  font-size: 16px;
  text-transform: capitalize;
  font-family: lato;
  font-weight: 400;
  display: block;
  padding: 15px 20px;
  position: relative;
  transition: all 0.4s ease;
}
.sidebar-main li:hover a {
  background: #333;
  color: #fff;
}
.listing-pro {
}
.listing-pro .prdt-media img{
  transition: all 0.6s ease 0s;
}
.listing-pro .prdt-box {
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
.listing-pro .prdt-box:hover {
  box-shadow: 1px 1px 9px 3px rgba(0,0,0,.1);
}
.listing-pro .prdt-box:hover .prdt-des a{
  color: #ff9f1b;
}
.listing-pro .prdt-box:hover .prdt-media img{
   transform: scale(0.9);
}
.rel-pro .heading h3::before {
  background: #ddd;
}
.rel-pro .prdt-box {
  background: #fff;
}



.detail-desc h2 {
  font-size: 21px;
  font-weight: 500;
  color: #333;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  position:
  relative;
}
.detail-desc h2::before {
  content: "";
  position: absolute;
  background: #f4572e;
  width: 50px;
  height: 2px;
  bottom: -1px;
  left: 0;
}
.detail-desc h4 span {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
}
.detail-desc h4 {
  color: #ff9f1b;
  font-size: 16px;
  font-weight: 500;
  background: #333;
  padding: 10px 0 10px 10px;
}

.detail-desc p {
  color: #616161;
  line-height: 26px;
  font-size: 14px;
  font-weight: normal;
}
.detail-desc h3 {
  color: #333;
  font-size: 25px;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  position:relative;
}
.detail-desc h3::before{
  content: "";
  position: absolute;
  background: #ff9f1b;
  width: 50px;
  height: 2px;
  bottom: -1px;
  left: 0;
}
.detail-desc ul {
  margin-top: 20px;
  margin-left: 23px;
}
.detail-desc ul li {
  transition: all 0.3s ease;
}

.detail-desc ul li {
  background: #fff;
  padding: 3px 0 10px 15px;
  position: relative;
  margin-bottom: 5px;
  /* border: 2px solid #efefef; */
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.detail-table h5 {
  color: #333;
  font-size: 25px;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  margin-top: 25px;
  position:relative;
}
.detail-table h5::before{
  content: "";
  position: absolute;
  background: #ff9f1b;
  width: 50px;
  height: 2px;
  bottom: -1px;
  left: 0;
}
.tbl-main {
  width: 100%;
  float: left;
  margin-top: 12px;
}
.tbl-main tr:nth-child(2n){
  background: #f4f4f4;
}
.tbl-main tr td {
  padding: 15px 20px;
  border: 1px solid #ddd;
}








.lb-tnd {
  width: 100%;
  float: left;
  border-radius: 0;
  background: #f4f4f4;
  padding: 20px 15px 20px;
}
.lb-tnd li {
  list-style: none;
  padding: 0;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  box-shadow: 1px 1px 6px rgba(0,0,0,.1);
  background: #fff;
  position:relative;
}
.li-img {
  width: 25%;
  float: left;
  padding: 5px;
  position:relative;
}
.li-img::before {
  content: "";
  position: absolute;
  background: #333;
  z-index: 1;
  right: 5px;
  left: 5px;
  opacity: 0.4;
  border-radius: 5px;
  top: 5px;
  bottom: 5px;
}
.li-img img {
  max-width: 100%;
  position: relative;
  height: 150px;
  border-radius:5px;
}
.li-img h5 {
  position: absolute;
  bottom: 0;
  color: #333;
  left: 15px;
  z-index: 2;
  font-size: 11px;
  background: #fff;
  padding: 5px 12px;
  border-radius: 12px;
  bottom: 3px;
}
.li-desc {
  width: 70%;
  float: left;
  margin-left: 15px;
  margin-top: 10px;
}
.li-desc h3 {
  margin: 9px 0;
  font-size: 22px;
  font-family: lato;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
.li-desc h3::before {
  position: absolute;
  width: 35px;
  height: 2px;
  content: "";
  background: #ff9f1b;
  bottom: -1px;
}
.li-desc a{
  color:#333;
  transition: all 0.3s ease;
}
.li-desc a:hover {
  color: #ff9f1b;
}
.li-desc p {
  color: #666;
  line-height: 22px;
}



.main-rb {
  float: right;
  display: inline-block;
  top: 10px;
  position: absolute;
  right: 0;
  background: #ff9f1b;
  padding: 8px 0px 8px 10px;
}
.mn-rb {
  position: relative;
}
.main-rb p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  padding-right:6px;
}
.mn-rb::before {
  content: "";
  position: absolute;
  border-color: transparent #ff9f1b transparent transparent;
  border-width: 0 20px 20px 0;
  top: 10px;
  border-style: solid;
  left: 0;
  right: 120px;
}
.mn-rb::after {
  content: "";
  position: absolute;
  border-color: transparent #ff9f1b transparent transparent;
  border-width: 20px 18px 0px 0;
  top: 26px;
  border-style: solid;
  left: 0;
  right: 120px;
  bottom: 0;
}
.main-rb i {
  padding: 0 10px 0 0;
}
.newbtn{
  color: #fff !important;
background-color: #ff9f1b !important;
border-color: #ff9f1b !important;
border-radius: 1px !important;
}
.searchresult {
  position: absolute;
  z-index: 99999999!important;
  top: 100%;
  background: #f4f4f4;
  max-width: 320px;
  right: 0px;
  max-height: 406px;
  overflow-x: inherit;
  overflow-y: scroll;
  top: 52px;
  display: inline-block!important;
}
.liresult {
  padding: 8px 15px;
  border-bottom: 1px solid #ddd;
  list-style: none;
  cursor: pointer;
  text-align: left;
}
.customer-head h3 {
    font-size: 26px;
    font-weight: 400;
    text-transform: capitalize;
    color: #333;
}
.customer-main .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f2f2f2;
    background-image: none;
    border: 1px solid #d5d5d5;
    border-radius: 0;
    box-shadow: none;
    text-transform: capitalize;
    font-weight: normal;
}
.customer-main .form-group {
    margin-bottom: 20px;
}
.customer-main .bt-cust {
    background: #333;
    color: #fff;
    border: none;
    padding: 12px 40px;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.customer-main .bt-cust:hover{
    background: #ff9f1b;
    color: #fff;
}

.main-table {
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 20px;
}
.main-table th {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    padding: 10px;
    vertical-align: middle;
    border:1px solid #ddd;
}
.main-table tbody {
    background: #f4f4f4;
}
.main-table tbody tr td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #ddd;
    color: #7d7d7d;
    font-size: 14px;
    text-transform: uppercase;
}
.main-table tbody tr td img {
    display: inline-block;
    max-width: 90px;
    height: 90px;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.num-input{
    border: 1px solid #dddddd;
    height: 26px;
    width: 45px;
}
.cart-btns {
    float: right;
}
.btn-sb-1.btn-update {
    padding: 9px 20px;
    border-radius: 0;
    border: none;
    background: #333;
    color: #fff;
}
.btn-sb-1 i {
    margin: 0 0 0 5px;
}
.btn-f1{
    padding: 10px 20px;
    background: #333;
    color: #fff;
}
.btn-f1 i {
    margin: 0 0 0 5px;
}
.btn-f2{
    padding: 10px 20px;
    background: #333;
    color: #fff;
}
.btn-f2 i {
    margin: 0 0 0 5px;
}



.homevideotext{position: relative;}


.homevideo {
  text-align: right;
  position:relative;
  z-index: 1;
}
.homevideo::before {
  position: absolute;
  background: darkgray;
  content: "";
  width: 265px;
  height: 195px;
  right: -13px;
  top: -12px;
  z-index: -10;
}

.homevideo::after {
  position: absolute;
  background: #006db7;
  content: "";
  width: 247px;
  height: 190px;
  left: -10px;
  bottom: -8px;
  z-index: -1;
}
.homevideo img {
  max-width: 100%;
}


.video-btn {
  margin-top: 40px;
}
.video-btn a {
  color: #fff;
  background: #171151;
  padding: 14px 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  transition: all 0.3s ease 0s;
  border-radius: 10px;
}
.video-btn a:hover{
    background:#ee9e39;
  color: #fff;
}




.head-right {
  padding: 25px 20px;
  background: #ff9f1b;
  display: inline;
  line-height: 39px;
}

.head-right a {
  color: #fff;
}


.prdt-des {
}


.pro-detail-left img {
    max-width: 100%;
    margin-bottom: 0;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: inherit;
    border-radius: 5px;
}



.panel-default > .panel-heading {
  color: #fff;
  background-color: #101e56;
  border-color: #101e56;
  padding: 20px 15px;
}
.prod-btn {
    display: none;
}

.prdct-dtl  table td {
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
}

.prdct-dtl table {
    width: 100%;
    margin-top: 20px;
}


.prdct-dtl table tr:first-child {
    background: #171151;
    color: #fff;
}
.prdct-dtl table tr:first-child td {
    font-size: 19px;
    font-weight: 500;
}

.copyright {
  position: relative;
  background: rgba(255,255,255,0.1);
}

.copyright .container {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}


.copyright p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  padding-top: 20px;
}

.copyright p a {
  font-weight: 600;
}

.ftrScl a {
  display: inline-block;
  color: #828599;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}

.ftrScl {
  text-align: right;
}

.ftrScl a i {
  width: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 0;
  margin-right: 0;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  border-radius: 5px;
  font-weight: 400!important;
}

.ftrScl a + a {
  margin-left: 4px;
}

.ftrScl a:hover,
.ftrScl a:hover i {
  color: #fff;
}


.abtFeaList {
  position: absolute;
  z-index: 2;
  bottom: -120px;
}
.abtFeaItem {
  width: 175px;
  height: 175px;
  display: inline-block;
  text-align: center;
  padding: 19px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  border: 9px solid #fff;
  margin-left: -70px;
}

.abtFeaCol:first-child .abtFeaItem {
  background: #f4572e;
}

.abtFeaItem span i sup {
    font-weight: 400;
    font-size: 21px;
    position: relative;
    top: -19px;
}

.abtFeaItem p {
}

.homevideotext h3 {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
    background: #f6faff;
    color: #000;
    border-radius: 50px;
    padding: 20px 30px;
    line-height: 28px;
    margin-bottom: 20px;
}

.homevideotext h3::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    right: 50px;
    bottom: -9px;
    border-radius: 0px;
    background: #f6faff;
    transform: rotate(135deg);
}

.homevideotext h3::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: -6px;
    top: 1px;
    border-radius: 50%;
}

.homevideotext h2 {
    color: #101e56;
    font-weight: bold;
    font-size: 40px;
    margin-top: 7px;
}
.abtFeaCol:nth-child(2) .abtFeaItem {
  background: #0E63FF;
}

.abtFeaCol:last-child .abtFeaItem {
  background: #101e56;
}

.abtFeaCol:first-child {
  transform: translate(65px, 20px);
}

.abtFeaCol:last-child {
  transform: 0;
}

.abtFeaItem span {
  display: block;
}

.abtFeaItem span i {
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
  font-style: inherit;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  position: relative;
  left: 5px;
}

.abtFeaItem span p {
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.abtFeaCol:last-child p {
  color: #fff;
}

.abtMediaDiv {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  width: 90%;
}
.abtMediaItem {}

.abtMediaImg {}

.abtMediaImg img {
    max-width: 100%;
}
.abtMediaOverlay {
  position: absolute;
  background: #e0f8f4;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: rotate(42deg);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  animation: cms-spin 5s infinite;
}

.abtMediaCol {
  position: relative;
  height: 220px;
}

.why-choose {
  padding-top: 100px;
  position: relative;
}


.why-choose::before {
    position: absolute;
    background: url(../images/pattern_Bg.png);
    padding-top: 100px;
    background-repeat: no-repeat;
    background-position: right bottom;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
}

@-webkit-keyframes cms-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes cms-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes cms-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes cms-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes cms-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.hdngPatt {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  transform: rotate(180deg);
  bottom: -1px;
}

.hdngPatt svg {
  height: 1px;
  width: calc(110% + 63.3px);
}

.hdngPatt svg path {
  fill: #FFFFFF;
}

.ltst-video {
  background: #fff;
  box-shadow: 0px 5px 83px 0px rgb(13 14 67 / 12%);
  padding: 12px 12px 9px 12px;
  border-radius: 10px;
}

.prdctHomeBlk {
  margin-top: 0;
  margin-bottom: 0;
  background: #f6faff;
  padding: 0px 30px;
  padding-top: 10px;
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
  padding-bottom: 80px;
}
.prdctHomeBlk::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/productBg.png);
    opacity: 0.03;
    z-index: -1;
}

.ltst-video iframe {
  border-radius: 10px;
}


.product-block {
}
.hdrTopDiv {
    background: #101e56;
    padding: 0px 30px;
    position: relative;
    z-index: 9999999999999;
}

.gltTrans {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  top: 8px;
}

.hdrMainRow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
}

.gltTrans > span {
  clip-path: url(#cms-wave-clippath-start);
  background: #fff;
  width: 38px;
  margin-right: -1px;
  order: -1;
  flex: 0 0 38px;
  height: 44px;
}

.gltTrans > div {
  flex: 0 0 auto;
  width: auto;
  background: #fff;
  height: 44px;
  padding-right: 20px;
  border-radius: 0 6px 0 0;
  padding-top: 6px;
  padding-bottom: 8.5px;
}
.hdrLinks {
}
.hdrLinks a + a {margin-left: 12px;}


.bnrFeaCol {
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #ECEEF3;
  display: flex;
  align-items: center;
}

.bnrFeaIcon {
  background: #E7efFF;
  min-width: 50px;
  height: 50px;
  margin-right: 15px;
  text-align: center;
  line-height: 50px;
  clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
}
.bnrFeaList .row > div:nth-child(2) .bnrFeaIcon {
  background: #FEEAf1;
}
.bnrFeaList .row > div:last-child .bnrFeaIcon {
  background: #E7FAF6;
}
.bnrFeaIcon i {
  display: inline-block;
}

.bnrFeaDes p {
  color: #171151;
  margin: 0;
  font-size: 16px;
}

.fLogo a {
  display: inline-block;
}
@media (min-width:1400px) {
  .container {
      width: 1320px;
  }
}
.downloadCat {
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
    float: revert;
}

.downloadCat a {
    background: transparent;
    height: 50px;
    display: inline-block;
    line-height: 46px;
    padding: 0px 15px;
    color: #fff;
    font-weight: 600;
    color: #101e56;
    background-color: transparent;
    border: 2px solid #9698c8;
    position: relative;
    overflow: hidden;
    clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
}

.downloadCat a::before {
    content: "";
    position: absolute;
    top: -4px;
    right: 5px;
    border-right: solid 2px transparent;
    width: 30px;
    height: 32px;
    transform: rotate(-45deg);
    transition: all 300ms ease-in-out;
    z-index: 1;
    border-right-color: #9698c8;
    border-left-color: #9698c8;
}

.downloadCat span {
    position: relative;
    top: 2px;
}

.calIcon {
    padding-right: 10px;
}

.hdrcontactInfo {
    text-align: left;
}

.hdrcontactInfo p {
    color: #848e9f;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 2px;
}

.hdrcontactInfo h4 {
    margin: 0;
    padding: 0;
    color: #101e56;
    font-size: 19px;
    font-weight: 600;
}
.hdrcontactInfo h4 a {
    color: #18336c;
}

.inrPrdctListHdng h3 {
    margin-top: 10px;
    line-height: 22px;
    font-size: 16px;
}

.inrPrdctListHdng span {
    position: relative;
    top: -10px;
    background: #f4572e;
    padding: 8px 13px;
    border-radius: 25px;
    font-weight: 500;
    color: #fff;
}



/*Certificate*/

.certificateImg img {
    max-width: 100%;
}

.ltst-video.certicateCard {
    text-align: center;
}
.certificateTitle h4 {
    color: #fff;
    background: #1ccabd;
    display: inline-block;
    padding: 11px 20px;
    position: relative;
    bottom: 0px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 40px;
    margin-top: 30px;
}

.detail-desc h5 {
    background: #1ccabd;
    display: inline-block;
    color: #fff;
    padding: 12px 23px;
    border-radius: 50px;
    font-size: 16px;
}


.single-item .count-text {
    font-size: 36px;
    position: relative;
    margin: 0;
    padding: 0;
    color: #101e56;
    display: none;
}

.single-item .count-text::before {
    position: absolute;
    content: "";
    right: -12px;
    width: 8px;
    height: 8px;
    background: #f4572e;
    bottom: 8px;
}

.count-text h5 {
    font-size: 55px;
}

.single-item {
    background: #f6faff;
    padding: 20px;
    overflow: hidden;
    border-radius: 20px;
}

.single-item h5 {
    font-size: 19px;
    color: #fff;
    margin: 0;
    background: #101e56;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    text-align: left;
    line-height: 50px;
    margin-bottom: 10px;
    padding-left: 26px;
}
.single-item p {
    line-height: 24px;
    font-size: 15px;
    min-height: 94px;
}

.inner-box {
    margin-top: 25px;
}

.single-item p a {
    color: #f4572e;
    border: 1px solid #f1f1f1;
    padding: 9px 15px;
    line-height: 40px;
}

.sample-img .item {
    position: relative;
    margin: 5px 10px!important;
    margin-bottom: 30px!important;
}

.ftrContactBlk li {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-right: 0px!important;
    padding-left: 0px!important;
    margin: 0px!important;
    padding: 11px 0px!important;
}

.ftrContactBlk li p a {
    font-size: 16px;
    color: #fff;
    /* width: 100%; */
    display: inline-block;
}

.ftrContactBlk p a i {
    font-size: 20px;
}

.ftrAdres p {
    margin-top: 12px;
    font-size: 17px;
    width: 300px;
    line-height: 29px;
    /* border-top: 2px solid #fff; */
    /* padding-top: 15px; */
    letter-spacing: 0;
    text-align: left;
}

.ftrContact p {
    margin: 0!important;
    padding: 0!important;
    opacity: 0.8;
}

.cont-part.ftrContactBlk {
    margin: 12px 0px;
}

.openingHourBlk {
    background: #0a0a32;
    padding: 20px 28px;
    border-radius: 10px;
    margin-top: -10px;
}

.openingHourBlk li {list-style: none;border-bottom: 1px solid #3c3d73;color: #fff;line-height: 50px;}

.openingHourBlk li span {
    color: #848e9f;
    float: right;
}

.openingHourBlk ul {
    margin-bottom: 40px;
}

.ftrButon a {
    background: #101e56;
    color: #fff;
    clip-path: polygon(calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%, 0 0);
    padding: 20px 24px;
}

.ftrButon {
    display: inline-block;
    margin-bottom: 0px;
}

.openingHourBlk h4 {
    margin-bottom: 16px!important;
    padding-bottom: 20px!important;
}

.copyright p a {
    color: #1ccabd;
    padding-left: 6px;
    padding-right: 3px;
    text-transform: uppercase;
}

.ftrtopBlk {
    position: relative;
    padding: 60px 0px;
}

.ftrtopBlk .map-inner {
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
}



.content-box h2 {
    font-weight: 600;
    color: #fff;
    padding-right: 0px;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 37px;
    margin: 0;
    padding-left: 20px;
    font-weight: 400;
}

#newletter input {
  border: 0;
  height: 58px;
  font-size: 15px;
  margin-bottom: 0;
  background-color: rgba(255,255,255,0.1);
  color: #fff;
}

#newletter input::placeholder {
    color: rgba(255,255,255,0.8);
}

#newletter button {
    background: #1ccabd;
    padding: 18px 21px;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
}

#newletter button .fa {
    padding-right: 4px;
}
.bredcrmBlk {
    position: relative;
    padding: 40px 0px;
}
.bredcrmBlk::before {
    background: #648ce0;
    position: absolute;
    content: "";
    width: 98%;
    top: 0;
    bottom: 0;
    border-radius: 0px 15px 100px 0px;
}

.bredCrumbdata h2 {
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 0;
    position: relative;
    color: #fff;
    letter-spacing: 0.5px;
    margin: 0;
    padding-bottom: 10px;
}

.homevideotext.inerHeading {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 49px;
    border-top: 1px solid rgba(0,0,0,0.2);
}

.homevideotext.inerHeading h3 {
    margin-top: 20px;
}

.btnContact button {
    background: #648ce0;
    padding: 14px 40px;
    border: 0px;
    box-shadow: inherit;
    color: #FFF;
    font-size: 17px;
    text-transform: uppercase;
    width: 100%;
}

.btnContact button:hover {
    background: #0a0a32;
    color:#fff;
}

.mainHdngInr h2 {
    font-size: 36px;
    font-weight: 600;
    color: #101e56;
    margin: 0 auto;
}

.mainHdngInr h2 span {
    color: #f4572e;
}

.mainHdngInr h5 {
    font-size: 17px;
    width: 60%;
    margin: 10px auto 10px auto;
    line-height: 34px;
    position: relative;
}
.mainHdngInr h5::before {
    position: absolute;
    content: "";
    background: #22b6b0;
    width: 3px;
    height: 21px;
    transform: translateX(-10px);
    top: 7px;
}
.mainHdngInr p {
    font-size: 18px;
    padding-right: 50px;
    line-height: 27px;
}
.subHdng.mainHdngInr h2 {
    color: #1ccabd;
    width: 100%;
    margin-left: 0;
    line-height: 50px;
    padding-bottom: 25px;
    font-size: 36px;
}



.subHdng.mainHdngInr h5 {
    width: 100%;
    color: #101e56;
    margin-left: 12px;
}




.product-tab li {
    list-style: none;
    line-height: 34px;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    color: #101e56;
    padding: 3px 20px;
}

.product-tab li a {
    color: #101e56;
}


.sidebar .panel-body {
    padding: 0;
}

.catOuter .prdt-media {
    width: 100%;
    margin: auto;
    height: 350px;
    background: transparent;
    overflow: hidden;
}

.awardCard .certificateImg img {
    max-width: 72%!important;
}





/*27-02-2023*/

.productListInr {
    padding: 16px;
}

.productListInr .prdt-media img {
    max-width: 100%;
    height: 290px;
    border-radius: 0;
}

.productListInr .prdt-media {
    width: 100%;
    border: 1px solid #ddd;
    padding: 4px;
}

.prdt-des.inrPrdctListHdng {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
}


.productListInr h3 {
    text-align: left;
    display: inherit;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 0px;
}


.productListInr span {
    position: inherit;
    padding: 7px 18px;
    margin-top: 10px;
    display: inline-block;
    background: #f1f1f1;
    color: #000;
}

.detailProductInfo p {
    font-size: 16px;
    line-height: 26px;
}

.btnEnquiry {
    margin-top: 10px;
    background: #1ccabd;
    border: transparent;
    padding: 12px 15px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
}

.btnEnquiry:hover {
    background: #648ce0;
    color: #fff;
    border: transparent;
}

.modal-header.contactModalHdr h3 {
    color: #fff;
    border-bottom: none;
    display: inline-block;
    padding-bottom: 0;
}

.modal-header.contactModalHdr h3::before {
    display: none!important;
}

.modal-header.contactModalHdr  {
    padding: 7px 15px!important;
    border-bottom: none!important;
    background: #f4572e!important;
}

.modal-header.contactModalHdr .close {
    margin-top: -4px!important;
    margin-right: 3px!important;
    opacity: 1!important;
    background: #f4572e!important;
    color: #fff!important;
    font-weight: 200!important;
    font-size: 35px!important;
}



#simpleImg1 {
    margin-bottom: 60px;
}

.liresult img {
    display: none;
}

li.liresult a {
    color: #000;
}



.has-sub ul li {
    background: #101e56;
}

.has-sub ul li:nth-child(2) {
    background: #2b2d86;
}
.has-sub ul li:nth-child(3) {
    background: #2f32a2;
}
.has-sub ul li:nth-child(4) {
    background: #383cbf;
}
.has-sub ul li:nth-child(5) {
    background: #484ce2;
}
.has-sub ul li:nth-child(6) {
    background: #575bfc;
}

.has-sub ul li a {
    color: #ffffff!important;
    background: #fff;
    border-bottom: 1px solid #ddd!important;
}




span.iconMenu img {
    width: 28px;
    margin-right: 6px;
}





.downloadCatIcon img {
    max-width: 100%;
}

.downloadCol {
    box-shadow: 0px 5px 83px 0px rgb(13 14 67 / 12%);
    padding: 10px;
    margin-bottom: 30px;
}

.downloadCatBtn a {
    color: #fff;
    background: #f4572e;
    display: inline-block;
    padding: 11px 20px;
    position: relative;
    bottom: 0px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 40px;
    margin: 0 auto;
}



.downloadCatBtn {
    text-align: center;
    margin-top: 11px;
    margin-bottom: 4px;
}

.downloadCatBtn a i {
    padding-right: 5px;
}

    .modal-content {
    margin-top: 160px;
}
  
/*testimonial Block*/
.testiContent {
    background: #fff;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 9%);
    padding: 30px 40px;
}
.tesmonialCol {
    padding: 20px;
}
.Tesmnltext {
    color: #8093a8;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.author-box {
    border-top: 1px solid #ddd;
    margin-top: 35px;
    padding-top: 10px;
}
.author-thumb {
    float: right;
}

.author-thumb img {
    border: 4px solid #f2f2f2;
    border-radius: 50%;
}

span.designation {
    color: #22b6b0;
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.testUserData h4 {
  font-weight: 500;
}


.newsLtrHdng {
    display: flex;
    align-items: center;
    padding: 20px 0px;
    margin-bottom: 0;
}

.ftrTopForm {
    background: rgba(255,255,255,0.1);
    padding: 20px;
    border-radius: 10px;
}

#newletter {
    display: flex;
    justify-content: space-between;
}  

.w-100 {
    width: 100%;
}

.newstrIcon img {
    width: 60px;
}


.content-box {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 30px;
}

.mapBlk {
    position: relative;
    z-index: 0;
}

.mapBlk::before {
    background: #101e56;
    position: absolute;
    height: 200px;
    content: "";
    width: 100%;
    z-index: -1;
    bottom: 0;
}

.mapBlk::after {
    position: absolute;
    background: url(../images/pattern_Bg.png);
    padding-top: 100px;
    background-repeat: no-repeat;
    background-position: left bottom;
    content: "";
    left: -50px;
    bottom: 136px;
    width: 430px;
    z-index: 1;
    opacity: 1;
    height: 400px;
    transform: rotate(180deg);
    background-size: contain;
}

.mapHomeCol iframe {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.misonInfo {
    position: relative;
    padding: 80px 0px;
    margin-bottom: 80px;
}

.misonInfo::before {
    position: absolute;
    content: "";
    background: url(../images/labBg.jpg);
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    background-position: bottom;
}

.misonInfo::after {
    background: #f6faff;
    position: absolute;
    content: "";
    left: 0;
    width: 50%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.misonInfo .mainHdngInr h5 {
    width: 100%;
    color: #101e56;
    margin-left: 12px;
}

.misonInfo .mainHdngInr h2 {
    color: #1ccabd;
    width: 80%;
    margin-left: 0;
    line-height: 50px;
    padding-bottom: 6px;
    font-size: 42px;
}

.yearExpData {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.iconExp img {
    width: 51px;
}

.iconExp {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 78px;
    margin-right: 10px;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 9%);
}

.exprncInfo h4 {
    font-size: 30px;
    color: #101e56;
}

.mb-60{
  margin-bottom: 60px;
}

.mb-100{
  margin-bottom: 100px;
}