@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:600|Roboto:400,500,700');



body{ font-size:14px; font-family: 'Roboto', sans-serif; color:#7d7d7d; padding-right: 0 !important;}

a, a:hover, a:focus{ text-decoration:none;}

p {
  font-family: "Open Sans",sans-serif;
}
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
}

.wrapper{ float:left; width:100%; padding:50px 0;}

header {
}

.blubg {
  background: #121d30;
  text-align: center;
  color: #fff;
  padding: 0px 0 0 0;
  border-bottom: 1px solid #ddd;
  padding: 11px 0px;
}

.menubcg {
  background: #5996ff;
  padding:0px;
  margin-top: 12px;
}

.hdrtoplinks {
  float: right;
}

.hdrtoplinks li:last-child a {
  padding: 0px;
}

.hdrtoplinks li {
  float: left;
  list-style: none;
}
.hdrtoplinks li a {
  color: #fff;
  padding: 0 10px;
}


.lang span {
    padding: 0 8px 0 0;
}

.lang {
    line-height: 24px;
    padding: 5px 0 0 0;
}


.lanuage {
  padding-top: 4px;
  float: left;
}


.social-icons {
    transform: skewX(-35deg);
}

.social-icons a {
    color: #fff;
    padding-right: 25px;
    line-height: 37px;
    transition: all 0.3s ease;
}

.social-icons a:hover{color:#2543b5; }


.logn {
  text-align: left;
}

.logn a {
  color: #fff;
   border-right: 1px solid #fff;
  padding-right: 15px;
}


.cart {
  display: inline-block;
  border-radius: 5px;
  margin-left: 5px;
  color: #fff;
  background: #fdbb11;
  padding: 7px 10px 6px 10px;
}




.logn a img, .logn a i {
    padding-right: 7px;
    margin: -3px 0 0 0;
}
.head-mid {
  padding-top: 8px;
  transition: all 0.5s ease 0s;
}
.main_hdr {
  background: #fff none repeat scroll 0 0;
  border-bottom: 3px solid #01aef0;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  margin: 0 auto;
  padding: 10px 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  z-index: 99;
}
.logo {
}

.logo img{
 max-width:250px; 
}

.head-info {
    margin: 7px 0 0 0;
  text-align: right;
}

.head-info a {
    color: #fff;
    padding: 0 15px 0 0;
   transition: all 0.3s ease;
}
.head-info a:last-child {
    padding: 0;
}

.head-info a:hover{ //color:#2543b5; }

.head-info a img {
    margin-right: 9px;
}

.search input {
  background: #fff;
  border: solid 1px #CFCFCF;
  height: 47px;
  border-radius: 5px;
  width: 100%;
  color: #000;
  padding: 0 38px 0 20px;
  transition: all 0.3s ease;
}



.sidebar h2 {
  background: #1946ba;
  font-family: 'Dosis', sans-serif;
  color: #fff;
  font-size: 21px;
  padding: 14px;
  font-weight: 400;
  position: relative;
  margin: 0px;
  margin-bottom: 15px;
}

.sidebar h2::before {
  background: #fff;
  height: 6px;
  width: 6px;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 45px;
  border-radius: 50%;
}

.sidebar h2::after {
  background: #fff;
  height: 1px;
  width: 140px;
  position: absolute;
  content: "";
  bottom: 17px;
  right: 50px;
}

.search input:focus{ border:1px solid #000!important;}

.search {
  display: inline-block;
  text-align: left;
  width: 410px;
  margin-top: 13px;
}

.search input:hover{
    border:1px solid #000!important;
}




.header-search .search:first-child {
  margin-right: 25px;
}

.search form {
    position: relative;
}

.search button {
    position: absolute;
    background: none;
    border: none;
    right: 4px;
    top: 8px;
}
.search button img {
  width: 20px;
}



.slider-bg {
  float: left;
  width: 100%;
  height: 686px;
  position: relative;
}

.slider-bg::after {
  position: absolute;
  content: "";
  background: url(../images/slidebg.png);
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  z-index: 1;
  background-size: cover;
}


.slider-bg .carousel-inner {
 height: 686px;
  width: 100%;
}
//.slider-bg .carousel-inner .item::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
}
.slider-bg .carousel-inner .item img {
  min-height: 686px;
  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 {
   display: none;
}



.carousel-control.right{  display: 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;
  position: absolute;
  right: 0;
  top: 0;

}

.slider-text {
  bottom: inherit;
  right: inherit;
  text-align: left;
  text-shadow: none;
  width: 80%;
  display: none;
}
.slider-text h6 {
  background: #2543b5 none repeat scroll 0 0;
  border-radius: 45px;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 50px 0 32px;
  padding: 13px 30px;
  text-align: center;
  display: none;
}


.slider-text h1 {
  background: #253d58 none repeat scroll 0 0;
  border-radius: 135px;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
  margin: 0 0 7px;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  display: none;
}





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

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



.slider-text p {
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 20px 0;
  padding-left: 30px;
  width: 70%;
  display: none;
}

.btnss {
  margin: 35px 0 0 0;
  padding-left: 30px;
}

.slider-text a.lrn {
  background: #01aef0 none repeat scroll 0 0;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  margin: 0 35px 0 0;
  padding: 12px 24px;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  display: inline-block;
}

.slider-text a.lrn::after {
    background: #transparent;
    height: 13px;
    width: 12px;
    position: absolute;
    right: -11px;
    top: -12px;
    border-left: solid 1px #01AEF0;
    content: "";
    border-bottom: solid 1px #01AEF0;
  transition: all 0.5s ease 0s;
  
}


.slider-text a.lrn::before {
    background:transparent;
    height: 13px;
    width: 12px;
    position: absolute;
    left: -11px;
    bottom: -12px;
    border-right: solid 1px #01AEF0;
    content: "";
    border-top: solid 1px #01AEF0;
  transition: all 0.5s ease 0s;
}


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

.slider-text a.contct {
  background: #2D3E50  none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  padding: 12px 24px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  font-family: 'Open Sans', sans-serif;
  position:relative;
  display: inline-block;
}

.slider-text a.contct::after {
    background: #transparent;
    height: 13px;
    width: 12px;
    position: absolute;
    right: -11px;
    top: -12px;
    border-left: solid 1px #2D3E50;
    content: "";
    border-bottom: solid 1px #2D3E50;
  transition: all 0.5s ease 0s;
  
}


.slider-text a.contct::before {
    background:transparent;
    height: 13px;
    width: 12px;
    position: absolute;
    left: -11px;
    bottom: -12px;
    border-right: solid 1px #2D3E50;
    content: "";
    border-top: solid 1px #2D3E50;
  transition: all 0.5s ease 0s;
}




.slider-text a.contct:hover{ background:#01AEF0;}

.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 #1946ba;
  color: #1946ba;
  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-indicators {
    bottom: 57px;
}

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

.carousel-indicators .active {
  background-color: #fff;
  height: 2px;
  margin: 0 4px 0 0;
  width: 19px;
  border: no;
}
.carousel-indicators li {
  border-radius: 0;
  margin: 0 4px 0 0;
  width: 22px;
  height: 4px;
  background: #fdbb11;
  border: none;
  border-radius: 5px;
}
.about-txt h3 {
  margin: 0 0 9px 0px;
  font-weight: normal;
  font-size: 26px;
  color: #92a3a9;
  text-transform: uppercase;
}


.about-txt p {
  color: #7d7d7d;
  line-height: 24px;
  margin: 0 0 8px 0px;
  text-align: justify;
  font-family: 'Open Sans', sans-serif;
}
.about-txt a {
  background: #1946ba none repeat scroll 0 0;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  padding: 6px 10px;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  display: inline-block;
  float: right;
}




.about-txt a:hover{ background:#ff9105; }

.about-txt a:hover:before, .about-txt a:hover:after { border-color:#01AEF0; }


.about-img {
  float: left;
  width: 46%;
  margin: 0 30px 10px 0px;
  position: relative;
}
.about-img img {
  width: 100%;
}

.grey-bg {
  background: #F5F5F5;
}
.title {
  text-align: center;
  position: relative;
  z-index: 9;
  margin: 0 0 30px 0;
}
.title.title-left {
  text-align: left;
}

.title p {
  margin: 0 auto;
  width: 60%;
  margin-top: 15px;
}
.title.title-left p {
  width: 100%;
}


.title.title-left::after {
  margin: 0;
}


.title.wht p{ color:#fff;}

.title h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  position: relative;
  padding-top: 40px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding: 0px;
}


.title.wht h2 {
  color: #000;
}

.title h2 span {
  color: #00a8ff !important;
}


.title2 {
  text-align: center;
  position: relative;
  z-index: 9;
  margin: 0 0 30px 0;
  display: inline-block;
  width: 100%;
}

.title2::after {
  background: #000;
  width: 60px;
  height: 1px;
  left: 0;
  position: absolute;
  content: "";
  text-align: center;
  left: 40%;
  bottom: 9px;
}

.title2::before {
  background: #000;
  width: 60px;
  height: 1px;
  position: absolute;
  content: "";
  text-align: center;
  right: 40%;
  bottom: 9px;
}

.title2 h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 300;
  position: relative;
  padding-top: 40px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding: 0px;
}

.title2 h2 span {
  color: #5996ff;
}


.mainhdng2 {
  margin-top: 9px;
  position: relative;
}
.mainhdng2::before {
  background: #000;
  width: 90px;
  height: 1px;
  left: 0;
  position: absolute;
  content: "";
  text-align: center;
  left: 38%;
  bottom: 14px;
}

.mainhdng2::after {
  background: #000;
  width: 90px;
  height: 1px;
  /* left: 0; */
  position: absolute;
  content: "";
  text-align: center;
  right: 38%;
  bottom: 14px;
}

.hm-products{ background:url(../images/home-probg.jpg) left top no-repeat; background-size:cover; position:relative; z-index:1 }

.hm-products::after {
  background: rgba(255,255,255,0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}




.pro-info {
  background: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
  margin-bottom: 0px;
  box-shadow: 0px 6px 8px rgba(0,0,0, 0.2);
}


.pro-img {
  position: relative;
}
.pro-img > img {
  width: 100%;
  height: 162px;
}

.pro-cart {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 147, 218,0.9);
  top: 275px;
  bottom: 0px;
  text-align: right;
  opacity: 0;
  transition: all 0.7s ease;
}

.pro-cart ul {
  margin: 236px 13px 16px 0px;
  padding: 0;
  list-style: none;
  top: -19px;
  position: relative;
}

.pro-cart ul li:first-child {transform:translate(175px);  transition: all 0.5s ease 0.3s;}  
.pro-cart ul li:nth-child(2) {transform:translate(175px);  transition: all 0.5s ease 0.5s;}  
.pro-cart ul li:last-child {transform:translate(175px);  transition: all 0.5s ease 0.7s;}  
  
  
.pro-cart ul li a {
  color: #000;
  line-height: 23px;
  float: left;
  /* background: #ddd; */
  /* margin-right: 10px; */
  padding: 3px 15px;
}

.pro-cart li {
  width: 175px;
  float: right;
  display: inline;
  margin-bottom: 5px;
  background: #fff;
}


.pro-cart ul li a {
  color: #000;
  line-height: 23px;
  float: left;
  /* background: #ddd; */
  /* margin-right: 10px; */
  padding: 3px 20px;
}


.pro-cart ul li a i {
  background: #1946ba;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  text-align: center;
  line-height: 38px;
  font-size: 19px;
  margin: 2px 0 0 9px;
}

.pro-info:hover .pro-cart { top:0; opacity:1;}

.pro-info:hover .pro-cart ul li {transform:translate(0px); }



.top-nav-box {
  padding-top: 0;
  background:none;
}

.top-nav-box .util-pagination {
  bottom: inherit;
  left: inherit;
  position: inherit;
  right: inherit;
  top: inherit;
  margin-top: 40px;
}

.top-nav-box .util-page span {
  width: 16px;
  height: 16px;
  margin: 4px;
  border-radius: 0;
  background: #1946ba;
  border: solid 1px #fff;
}

.util-theme-default .util-page.active-page span {
  background-color: #2543b5;
}


.pro-dtl {
  padding: 0px 10px;
  text-align: left;
  padding-top: 2px;
}

.pro-dtl h4 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0;
  overflow: hidden;
  padding-bottom: 4px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.pro-data {
  height: 92px;
  overflow: hidden;
  margin-bottom: 15px;
}
.pro-dtl p {
  line-height:23px;
  font-family: 'Open Sans', sans-serif;
}



.pro-dtl a {
  color: #000;
  font-size: 15px;
  padding: 5px 0px;
  margin: 0px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  display: inline-block;
}

.pro-dtl a:hover {
  color:#00a8ff;
}
  






.pro-dtl a.delete-btn {
  background: #1946ba none repeat scroll 0 0;
  color: #fff;
  opacity: 0.9;
  border: 1px solid #1946ba;
}
.pro-dtl a.delete-btn:hover {
  border-color: #2543b5;
  opacity: 1;
  background: #2543b5;
}
.pro-dtl a.delete-btn::before {
  border-right: 1px solid #1946ba;
  border-top: 1px solid #1946ba;
}
.pro-dtl a.delete-btn::after {
  border-bottom: 1px solid #1946ba;
  border-left: 1px solid #1946ba;
}


.pro-dtl a.delete-btn:hover:before, .pro-dtl a.delete-btn:hover:after { border-color:#2543b5; }

.hm-features .row {
  margin-top: -30px;
}
.f-info {
  float: left;
  width: 100%;
  background: #F5F5F5;
  border-top: solid 5px #2543b5;
  padding: 30px 20px;
  position: relative;
  transition: all 0.5s ease;
  z-index: 1;
  margin-top: 30px;
}
.f-icon {
  float: left;
  width: 26%;
  z-index: 1;
}
.f-icon i {
  font-size: 44px;
  color: #2543b5;
  margin: 10px 0 0 0;
}
.f-dtl {
  float: left;
  width: 74%;
}
.f-dtl h3 {
  margin: 0;
  font-size: 20px;
  color: #1946ba;
  font-weight: normal;
  line-height: 25px;
}
.f-dtl h3 small {
  color: #555;
  padding: 0 0 0 5px;
  display: inline-block;
}
.f-info:after {
  position: absolute;
  left: 70px;
  right: 70px;
  top: 0px;
  bottom: 85px;
  background: #2543b5;
  content: "";
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
.f-info:hover:after {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: 0;
}
.f-info:hover .f-icon i {
  color: #fff;
}
.f-info:hover h3 {
  color: #fff;
}
.f-info:hover h3 small {
  color: #fff;
}

.hm-testimonial{ background:url(../images/hm-testi.jpg) left top no-repeat; background-size:cover; position:relative; z-index:1 }

.hm-testimonial:after{ background:rgba(29, 177, 233,0.9); position:absolute; left:0; right:0; top:0; bottom:0; z-index:-1; content:"";}

.hm-testimonial .title h2 span {
  color: #1946ba;
}


.hm-testimonial .title.wht::after {background: url(../images/testi-icon.png) center bottom no-repeat #20B2EB;}


.hm-testimonial .testimonial-content {
  padding: 0 20px 20px;
  background: none;
  color: #fff;
  border: none;
  font-size: 13px;
  line-height: 1.7em;
  border-radius: 3px;
  position: relative;
  text-align: center;
  font-style: italic;
}

.quot i {
  font-size: 29px;
  margin: 0 0 11px 0px;
}





.util-theme-default .util-page span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 0;
  background-color: #1946ba;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: 5px;
}
.util-theme-default .util-page.active-page span {
  background-color: #2543b5;

}

.feaure-links {
  border: 1px solid #d6d7da;
  padding: 31px 30px;
  margin: 50px 0px;
  transition: all ease 0.5s;
  background:#fff;
}

.feaure-links:hover {
  box-shadow: 0px 6px 8px rgba(0,0,0, 0.2);
  box-shadow: 0px 2px 6px rgba(0,0,0, 0.2);
}



.feaure-links a {
  color: #000;
}

.feaure-links img {
  float: left;
  
  padding-right: 30px;
}


.feaure-links h1 {
  font-size: 15px;
  line-height: 27px;
  margin: 0px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px;
}

.feaure-links h1 span {
  display: inline-block;
  width: 40%;
}

.fotr-top {
  background: #2543b5 none repeat scroll 0 0;
  color: #fff;
  display: none;
  padding: 29px 0;
}
.f-contct h2 {
  margin: 0;
  font-size: 32px;
  font-weight: normal;
  text-transform: uppercase;
}
footer {
  float: left;
  width: 100%;
}
.f-contct p {
  font-size: 17px;
  padding: 11px 0 0 0;
}


.f-contctbtn a {
  background: none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  padding: 7px 14px;
  margin: 21px 0 20px 0;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  display: inline-block;
  border: solid 1px #fff;
}

.f-contctbtn a::after {
    background: #transparent;
   height: 9px;
  width: 9px;
    position: absolute;
    right: -9px;
    top: -9px;
    border-left: solid 1px #fff;
    content: "";
    border-bottom: solid 1px #fff;
  transition: all 0.5s ease 0s;
  
}


.f-contctbtn a::before {
  background: transparent;
  height: 9px;
  width: 9px;
  position: absolute;
  left: -9px;
  bottom: -9px;
  border-right: solid 1px #fff;
  content: "";
  border-top: solid 1px #fff;
  transition: all 0.5s ease 0s;
}

.f-contctbtn a:hover{ background:#fff;border-color:#fff; color:#2543b5}

.f-contctbtn a:hover:before, .f-contctbtn a:hover:after { border-color:#fff; }

.fotr-mid {
  padding: 50px 0 0px 0;
  border-top: 0px;
  background: #0e1729;
}


.footer-links h4 {
  color: #fbb810;
  text-transform: capitalize;
  font-weight: 300;
  font-size: 20px;
  margin: 8px 0 11px 0;
  padding-bottom: 1px;
  position: relative;
  text-transform: uppercase;
}

.ftrlogo{
max-width: 250px;
border-radius: 5px;
}

.footer-links p {
  color: #838383;
  margin: 30px 0px;
  letter-spacing: 0.5px;
  text-align: left;
}
.contat-info {
  float: left;
  width: 100%;
  margin: 0 0 23px 0;
}
.contct-hding {
  float: left;
  width: 28%;
  color: #2543b5;
  font-size: 17px;
  font-weight: normal;
}
.contct-dtl {
  float: left;
  width: 72%;
  padding-left: 20px;  
}

.contct-dtl a{color:#fff; transition: all 0.3s ease; }

.contct-dtl a:hover{color:#2543b5; }


.contct-dtl p {
  margin: 0;
}
.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links ul li a {
  color: #838383;
  line-height: 38px;
  text-transform: uppercase;
  position: relative;
  padding: 0 0px 0 0px;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
}



.footer-links ul li a:hover{ color:#2543b5;}

.fotr-btm {
  background: #25272E;
  position: relative;
  border-top: solid 1px #515258;
  padding: 25px 0;
  position:relative;
}


.icon-sec2 {
  float: left;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 39px;
  margin-bottom: 20px;
}

.icon-sec2 p {
 color: #fff;
}


.fotr-abt {
    line-height: 22px;
    font-size: 12px;
    text-align: justify;
   transform: skewX(0deg);
}





.icon-sec2 a {
  color: #fff;
  padding: 3px 4px;
  text-align: center;
  margin-top: 2px;
  display: inline-block;
  background: #fbb810;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 31px;
  transition: all 0.3s ease;
}

.icon-sec2 a .fa {
  font-size: 16px;
  color: #fff;
}


.icon-sec2 a:hover {
  color:#fff;
}



.ftrcontact li {
  padding-bottom: 10px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 3px;
}

.ftrcontact li img {
  padding-right: 7px;
  width: 23px;
  height: 14px;
}












/****About Us Page****/
.bnr_inr {
  float: left;
  height: 160px;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: none;
}
.bnr_inr::before {
  background-color: hsla(0, 0%, 0%, 0.7);
  content: "";
  height: 160px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}
.bnr_inr > img {
  height: auto;
  width: 100%;
}
.bnr-txt-wrapper {
  bottom: 0;
  left: 0;
  padding: 60px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.bnr_txt h3 {
  color: #fff;
  font-size: 32px;
  margin: 0;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  font-weight: 400;
}
.bnr_txt h3::before {
  background: rgba(0, 0, 0, 0) url("../images/breadcrumbs-title-line.png") no-repeat scroll center center;
  bottom: 0;
  content: "";
  height: 15px;
  left: 50%;
  margin-left: -79px;
  position: absolute;
  width: 158px;
}




.breadcrumbs-bg {
  background: #eee none repeat scroll 0 0;
  float: left;
  padding: 13px 0;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ddd;
}


.breadcrumbs-bg::before {
  border-bottom: 10px solid #2543b5;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  left: 50%;
  margin: 0 0 0 -16px;
  position: absolute;
  top: -10px;
  display: none;
}
.brdrmbs {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.brdrmbs a {
  color: #444;
}


.brdrmbs .fa {
  padding: 0 5px;
  color: #444;
}

.brdrmbs span {
  color: #1946ba ;
}

.title.small-title {
  margin-bottom: 35px;
}
.title.small-title::after {
  top: 45px;
}
.title.small-title h2 {
  font-size: 30px;
}
.page-title {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.page-title h2 {
  color: #fff;
  font-size: 23px;
  margin: 0;
  padding: 13px 20px;
  position: relative;
  background: #1946ba;
  font-weight: 500;
}
.page-title h2 a {
  color: #fff;
}
.page-title > p {
  margin-bottom: 0;
  margin-top: 20px;
}
.page-title h2  a:hover {
  color: #2543b5;
}
.page-title > h2 span {
  color: #2543b5;
}

.page-title.title-center {
  text-align: center;
}
.page-title.title-center h2::before {
  left: 50%;
  margin: 0 auto 0 -22px;
}
.page-title.title-center h2::after {
  left: 50%;
  margin: 0 auto 0 -35px;
}


.contt-dropdown {
  float: right;
}

.contt-dropdown .btn.dropdown-toggle {
  border: 1px solid #ddd;
  border-radius: 0;
  min-width: 200px;
  text-align: left;
}
.contt-dropdown .btn.dropdown-toggle .caret {
  border-width: 6px;
  position: absolute;
  right: 13px;
  top: 15px;
}

.cott-ttl > h3 {
  color: #1946ba;
  margin: 0 0 30px;
  font-weight: normal;
}
.cott-ttl > p {
  color: #999;
  font-size: 14px;
  margin: 0 0 20px 0;
}
.light-form > h3 {
  color: #2d3e50;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 15px;
  position: relative;
}
.light-form .form-group {
  margin-bottom: 20px;
}
.light-form .form-control {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  padding: 6px 13px;
}
.light-form label {
  font-size: 16px;
  font-weight: 400;
}
.light-form .form-control:hover, .light-form .form-control:focus {
  border-color: #1946ba;
  box-shadow: none;
  outline: 0 none;
}
.light-form textarea.form-control {
  height: 100px;
}

.submit-btn {
  background: #2d3e50 none repeat scroll 0 0;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  padding: 10px 24px;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  border: 1px solid #2d3e50;
}



.submit-btn:hover{ background:#01AEF0; border: 1px solid #01AEF0;}




.contact-right {
  padding-left: 30px;
}

.contact-info {
  padding:0;
}
.contact-info li {
  border-bottom: 1px solid #e5e5e5;
  list-style: outside none none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
.contact-info li .icon-holder {
  left: 0;
  position: absolute;
  top: 0;
  color: #2543b5;
  font-size: 22px;
}
.contact-info li .text-holder {
  
}
.contact-info li .text-holder h5 {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
}
.contact-info li .text-holder h5 span {
  color: #252525;
  font-weight: 500;
  font-size: 15px;
}

.social-links{
  padding:0;
}
.social-links {
  overflow: hidden;
  padding-top: 8px;
}
.social-links li {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 5px;
  margin-right: 7px;
}
.social-links li a {
  background-color: #3b5998;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.social-links li:nth-child(2) a {
  background-color: #55acee;
}
.social-links li:nth-child(4) a {
  background-color: #f26798;
}
.social-links li:nth-child(5) a {
  background-color: #cb2027;
}
.social-links li:last-child a {
  background-color: #dc4e41;
}

.contact-map {
  float: left;
  width: 100%;
}







/*****Category Page******/
.cat-block {
  //margin-top: -30px;
}
.cat {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  float: left;
  margin-bottom: 30px;
  padding: 4px 4px 20px;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.cat-media {
  
}
.cat-media img {
  width: 100%;
  height: 200px;
}
.cat-ttl h4 {
  color: #1946ba;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  padding: 12px 10px 0px 10px;
  position: relative;
  text-overflow: ellipsis;
  transition: all 0.4s ease 0s;
  white-space: nowrap;
}

.main-cat .cat-media img {
  height: 250px;
}
.main-cat .cat-ttl h4 {
  //font-size: 22px;
}

.cat:hover .cat-ttl h4 {
  color: #2543b5;
}



.cat-name {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.cat-name > h2 {
  color: #1946ba;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
}



/* MENU-LEFT
-------------------------- */
.product-tab {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.product-tab li a {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 10px 12px;
  color: #7d7d7d;
}
.product-tab li a:hover {
  background: #f0f0f0 none repeat scroll 0 0;
  color: #2543b5;
}
.product-tab li.active a, .product-tab li.active a:hover {
  background: #f0f0f0 none repeat scroll 0 0;
  color: #2543b5;
}







/****Product List Page*****/
.product-list-pro {
  float: left;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #ddd;
}
.product-list-pro .pro-img {
  float: left;
  overflow: hidden;
  width: 45%;
  padding-right: 24px;
}


.product-list-pro .pro-dtl h4 {

}
.pro-code {
  color: #2543b5;
  font-size: 16px;
  margin-bottom: 9px;
}

.product-list-pro .pro-data {
  height: 66px;
}





/****Cart Page****/
.prdct-tbl {
  //margin-bottom: 25px;
}
.prdct-tbl .table-bordered {
  border: 1px solid #ddd;
}
.prdct-tbl .table-bordered th {
  background: #1946ba none repeat scroll 0 0;
  border-color: #ddd;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
.prdct-tbl .table > tbody > tr > td,
.prdct-tbl .table > tbody > tr > th,
.prdct-tbl .table > tfoot > tr > td,
.prdct-tbl .table > tfoot > tr > th,
.prdct-tbl .table > thead > tr > td,
.prdct-tbl .table > thead > tr > th {
  padding: 10px;
  vertical-align: middle;
}
.prdct-tbl .table-bordered td {
  border-color: #ddd;
}
.enquiry-form .detail-button {
  font-size: 16px;
  width: 150px;
}
.qnty > input {
  border: 1px solid #dddddd;
  height: 26px;
  width: 45px;
}
.prdct-tbl .detail-button, .prdct-tbl .cart-btn {
  font-size: 16px;
  width: 150px;
}
.cart-btns {
  float: right;
}
.btn-common {
  background: #ddd none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #1946ba;
  padding: 9px 20px;
  margin: 0 5px;
}
.btn-update {
  background: #2543b5 none repeat scroll 0 0;
  border-color: #2543b5;
  color: #fff !important;
}
.btn-add {
  background: #1946ba none repeat scroll 0 0;
  border-color: #1946ba;
  color: #fff !important;
}
.btn-nxt {
  background: #f0ad4e none repeat scroll 0 0;
  border-color: #f0ad4e;
  color: #fff !important;
}
.btn-common i {
  margin: 0 0 0 5px;
}
.cart-btns .btn-common {
  display: inline-block;
  opacity: 0.9;
  transition: all 0.4s ease 0s;
}
.cart-btns .btn-common:last-child {
  margin-right: 0;
}
.cart-btns .btn-common:hover {
  opacity: 1;
}






/***Modals****/
.modal-body {
  padding: 20px;
}

.modal-header h5 {
  font-size: 20px;
  font-weight: 400;
  margin: 0px;
}
.ta-l {
  float: left;
}

.btn-lgin {
  background: #fdbb11;
  border: none;
  color: #fff;
  padding: 12px 29px;
  transition: 0.6s all ease 0s;
}

.btn-lgin:hover {
  background: #2543b5;
  }



.btn-gst {
  background: #fdbb11;
  border: none;
  color: #fff;
  padding: 12px 29px;
  transition: 0.6s all ease 0s;
}

.btn-gst:hover {
  background: #2543b5;
  }

.frgt-pswd {
  position: relative;
  float: right;
  top: 34px;
}





.modal-header .close {
  margin-top: -2px;
  color: #fff;
  opacity: 0.7;
}

#loginForm input {
  width: 100%;
  height: 50px;
  padding: 12px;
}


#at-signup-filling input {
  width: 100%;
  height: 50px;
  padding: 12px;
}


#at-signup-filling select {
  width: 100%;
  height: 30px;
  padding: 12px;
}


#at-reset-pswd  input {
  width: 100%;
  height: 50px;
  padding: 12px;
}


.modal-header {
  background: #2543b5;color: #fff;
}
.modal-title {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-transform: ;
}
.modal-header p {
  color: #fff;
  margin: 0;
}
.close {
  font-size: 30px;
  font-weight: 300;
  opacity: 1;
  text-shadow: none;
}
.modal-form-center {
  padding: 0;
}
.f-txt {
  float: right;
  margin-top: 11px;
}
.f-txt > a {
  color: #2543b5;
}
.signup-text {
  margin: 40px 0 0;
}
.signup-text p {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
}
.signup-text a {
  color: #2543b5;
}




.signup-form .form-group {
  float: left;
  width: 50%;
}
.form-group.evn {
  padding-right: 10px;
}
.form-group.odd {
  padding-left: 10px;
}



.enry-btn {
  bottom: 15px;
  position: fixed;
  right: 15px;
  z-index: 99;
}
.enry-btn > a {
  background: #1946ba none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
}
.enry-btn a img {
  width: 100%;
}



/****Search Page****/
.search-pgntn {
  background: #eee none repeat scroll 0 0;
  margin-bottom: 20px;
  padding: 9px;
  margin-top: -20px;
}
.search-pgntn .pagination {
  margin: 0;
}
.search-pgntn .pagination > li {
  display: inline-block;
}
.search-pgntn .pagination > li > a, .search-pgntn .pagination > li > span {
  background: #2543b5 none repeat scroll 0 0;
  border-color: #2543b5;
  border-radius: 0;
  color: #ffffff;
  height: 29px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease 0s;
  width: 29px;
  text-align: center;
}
.search-pgntn .pagination > li > a:hover {
  background: #1946ba none repeat scroll 0 0;
  border-color: #1946ba;
  border-radius: 0;
}
.search-pgntn .pagination > li.active > a, .search-pgntn .pagination > li.active > a:hover {
  background: #1946ba none repeat scroll 0 0;
  border-color: #1946ba;
  border-radius: 0;
}





/****Product Detail****/
.preview {
  display: -webkit-box;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
    
}



.card {
  margin-top: 50px;
  background: #eee;
  padding: 3em;
  line-height: 1.5em; }


 .product-title {
  color: #1946ba;
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 20px;
  padding-bottom: 20px;
  position: relative;
}
  
.p-code {
  color: #1946ba;
  font-weight: 400;
}
.p-code > span {
  color: #2543b5;
}



.btn-list {
  list-style: outside none none;
  margin: 20px 0;
  overflow: hidden;
  padding: 0;
display: inline-block;
width: 100%;
}
.btn-list > li {
  float: left;
  padding:0px 10px;
 
}
.btn-list > li:last-child {
  margin: 0;
}
.btn-list li a {
  display: block;
  text-align: center;
  color: #1946ba;
  transition: all 0.3s ease 0s;
}

.btn-list li span {
  background: #2543b5 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  width: 35px;
  font-size: 16px;
  border-radius: 50%;
}
.btn-list li p {
  margin: 5px 0 0 0;
}


.action button {
  background: #2d3e50 none repeat scroll 0 0;
  border: 1px solid #2d3e50;
  color: #000;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  padding: 3px;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  width: 100%;
  text-align: center;
}
.action button i {
  background: #2543b5;
  bottom: 0;
  left: 0;
  /* position: absolute; */
  top: 0;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  line-height: 34px;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

.action button:hover {
  
  border: 1px solid #2543b5;
}
.action button.dwnld-btn {
  background: none;
  border: 0;
}
.action button.print-btn {
  background: #4CAF50 none repeat scroll 0 0;
  border: 0;
}



/****Related Products****/
.related-products .cat {
  margin: 0;
}







.pro-big-img {
  border: 1px solid #ddd;
  background: #eee;
  position: relative;
  height: 400px;
  transition: all 0.4s ease 0s;
}
.pro-big-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}
.pro-big-img .expand {
  background: rgba(0,0,0,0.6);
  color: #fff;
  text-transform: uppercase;
  padding: 3px 10px;
  display: inline-block;
  right: 5px;
  position: absolute;
  top: 5px;
  opacity: 0;
  transition: all 0.4s ease 0s;
  font-size: 13px;
}
.pro-big-img:hover .expand {
  opacity: 1;
}
.pro-big-img .expand:hover {
  background: #2543b5;
}


.about {
  background: url(../images/bg-box.png)center center;
  background-size: cover;
}



.wrapper.feauresectnbg {
  padding: 35px 0px;
  background: url(../images/bg-new.png)center center;
  background-size: cover;
}

.ftrbglogo img {
  opacity: 0.1;
  max-width: 100%;
}


.sc-contact-list .pull-left {
  padding-right: 9.8% !important;
}


.sc-contact-list .pull-left {
  background-image: url('../images/home1-contact2.jpg');
  height: 676px;
}

.empty-space {
  height: 125px;
  width: 100%;
  display: block;
}

.home-location {
  float: right;
  padding: 50px;
  background: rgba(21,35,61,.9);
}
.sc-title.title-white, .sc-title.style-2.title-white .title {
  color: #fff;
}
.sc-title {
  font-size: 36px;
  font-weight: 300;
  position: relative;
  margin-bottom: 49px;
  line-height: 120%;
  padding-bottom: 14px;
}
.sc-title::after {
  background-color: #999999;
  width: 40px;
  content: '';
  display: inline-block;
  right: auto;
  left: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
}
.home-location p {
  margin-bottom: 13.5px;
  vertical-align: middle;
  color: #bcbcbc;
}
.home-location i {
  font-size: 18px;
  color: #bcbcbc;
  margin-right: 15px;
  width: 20px;
  float: left;
  padding-top: 5px;
}

.home-location a.mobile {
  font-size: 30px;
  font-weight: normal;
  line-height: 0.87;
  letter-spacing: 0.9px;
  color: var(--primary-color-1);
}

.home-location a {
  color: #bcbcbc;
}

.sc-contact-list .pull-right {
  padding-left: 50px;
  padding-right: 14.2%;
  background-image: url('../images/home1-contact1.jpg');
}
.sc-contact-list .pull-left, .sc-contact-list .pull-right {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
}
.sc-contact-list .contact-form .row {
  margin: 0 -10px 20px;
}
.sc-contact-list .contact-form input, .sc-contact-list .contact-form textarea {
  font-size: 16px;
  padding: 0 12px;
  max-width: 100%;
}

.sc-contact-list .contact-form input, .sc-contact-list .contact-form textarea {
  font-size: 16px;
  padding: 5px 12px;
  max-width: 100%;
}

.contact-form textarea {
  height: 180px;
  width: 100%;
  border: 1px solid #ddd;
}

.fearuebg {
  box-shadow: 0px 4px 29px 3px rgba(0, 0, 0, 0.1);
  /* padding: 70px; */
  padding: 40px 20px 40px;
}

.ferturebox {
  text-align: center;
  border-right: 1px solid #efefef;
  padding-right: 45px;
}
.col-md-4:last-child  .ferturebox {
    border:none;
}
.ferturebox img {
  height: 80px;
  margin-bottom: 15px;
}

.ferturebox h2 {
  font-size: 19px;
  font-weight: 300;
  color: #444;
  margin-bottom: 10px;
}


@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:600|Roboto:400,500,700');

/*font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

body{ font-size:14px; font-family: 'Roboto', sans-serif; color:#7d7d7d; padding-right: 0 !important;}

a, a:hover, a:focus{ text-decoration:none;}

p {
  font-family: "Open Sans",sans-serif;
}
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
}

.wrapper {
  float: left;
  width: 100%;
  padding: 30px 0;
}

header {
}

.blubg {
  background: #121d30;
  text-align: center;
  color: #fff;
  padding: 0px 0 0 0;
  border-bottom: 1px solid #ddd;
  padding: 11px 0px;
}

.hdrtoplinks {
  float: right;
}

.hdrtoplinks li:last-child a {
  padding: 0px;
}

.hdrtoplinks li {
  float: left;
  list-style: none;
}
.hdrtoplinks li a {
  color: #fff;
  padding: 0 10px;
}


.lang span {
    padding: 0 8px 0 0;
}

.lang {
    line-height: 24px;
    padding: 5px 0 0 0;
}


.lanuage {
  padding-top: 4px;
  float: left;
}


.social-icons {
    transform: skewX(-35deg);
}

.social-icons a {
    color: #fff;
    padding-right: 25px;
    line-height: 37px;
    transition: all 0.3s ease;
}

.social-icons a:hover{color:#2543b5; }


.logn {
  text-align: left;
}

.logn a {
  color: #fff;
   border-right: 1px solid #fff;
  padding-right: 15px;
}


.cart {
  display: none!important;
  border-radius: 5px;
  margin-left: 5px;
  color: #fff;
  background: #5996ff;
  padding: 12px 17px 12px 18px;
  font-size: 16px;
}

.cart a {
  color: #fff;
}


.logn a img, .logn a i {
    padding-right: 7px;
    margin: -3px 0 0 0;
}
.head-mid {
  padding-top: 8px;
  transition: all 0.5s ease 0s;
}
.main_hdr {
  background: #fff none repeat scroll 0 0;
  border-bottom: 3px solid #01aef0;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  margin: 0 auto;
  padding: 10px 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  z-index: 99;
}
.logo {
}

.logo img{
 max-width:250px; 
}

.head-info {
    margin: 7px 0 0 0;
  text-align: right;
}

.head-info a {
    color: #fff;
    padding: 0 15px 0 0;
   transition: all 0.3s ease;
}
.head-info a:last-child {
    padding: 0;
}

.head-info a:hover{ //color:#2543b5; }

.head-info a img {
    margin-right: 9px;
}

.search input {
  background: #fff;
  border: solid 1px #CFCFCF;
  height: 47px;
  border-radius: 5px;
  width: 100%;
  color: #000;
  padding: 0 38px 0 20px;
  transition: all 0.3s ease;
}



.search input:focus{ border: solid 3px #1946ba}

.search {
  display: inline-block;
  text-align: left;
  width: 410px;
  margin-top: 13px;
}




.header-search .search:first-child {
  margin-right: 25px;
}

.search form {
    position: relative;
}

.search button {
  position: absolute;
  background: none;
  border: none;
  right: 4px;
  top: 12px;
}
.search button img {
  width: 20px;
}



.slider-bg {
  float: left;
  width: 100%;
  height: 480px;
  position: relative;
}

.slider-bg::after {
  position: absolute;
  content: "";
  background: url(../images/slidebg.png);
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  z-index: 1;
  background-size: cover;
}


.slider-bg .carousel-inner {
 height: 466px;
  width: 100%;
}
//.slider-bg .carousel-inner .item::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
}
.slider-bg .carousel-inner .item img {
  min-height: 466;
  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 {
   display: none;
}



.carousel-control.right{  display: 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;
  position: absolute;
  right: 0;
  top: 0;

}

.slider-text {
  bottom: inherit;
  right: inherit;
  text-align: left;
  text-shadow: none;
  width: 80%;
  display: none;
}
.slider-text h6 {
  background: #2543b5 none repeat scroll 0 0;
  border-radius: 45px;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 50px 0 32px;
  padding: 13px 30px;
  text-align: center;
  display: none;
}


.slider-text h1 {
  background: #253d58 none repeat scroll 0 0;
  border-radius: 135px;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
  margin: 0 0 7px;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  display: none;
}





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

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



.slider-text p {
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 20px 0;
  padding-left: 30px;
  width: 70%;
  display: none;
}

.btnss {
  margin: 35px 0 0 0;
  padding-left: 30px;
}

.slider-text a.lrn {
  background: #01aef0 none repeat scroll 0 0;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  margin: 0 35px 0 0;
  padding: 12px 24px;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  display: inline-block;
}

.slider-text a.lrn::after {
    background: #transparent;
    height: 13px;
    width: 12px;
    position: absolute;
    right: -11px;
    top: -12px;
    border-left: solid 1px #01AEF0;
    content: "";
    border-bottom: solid 1px #01AEF0;
  transition: all 0.5s ease 0s;
  
}


.slider-text a.lrn::before {
    background:transparent;
    height: 13px;
    width: 12px;
    position: absolute;
    left: -11px;
    bottom: -12px;
    border-right: solid 1px #01AEF0;
    content: "";
    border-top: solid 1px #01AEF0;
  transition: all 0.5s ease 0s;
}


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

.slider-text a.contct {
  background: #2D3E50  none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  padding: 12px 24px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  font-family: 'Open Sans', sans-serif;
  position:relative;
  display: inline-block;
}

.slider-text a.contct::after {
    background: #transparent;
    height: 13px;
    width: 12px;
    position: absolute;
    right: -11px;
    top: -12px;
    border-left: solid 1px #2D3E50;
    content: "";
    border-bottom: solid 1px #2D3E50;
  transition: all 0.5s ease 0s;
  
}


.slider-text a.contct::before {
    background:transparent;
    height: 13px;
    width: 12px;
    position: absolute;
    left: -11px;
    bottom: -12px;
    border-right: solid 1px #2D3E50;
    content: "";
    border-top: solid 1px #2D3E50;
  transition: all 0.5s ease 0s;
}




.slider-text a.contct:hover{ background:#01AEF0;}

.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 #1946ba;
  color: #1946ba;
  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-indicators {
    bottom: 57px;
}

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

.carousel-indicators .active {
  background-color: #fff;
  height: 2px;
  margin: 0 4px 0 0;
  width: 19px;
  border: no;
}
.carousel-indicators li {
  border-radius: 0;
  margin: 0 4px 0 0;
  width: 22px;
  height: 4px;
  background: #fdbb11;
  border: none;
  border-radius: 5px;
}
.about-txt h3 {
  margin: 0 0 9px 0px;
  font-weight: normal;
  font-size: 26px;
  color: #92a3a9;
  text-transform: uppercase;
}


.about-txt p {
  color: #7d7d7d;
  line-height: 24px;
  margin: 0 0 8px 0px;
  text-align: justify;
  font-family: 'Open Sans', sans-serif;
}
.about-txt a {
  background: #1946ba none repeat scroll 0 0;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  padding: 6px 10px;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  display: inline-block;
  float: right;
}




.about-txt a:hover{ background:#ff9105; }

.about-txt a:hover:before, .about-txt a:hover:after { border-color:#01AEF0; }


.about-img {
  float: left;
  width: 46%;
  margin: 0 30px 10px 0px;
  position: relative;
}
.about-img img {
  width: 100%;
}

.grey-bg {
  background: #F5F5F5;
}
.title {
  text-align: center;
  position: relative;
  z-index: 9;
  margin: 0 0 30px 0;
  display: inline-block;
  width: 100%;
}

.title::before {
  background: #fff;
  width: 60px;
  height: 1px;
  position: absolute;
  content: "";
  text-align: center;
  right: 40%;
  bottom: 9px;
}

.title::after {
  background: #fff;
  width: 60px;
  height: 1px;
  left: 0;
  position: absolute;
  content: "";
  text-align: center;
  left: 40%;
  bottom: 9px;
}

.mainhdng {
  margin-top: 9px;
  position: relative;
}

.mainhdng::before {
  background: #fff;
  width: 90px;
  height: 1px;
  left: 0;
  position: absolute;
  content: "";
  text-align: center;
  left: 38%;
  bottom: 14px;
}

.mainhdng::after {
  background: #fff;
  width: 90px;
  height: 1px;
  /* left: 0; */
  position: absolute;
  content: "";
  text-align: center;
  right: 38%;
  bottom: 14px;
}
.title.title-left {
  text-align: left;
}

.title p {
  margin: 0 auto;
  width: 60%;
  margin-top: 15px;
}
.title.title-left p {
  width: 100%;
}


.title.title-left::after {
  margin: 0;
}


.title.wht p{ color:#fff;}

.title h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 300;
  position: relative;
  padding-top: 40px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding: 0px;
}

.title.wht h2 {
  color: #000;
}

.title h2 span {
  color: #fdbb11;
}



.cat-img {
  width: 100%;
}
.cat-img img {
  height: 250px;
  width: 100%;
  border-radius: 7px;
}

.cat-dtl {
  padding: 0 10px;
  height: 70px;
  overflow: hidden;
  text-align: center;
}

.cat-dtl h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  margin-top: 15px;
  padding-bottom: 1px;
  position: relative;
}


.hm-products{ background:url(../images/home-probg.jpg) left top no-repeat; background-size:cover; position:relative; z-index:1 }

.hm-products::after {
  background: rgba(255,255,255,0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}




.pro-info {
  background: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
  margin-bottom: 0px;
  box-shadow: 0px 6px 8px rgba(0,0,0, 0.2);
}


.pro-img {
  position: relative;
}
.pro-img > img {
  width: 100%;
  height: 162px;
}

.pro-cart {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 147, 218,0.9);
  top: 275px;
  bottom: 0px;
  text-align: right;
  opacity: 0;
  transition: all 0.7s ease;
}

.pro-cart ul {
  margin: 236px 13px 16px 0px;
  padding: 0;
  list-style: none;
  top: -19px;
  position: relative;
}

.pro-cart ul li:first-child {transform:translate(175px);  transition: all 0.5s ease 0.3s;}  
.pro-cart ul li:nth-child(2) {transform:translate(175px);  transition: all 0.5s ease 0.5s;}  
.pro-cart ul li:last-child {transform:translate(175px);  transition: all 0.5s ease 0.7s;}  
  
  
.pro-cart ul li a {
  color: #000;
  line-height: 23px;
  float: left;
  /* background: #ddd; */
  /* margin-right: 10px; */
  padding: 3px 15px;
}

.pro-cart li {
  width: 175px;
  float: right;
  display: inline;
  margin-bottom: 5px;
  background: #fff;
}


.pro-cart ul li a {
  color: #000;
  line-height: 23px;
  float: left;
  /* background: #ddd; */
  /* margin-right: 10px; */
  padding: 3px 20px;
}


.pro-cart ul li a i {
  background: #1946ba;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  text-align: center;
  line-height: 38px;
  font-size: 19px;
  margin: 2px 0 0 9px;
}

.pro-info:hover .pro-cart { top:0; opacity:1;}

.pro-info:hover .pro-cart ul li {transform:translate(0px); }



.top-nav-box {
  padding-top: 0;
  background:none;
}

.top-nav-box .util-pagination {
  bottom: inherit;
  left: inherit;
  position: inherit;
  right: inherit;
  top: inherit;
  margin-top: 40px;
}

.top-nav-box .util-page span {
  width: 16px;
  height: 16px;
  margin: 4px;
  border-radius: 0;
  background: #1946ba;
  border: solid 1px #fff;
}

.util-theme-default .util-page.active-page span {
  background-color: #2543b5;
}



.pro-dtl {
  padding: 0 10px;
  text-align: left;
}

.pro-dtl h4 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0;
  overflow: hidden;
  padding-bottom: 4px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.pro-data {
  height: 92px;
  overflow: hidden;
  margin-bottom: 15px;
}
.pro-dtl p {
  line-height:23px;
  font-family: 'Open Sans', sans-serif;
}



.pro-dtl a {
  color: #000;
  font-size: 15px;
  padding: 5px 0px;
  margin: 0px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  display: inline-block;
}

.pro-dtl a:hover {
  color:#00a8ff;
}
  






.pro-dtl a.delete-btn {
  background: #1946ba none repeat scroll 0 0;
  color: #fff;
  opacity: 0.9;
  border: 1px solid #1946ba;
}
.pro-dtl a.delete-btn:hover {
  border-color: #2543b5;
  opacity: 1;
  background: #2543b5;
}
.pro-dtl a.delete-btn::before {
  border-right: 1px solid #1946ba;
  border-top: 1px solid #1946ba;
}
.pro-dtl a.delete-btn::after {
  border-bottom: 1px solid #1946ba;
  border-left: 1px solid #1946ba;
}


.pro-dtl a.delete-btn:hover:before, .pro-dtl a.delete-btn:hover:after { border-color:#2543b5; }

.hm-features .row {
  margin-top: -30px;
}
.f-info {
  float: left;
  width: 100%;
  background: #F5F5F5;
  border-top: solid 5px #2543b5;
  padding: 30px 20px;
  position: relative;
  transition: all 0.5s ease;
  z-index: 1;
  margin-top: 30px;
}
.f-icon {
  float: left;
  width: 26%;
  z-index: 1;
}
.f-icon i {
  font-size: 44px;
  color: #2543b5;
  margin: 10px 0 0 0;
}
.f-dtl {
  float: left;
  width: 74%;
}
.f-dtl h3 {
  margin: 0;
  font-size: 20px;
  color: #1946ba;
  font-weight: normal;
  line-height: 25px;
}
.f-dtl h3 small {
  color: #555;
  padding: 0 0 0 5px;
  display: inline-block;
}
.f-info:after {
  position: absolute;
  left: 70px;
  right: 70px;
  top: 0px;
  bottom: 85px;
  background: #2543b5;
  content: "";
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
.f-info:hover:after {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: 0;
}
.f-info:hover .f-icon i {
  color: #fff;
}
.f-info:hover h3 {
  color: #fff;
}
.f-info:hover h3 small {
  color: #fff;
}

.hm-testimonial{ background:url(../images/hm-testi.jpg) left top no-repeat; background-size:cover; position:relative; z-index:1 }

.hm-testimonial:after{ background:rgba(29, 177, 233,0.9); position:absolute; left:0; right:0; top:0; bottom:0; z-index:-1; content:"";}

.hm-testimonial .title h2 span {
  color: #1946ba;
}


.hm-testimonial .title.wht::after {background: url(../images/testi-icon.png) center bottom no-repeat #20B2EB;}


.hm-testimonial .testimonial-content {
  padding: 0 20px 20px;
  background: none;
  color: #fff;
  border: none;
  font-size: 13px;
  line-height: 1.7em;
  border-radius: 3px;
  position: relative;
  text-align: center;
  font-style: italic;
}

.quot i {
  font-size: 29px;
  margin: 0 0 11px 0px;
}






.util-theme-default .util-page span {
  display: block;
  width: 19px;
  height: 5px;
  border-radius: 15px;
  background-color: #1946ba;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: 5px;
  border: none;
  background: #fff;
}
.util-theme-default .util-page.active-page span {
  background-color: #5996ff;
  border: none;
  width: 24px;
  height: 5px;
  border-radius: 35px;
}

.feaure-links {
  border: 1px solid #d6d7da;
  padding: 31px 30px;
  margin: 50px 0px;
  transition: all ease 0.5s;
  background:#fff;
}

.feaure-links:hover {
  box-shadow: 0px 6px 8px rgba(0,0,0, 0.2);
  box-shadow: 0px 2px 6px rgba(0,0,0, 0.2);
}



.feaure-links a {
  color: #000;
}

.feaure-links img {
  float: left;
  
  padding-right: 30px;
}


.feaure-links h1 {
  font-size: 15px;
  line-height: 27px;
  margin: 0px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px;
}

.feaure-links h1 span {
  display: inline-block;
  width: 40%;
}

.fotr-top {
  background: #2543b5 none repeat scroll 0 0;
  color: #fff;
  display: none;
  padding: 29px 0;
}
.f-contct h2 {
  margin: 0;
  font-size: 32px;
  font-weight: normal;
  text-transform: uppercase;
}
footer {
  float: left;
  width: 100%;
}
.f-contct p {
  font-size: 17px;
  padding: 11px 0 0 0;
}


.f-contctbtn a {
  background: none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  padding: 7px 14px;
  margin: 21px 0 20px 0;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  display: inline-block;
  border: solid 1px #fff;
}

.f-contctbtn a::after {
    background: #transparent;
   height: 9px;
  width: 9px;
    position: absolute;
    right: -9px;
    top: -9px;
    border-left: solid 1px #fff;
    content: "";
    border-bottom: solid 1px #fff;
  transition: all 0.5s ease 0s;
  
}


.f-contctbtn a::before {
  background: transparent;
  height: 9px;
  width: 9px;
  position: absolute;
  left: -9px;
  bottom: -9px;
  border-right: solid 1px #fff;
  content: "";
  border-top: solid 1px #fff;
  transition: all 0.5s ease 0s;
}

.f-contctbtn a:hover{ background:#fff;border-color:#fff; color:#2543b5}

.f-contctbtn a:hover:before, .f-contctbtn a:hover:after { border-color:#fff; }

.fotr-mid {
  padding: 50px 0 0px 0;
  border-top: 0px;
  background: #0e1729;
}


.footer-links h4 {
  color: #5996ff;
  text-transform: capitalize;
  font-weight: 300;
  font-size: 20px;
  margin: 8px 0 11px 0;
  padding-bottom: 1px;
  position: relative;
  text-transform: uppercase;
}

.ftrlogo{
max-width: 250px;
border-radius: 5px;
}

.footer-links p {
  color: #838383;
  margin: 30px 0px;
  letter-spacing: 0.5px;
  text-align: left;
}
.contat-info {
  float: left;
  width: 100%;
  margin: 0 0 23px 0;
}
.contct-hding {
  float: left;
  width: 28%;
  color: #2543b5;
  font-size: 17px;
  font-weight: normal;
}
.contct-dtl {
  float: left;
  width: 72%;
  padding-left: 20px;  
}

.contct-dtl a{color:#fff; transition: all 0.3s ease; }

.contct-dtl a:hover{color:#2543b5; }


.contct-dtl p {
  margin: 0;
}
.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links ul li a {
  color: #838383;
  line-height: 38px;
  text-transform: uppercase;
  position: relative;
  padding: 0 0px 0 0px;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
}



.footer-links ul li a:hover{ color:#2543b5;}

.fotr-btm {
  background: #25272E;
  position: relative;
  border-top: solid 1px #515258;
  padding: 25px 0;
  position:relative;
}


.icon-sec2 {
  float: left;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 39px;
  margin-bottom: 20px;
}

.icon-sec2 p {
 color: #fff;
}


.fotr-abt {
    line-height: 22px;
    font-size: 12px;
    text-align: justify;
   transform: skewX(0deg);
}





.icon-sec2 a {
  color: #fff;
  padding: 3px 4px;
  text-align: center;
  margin-top: 2px;
  display: inline-block;
  background: #5996ff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 31px;
  transition: all 0.3s ease;
}

.icon-sec2 a .fa {
  font-size: 16px;
  color: #fff;
}


.icon-sec2 a:hover {
  color:#fff;
}



.ftrcontact li {
  padding-bottom: 10px;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 3px;
}

.ftrcontact li img {
  padding-right: 7px;
  width: 23px;
  height: 14px;
}












/****About Us Page****/
.bnr_inr {
  float: left;
  height: 160px;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: none;
}
.bnr_inr::before {
  background-color: hsla(0, 0%, 0%, 0.7);
  content: "";
  height: 160px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}
.bnr_inr > img {
  height: auto;
  width: 100%;
}
.bnr-txt-wrapper {
  bottom: 0;
  left: 0;
  padding: 60px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.bnr_txt h3 {
  color: #fff;
  font-size: 32px;
  margin: 0;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  font-weight: 400;
}
.bnr_txt h3::before {
  background: rgba(0, 0, 0, 0) url("../images/breadcrumbs-title-line.png") no-repeat scroll center center;
  bottom: 0;
  content: "";
  height: 15px;
  left: 50%;
  margin-left: -79px;
  position: absolute;
  width: 158px;
}




.breadcrumbs-bg {
  background: #eee none repeat scroll 0 0;
  float: left;
  padding: 13px 0;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ddd;
}


.breadcrumbs-bg::before {
  border-bottom: 10px solid #2543b5;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  left: 50%;
  margin: 0 0 0 -16px;
  position: absolute;
  top: -10px;
  display: none;
}
.brdrmbs {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.brdrmbs a {
  color: #444;
}


.brdrmbs .fa {
  padding: 0 5px;
  color: #444;
}

.brdrmbs span {
  color: #1946ba ;
}

.title.small-title {
  margin-bottom: 35px;
}
.title.small-title::after {
  top: 45px;
}
.title.small-title h2 {
  font-size: 30px;
}
.page-title {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.page-title h2 {
  color: #fff;
  font-size: 23px;
  margin: 0;
  padding: 13px 20px;
  position: relative;
  background: #1946ba;
  font-weight: 500;
}
.page-title h2 a {
  color: #fff;
}
.page-title > p {
  margin-bottom: 0;
  margin-top: 20px;
}
.page-title h2  a:hover {
  color: #2543b5;
}
.page-title > h2 span {
  color: #2543b5;
}

.page-title.title-center {
  text-align: center;
}
.page-title.title-center h2::before {
  left: 50%;
  margin: 0 auto 0 -22px;
}
.page-title.title-center h2::after {
  left: 50%;
  margin: 0 auto 0 -35px;
}


.contt-dropdown {
  float: right;
}

.contt-dropdown .btn.dropdown-toggle {
  border: 1px solid #ddd;
  border-radius: 0;
  min-width: 200px;
  text-align: left;
}
.contt-dropdown .btn.dropdown-toggle .caret {
  border-width: 6px;
  position: absolute;
  right: 13px;
  top: 15px;
}

.cott-ttl > h3 {
  color: #1946ba;
  margin: 0 0 30px;
  font-weight: normal;
}
.cott-ttl > p {
  color: #999;
  font-size: 14px;
  margin: 0 0 20px 0;
}
.light-form > h3 {
  color: #2d3e50;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 15px;
  position: relative;
}
.light-form .form-group {
  margin-bottom: 20px;
}
.light-form .form-control {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  padding: 6px 13px;
}
.light-form label {
  font-size: 16px;
  font-weight: 400;
}
.light-form .form-control:hover, .light-form .form-control:focus {
  border-color: #1946ba;
  box-shadow: none;
  outline: 0 none;
}
.light-form textarea.form-control {
  height: 100px;
}

.submit-btn {
  background: #2d3e50 none repeat scroll 0 0;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  padding: 10px 24px;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  border: 1px solid #2d3e50;
}



.submit-btn:hover{ background:#01AEF0; border: 1px solid #01AEF0;}




.contact-right {
  padding-left: 30px;
}

.contact-info {
  padding:0;
}
.contact-info li {
  border-bottom: 1px solid #e5e5e5;
  list-style: outside none none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  position: relative;
}
.contact-info li .icon-holder {
  left: 0;
  position: absolute;
  top: 0;
  color: #2543b5;
  font-size: 22px;
}
.contact-info li .text-holder {
  
}
.contact-info li .text-holder h5 {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
}
.contact-info li .text-holder h5 span {
  color: #252525;
  font-weight: 500;
  font-size: 15px;
}

.social-links{
  padding:0;
}
.social-links {
  overflow: hidden;
  padding-top: 8px;
}
.social-links li {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 5px;
  margin-right: 7px;
}
.social-links li a {
  background-color: #3b5998;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.social-links li:nth-child(2) a {
  background-color: #55acee;
}
.social-links li:nth-child(4) a {
  background-color: #f26798;
}
.social-links li:nth-child(5) a {
  background-color: #cb2027;
}
.social-links li:last-child a {
  background-color: #dc4e41;
}

.contact-map {
  float: left;
  width: 100%;
}







/*****Category Page******/
.cat-block {
  //margin-top: -30px;
}
.cat {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  float: left;
  margin-bottom: 30px;
  padding: 4px 4px 20px;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.cat-media {
  
}
.cat-media img {
  width: 100%;
  height: 200px;
}
.cat-ttl h4 {
  color: #1946ba;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  padding: 12px 10px 0px 10px;
  position: relative;
  text-overflow: ellipsis;
  transition: all 0.4s ease 0s;
  white-space: nowrap;
}

.main-cat .cat-media img {
  height: 250px;
}
.main-cat .cat-ttl h4 {
  //font-size: 22px;
}

.cat:hover .cat-ttl h4 {
  color: #2543b5;
}



.cat-name {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.cat-name > h2 {
  color: #1946ba;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
}



.product-tab {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.product-tab li a {
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 7px 11px;
	color: #7d7d7d;
	font-size: 14px;
}
.product-tab li a:hover {
  background: #f0f0f0 none repeat scroll 0 0;
  color: #2543b5;
}
.product-tab li.active a, .product-tab li.active a:hover {
  background: #f0f0f0 none repeat scroll 0 0;
  color: #2543b5;
}



/****Product List Page*****/
.product-list-pro {
  float: left;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #ddd;
}
.product-list-pro .pro-img {
  float: left;
  overflow: hidden;
  width: 240px;
  padding: 12px;
  height: 170px;
  margin-right: 25px;
}


.product-list-pro .pro-dtl h4 {

}
.pro-code {
  color: #2543b5;
  font-size: 16px;
  margin-bottom: 9px;
}

.product-list-pro .pro-data {
  height: 66px;
}





/****Cart Page****/
.prdct-tbl {
  //margin-bottom: 25px;
}
.prdct-tbl .table-bordered {
  border: 1px solid #ddd;
}
.prdct-tbl .table-bordered th {
  background: #1946ba none repeat scroll 0 0;
  border-color: #ddd;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
.prdct-tbl .table > tbody > tr > td,
.prdct-tbl .table > tbody > tr > th,
.prdct-tbl .table > tfoot > tr > td,
.prdct-tbl .table > tfoot > tr > th,
.prdct-tbl .table > thead > tr > td,
.prdct-tbl .table > thead > tr > th {
  padding: 10px;
  vertical-align: middle;
}
.prdct-tbl .table-bordered td {
  border-color: #ddd;
}
.enquiry-form .detail-button {
  font-size: 16px;
  width: 150px;
}
.qnty > input {
  border: 1px solid #dddddd;
  height: 26px;
  width: 45px;
}
.prdct-tbl .detail-button, .prdct-tbl .cart-btn {
  font-size: 16px;
  width: 150px;
}
.cart-btns {
  float: right;
}
.btn-common {
  background: #ddd none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #1946ba;
  padding: 9px 20px;
  margin: 0 5px;
}
.btn-update {
  background: #2543b5 none repeat scroll 0 0;
  border-color: #2543b5;
  color: #fff !important;
}
.btn-add {
  background: #1946ba none repeat scroll 0 0;
  border-color: #1946ba;
  color: #fff !important;
}
.btn-nxt {
  background: #f0ad4e none repeat scroll 0 0;
  border-color: #f0ad4e;
  color: #fff !important;
}
.btn-common i {
  margin: 0 0 0 5px;
}
.cart-btns .btn-common {
  display: inline-block;
  opacity: 0.9;
  transition: all 0.4s ease 0s;
}
.cart-btns .btn-common:last-child {
  margin-right: 0;
}
.cart-btns .btn-common:hover {
  opacity: 1;
}






/***Modals****/
.modal-body {
  padding: 20px;
}
.modal-header {
  background: #2543b5;
}
.modal-title {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-transform: ;
}
.modal-header p {
  color: #fff;
  margin: 0;
}
.close {
  font-size: 30px;
  font-weight: 300;
  opacity: 1;
  text-shadow: none;
}
.modal-form-center {
  padding: 0;
}
.f-txt {
  float: right;
  margin-top: 11px;
}
.f-txt > a {
  color: #2543b5;
}
.signup-text {
  margin: 40px 0 0;
}
.signup-text p {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
}
.signup-text a {
  color: #2543b5;
}




.signup-form .form-group {
  float: left;
  width: 50%;
}
.form-group.evn {
  padding-right: 10px;
}
.form-group.odd {
  padding-left: 10px;
}



.enry-btn {
  bottom: 15px;
  position: fixed;
  right: 15px;
  z-index: 99;
}
.enry-btn > a {
  background: #1946ba none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  width: 50px;
}
.enry-btn a img {
  width: 100%;
}



/****Search Page****/
.search-pgntn {
  background: #eee none repeat scroll 0 0;
  margin-bottom: 20px;
  padding: 9px;
  margin-top: -20px;
}
.search-pgntn .pagination {
  margin: 0;
}
.search-pgntn .pagination > li {
  display: inline-block;
}
.search-pgntn .pagination > li > a, .search-pgntn .pagination > li > span {
  background: #2543b5 none repeat scroll 0 0;
  border-color: #2543b5;
  border-radius: 0;
  color: #ffffff;
  height: 29px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease 0s;
  width: 29px;
  text-align: center;
}
.search-pgntn .pagination > li > a:hover {
  background: #1946ba none repeat scroll 0 0;
  border-color: #1946ba;
  border-radius: 0;
}
.search-pgntn .pagination > li.active > a, .search-pgntn .pagination > li.active > a:hover {
  background: #1946ba none repeat scroll 0 0;
  border-color: #1946ba;
  border-radius: 0;
}





/****Product Detail****/
.preview {
  display: -webkit-box;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
    
}



.card {
  margin-top: 50px;
  background: #eee;
  padding: 3em;
  line-height: 1.5em; }


 .product-title {
  color: #1946ba;
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 20px;
  padding-bottom: 20px;
  position: relative;
}
  
.p-code {
  color: #1946ba;
  font-weight: 400;
}
.p-code > span {
  color: #2543b5;
}



.btn-list {
  list-style: outside none none;
  margin: 20px 0;
  overflow: hidden;
  padding: 0;
display: inline-block;
width: 100%;
}
.btn-list > li {
  float: left;
  padding:0px 10px;
 
}
.btn-list > li:last-child {
  margin: 0;
}
.btn-list li a {
  display: block;
  text-align: center;
  color: #1946ba;
  transition: all 0.3s ease 0s;
}

.btn-list li span {
  background: #2543b5 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  width: 35px;
  font-size: 16px;
  border-radius: 50%;
}
.btn-list li p {
  margin: 5px 0 0 0;
}


.action button {
  background: #2d3e50 none repeat scroll 0 0;
  border: 1px solid #2d3e50;
  color: #000;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  padding: 3px;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  width: 100%;
  text-align: center;
}
.action button i {
  background: #2543b5;
  bottom: 0;
  left: 0;
  /* position: absolute; */
  top: 0;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  line-height: 34px;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

.action button:hover {
  
  border: 1px solid #2543b5;
}
.action button.dwnld-btn {
  background: none;
  border: 0;
}
.action button.print-btn {
  background: #4CAF50 none repeat scroll 0 0;
  border: 0;
}



/****Related Products****/
.related-products .cat {
  margin: 0;
}







.pro-big-img {
  border: 1px solid #ddd;
  background: #eee;
  position: relative;
  height: 400px;
  transition: all 0.4s ease 0s;
}
.pro-big-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}
.pro-big-img .expand {
  background: rgba(0,0,0,0.6);
  color: #fff;
  text-transform: uppercase;
  padding: 3px 10px;
  display: inline-block;
  right: 5px;
  position: absolute;
  top: 5px;
  opacity: 0;
  transition: all 0.4s ease 0s;
  font-size: 13px;
}
.pro-big-img:hover .expand {
  opacity: 1;
}
.pro-big-img .expand:hover {
  background: #2543b5;
}


.about {
  background: url(../images/bg-box.png)center center;
  background-size: cover;
}



.wrapper.feauresectnbg {
  padding: 35px 0px;
  background: url(../images/bg-new.png)center center;
  background-size: cover;
}

.ftrbglogo img {
  opacity: 0.1;
  max-width: 100%;
}


.sc-contact-list .pull-left {
  padding-right: 9.8% !important;
}


.sc-contact-list .pull-left {
	background-image: url('../images/home1-contact2.jpg');
	height: 676px;
	position: relative;
	z-index: 0;
}


.sc-contact-list .pull-left::after {
	background: rgba(0,0,0,0.8);
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
}

.empty-space {
  height: 125px;
  width: 100%;
  display: block;
}

.home-location {
  float: right;
  padding: 50px;
  background: rgba(21,35,61,.9);
}
.sc-title.title-white, .sc-title.style-2.title-white .title {
  color: #fff;
}
.sc-title {
  font-size: 36px;
  font-weight: 300;
  position: relative;
  margin-bottom: 49px;
  line-height: 120%;
  padding-bottom: 14px;
}
.sc-title::after {
  background-color: #999999;
  width: 40px;
  content: '';
  display: inline-block;
  right: auto;
  left: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
}
.home-location p {
  margin-bottom: 13.5px;
  vertical-align: middle;
  color: #bcbcbc;
}
.home-location i {
  font-size: 18px;
  color: #bcbcbc;
  margin-right: 15px;
  width: 20px;
  float: left;
  padding-top: 5px;
}

.home-location a.mobile {
	font-size: 24px;
	font-weight: normal;
	line-height: 0.87;
	letter-spacing: 0.9px;
	color: var(--primary-color-1);

}

.home-location a {
  color: #bcbcbc;
}

.sc-contact-list .pull-right {
  padding-left: 50px;
  padding-right: 14.2%;
  background-image: url('../images/home1-contact1.jpg');
}
.sc-contact-list .pull-left, .sc-contact-list .pull-right {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
}
.sc-contact-list .contact-form .row {
  margin: 0 -10px 20px;
}
.sc-contact-list .contact-form input, .sc-contact-list .contact-form textarea {
  font-size: 16px;
  padding: 0 12px;
  max-width: 100%;
}

.sc-contact-list .contact-form input, .sc-contact-list .contact-form textarea {
  font-size: 16px;
  padding: 5px 12px;
  max-width: 100%;
}

.contact-form textarea {
  height: 180px;
  width: 100%;
  border: 1px solid #ddd;
}


.button {
  padding: 0 40px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  color: #fff !important;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all .5s;
  -khtml-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: #2da4f4;
  border: none;
}

.button:hover {
  background: #444;
}



.fearuebg {
  box-shadow: 0px 4px 29px 3px rgba(0, 0, 0, 0.1);
  /* padding: 70px; */
  padding: 40px 20px 40px;
}

.ferturebox {
  text-align: center;
  border-right: 1px solid #efefef;
  padding-right: 45px;
}
.col-md-4:last-child  .ferturebox {
    border:none;
}
.ferturebox img {
  height: 80px;
  margin-bottom: 15px;
}

.ferturebox h2 {
  font-size: 19px;
  font-weight: 300;
  color: #444;
  margin-bottom: 10px;
}
.btn-defult {
  margin-top: 27px;
}

.btn-defult a {
  color: #fff;
  background-color: #5996ff;
  border: none;
  display: inline;
  padding: 12px 25px;
  margin-top: 12px;
  position: relative;
  transition: 0.6s all ease 0s;
}

.btn-defult a::after {
  background: #fdbb11;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 4px;
  left: 4px;
  z-index: -1;
  opacity: 0.2;
}

.btn-defult a:hover {
  background: #444;

  }


.catgris {
  background: #111e32;
  position: relative;
  z-index: 0;
}


.catgris::after {
  background: url(../images/cat-bg.png);
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  content: "";
  background-size: cover;
  z-index: -1;
  opacity: 0.1;
}


.pro-breadcrumb-b {
  background: #fff;
  box-shadow: 0 4px 3px rgba(0,0,0,0.1);
  background: #eee;
  padding: 10px 0px;
}

.hdrrightsctn {
  float: right;
}


.ltst-productcrl .top-nav-box .util-navigation {
  position: absolute;
  right: 10px;
  top: 49%;
  width: 100%;
}

.ltst-productcrl .top-nav-box .util-navigation .util-prev {
  left: -30px;
  position: absolute;
  top: 0;
}

.ltst-productcrl .top-nav-box .util-navigation .util-next {
  position: absolute;
  right: -45px;
  top: 0;
}

.ltst-productcrl .top-nav-box .util-navigation .util-prev, .ltst-productcrl .top-nav-box .util-navigation .util-next {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #666;
  margin-right: 0;
  padding: 0;
}

.ltst-productcrl .util-navigation i {
  background: #232f3e none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 35px;
}


.sub-cat-img img {
	width: 100%;
	margin-bottom: 26px;
	border: 1px solid #efefef;
	padding: 4px;
	border-radius: 0px;
	height: 280px;
}

.hm-prolist {
  border: 1px solid #ddd;
  padding: 2px;
  margin-bottom: 25px;
}

.hm-prolist img {
  max-width: 100%;
  height: 200px;
}

.pro-cat h3 {
  margin: 0;
  background: #1946ba;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  font-weight: 300;
  transition:all ease 0.7s;
}

.pro-cat h3 a {
  color: #fff;
  display: inline-block;
  width: 100%;
  line-height: 26px;
}

.pro-cat h3:hover {
    background:#fdbb11;
}

.contents {
	width: 48%;
	float: left;
	margin-top: 0px;
	background: #fff;
	padding: 10px 1px;
	border: 1px solid #efefef;
	/* margin-right: 30px; */
	margin-right: 15px !important;
	margin-bottom: 20px;
}
.contents .col-md-4:nth-child(2n+1) {
	margin-right: 0px !important;
}


.contents h1 {
	margin: 0px;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 5px;
	padding: 0px;
}

.contents h4 {
  font-weight: 300;
  color: #fdbb11;
  margin: 7px 0px;
}

.contents p {
  font-size: 13px;
}


.contents:nth-child(2n+1) {
  margin-right: 0px;
}

.sort {
  float: right;
  display: inline-block;
}

.pdng-left0{
  padding-left: 0px;
}


.pdng-right0 {
  padding-right: 0px;
}

.prdct-listing-img img {
  width: 100%;
  height: 88px;
  border: 1px solid #efefef;
  padding: 2px;
}



.sidebar .panel {
  box-shadow: none;
  padding: 0px 10px;
  margin-bottom: 0px;
  border: none;
  box-shadow: none !important;
}


.sidebar .panel-group{margin:0;}
.panel-title > a:before{float:right !important;font-family:FontAwesome;content:"\f068";padding-right:2px;color:#ffffff;}
.panel-title > a.collapsed:before{float:right !important;content:"\f067";color:#1946ba;}
.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus{text-decoration:none;}
.sidebar .panel-group .panel{border-radius:0;margin-bottom:15px;border:0;}
.sidebar .panel-group .panel:last-child{margin-bottom:0;}
.sidebar .panel-heading{padding:0;}
.sidebar .panel-title{position:relative;}
.sidebar .panel-title::before{border-color:transparent #ffffff transparent transparent;border-style:solid;border-width:19px;bottom:0;content:"";position:absolute;right:40px;top:0;transition:all 0.3s ease-in-out 0s;z-index:2;display:none;}
.sidebar .panel-title:hover::before{//border-color:transparent #1946ba transparent transparent;}
.sidebar .panel-title > a{background:#1946ba none repeat scroll 0 0;border:1px solid #1946ba;color:#fff;display:block;padding:12px 10px;position:relative;z-index:1;font-weight:300;}
.sidebar .panel-title > a.collapsed {
  background: #fff none repeat scroll 0 0;
  border-color: #ddd;
  color: #000;
  font-weight: 300;
  font-size: 14px;
}}
.sidebar .panel-title > a::after{background:#ffffff none repeat scroll 0 0;bottom:-1px;content:"";position:absolute;right:-1px;top:-1px;width:40px;z-index:-1;transition:all 0.3s ease-in-out 0s;display:none;}
.sidebar .panel-title:hover a::after{//background:#1946ba none repeat scroll 0 0;}
.sidebar .panel-body{padding:0;position:relative;border:0 !important;}


.xzoom {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  margin-bottom: 15px;
  width: 340px !important;
}

.product-detal-page{
}


.product-detal-page h2 {
  margin: 0px;
  font-size: 23px;
  color: #000;
  font-weight: 300;
  margin-bottom: 14px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 9px;
}

.product-detal-page h4 {
  font-size: 15px;
  font-weight: 400;
}

.product-detal-page input {
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 30px;
}

.cat-code {
  font-size: 16px;
  color: #fdbb11;
}

.product-detal-page p {
  line-height: 24px!important;
  text-align: justify!important;
  padding-bottom: 20px!important;
}


.prdct-crt-btns button {
  background: #fdbb11;
  border: none;
  color: #fff;
  padding: 17px;
  margin-top: 15px;
  margin-right: 3px;
  0: 0;
}

.map iframe {
	width: 100%;
}

.about-pg p {
	font-size: 15px;
	line-height: 27px;
	padding: 5px 0px;
}


.about-pg p span {
	font-weight: bold;
}

.pg-title h1 {
	background: #444;
	color: #fff;
	padding: 15px;
	font-size: 23px;
	font-weight: normal;
	text-transform: uppercase;
	outline: 2px solid #ddd;
	outline-offset: 3px;
}

.c-icon .fa {
	background: #fdbb11;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}

.c-dtl {
	padding-bottom: 20px;
	padding-top:14px;
}

.c-icon {
	float: left;
	padding-right: 18px;
	padding-top: 11px;
		overflow: hidden;
	display: inline-block;
	margin-bottom: 40px;
}

.c-icon:last-child {
    padding-top:4px;
}

#contactForm input {
	border-radius: 0px;
	box-shadow: none;
	height: 45px;
	margin: 24px 0px;
}

#contactForm button {
    margin-bottom:30px;
	background: #fdbb11;
	border: none;
	color: #fff;
	padding: 10px 30px;
	font-size: 20px;
	text-transform: uppercase;
	transition: 0.7s all ease 0s;
}

#contactForm button:hover {
    	background: #000;
	color: #fff;
}



.sc-title.title-white, .sc-title.style-2.title-white .title {
	color: #fff;
	font-size: 17px!important;
}

.certificatepage img {
	height: 660px;
	width: 100%;
	border: 1px solid #ddd;
	padding: 4px;
	border-radius: 5px;
	/* box-shadow: 2px 3px rgba(0,0,0,0.4); */
	box-shadow: 0 16px 16px -12px rgba(0, 0, 0, 0.3);
}


.c-box {
	display: inline-block;
	width: 100%;
}

.c-icon.lasticoncontct {
	padding-top: 0px;
}