body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a:hover {
  text-decoration: none;
}
.top-header {
  background: #0f7fad;
  padding: 10px 0px;
}
.top-header .contact-info li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #fff;
}
.top-header .contact-info li i {
  margin-right: 15px;
}
.social-section li {
  display: inline-block;
  border: 1px solid none;
  border-radius: 100%;
  height: 25px;
  text-align: center;
  line-height: 25px;
  width: 25px;
  margin-right: 10px;
}
.social-section .facebook:hover {
  color: #3b5999;
  background: #fff;
}
.social-section li a i {
  color: #fff;
}
.bottom-header {
  height:60px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.bottom-header .logo {
  float: left;
}
.bottom-header .navigation {
  float: right;
}
.bottom-header .navigation .main-menu {
  display: flex;
  position: relative;
  top: 10px;
}
.bottom-header .navigation .main-menu li {
  list-style: none;
}
.bottom-header .navigation .main-menu li a {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding: 0px 15px;
  color: #121212;
  text-decoration: none;
  display: block;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.bottom-header .navigation ul li a:hover,
.bottom-header .navigation ul li a.active {
  color: #12ab50;
  display: inline;
}
.bottom-header .menu-toggle {
  float: right;
  cursor: pointer;
  display: none;
}
.bottom-header .menu-toggle i {
  color: #408914;
  font-size: 24px;
  line-height: 40px;
}
.navigation .hover-item .dropdown {
  position: absolute;
  width: 45vh;
  top: 31px;
  opacity: 0;
  visibility: hidden;
  z-index:999;
}
.navigation .hover-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
ul.dropdown {
  background: #233d78;
}
.bottom-header .navigation .main-menu li ul li {
  padding: 5px 0px;
}
.bottom-header .navigation .main-menu li ul li a {
  color: #fff;
  font-size: 10px;
  border-bottom: none;
}
.bottom-header .navigation .main-menu li ul li a:hover {
  color: #12ab50;
  display: inline;
}
.bottom-header .inquiry-section {
  background: #0f7fad;
  padding:10px 0px;
}
.carousel{
  border-bottom:3px solid #0f7fad;
  border-top:3px solid #0f7fad;
}
.carousel-caption {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  /* display: none;  remove comment to hide captions */
}

.carousel-control {
  text-shadow: 0;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,00001)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
}

.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,00001)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
}
.about-content{
  margin:20px 0px;
}
.about-content h2{
  color:#0c1429;
}
.about-content p{
  color:#0c1429;
  line-height: 28px;
  font-size:16px;
  padding-top:10px;
}
.about-content button{
  background:#0f7fad;
  color:#fff;
}
.about-image img{
  width:100%;
  margin-top:10px;
}
.main-details {
  background: #eaeaea;
  margin-bottom: 70px;
}
.main-details .container {
  padding: 30px 0px;
}
.main-details h2 {
  line-height: 40px;
  color: #121212;
  font-weight: bold;
  border-right: 2px solid #0071bc;
}
.main-details hr {
  float: left;
  padding: 0;
  margin: 0;
  border-bottom: 5px solid #8db842;
  width: 20%;
}
.main-details h3 {
  font-weight: bold;
  color: #0071bc;
  text-decoration: underline;
}
.main-details p {
  font-size: 16px;
  color: #121212;
  line-height: 30px;
}
/* Slider */

.product-section .slick-slide {
  margin: 0px 20px;
}

.product-section .slick-slide img {
  width: 100%;
}

.product-section .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.product-section .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.product-section .slick-list:focus {
  outline: none;
}
.product-section .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.product-section .slick-slider .slick-track,
.product-section .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.product-section .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.product-section .slick-track:before,
.product-section .slick-track:after {
  display: table;
  content: "";
}
.product-section .slick-track:after {
  clear: both;
}
.product-section .slick-loading .slick-track {
  visibility: hidden;
}

.product-section .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .product-section .slick-slide {
  float: right;
}
.product-section .slick-slide img {
  display: block;
}
.product-section .slick-slide.slick-loading img {
  display: none;
}
.product-section .slick-slide.dragging img {
  pointer-events: none;
}
.product-section .slick-initialized .slick-slide {
  display: block;
}
.product-section .slick-loading .slick-slide {
  visibility: hidden;
}
.product-section .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.product-section .slick-arrow.slick-hidden {
  display: none;
}
.product-detail {
  position: relative;
}
.product-slider {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.product-slider .post {
  width: 300px;
  height: 300px;
  margin: 0px 10px;
  display: inline-block;
}
.product-slider .post .slider-image {
  width: 100%;
  height: 250px;
}
.product-slider .post .slider-image:hover {
  transform: scale(0.9);
  transition: all 0.5s ease-in-out;
}
.product-section .arrow-section {
  position: absolute;
  left: 45%;
  top: 80%;
}
.product-section .arrow-section i {
  border: 1px solid #0f7fad;
  font-size: 18px;
  padding: 10px 15px;
}
.product-detail .slick-dots li {
  display: none;
}
.product-detail .post-title {
  background: #0f7fad;
}
.product-detail .post-title h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 10px;
}


/* Slider */

.main-product .slick-slide {
  margin: 0px 20px;
}

.main-product .slick-slide img {
  width: 100%;
  vertical-align: middle;
}

.main-product .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.main-product .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.main-product .slick-list:focus {
  outline: none;
}
.main-product .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.main-product .slick-slider .slick-track,
.main-product .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.main-product .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.main-product .slick-track:before,
.main-product .slick-track:after {
  display: table;
  content: "";
}
.main-product .slick-track:after {
  clear: both;
}
.main-product .slick-loading .slick-track {
  visibility: hidden;
}

.main-product .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .main-product .slick-slide {
  float: right;
}
.main-product .slick-slide img {
  display: block;
}
.main-product .slick-slide.slick-loading img {
  display: none;
}
.main-product .slick-slide.dragging img {
  pointer-events: none;
}
.main-product .slick-initialized .slick-slide {
  display: block;
}
.main-product .slick-loading .slick-slide {
  visibility: hidden;
}
.main-product .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.main-product .slick-arrow.slick-hidden {
  display: none;
}
.product-detail {
  position: relative;
}
.product-content {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.product-content .post {
  width: 150px;
  height: 300px;
  margin: 0px 10px;
  display: inline-block;
}
.product-content .post .slider-image {
  width: 100%;
  height: 250px;
}
.product-content .post img {
  width: 150px;
}
.product-content .post .slider-image:hover {
  transform: scale(0.9);
  transition: all 0.5s ease-in-out;
}
.main-product .slick-dots li {
  display: none;
}
.main-product .post-title {
  background: #8db842;
}
.main-product .post-title h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 10px;
}
.logo-slider {
  padding: 20px 0px;
}
.logo-slider .item {
  padding: 5px;
}
.logo-slider .slick-slide {
  margin: 15px;
}
.logo-slider .slick-dots li.slick-active button:before {
  color: #ff5722;
}
.service-section{
  background:#060a15;
  padding:20px 0px;
}
.service-section .call-us h2{
  color:#0f7fad;
  font-size:35px;
  line-height: 45px;
  font-weight: bold;
}
.call-us-icon{
  text-align: center;
}
.call-us-icon span{
color:#fff;
font-weight: normal;
}
.call-us-icon h4 i{
  margin-right:20px;
  font-size:50px;
  color:#fff;
}
.top-footer {
  background: #0f7fad;
  padding: 20px 0px;
  color: #fff;
  text-align: center;
}
.location h2 {
  border-bottom: 3px solid #fff;
  display: inline;
}
.location p {
  text-align: center;
  line-height: 30px;
  margin-top: 20px;
}
.contact-detail h2 {
  border-bottom: 3px solid #fff;
  display: inline;
}
.contact-detail p {
  text-align: center;
  line-height: 10px;
  margin-top: 20px;
}
.contact-detail li {
  display: inline-block;
  padding: 0px 15px;
  font-size: 23px;
}
.support h2 {
  border-bottom: 3px solid #fff;
  display: inline;
}
.support p {
  text-align: center;
  line-height: 10px;
  margin-top: 20px;
}
.bottom-footer {
  background: #090e1d;
  padding: 20px 0px;
}
.quick li{
  display:block;
}
.quick li a{
  color:#fff;
  font-size:14px;
}
.quick li a:hover{
  color:#212529;
}
.slide-content {
  position: absolute;
  top: 30%;
  left: 100px;
  width: 300px;
}
.slide-content p {
  color: #fff;
  font-size: 20px;
}
.slide-content .btn {
  background: #639709;
  color: #fff;
}
.modal-header h5 {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
}
.modal-header span {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
}
.modal-content form input {
  border: 1px solid #3e3e3e;
}
.modal-content input::placeholder {
  color: #3e3e3e;
  font-family: "Montserrat", sans-serif;
}
.modal-footer button {
  background: #639109;
  border: none;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
.main-common-banner {
  background: url("../images/common.jpg");
  background-position: center;
  background-size: cover;
padding:20px 0px;
}
.main-common-banner h2 {
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.main-common-banner li {
  display: inline-block;
  color: #d10024;
  font-weight: 700;
  font-size:18px;
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
}
.main-common-banner li a {
  color: #d10024;
  font-weight: 700;
  font-size:18px;
  font-family: "Montserrat", sans-serif;
}
.product-contents {
  margin-bottom: 20px;
}
.product-contents h2 {
  color: #639709;
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product-contents li {
  line-height: 34px;
  padding: 4px 15px 3px;
  background: #d0e0b5;
  margin-bottom: 5px;
  border-left: 3px solid #002060;
}
.product-contents li:hover {
  border-bottom: 2px solid #002060;
}
.product-contents li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #2a2a2a;
  text-transform: uppercase;
  font-size: 14px;
}
.image-detail {
  margin-top: 50px;
}
.image-detail img {
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 250px;
}
.image-detail p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  padding-top: 15px;
  color: #639709;
}
.image-detail a {
  background: #fff;
  color: #639709;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #639709;
}
.image-detail a:hover {
  background: #639709;
  border: 1px solid #fff;
  color: #fff;
}
.product-details {
  margin-top: 50px;
}
.product-details h2 {
  font-family: "Montserrat", sans-serif;
}
.product-details p {
  font-family: "Montserrat", sans-serif;
  line-height: 25px;
  text-align:justify;
}
.detail-page h3 {
  margin-top: 50px;
  font-family: "Montserrat", sans-serif;
  color: #3e3e3e;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.detail-page p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.product-details .specification p li {
  background: none;
}
.specification li {
  background: none;
  list-style: circle;
  border-left: none;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
}
.specification li:hover {
  border-bottom: none;
}
.company-profile h2 {
  font-weight: 600;
  color: #000;
  font-size: 32px;
}
.company-profile p {
  font-size: 16px;
  padding: 20px 0px;
  color: #3f3f41;
  text-align: justify;
  line-height: 30px;
}
.team-profile {
  margin-bottom: 20px;
}
.team-detail h2,
.quality-detail h2 {
  color: #8db842;
  font-weight: bold;
  font-size: 32px;
}
.team-detail li{
    list-style-type:circle;
    line-height:25px;
    font-size:15px;
    font-weight:700;
    margin-left:30px;
}
.quality-detail p {
  color: #3f3f41;
  font-size: 16px;
  text-align: justify;
  line-height: 30px;
}
.about-image-detail {
  padding-top: 30px;
}
.about-image-detail img {
  width: 100%;
  height: 350px;
}
.contact-section h2 {
  font-weight: 600;
  color: #000;
  font-size: 32px;
}
.contact-section .form-section h2 {
  color: #0f7fad;
  font-weight: 600;
  font-size: 25px;
}
.form-section .form-control {
  margin-bottom: 15px;
  padding: 10px;
  border: none;
  background-color: #f3f3f3;
}
.form-section input::placeholder,
.form-section textarea::placeholder {
  color: #000;
}
.form-section .btn {
  margin-bottom: 20px;
  padding: 10px 25px;
  background: #0f7fad;
  color:#fff;
  font-weight: bold;
}
.contact-detail-page li span {
  margin-left: 20px;
  font-size: 25px;
  font-weight: bold;
}
.contact-detail-page .list-item-detail {
  margin-left: 50px;
  padding-top: 5px;
  padding-bottom: 20px;
}
.contact-detail-page li i {
  border-radius: 100%;
  background: #0f7fad;
  color: #fff;
  margin-top: 4px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.map-section iframe {
  border: none;
}
.client-section{
  padding-bottom:20px;
}
.client-section h2{
  color:#008062;
  text-align: center;
  font-weight: bold;
  margin:20px 0px;
}
.client-image img{
  padding:10px;
  width:250px;
  height:100px;
  align-items: center;
  align-content: center;
  vertical-align: middle;
  margin-bottom:10px;
}
@media(max-width:991px){
  .top-header .search-section{
    margin-top:10px;
    float:left;
    width:100%;
  }
  .top-header .search-section i{
    position: absolute;
    top:10px;
  }
  .bottom-header{
    position:absolute;
  }
  .bottom-header .container{
    padding:0px 20px;
    margin:0;
    width:100%;
  }
  .bottom-header .menu-toggle{
    display: block;
  }
  .bottom-header nav{
    width:100%;
    height:35vh;
    background:#325573;
    position: absolute;
    left:-100%;
    right:0;
    top:60px;
    transition: all 0.5s ease-in-out;
  }
  .bottom-header .navigation{
    position: absolute;
    width:100%;
    left:0;
  }
  .bottom-header .navigation .main-menu{
    display:block;
    text-align: center;
  }
}
@media(max-width:1199px){
  .bottom-header .logo img{
    width:300px;
  }
  .bottom-header .navigation .main-menu li a{
  height:30px;
  line-height: 30px;
  font-size:13px;
  padding:0px 10px;
  text-decoration:none;
  display: block;
  font-family:'Montserrat',sans-serif;
}
.product-details p{
    text-align:left;
}
}
@media(min-width:415px)and (max-width:667px){
.full-banner-content{
    position:absolute;
    left:0;
    margin-top:5px;
}
.full-banner-content h2{
    font-size:20px;
}
.full-banner-content p{
    font-size:18px;
}   
}
@media(min-width:307px) and (max-width:414px){
.bottom-header{
  padding:10px 0px;
  box-sizing: border-box;
  width:100%;
  z-index:999;
}
.bottom-header .logo{
  float:left;
  top:-10px;
  position:relative;
}
.full-banner-content{
    position:absolute;
    left:0;
    margin-top:5px;
}
.full-banner-content h2{
    font-size:20px;
}
.full-banner-content p{
    font-size:17px;
}
.bottom-header .logo img {
  width: 290px;
}
}
@media(max-width:306px){
.bottom-header .logo img {
  width: 290px;
}
.full-banner-content h2 {
    font-size: 18px;
}
.full-banner-content p {
    font-size: 16px;
}
.full-banner-content{
  position: absolute;
  left:0;
}
}
