@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');

*{
  padding: 0px;
  margin: 0px;
}
a:hover{
    text-decoration: none;
}
body{
  font-family: 'Montserrat', sans-serif;
}
.contact-box ul{
      display: inline-flex;
    border: 1px solid #d5c5c5;
    border-radius: 3px;
}
.contact-box ul li{
  list-style: none;
  padding: 4px 7px;
}
.email-box ul{
      display: inline-flex;
    border: 1px solid #d5c5c5;
    border-radius: 3px;
}
.email-box ul li{
  list-style: none;
  padding: 4px 7px;
}
.social-box ul{
      display: inline-flex;   
}
.social-box ul li{
  list-style: none;
   border: 1px solid #d5c5c5;
  padding: 4px 7px;
  border-radius: 3px;
  width:40px;
  margin-right: 5px;
  text-align: center;
}

.social-box ul li a{
color: grey;
}
.email-box ul li a{
color: grey;
font-size: 15px;
}
.contact-box ul li a{
color: grey;
    font-size: 15px;
}
.social-box ul li i{
color: grey;
}
.email-box ul li i{
color: grey;
}
.contact-box ul li i{
color: grey;
}
.topbar{
  display: inline-flex;
  float: right;
}
.topbar ul{
  margin-right: 5px;
}
.logo img{
  width: 300px;
}
header{
  padding: 20px 0px 12px;
  background: #fff;
}
.bordleft{
  border-left: 1px solid #d5c5c5;
}
.carousel-item img{
  width: 100%;
}
.slider-data {
    position: absolute;
    top: 0;
    width: auto;
    left: 4%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
}
.product-sec{
  padding: 50px 0px;
  background: #fff;
}
.title {
    font-size: 24px;
    position: relative;
    display: inline-block;
}
.title:before, .widgettitle:before {
    background-color: #e5e5e5;
    width: 100%;
}
.title:before, .title:after, .widgettitle:before, .widgettitle:after {
    bottom: -16px;
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
}
.title:after, .widgettitle:after {
    background-color: #fab702;
    width: 73px;
    z-index: 1;
}
/*------------------product-sec----------------------*/

.product-grid{
    background-color: #ebebeb;
    text-align: center;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}
.product-grid .product-image{
    position: relative;
    overflow: hidden;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-image .pic-1{ transition: all 1s cubic-bezier(.19,1,.22,1) 0s; }
.product-grid:hover .product-image .pic-1{ transform: translateY(-100%); }
.product-image .pic-2{
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
}
.product-grid:hover .product-image .pic-2{ transform: translateY(0); }
  
.product-grid .product-content {
    padding: 10px 0;
    border-top: 1px solid #00519b;
    background-color: #00519b;
}
 
 
.product-grid .title-1{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px;
    color: white;
}
.product-grid .title-1 a{
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease 0s;
    font-weight: 500;
 
}
.product-grid .title-1 a:hover{ color: #fff; }
.product-grid .price{
    color: #0092a0;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
}
 
@media screen and (max-width:990px){
    .product-grid{ margin: 0 0 30px; }
}
.band{
  padding: 0px 0px;
  background-color: #064CA1;
}
.band p{
  color: #fff;
  margin: 0px;
  display: inline-block;
  padding: 15px 0px;
}
.band a{
  background-color: #242424;
  color: #fff;
  padding: 15px 10px;
  float: right;
}
.abtus{
  background-color: #F8F9F9;
  padding: 50px 0px;
}
.abtbox h3{
  margin-top: 30px;
}
.image1{
  border-radius: 10px 0px;
}
.abtus p{
      line-height: 32px;
}
.bottomdiv{
  padding: 50px 0px;
  background: #fff;
  margin-bottom: 350px;
}
.logobox{
  border: 1px solid grey;
 
  margin-top: 30px;
}
.logobox li{
  list-style: none;
      width: 33.333333333%;
  display: inline-flex;
   padding: 30px 20px;
}
.logobox li img{ 
 width: 100%;
}
.border-right{
  border-right: 1px solid grey;
}
.border-bottom{
  border-right: 1px solid grey;
}
.testimonial{
    /* border-left: 4px solid #064ca1; */
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 28px 30px;
    /* margin: 0 15px 0px 15px; */
    overflow: hidden;
    position: relative;
    BACKGROUND: #f9f9f9;
}
.testimonial:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #00519b;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}
.testimonial .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #918686;
    line-height: 25px;
    margin-bottom: 15px;
}
.testimonial .title-2{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #00519b;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 17px;
    color: #00519b;
}
.owl-theme .owl-controls .owl-page span{
    border: 2px solid #d45113;
    background: #fff;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    background: #d45113;
}
@media only screen and (max-width: 767px){
    .testimonial{
        padding: 20px;
        text-align: center;
    }
    .testimonial .pic{
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}
.owl-prev:before, .owl-next:before {
    content: "\f104";
    font-family: "fontawesome";
    font-weight: 900;
    font-size: 20px;
    color: #ececec;
}
.owl-next:before{ content: "\f105"; }
#testimonial-slider{
  margin-top: 30px;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 0px 20px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
    background: #fff;
    filter: Alpha(Opacity=50);
    opacity: 1;
    border: 1px solid #dee2e6;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: right;
    margin-right: 10px;
}
.img3{
  margin-top: 30px;
}
.hme{
  background: #064ca1;
    color: #fff !important;
}

/*------footer---------*/
.footer_area {
  padding:90px 0 20px;
  color: #fff;
  background: #222;
  word-break: break-all;
  word-wrap: break-word;
   position: fixed; left: 0; bottom: 0;
  z-index: -100;
  width: 100%;
  min-height: 370px;
}
.footer_area ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

.single_ftr form{
  margin-top: 8px;
}
.single_ftr p{
  margin-bottom: 10px;
}

.sf_title{
    color: #fab702;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.ftr_logo {
    float: left;
    padding: 15px 46px 0 0;
}
.ftr_logo a img {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.ftr_logo a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}
.newsletter_form p{
    font-size: 13px !important;
}
.newsletter_form form{
  position: relative;
  display: block;
}
.newsletter_form {
  margin-top: 0px;
  overflow: hidden;
}
.single_ftr p{
  display: inline-block;
}
.newsletter_form .form-control {
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 8px 20px;
    width: 100%;
  position: relative;
  background: transparent;
  color: #fff;
  border-radius: 0;
  border: 1px solid;
  font-size: 13px !important;
}

.newsletter_form button {
  border: inherit;
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  box-shadow: none;
  border: 1px solid transparent;
  transition: 0.5s;
  letter-spacing: 0.5px;
  position: absolute;
  right: 0px;
  top: 0;
  padding: 12px 17px;
  transition: .5s;
}
.newsletter_form button:hover,
.newsletter_form button:hover{
  background: transparent;
  color: #33d286;
  opacity: .9;
}
.newsletter_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1
}

.newsletter_form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1
}
.newsletter_form :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: 1
}
.newsletter_form :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1
}

.form-control:focus{
  border-color: #33d286;
}

.single_ftr li {
    padding-bottom: 7px;
    font-size: 13px !important;
    color: #fff;
}
.single_ftr a {
    color: #fff;
}
.single_ftr a:hover {
    color: #33d286;
}

.ftr_social_icon li {
  display: inline-block;
  text-align: center;
  padding: 4px;
}


.ftr_social_icon ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 40px;
    line-height: 32px;
    padding: 4px 8px;
    width: 40px;
  transition: .5s;
}
.ftr_social_icon ul li a:hover{
  background: #33d286;
  border-color: #33d286;
  color: #fff;
}

.ftr_btm_area {
  background: transparent;
  border-top: 1px dotted #888;
  margin-top: 28px;
  z-index: 100;
  position: relative;
}
.copyright_text{
    margin: 6px 0;
}
.payment_mthd_icon li {
  display: inline-block;
  margin-left: 10px;
  font-size: 30px;
  color: #fff;
}
.cbtn {
      border: 1px solid #d5c5c5;
      background: #fff;
      color: grey;
      padding: 5px 20px;
      border-radius: 5px;
}
.slider-data h3 {
    color: #fff;
    font-size: calc(2px + 2.7vw);
    font-weight: 900;
    text-align: left;
    text-shadow: 1px 2px #000;
}
.slider-data h4 {
    color: #fff;
    font-size: calc(3px + 3.7vw);
    font-weight: 600;
    text-align: left;
    text-shadow: 1px 2px #000;
}
header .shrink {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    -webkit-box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 16%);
    z-index: 999;
    background: #fff;
    padding: 20px 0px 12px;
}
.header-inner {
    background: url(../img/inner-banner.jpg) no-repeat center top;
    background-size: auto;
    background-size: cover;
    padding: 60px 0;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.breadcrumbs ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}
.headding11 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 37px;
        text-align: center;
}
.header-inner .breadcrumbs ul li a {
    color: #fff;
}
.midsec{
    padding: 70px 0px;
    background: #fff;
}
.abttext{
    border-left: 5px solid #064CA1;
    padding-left: 25px;
}
.abttext span{
    font-weight: 600;
}
.abttext h3{
    color: #064CA1;
    font-weight: 600;
    margin-bottom: 20px;
}
.abttext p{
    line-height: 30px;
}
.margbtn{
        margin-bottom: 350px;
}
.company-text p {
    font-size: 18px;
    font-weight: 700;
    background-color: #064ca1;
    padding: 7px 14px;
    color: #fff;
}
.company-text p a{ color: #fff !important}
.company-text h6 {
    padding: 6px;
    /* color: #fff; */
}
.company-text h6 i {
    color: #064CA1;
    font-size: 20px !important;
    margin-right: 10px;
    margin-left: 10px;
}
.pro-logo img {
    margin-left: auto;
    display: block;
}
.cir-company{
    margin: 30px 0px;
}
.pro-range{
    text-align: left;
    margin-bottom: 30px;
    margin-top: 50px;
}
.pro-range-1{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}
.pro-text P{
    text-align: center;
    padding: 5px 0px;
    background: #00519B;
    color: #fff;
}
.hysilbg table{
    background: #fff;
}
.cust-table  tr{
        background: #00519b;
    color: #fff;
}
.product-bg{
    background: #f2f2f2;
    padding: 50px 0px;
}
.hil-company h3{
    margin-bottom: 30px;
}
.hil-img img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.flat-size {
    border-right: 1px solid grey;
}
.grade ul li{
    list-style: none;
    position: relative;
    padding-left: 20px;
}
.grade ul li i{
    position: absolute;
    top: 3px;
    left: 0;
}

.other-size{
    margin-top: 20px;

}
.hysilbg{
    background: aliceblue;
    padding: 50px 0px;
}
.hts{
    margin-bottom: 20px;
}
.pro-logo-1 img {
    margin-left: auto;
    display: block;
    background-color: #1B6DAF;
    padding: 12px 18px;
}
.pro-text-1 {
    background-color: #1B6DAF;
}
.pro-text-1 p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 8px 10px;
    text-align: center;
}
.unidata{
    background: aliceblue;
    padding: 50px 0px;
}
.uni-img{
    padding: 10px;
    background: #fff;
}
.pamp{
    background: aliceblue;
    padding: 50px 0px;
}
.list-skg ul {
    padding-left: 0px;
    list-style: none;
    text-align: center;
    
}
.list-skg ul li {
    width: 30%;
    display: inline-flex;
    border: 1px solid grey;
    margin: 0px 10px;
    justify-content: center;
    margin-bottom: 20px;
    padding: 20px;
}
.tab-bg {
    text-align: center;
    border: 1px solid #00519b;
    font-size: 16px;
   
    padding: 3% 5%;
    background-color: #00519b;
    color: #fff;
     margin-bottom: 5%;
}
.tab-bg .fa {
    font-size: 64px !important;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}
.form-info{
    margin-bottom: 40px;
}
.text-msg {
    height: 200px !important;
}
.form-control {

    background-color: #d8d8d88f;
    border: none;
    padding: 1.375rem 0.75rem;
    height: 56px;
}
.form-css{
    padding-left: 30px;
}
.liness{
    width: 3px;
    height: 350px;
    background: #dfdfdf;
    float: right;
    margin-top: 100px;
    margin-left: 20px;
}
 .clients-wrap {
    border-top: 1px solid #d6eaff;
    border-left: 1px solid #d6eaff;
    margin-bottom: 30px;
}
 .client-logo {
    padding: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    background: #fff;
    height: 160px;
}
.modal-header {
    margin-bottom: 0;
    padding-bottom: 0;
    background-color: #00519b;
}
.modal-heading {
    color: #fff;
    font-weight: 700;
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 70%;
}
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.modal{
        z-index: 99999;
}
.hysilbg a{
    background: #00519B;
    color: #fff;
    padding: 8px 20px;
}
.phj{
    text-align: left;
    padding-left: 0px;
}
.phj li{
    width: 23%;
    background: #00519B;
    color: #fff;
    padding: 10px 10px;
    margin: 0px 5px;
    list-style: none;
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
}
.phj li a{
    color: #fff;
}
.headcenter{ text-align: center; background: #fff;}
.logos{ padding: 0; margin:45px 0 ; text-align: center;}
 
.logos li {
    vertical-align: top;
    border-style: none;
    width: 203px;
    margin: 7px;
    border: solid 1px #064ca1;
    display: inline-block
    }
.logos li img{ width: 99%; margin:  0 auto; display: block}

.logos li p{
    margin: 0;
    font-size: 15px;
    background: #064ca1;
    height:70px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 5px;
    }

.logos li  a{color: #fff;}
#gallery-slider .owl-pagination{ text-align: center;}
.about-slider .owl-theme .owl-controls .owl-page span{ border: 2px solid #064ca1; background:#064ca1}
.footer-setion{
    width: 100%;
    min-height: 370px;
}
.footer-bottom {
    background: #222222;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    font-family: Arial, Helvetica, sans-serif;
}
.footer-bottom p {
    color: #fff;
    font-size: 13px;
    margin: 0;
}

.footer-bottom p a {
    color: #fff;
}