.tab_name{
  font-size: 22px;
}

.about-section{
  width: 100%;
  float: left;
  padding: 35px 0;
}

.about-fig-section{
  width: 100%;
  float: left;
}
.about-fig-section figure{
  width: 100%;
  float: left;
  background: #f5f5f5;
  padding: 5px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 2px 2px #ebebeb;
}
.about-fig-section figure img{
  margin: 0 auto;
  width: 70%;
}

.about-content-section{
  width: 100%;
  float: left;
  margin-top: 20px;
}
.about-content-section h2,
.our-services-section h3,
.our-products-section h3,
.news-and-events-section h3,
.our-happy-clint-section h3,
.clint-details-section h3{
  font-size: 22px;
  font-weight: 400;
  color: #434343;
  text-transform: uppercase;
  margin: 0 0 10px;
  position: relative;
  padding-bottom: 8px;
}
.about-content-section h2:before,
.our-services-section h3:before{
  content: " ";
  width: 100%;
  max-width: 55px;
  border-bottom: 1px solid #b2b2b2;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-content-section h2 strong,
.our-services-section h3 strong,
.our-products-section h3 strong,
.news-and-events-section h3 strong,
.our-happy-clint-section h3 strong{
  font-weight: 100;
}

.about-content-section p{
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  line-height: 1.5em;
}

.about-content-section.about-content-section > a{
  background: #2183c6;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  padding: 0 25px;
}
.about-content-section.about-content-section > a:hover{
  background: #3f3f3f;
}

.our-services-section{
  width: 100%;
  float: left;
  padding: 25px 0 0;
  background: none no-repeat center;
  background-size: cover;
}

.our-services-section h3{
  margin-bottom: 25px;
}

.inner-body-module_links li{
	float: left;
    font-size: 16px;
    color: #454545;
	background: url(images/icon-03.png) no-repeat;
    background-position: 0 7px;
	padding: 0 15px;
	margin:10px 0 10px;
	width:100%;
	line-height: 1.7em;
}

.link-tab ul li{
	background:none;
}

.services-content-section{
  width: 100%;
  float: left;
  position: relative;
  z-index: 9;
}
.services-content-section > p{
  font-size: 14px;
  font-weight: 400;
  color: #606060;
  margin: 0;
}
.services-content-section > p + p{
  margin-top: 8px;
}
.services-content-section ul{
  width: 100%;
  float: left;
  margin-top: 25px;
}
.services-content-section ul li{
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #606060;
  position: relative;
  padding-left: 45px;
}

.services-content-section ul li + li{
  margin-top: 15px;
}

.services-content-section ul li span{
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  border: 5px solid #cadeed;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #2183c6;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
      -ms-border-radius: 100%;
       -o-border-radius: 100%;
          border-radius: 100%;
}


.our-services-section figure {
  width: 100%;
  max-width: 150px;
  margin: 20px auto 0;
  overflow: hidden;
}

.our-products-section{
  width: 100%;
  float: left;
  padding: 30px 0;
  background: none no-repeat left center;
  background-size: cover;
  position: relative;
  text-align: center;
}
.our-products-section h3{
  color: #FFF;
  text-align: center;
}
.our-products-section h3:before{
  content: " ";
  width: 100%;
  max-width: 55px;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.product-category-section{
  width: 90%;
  display: table;
  margin: 0 auto;
  margin-top: 40px;
  position: static;
}
.product-category-section .item{
  position: relative;
  width: 100%;
  float: left;
}
.product-category-section .item:before{
  content: " ";
  width: 100%;
  height: 29px;
  background: url("images/shadow-01.png") no-repeat bottom center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -29px;
}

.product-category-section figure{
  width: 100%;
  float: left;
  background: #fff;
  padding: 10px;
  border: 4px solid #333333;
  position: relative;
}

.product-category-section.product-category-section figure img{
  width: 60%;
}

.product-category-section figure:after{
  content: " ";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  left: 45%;
  bottom: -20px;
}

.product-category-section figure img{
  margin: 0 auto;
}
.product-category-content{
  width: 100%;
  float: left;
  height: 200px;
  background: #333333;
  padding: 40px 20px;
  text-align: left;
}
.product-category-content strong{
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.product-category-content p{
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4em;
  margin-top: 8px;
}

.product-category-section .owl-nav{
  top: 50%;
}
.product-category-section .owl-nav .owl-prev {
  background:url("images/prev-btn.png") no-repeat left center;
  background-size: 100%;
  height: 58px;
  width: 26px;
  opacity: 0.7;
}
.product-category-section .owl-nav .owl-prev:hover{
  opacity: 1;
}

.product-category-section .owl-nav .owl-next {
  background:url("images/next-btn.png") no-repeat left center;
  background-size: 100%;
  height: 58px;
  width: 26px;
  opacity: 0.7;
}
.product-category-section .owl-nav .owl-next:hover{
  opacity: 1;
}

.our-products-section .view-all{
  background: #fff;
  border-radius: 30px;
  color: #232323;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0;
  padding: 0 30px;
}
.our-products-section .view-all:hover{
  background: #333333;
  color: #fff;
}
.news-and-events-section{
  width: 100%;
  float: left;
  padding: 30px 0;
  background: #fff;
}
.news-and-events-section h3{
  text-align: center;
}
.news-and-events{
  width: 100%;
  float: left;
  margin-top: 20px;
}
.sub-news-and-events{
  width: 100%;
  float: left;
  border: 2px solid #1b75bd;
  margin-bottom: 25px;
}
.sub-news-and-events figure{
  width: 100%;
  float: left;
}
.sub-news-and-events figure img{
  margin: 0 auto;
}
.news-and-events-content{
  width: 100%;
  float: left;
  padding: 32px 25px 10px;
  background: #1b75bd;
  position: relative;
}
.news-and-events-content strong{
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.1em;
  text-transform: uppercase;
}
.news-and-events-content p{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3em;
  margin-top: 8px;
}
.news-and-events-content a{
  font-size: 12px;
  font-weight: 700;
  color: #1b75bd;
  float: right;
  padding: 6px 10px;
  background: #fff;
}
.news-and-events-content a:hover{
  background: #434343;
  color: #fff;
}

.date-mounth{
  width: 44px;
  height: 55px;
  background: #1b75bd;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
  text-align: center;
  padding: 5px;
}
.date-mounth strong{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.date-mounth span{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: block;
}

.our-happy-clint-section .container{
  position: static;
}

.our-happy-clint-section{
  width: 100%;
  float: left;
  background: none no-repeat center;
  background-size: cover;
  padding: 30px 0;
  text-align: center;
  position: relative;
}
.our-happy-clint-section h3:before,
.clint-details-section h3:before,
.news-and-events-section h3:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  border-bottom: 1px solid #343535;
  max-width: 55px;
  width: 100%;
}
.clint-sub-section{
  width: 100%;
  float: left;
  margin-top: 30px;
  padding: 0 20px;
  position: static;
}
.clint-sub-section p{
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  font-style: italic;
  line-height: 1.4em;
  /*position: relative;*/
}
.clint-sub-section strong{
  font-size: 14px;
  font-weight: 400;
  color: #3d3d3d;
  display: block;
}
.clint-sub-section span{
  font-size: 12px;
  font-weight: 400;
  color: #515151;
}
.clint-sub-section span b{
  font-weight: 400;
  color: #888888;
}

.clint-sub-section p em:first-child{
  width: 25px;
  height: 20px;
  background: url("images/qto.png") no-repeat left center;
  display: inline-block;
}
.clint-sub-section p em:last-child{
  width: 25px;
  height: 20px;
  background: url("images/qto2.png") no-repeat left center;
  display: inline-block;
}

.clint-sub-section .owl-nav{
  top: 40%;
}

.clint-sub-section .owl-nav .owl-prev {
  background: url("images/prev.png") no-repeat scroll left center / 100% auto;
  height: 58px;
  width: 26px;
  opacity: 0.7;
}
.clint-sub-section .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0) url("images/next.png") no-repeat scroll left center / 100% auto;
  height: 58px;
  width: 26px;
  opacity: 0.7;
}
.clint-sub-section .owl-nav .owl-prev:hover,
.clint-sub-section .owl-nav .owl-next:hover{
  opacity: 1;
}
.clint-details-section{
  width: 100%;
  float: left;
  padding: 30px 0;
  text-align: center;
  position: relative;
}

.clint-details-section table{
  width: 100%;
  float: left;
  margin-top: 30px;
}
.clint-details-section table thead td{
  padding: 8px;
  background: #2183c6;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.clint-details-section table thead td{
  border-right: 1px solid #74c0f4;
}
.clint-details-section table thead td:last-child{
  border: none;
}
.clint-details-section tbody tr td{
  padding: 8px;
  background: #fff;
  font-size: 12px;
  font-weight: 400;
  color: #8a8a8a;
  border-left: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.clint-details-section tbody tr td:last-child{
  border-right: 1px solid #c9c9c9;
}
.clint-details-section.clint-details-section tbody tr:nth-child(even) td{
  background: #f6f6f6;
}


/*******inner css start********/

.inner-body-module{
  width: 100%;
  float: left;
  padding:65px 0 30px;
  background: url(images/ice2.png) no-repeat right top;
}
.inner-body-module h2{
  font-size: 23px;
  color: #424242;
  font-weight: 300;
  text-transform:capitalize;
  position: relative;
  padding:0 0 10px 0;
  margin:0 0 22px 0;
}
.inner-body-module h2:before{
  content: '';
  width: 55px;
  height: 1px;
  position: absolute;
  left:0;
  bottom: 0;
  background:#b2b2b2;
}
.alignleft{
  display: block;
  border: #ffffff 3px solid;
  box-shadow: rgba(0,0,0,0.2) 0 0 8px;
  margin:0 0 15px 0;
}
.alignright{
  display: block;
  border: #ffffff 3px solid;
  box-shadow: rgba(0,0,0,0.2) 0 0 8px;
  margin:0 0 15px 0;
}
.inner-body-module p{
  font-size: 15px;
  color:#464646;
  line-height: 1.6em;
  margin:0 0 15px 0;
}

.our-director-sec{
  width: 100%;
  float:left;
  text-align: center;
  background: #f6f6f6;
  padding:30px 0;
}
.our-director-sec h2{
  font-size: 23px;
  color: #424242;
  font-weight: 300;
  text-transform:capitalize;
  position: relative;
  padding:0 0 10px 0;
  margin:0 0 25px 0;
}
.our-director-sec h2:before{
  content: '';
  width: 55px;
  height: 1px;
  position: absolute;
  left:0;
  right:0;
  bottom: 0;
  margin:0 auto;
  background:#b2b2b2;
}
.director-thumb{
  width:100%;
  max-width:420px;
  display: block;
  background:#FFF;
  border:#ffffff 3px solid;
  box-shadow: rgba(0,0,0,0.2) 0 0 6px;
  margin:0 auto 15px;
}
.director-thumb figure{
  position: relative;
  border:#f5f5f5 1px solid;
}
.director-thumb img{
  margin:0 auto;
}
.director-thumb .caption{
  text-transform:uppercase;
  font-size: 15px;
  color:#ffffff;
  font-weight: 500;
  margin:0;
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.57);
  padding: 7px 0 6px;
}

.inrastucture-sec{
  width: 100%;
  float: left;
  padding:30px 0;
}
.inrastucture-sec h2{
  font-size: 23px;
  color: #424242;
  font-weight: 300;
  text-transform:capitalize;
  position: relative;
  padding:0 0 10px 0;
  margin:0 0 20px 0;
}
.inrastucture-sec h2:before{
  content: '';
  width: 55px;
  height: 1px;
  position: absolute;
  left:0;
  bottom: 0;
  background:#b2b2b2;
}
.inrastucture-sec p{
  font-size: 15px;
  color:#808080;
  line-height: 1.6em;
  margin:0 0 15px 0;
}


.ice-plant-sec{
  width: 100%;
  float: left;
}
.link-tab{
  width: 100%;
  margin-bottom: 30px;
}
.link-tab ul > li{
  display:block;
  text-align: center;
  vertical-align: middle;
  margin:0 0 5px;
}
.link-tab ul > li > a{
  font-size: 17px;
  color:#686868;
  display:inline-block;
  padding: 10px 13px;
  border-radius:38px;
  
}
.link-tab ul > li > a:hover,
.link-tab ul > li.active a{
  background:#1f7dbd;
  color:#FFF;
}

.feature-listing{
  width: 100%;
  float: left;
}
.feature-listing .title{
    font-size: 20px;
    color: #424242;
    margin: 20px 0 6px 0;
    clear: both;
    float: left;
    width: 100%;
}
.feature-listing ul > li{
  width: 100%;
  float:left;
  font-size: 16px;
  color:#464646;
  padding-left:17px;
  background:url(images/icon-03.png) no-repeat;
  background-position: 0 7px;
  margin-bottom: 10px;
}

.slider-thumb-sec{
  width: 100%;
  float: left;
  background:#f4f4f4;
  padding:30px 0;
  position: relative;
}
.slider-thumb-sec .container{
  position: static;
}

.slider-thumb-sec h2{
   font-size: 23px;
  color: #424242;
  font-weight: 300;
  text-transform:capitalize;
  position: relative;
  padding:0 0 10px 0;
  margin:0 0 20px 0;
}
.slider-thumb-sec h2:before{
  content: '';
  width: 55px;
  height: 1px;
  position: absolute;
  left:0;
  bottom: 0;
  background:#b2b2b2;
}

.slider-thumb{
  width:100%;
  float: left;
  position: static;
}
.thumb-panel{
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  border:#FFF 2px solid;
  box-shadow: rgba(0,0,0,0.2) 0 0 5px;
}
.thumb-panel .caption{
  width: 100%;
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  background:#1b75bd;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  margin:0;
  padding:10px 0;
}
.slider-thumb .items{
  width: 100%;
  float: left;
  padding:10px 5px;
}

.specification-sec{
  width: 100%;
  float: left;
  padding:30px 0;
  text-align: center;
}
.specification-sec .table_area{
  width: 100%;
  float: left;
  overflow-x: scroll;
}
.specification-sec .table_area .heading{
  font-size: 20px;
  color:#454545;
  font-weight: 500;
  margin:0;
  background:#eeeeee;
  border:#c8c8c8 1px solid;
  border-bottom:none;
  border-radius:7px 7px 0 0;
  padding: 11px 0;
}
.specification-sec table{
  width: 100%;
  float: left;
  text-align: center;
  border:#c8c8c8 1px solid;
}
.specification-sec table > thead{
  background:#f7f7f7;
}
.specification-sec table > thead > tr > th{
  text-align: center;
  padding:19px 5px;
  font-size: 15px;
  color:#454545;
  font-weight: normal;
}
.specification-sec table > thead > tr > th + th{
  border-left:#c9c9c9 1px solid;
}
.specification-sec table > tbody > tr{
  border-top:#c9c9c9 1px solid;
}
.specification-sec table > tbody > tr > td{
  font-size: 15px;
  color:#8a8a8a;
  padding:14px 0;
}
.specification-sec table > tbody > tr > td + td{
  border-left:#c9c9c9 1px solid;
}
.slider-thumb .owl-nav{
  top:50%;
}
.slider-thumb .owl-nav > div{
  width: 35px;
  height: 68px;
  position: absolute;
  z-index: 99;
  opacity: 0.7;
}
.slider-thumb .owl-nav > div:hover{
  opacity: 1;
}
.slider-thumb .owl-nav .owl-prev{
  left:0;
  background: url(images/left-arw.png) no-repeat center;
}
.slider-thumb .owl-nav .owl-next{
  right:0;
  background: url(images/right-arw.png) no-repeat center;
}
.exprnc-sec{
  width: 100%;
  float: left;
  padding:30px 0;
  background:#f4f4f4;
}
.exprnc-sec h2{
   font-size: 23px;
  color: #424242;
  font-weight: 300;
  text-transform:capitalize;
  position: relative;
  padding:0 0 10px 0;
  margin:0 0 20px 0;
}
.exprnc-sec h2:before{
   content: '';
  width: 55px;
  height: 1px;
  position: absolute;
  left:0;
  bottom: 0;
  background:#b2b2b2;
}
.exprnc-sec ul > li{
  display: block;
  font-size: 15px;
  color:#4e4e4e;
  line-height: 1.5em;
  background: url(images/bullet.png) no-repeat;
  background-position:0 6px;
  padding-left: 22px;
}
.exprnc-sec ul > li + li{
  margin-top:5px;
}
.exprnc-sec iframe{
  width: 100%;
  max-width:360px;
  height:270px;
  display: block;
  margin:0 auto 30px;
}


.contact-page-module{
  width: 100%;
  float: left;
}
.contact-address-sec{
  width: 100%;
  float: left;
  background:#fafafa;
}
.contact-address-sec .col-sm-4:nth-child(2) .address-thumb{
  background:#f5f5f5;
}
.address-thumb{
  width: 100%;
  float: left;
  text-align: center;
  padding:20px 15px;
}
.address-thumb i img{

    margin: 0 auto 14px;
    border: none;
    box-shadow: none;
}
.contact-address-sec .address-thumb .title{
  font-size: 16px;
  color:#2c2c2c;
  text-transform: uppercase;
  font-weight: 500;
  margin:0 0 15px 0;
  padding-bottom: 30px;
  position: relative;
}
.contact-address-sec .address-thumb .title:before{
  content: "";
  width: 84px;
  height: 8px;
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
  background: url(images/dots.png) no-repeat center;
}
.contact-address-sec .address-thumb p{
  font-size:15px;
  color:#777777;
  line-height: 1.4em;
  margin:0;
}
.address-thumb p a{
  color:#777777;
}
.address-thumb p a:hover{
  color:#1b75bd;
}

.contact-form{
  width: 100%;
  float: left;
  padding:30px 0;
}
.contact-form h2{
  text-align: center;
}
.contact-form h2:before{
  right:0;
  margin:0 auto;
}
.contact-form .input-field{
  width:100%;
  float: left;
  margin-bottom:10px;
}
.contact-form .form-cntrl{
  width: 100%;
  display: block;
  height:47px;
  border:#bababa 1px solid;
  border-radius:5px;
  font-size: 14px;
  color:#adadad;
  padding:0 10px;
}
.contact-form textarea.form-cntrl{
  padding:10px;
  height:137px;
}
.contact-form .captcha-fld{
  position: relative;
  padding-left: 104px;
  margin-bottom:15px;
}
.contact-form .captcha-fld .captcha-img{
  position: absolute;
  top:8px;
  left:0;
}
.contact-form .btn-sec{
  width:100%;
  float: left;
  text-align: center;
  margin-bottom:30px;
}
.contact-form input[type="reset"],
.contact-form input[type="submit"]{
  display: inline-block;
  vertical-align: middle;
  padding: 8px 31px;
  font-size: 14px;
  font-weight: bold;
  text-transform:uppercase;
  border:#2183c6 2px solid;
  border-radius:38px;
  margin:0 3px;
}
.contact-form input[type="reset"]{
  background:#FFF;
  color:#2183c6;
}
.contact-form input[type="reset"]:hover{
  background: #2183c6;
  color:#FFF;
}
.contact-form input[type="submit"]{
  background: #2183c6;
  color:#FFF;
}
.contact-form input[type="submit"]:hover{
  background:#FFF;
  color:#2183c6;
}
.contact-form .map-sec{
  width:100%;
  float: left;
}
.contact-form iframe{
  width:100%;
  height: 200px;
  border:#bababa 1px solid;
  border-radius:5px;
  margin-bottom: 10px;
}

.quality-maintain-sec{
  width: 100%;
  float: left;
  position: relative;
}
.quality-maintain-sec .image-sec{
  position:relative;
  top:0;
  left:0;
  width: 100%;
  height:250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:top left;
}
.quality-maintain-sec .text-sec{
  width: 100%;
  float:right;
  background:#f6f6f6;
  padding:20px 20px;
}
.quality-maintain-sec .text-sec h2{
  font-size: 23px;
  color: #424242;
  font-weight: 300;
  text-transform: capitalize;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}
.quality-maintain-sec .text-sec h2:before{
  content: '';
  width: 55px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #b2b2b2;
}
.quality-maintain-sec .text-sec p{
  color:#808080;
  font-size: 17px;
  line-height:1.6em;
  margin: 0 0 20px 0;
}
.quality-maintain-sec .text-sec ul li{
  width: 100%;
  float:left;
  margin-bottom: 15px;
}
.quality-maintain-sec .text-sec ul li .icon{
  width: 64px;
  height: 64px;
  float: left;
  background:#1b75bd;
  display: table;
  border-radius:100%;
  margin-right: 12px;
}
.quality-maintain-sec .text-sec ul li .icon img{
  margin:0 auto;
}
.quality-maintain-sec .text-sec ul li .icon i{
  display:table-cell;
  vertical-align: middle;
}
.quality-maintain-sec .text-sec ul li .caption{
  display: block;
  overflow: hidden;
  color:#424242;
  font-size: 16px;
  text-transform: uppercase;
  font-weight:500;
  margin-top: 10px;
}


.dwnld-sec{
  width: 100%;
  float: left;
}
.dwnld-sec .labl{
  font-size: 20px;
  color:#424242;
  font-weight:300;
  display:block;
  vertical-align: middle;
  padding:0 10px 5px 0;
}
.dwnld-sec a{
  display: inline-block;
  vertical-align: middle;
  border:#1f7dbd 2px solid;
  border-radius:40px;
  padding: 13px 22px 11px;
  line-height: 1em;
  font-size: 15px;
  color:#1f7dbd;
  text-transform: uppercase;
  font-weight: bold;
  margin-right:10px;
  margin-bottom: 5px;
}

.dwnld-sec a:hover{
  background:#1f7dbd;
  color:#FFF;
}

.four-thumb-sec{
  width: 100%;
  float: left;
  text-align: center;
  padding:30px 0;
  background:#f7f7f7;
}
.four-thumb-sec .thumb_panel{
  width:100%;
  float: left;
  background:#ffffff;
  padding: 23px 30px 25px;
  border:#c9c9c9 1px solid;
  border-radius:8px;
  margin-bottom: 15px;
  -webkit-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
.four-thumb-sec .thumb_panel .image-icon{
  width: 115px;
  height: 115px;
  display: table;
  margin:0 auto 20px;
  border:#217ebe 2px solid;
  border-radius: 100%;
}
.four-thumb-sec .thumb_panel .image-icon img{
  margin:0 auto;
}
.four-thumb-sec .thumb_panel .image-icon img + img{
  display: none;
}
.four-thumb-sec .thumb_panel:hover{
  box-shadow: rgba(0,0,0,0.2) 0 0 15px;
  -webkit-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
}
.four-thumb-sec .thumb_panel:hover .image-icon{
  background:#1f7dbd;
}
.four-thumb-sec .thumb_panel:hover .image-icon img + img{
  display: block;
}
.four-thumb-sec .thumb_panel:hover .image-icon img{
  display: none;
}
.four-thumb-sec .thumb_panel .image-icon i{
  display: table-cell;
  vertical-align: middle;
}
.four-thumb-sec .thumb_panel .text-sec{
  width: 100%;
  float: left;
}
.four-thumb-sec .thumb_panel h4{
  font-size: 18px;
  color:#505050;
  font-weight:normal;
  text-transform:uppercase;
  margin:0 0 10px 0;
}
.four-thumb-sec .thumb_panel p{
  color:#808080;
  font-size:15px;
  line-height: 1.6em;
  margin:0;
}

.support-guide-sec{
  width: 100%;
  float: left;
  padding:30px 0;
}
.support-guide-sec h2{
  font-size: 23px;
  color: #424242;
  font-weight: 300;
  text-transform: capitalize;
  position: relative;
  padding: 0 0 15px 0;
  margin: 0 0 16px 0;
}
.support-guide-sec h2:before{
  content: '';
  width: 55px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #b2b2b2;
}
.support-guide-sec h3{
  font-size:20px;
  color:#424242;
  font-weight:300;
  line-height: 1em;
  margin:0 0 30px 0;
}
.support-form{
  width: 100%;
  float: left;
}
.support-form .input-field{
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.support-form input,
.support-form select,
.support-form textarea{
  width:100%;
  display: block;
  height: 40px;
  border:#8e8e8e 1px solid;
  border-radius:6px;
  padding:0 12px;
  font-size: 15px;
  color:#797979;
  font-weight:300;
}

.support-form select{
  background:url(images/arw.png) no-repeat;
  background-position:97%;
}
.support-form textarea{
  height: 90px;
  padding:12px;
}
.support-form .btn-sec{
  width: 100%;
  float: left;
  margin-top: 13px;
  text-align: center;
}
.support-form .btn-sec input{
  display: inline-block;
  vertical-align: middle;
  max-width: 128px;
  height: auto;
  padding: 11px 10px 8px;
  font-size: 15px;
  color:#1f7dbd;
  font-weight:bold;
  text-transform:uppercase;
  border-radius:40px;
  border:#1f7dbd 2px solid;
  background: transparent;
}
.support-form .btn-sec input[type="submit"]{
  background:#1f7dbd;
  color:#FFF;
}
.support-form .btn-sec input[type="submit"]:hover{
  color:#1f7dbd;
  background: transparent;
}
.support-form .btn-sec input[type="reset"]:hover{
  color:#FFF;
  background:#1f7dbd;
}
.support-form .btn-sec input + input{
  margin-left: 8px;
}

.support-guide-sec .video_area{
  width: 100%;
  float: left;
  margin-top:25px;
  position: relative;
}
.support-guide-sec .video_area iframe{
  width:100%;
  max-width:360px;
  height: 270px;
  margin:0 auto;
}

/*=============================*/

.resource_listing{
  width:100%;
  float: left;
  margin: 0;
  padding:0;
}


.resource_listing ul{
  margin: 0;
  padding:0;
}

.resource_listing ul li{
  margin:0;
  padding:20px 0;
  width: 100%;
}


.resource_listing img {
  height: 100%;
  margin: 0 0 15px 0;
  border: 3px solid #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.resource_listing ul li:first-child{
  padding-top: 0;
}

.resource_listing ul li:last-child{
  padding-bottom: 0;
}

.resource_listing ul li:nth-child(even) {background: #f6f6f6}
.resource_listing ul li:nth-child(odd) {background: #FFF}

.resource_listing ul li h3 {
  color: #424242;
  font-size:28px;
  font-weight: 300;
  padding-bottom: 15px;
  position: relative;
  margin-top: 0;
}

.resource_listing ul li h3:after{
    background: #b2b2b2 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 55px;
}



.support{
  width: 100%;
  float:left;
  margin: 0;
  padding:35px 0 0;
  background-size: cover;
  background-position: left top center;
}

.support .support_listing{
  width: 100%;
  float: left;
  margin:0;
  padding: 0;
}

.support .support_listing h2 {
  color: #fff;
  font-size:28px;
  font-weight: 300;
  padding-bottom: 15px;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
}

.support .support_listing h2:after{
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 55px;
}

.support .support_listing h4{
  font-size: 14px;
  color: #fff;
  font-weight:500;
  margin: 0 0 20px 0;
}

.support .support_listing ul{
  margin: 0 -6%;
  padding: 0;
}

.support .support_listing ul li{
  float: left;
  margin: 0 6% 30px;
  padding: 0;
  width: 88%;
  text-align: center;
}

.support .support_listing ul li figure{
  width:156px;
  height: 156px;
  margin: 0 auto 15px;
  background: #fff;
  border: 10px solid #6caeda;
  border-radius: 100%;
  position: relative;
}

.support .support_listing ul li figure img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.support .support_listing ul li:hover figure img{
   transform: scale(1.2, 1.2);
}

.support .support_listing ul li a{
  text-transform: uppercase;
  color: #fff;
  font-size:20px;
  line-height: 25px;
}

.support .photo{
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.photo > img {
  margin: 0 auto;
}

.clients_listing{
  width: 100%;
  float:left;
  margin: 0;
  padding: 0 0 35px 0;
}

.inner-body-module .clients_listing .clint-details-section {
  padding: 0;
}

.inner-body-module .clients_listing .clint-details-section table{
  margin:10px 0 0 0;
}

.clint-details-section .container {
  position: static;
}

.clients_slider{
  width: 100%;
  float:left;
  margin: 0;
  padding: 0;
}

.clint-details-section .clients_slider.owl-carousel{
  position: static;
}

.clients_slider .item{
  height: 270px;
  position: relative;
  padding: 10px 0;
}

.clients_slider .item img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.clients_slider .owl-nav {
  top: 50%;
  left: 0;
}

.clients_slider .owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0) url("images/prev.png") no-repeat scroll left center / 100% auto;
  height: 58px;
  opacity: 0.7;
  width: 26px;
  left: 0;
  position: absolute;
}

.clients_slider .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0) url("images/next.png") no-repeat scroll left center / 100% auto;
  height: 58px;
  opacity: 0.7;
  width: 26px;
  right: 0;
  position: absolute;
}

.clients_slider .item img:hover{
  opacity: 0.7;
}

.case-study-listing{
  width:100%;
  float: left;
}
.case-study-listing ul > li{
  width:100%;
  float: left;
  padding-bottom:20px;
}
.case-study-listing ul > li + li{
  border-top:#eaeaea 1px solid;
  padding:20px 0;
}
.case-study-listing .image-sec{
  width:100%;
  max-width: 409px;
  display: block;
  margin:0 auto 15px;
}
.case-study-listing .image-sec img{
  border:#FFF 3px solid;
  box-shadow: rgba(0,0,0,0.2) 0 0 10px;  
}
.image_slider{
  width: 100%;
  float: left;
}
.image_slider .item{
  width: 100%;
  float: left;
  padding:10px;
}
.image_slider .owl-nav{
  top:40%;
}
.image_slider .owl-nav > div{
  width:35px;
  height: 68px;
  display: block;
  position: absolute;
}
.image_slider .owl-nav .owl-prev{
  background:url(images/l-arw.png) no-repeat center;
  left:13px;
}
.image_slider .owl-nav .owl-next{
  background:url(images/r-arw.png) no-repeat center;
  right:13px;
}
.case-study-listing .text-sec{
  display: block;
  clear: both;
  padding-top: 30px;
}
.case-study-listing .text-sec h3{
  font-size: 23px;
  color: #424242;
  font-weight: 300;
  text-transform: capitalize;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}
.case-study-listing .text-sec h3:before{
  content: '';
  width: 55px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #b2b2b2;
}
.case-study-listing .text-sec p{
  font-size:17px;
  color:#808080;
  line-height:1.7em;
  margin:0 0 15px;
}
.case-study-listing .text-sec .btn-more{
  display: inline-block;
  vertical-align: middle;
  height:48px;
  line-height: 47px;
  padding:0 38px;
  border-radius:30px;
  color:#FFF;
  font-size:14px;
  font-weight:bold;
  text-transform:uppercase;
  background:#2183c6;
  position: relative;
}
.case-study-listing .text-sec .btn-more:hover{
  background:#2fabff;
}
.case-study-listing .text-sec .btn-more.actv{
  color: transparent;
}
.case-study-listing .text-sec .btn-more.actv:before{
  content: 'READ LESS';
  color:#FFF;
  font-size:14px;
  font-weight:bold;
  position:absolute;
  top:0;
  left:0;
  right:0;
  text-align: center;
  margin:0 auto;
}
/**********inner css end********/


.main-footer-section{
  width: 100%;
  float: left;
}
.footer-sup{
  width: 100%;
  float: left;
  background: none no-repeat center;
  background-size: cover;
  position: relative;
  padding: 25px 0;
}
.footer-sup:before{
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  position: absolute;
  left: 0;
  top: 0;
}
.sup-footer-section{
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.sup-footer-section h2{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 10px;
}
.sup-footer-section h2:after{
  content: " ";
  width: 100%;
  max-width: 55px;
  border-bottom: 1px solid #7c7c7c;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sup-footer-section ul,
.sup-footer-section ol{
  width: 100%;
  float: left;
  padding: 0;
  list-style: none;
}
.sup-footer-section ul li{
  width: 100%;
  float: left;
  background: url("images/icon-03.png") no-repeat left 7px;
  padding-left: 20px;
}
.sup-footer-section ul li + li{
  margin-top: 2px;
}

.sup-footer-section ul li a{
  font-size: 14px;
  font-weight: 400;
  color: #817f7f;
}
.sup-footer-section ul li a:hover{
  color: #fff;
}

.sup-footer-section p{
  font-size: 14px;
  font-weight: 400;
  color: #817f7f;
  line-height: 1.3em;
  padding-left: 25px;
  margin: 0;
}

.sup-footer-section p a{
  color: #817f7f;
}
.sup-footer-section p a:hover{
  color: #fff;
}

.sup-footer-section p + p{
  margin-top: 12px;
}
.sup-footer-section p:nth-child(2){
  background: url("images/icon-04.png") no-repeat left 3px;
}
.sup-footer-section p:nth-child(3){
  background: url("images/icon-05.png") no-repeat left 3px;
}
.sup-footer-section p:nth-child(4){
  background: url("images/icon-06.png") no-repeat left 3px;
}
.sup-footer-section ol li{
  width: 100%;
  float: left;
}
.sup-footer-section ol li a{
  color: #817f7f;
}

.sup-footer-section ol li a:hover{
  color: #fff;
}
.sup-footer-section ol li img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.sup-footer-section ol li + li{
  margin-top: 15px;
}
.footer-sub{
  width: 100%;
  float: left;
  padding: 10px 0;
  background: #151515;
  text-align: center;
}
.footer-sub ul{
  width: 100%;
  float: left;
  margin: 0;
}
.footer-sub ul li{
  display: inline-block;
  vertical-align: middle;
}

.footer-sub ul li a:hover{
  color: #fff;
}

.footer-sub ul li + li{
  margin-left: 5px;
  padding-left: 8px;
  border-left: 1px solid #2183c6;
  line-height: 0.8em;
}
.footer-sub p{
  font-size: 14px;
  font-weight: 400;
  color: #2183c6;
  line-height: 1.2em;
  display: inline-block;
  clear: both;
  margin: 5px 0 0;
}

.captcha_image {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.captcha_image .g-recaptcha iframe {
  border: medium none;
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width:521px) {
.clint-details-section table thead td {
  font-size: 16px;
}
.clint-details-section tbody tr td{
  font-size: 16px;
}
}

@media only screen and (min-width:581px) {
.product-category-section figure {
  height: 160px;
}
.services-content-section ul li + li {
  margin-top: 22px;
}
}

@media only screen and (min-width:641px) {
  .link-tab ul > li {
    display: inline-block;
    width: auto;
    padding: 0;
  }
  .contact-form .rw{
    margin:0 -4px;
  }
  .contact-form .grid-6{
    width: 50%;
    float: left;
    padding:0 4px;
  }
  .quality-maintain-sec .image-sec{
    height:485px;
}
.quality-maintain-sec .text-sec h2{
  font-size:33px;
}
.quality-maintain-sec .text-sec ul li {
    width: 50%;
    margin-bottom: 30px;
}
.support-form input, .support-form select, .support-form textarea {
    height: 48px;
}
.support-form textarea{
  height: 157px;
}
.support-form .rw{
  margin:0 -5px;
}
.support-form .grid-4{
  width: 33.33%;
  float: left;
  padding:0 5px;
}
.support-form .btn-sec{
  text-align: right;
}
.support-guide-sec h2{
  font-size: 33px;
}
.dwnld-sec .labl{
  display: inline-block;
}
}

@media only screen and (min-width:768px) {

.our-services-section figure{
  width: 75%;
}

.our-services-section .col-sm-4{
  position: absolute;
  bottom: 0;
  right: 0;
}
.our-services-section figure{
  max-width: none;
}
.product-category-section.product-category-section figure img {
  width: 100%;
  max-width: 160px;
}
.our-products-section .view-all {
  font-size: 14px;
  margin: 45px auto 0;
  padding: 0 30px;
}
.services-content-section{
  padding-bottom: 20px;
}

/***inner css start***/
.inner-body-module h2 {
    font-size: 36px;
}
.inner-body-module p {
    font-size: 17px;
    margin:0 0 20px 0;
    line-height: 1.7em;
}
/*mak*/
.products p{
	font-size: 21px;
    margin:0 0 20px 0;
    line-height: 1.7em;
}
/*mak*/
.alignleft{
  float: left;
  margin:0 28px 18px 0;
}
.alignright{
  float: right;
  margin:0 0 18px 25px;
}
.our-director-sec h2 {
    font-size: 36px;
}
.inrastucture-sec h2 {
    font-size: 36px;
}
.director-thumb .caption {
    font-size: 17px;
    padding: 10px 0 10px;
}
.inrastucture-sec p {
    font-size: 17px;
    line-height: 1.7em;
}
.slider-thumb-sec h2 {
    font-size:33px;
    padding: 0 0 14px 0;
    margin:0 0 20px 0;
}
.exprnc-sec h2 {
    font-size:30px;
    padding: 0 0 15px 0;
    margin:0 0 30px 0;
}
.feature-listing ul > li {
    width: 50%;
    min-height: 44px;
    margin-bottom: 0;
    padding: 0 15px;
}
.exprnc-sec ul > li {
    font-size: 16px;
}
.slider-thumb-sec {
  padding: 30px 0;
}
.exprnc-sec iframe {
    margin: 70px auto 0;
    float: right;
}
.specification-sec .table_area{
  overflow-x: auto;
}

.quality-maintain-sec .image-sec{
  width: 50%;
  height: 100%;
  position: absolute;
}
.quality-maintain-sec .text-sec{
  width:50%;
}
.quality-maintain-sec .text-sec ul li {
    width: 100%;
}

.support-guide-sec h2 {
    font-size: 43px;
}
.support .support_listing ul li {
  width:21.33%;
}
.support .support_listing h2 {
  font-size: 36px;
}
.support .support_listing h4 {
  font-size: 20px;
}

.case-study-listing .image-sec {
    float: left;
    margin:0 22px 0 0;
}
.case-study-listing .text-sec{
  overflow: hidden;
  clear: none;
  padding:10px 0 0 0;
}
/*****/
.captcha_image {
  display: inline-block;
  float: none;
  height: 85px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.contact-form .btn-sec {
  display: inline-block;
  float: none;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  width: auto;
}
}

@media only screen and (min-width:941px) {

.sub-news-and-events{
  margin: 0;
}

.sub-news-and-events figure {
  width: 35%;
  height: 184px;
}
.news-and-events-content{
  width: 65%;
  height: 184px;
  background: none;
  padding: 32px 12px 10px 32px;
}
.sub-news-and-events figure img{
  width: 100%;
  height: 100%;
}
.news-and-events-content strong{
  color: #343535;
}
.news-and-events-content p{
  color: #686868;
}
.news-and-events-content a{
  margin-top: 5px;
}
.date-mounth.date-mounth strong{
  color: #fff;
}
.date-mounth{
  top: 0;
  bottom: 0;
  left: -23px;
  right: auto;
  margin: auto;
}

/****inner css start****/
.inner-body-module h2 {
    font-size: 43px;
    padding: 0 0 22px 0;
    margin: 0 0 32px 0;
}
.our-director-sec h2 {
    font-size: 43px;
    padding: 0 0 20px 0;
    margin: 0 0 48px 0;
}
.inrastucture-sec h2 {
    font-size: 43px;
    padding: 0 0 20px 0;
    margin: 0 0 26px 0;
}
.inner-body-module {
    padding: 60px 0 36px;
}

.our-director-sec {
    padding: 50px 0 45px;
}
.inrastucture-sec {
    padding: 70px 0 60px;
}
.link-tab {
    margin-bottom: 42px;
}
.ice-plant-sec h2{
  padding: 0 0 14px 0;
  margin:30px 0 22px 0;
  float:left;
  width:100%;
}
.leftalign
{
	float:left;
	margin:0 20px 0 0;
}

.coldstorage-module
{
	margin-top:40px;
	float:left;
	width:100%;
}

.coldstorage-module ul li
{
	list-style:none;
	background:none;
	margin-bottom:30px;
}

.coldstorage-module ul li li{
	padding-left:0;
	font-size: 15px;
  /*margin: 0 0 20px 0;*/
  line-height: 1.7em;
	margin-bottom:0px;
  background: url(images/icon-03.png) no-repeat;
    background-position: 0 7px;
    padding: 0 15px;
}

.coldstorage-module ul li p{
	    font-size: 17px;
    margin: 0 0 20px 0;
    line-height: 1.7em;
}

.coldstorage-module ul li img{
	float:left;
	border: #FFF 2px solid;
  box-shadow: rgba(0,0,0,0.2) 0 0 5px;
	margin:2px;
}

.inner-body-module img
{
  border: #FFF 2px solid;
  box-shadow: rgba(0,0,0,0.2) 0 0 5px;
}
.coldstorage-module ul li .box h3
{
	margin-top:0;
}
.coldstorage-module ul li .box{
	
	float: left;
    width: 75%;
    margin: 0 1%;
}


.feature-listing {
    margin-top: 10px;
}
.case-study-listing .text-sec h3 {
    font-size: 33px;
}
.case-study-listing .text-sec p{
  margin:0 0 47px;
}
.case-study-listing ul > li {
    padding-bottom: 55px;
    list-style: none;
    background: none;
    padding-left: 0;
    margin-left: 0;
}
.case-study-listing ul > li + li{
    padding:55px 0; 
}
/******inner css end****/
}

@media only screen and (min-width:941px) {

.footer-sub ul {
  float: right;
  margin: 0;
  width: auto;
}


.about-content-section h2, 
.our-services-section h3, 
.our-products-section h3, 
.news-and-events-section h3, 
.our-happy-clint-section h3, 
.clint-details-section h3 {
  font-size: 43px !important;
}
}

@media only screen and (min-width:992px) {
  .feature-listing ul > li {
    width: 33.33%;
    min-height:30px;
  }
  .specification-sec {
    padding: 40px 0 42px;
  }
  .exprnc-sec {
    padding: 40px 0 50px;
  }
  .exprnc-sec ul > li + li {
    margin-top: 14px;
  }
  .address-thumb {
    padding: 39px 15px;
}
.contact-form iframe {
    height: 318px;
    margin:0;
 }
 .contact-form {
    padding:44px 0;
}
.contact-form .map-sec {
    margin-top: 27px;
}

.quality-maintain-sec .text-sec{
  padding:40px 20px;
}
.support-guide-sec .video_area {
    margin-top: 0;
}
.support-guide-sec .video_area:before{
  content: '';
  width: 1px;
  height: 273px;
  position: absolute;
  left:-50px;
  top: 31%;
  background:#d2d2d2;
}
.four-thumb-sec{
  padding:75px 0 55px;
}
.four-thumb-sec .thumb_panel h4 {
    margin: 0 0 16px 0;
}
.support-guide-sec {
    padding: 56px 0 70px;
}
.support-guide-sec .video_area h2{
  margin:0 0 65px;
}
.resource_listing ul li img {
  float: left;
  margin: 0 25px 0 0;
}
.resource_listing ul li.odd img {
  float: right;
  margin: 0 0 0 25px;
}
.resource_listing ul li h3 {
  display: inline-block;
  font-size: 33px;
  margin-bottom: 20px;
}
.support .support_listing h4 {
  margin: 0 0 40px;
}
.support .support_listing ul li {
  margin: 0 6%;
}
}

@media only screen and (min-width:1041px) {

.our-products-section .container{
  position: static;
}

.product-category-section figure {
  height: auto;
}
.product-category-section.product-category-section figure img {
  max-width: none;
  width: 100%;
}
.product-category-section figure {
  height: 200px !important;
  position: relative;
  width: 45% !important;
}
.product-category-section figure img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product-category-content {
  width: 55%;
  height: 200px !important;
}
.product-category-section figure:after {
  bottom: auto;
  left: auto;
  position: absolute;
  right: -21px;
  top: 15px;
  transform: rotate(270deg);
}
}

@media only screen and (min-width:1200px) {
.quality-maintain-sec .text-sec ul li {
    width:50%;
    padding-right: 25px;
}
.quality-maintain-sec .text-sec {
    padding: 40px 40px 10px;
}
.quality-maintain-sec .text-sec p {
    margin: 0 0 30px 0;
}
.quality-maintain-sec .text-sec ul li {
    margin-bottom: 54px;
}
.resource_listing ul li {
  padding:55px 0;
}
.resource_listing ul li img {
  float: left;
  margin: 0 30px 0 0;
}
.resource_listing ul li.odd img{
  float: right;
  margin: 0 0 0 30px;
}
.resource_listing ul li:last-child {
  padding-bottom: 20px;
}
.support .support_listing ul li:first-child {
  margin-left: 0;
}
.support .support_listing h2 {
  font-size: 43px;
  margin-bottom: 26px;
  padding-bottom: 22px;
}
.support {
  padding: 55px 0 0px;
}

.clients_slider .owl-nav .owl-prev {
  height: 68px;
  width: 36px;
}

.clients_slider .owl-nav .owl-next {
  height: 68px;
  width: 36px;
}
.captcha_image {
  margin: 0 30px 0 0;
}
.support-guide-sec .support-form .btn-sec {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: middle;
  width: 42%;
}

/*=========================================================*/

.about-content-section p {
  font-size: 17px;
  line-height: 2em;
}
.about-fig-section figure img {
  width: auto;
}
.about-section {
  padding: 116px 0 43px;
}
.about-content-section {
  margin-top: 0;
}
.about-content-section h2{
  margin-bottom: 25px;
}
.about-content-section.about-content-section > a {
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  padding: 0 38px;
  margin-top: 28px;
}
.our-services-section {
  padding: 45px 0 0;
}
.services-content-section > p {
  font-size: 17px;
}
.services-content-section ul li {
  font-size: 15px;
}
.our-services-section h3 {
  padding-bottom: 17px;
}

.services-content-section {
  padding-bottom: 20px;
}
.services-content-section ul li span {
  font-size: 18px;
  width: 48px;
  height: 48px;
  line-height: 38px;
  top: -10px;
}
.services-content-section ul{
  margin-top: 35px;
}
.services-content-section ul li {
  height: 100%;
  min-height: 40px;
  padding-left: 60px;
}
.our-services-section h3 {
  margin-bottom: 35px;
}
.services-content-section ul li + li {
  margin-top: 27px;
}
.our-services-section figure {
  width: auto;
}
.services-content-section {
  padding-bottom: 38px;
}
.product-category-section {
  margin: 85px auto 0;
  width: 100%;
  padding: 0 28px;
}
.product-category-section .item{
  margin-bottom: 25px;
}
.product-category-content {
  height: 233px !important;
  width: 50%;
}
.product-category-section figure{
  width: 50% !important;
  height: 233px !important;
}
.product-category-content p {
  margin-top: 15px;
  line-height: 1.7em;
}
.product-category-content {
  padding: 40px 24px;
}

.product-category-section .owl-nav .owl-prev,
.product-category-section .owl-nav .owl-next {
  height: 68px;
  width: 35px;
}
.our-products-section .view-all{
  height: 48px;
  line-height: 48px;
}
.our-products-section .view-all {
  font-size: 15px;
  margin: 20px auto 0;
  padding: 0 45px;
}
.our-products-section {
  padding: 40px 0 52px;
}
.news-and-events-section {
  padding: 55px 0 60px;
}
.news-and-events-section h3 {
  padding-bottom: 15px !important;
}
.news-and-events {
  margin-top: 54px;
  padding: 0 20px;
}
.news-and-events-content strong {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}
.sub-news-and-events figure {
  height: 176px;
  width: 31%;
}
.news-and-events-content {
  height: 176px;
  padding: 8px 12px 10px 61px;
  width: 69%;
}
.news-and-events-content p {
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 13px;
}
.date-mounth strong{
  font-size: 24px !important;
  line-height: 1em;
}
.date-mounth {
  height: 60px;
  top: 0;
  width: 48px;
}
.news-and-events-content a {
  font-size: 14px;
  margin-top: 10px;
}
.our-happy-clint-section {
  padding: 50px 0 75px;
}
.our-happy-clint-section h3 {
  padding-bottom: 16px !important;
}
.clint-sub-section p {
  font-size: 17px;
}
.clint-sub-section {
  margin-top: 40px;
}
.clint-sub-section strong {
  margin-top: 23px;
}
.clint-sub-section p{
  padding-top: 20px;
}
.clint-sub-section p em:first-child {
  position: relative;
  top: -20px;
}
.clint-sub-section p em:last-child {
  margin-left: 20px;
}
.clint-details-section {
  padding: 63px 0;
}
.clint-details-section table {
  margin-top: 57px;
}
.clint-details-section table thead td {
  font-size: 17px;
  padding: 18px 8px;
}
.clint-details-section table tbody td {
  font-size: 15px;
  padding: 14px 8px;
}
.footer-sup {
  padding: 45px 0 20px;
}
.sup-footer-section h2 {
  margin: 0 0 28px;
}
.footer-sup .col-sm-4 ul li {
  max-width: 179px;
}

.clint-sub-section .owl-nav .owl-prev, 
.clint-sub-section .owl-nav .owl-next {
  height: 68px;
  width: 36px;
}

}

.infra
{
  margin-top: 100px;
}