body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a:hover {
  text-decoration: none;
}
.project-detail a{
  padding:10px 0px;
  color:#e31e25;
  font-size:16px;
  font-weight: bold;
}
.project-detail img:hover{
  transition: all ease-in-out 0.1s;
  transform: scale(0.9);
  cursor: pointer;
}
.top-header {
  background: #2e3092;
  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 {
  padding:5px 0px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.bottom-header .logo {
  float: left;
  top:-20px;
  position: relative;
}
.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: 17px;
  padding: 0px 18px;
  font-weight:500;
  color: #121212;
  text-decoration: none;
  display: block;
  font-family: "Montserrat", sans-serif;
}
.bottom-header .navigation ul li a:hover,
.bottom-header .navigation ul li a.active {
  color: #2e3092;
  display: inline;
}
.bottom-header .menu-toggle {
  float: right;
  cursor: pointer;
  display: none;
}
.bottom-header .menu-toggle i {
  color: #e22126;
  font-size: 24px;
  line-height: 30px;
}
.navigation .hover-item .dropdown {
  position: absolute;
  width: 45vh;
  top: 31px;
  opacity: 0;
  visibility: hidden;
  z-index:1;
}
.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: 12px;
  border-bottom: none;
}
.bottom-header .navigation .main-menu li ul li a:hover {
  color: #12ab50;
  display: inline;  
}
.bottom-header .inquiry-section {
  background: #e22126;
  border: 1px solid #fff;
}


/* 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: 95%;
  height: 300px;
  overflow: hidden;
}
.product-slider .post {
  width: 300px;
  height: 220px;
  margin: 0px 10px;
  display: inline-block;
}
.product-slider .post .slider-image {
  width: 100%;
  height: 170px;
}
.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 #2e3092;
  font-size: 18px;
  padding: 10px 15px;
}
.product-detail .slick-dots li {
  display: none;
}
.product-detail .post-title {
  background: #2e3092;
}
.product-detail .post-title h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 10px;
}
.city-product{
  margin:30px 0px;
}
.city-product .image-product{
  margin:15px 0px;
}
.city-product .image-product img{
  border:3px solid #2e3092;
  padding:20px;
 
}
.city-product .image-product a{
  color:#2e3092;
  font-size:16px;
  font-weight: bold;
  padding:5px;
  position: absolute;
  left:10px;
}
.city-product-details .image-product{
  margin-top:100px;
}
.city-product-about{
  margin-bottom: 20px;
  background:#2e3092;
}
.city-product-about p{
  line-height: 30px;
  font-size:16px;
  margin-top:15px;
  color:#fff;
}
.city-product-about .btn{
  background:#fff;
  border:1px solid #fff;
  color:#2e3092;
  padding:10px;
  font-weight: bold;
  margin-bottom:5px;
}
.top-footer {
  background: #232e6e;
  padding: 20px 0px;
  color: #fff;
  text-align: center;
}
.location h2 {
  border-bottom: 3px solid #e31e25;
  display: inline;
}
.location p {
  text-align: center;
  line-height: 8px;
  margin-top: 20px;
}
.contact-detail h2 {
  border-bottom: 3px solid #e31e25;
  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 #e31e25;
  display: inline;
}
.support p {
  text-align: center;
  line-height: 10px;
  margin-top: 20px;
}
.bottom-footer {
  background: #222222;
  padding: 20px 0px;
}
.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:30px 0px;
}
.main-common-banner h2 {
  color: #630c0d;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.main-common-banner li {
  display: inline-block;
  color: #630c0d;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
}
.main-common-banner li a {
  color: #fff;
  font-weight: 700;
  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;
  height:200px;
  align-items: center;
  justify-content: center;

}
.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{
  background:#3a52a4;
  padding:10px;
}
.team-detail h2{
  color: #fff;
  font-weight: bold;
  font-size:28px;
  text-align: center;
}
.team-detail ul{
  margin-left:20px;
}
.team-detail li{
  list-style: circle;
  line-height: 28px;
  font-weight: 700;
  color:#fff;
}
.team-detail p{
    color:#fff;
    font-size:15px;
}
.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: #630c0d;
  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: #630c0d;
  font-weight: bold;
  color:#fff;
}
.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: #630c0d;
  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;
  height:200px;
  align-items: center;
  align-content: center;
  vertical-align: middle;
  margin-bottom:10px;
}
div.gallery{
  margin-bottom: 10px;
}
div.gallery img {
  width:100%;
  height:250px;
}
.banner {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.carousel-control.right {
  background-image: none;
}
.carousel-control.left {
  background-image: none;
}
.carousel-indicators li{
  border-color:#2e3092;
}
.carousel-indicators .active {
  background-color: #2e3092;
  border-color: #fff;
}
@media(max-width:991px){
  .bottom-header .container{
    padding:0px 20px;
    margin:0;
    width:100%;
  }
  .bottom-header .menu-toggle{
    display: block;
  }
  .bottom-header nav{
    width:100%;
    height:35vh;
    background:#d10024;
    position: absolute;
    left:-100%;
    right:0;
    top:150px;
    z-index:1;
    transition: all 0.5s ease-in-out;
  }
  .bottom-header .navigation .dropdown li a{
      color:#fff;
  } 
  .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 .navigation .main-menu li a{
  height:30px;
  line-height: 30px;
  font-size:13px;
  padding:0px 10px;
  text-decoration:none;
  display: block;
  color:#fff;
  font-family:'Montserrat',sans-serif;
}
}

@media(min-width:307px) and (max-width:414px){
.bottom-header{
  box-sizing: border-box;
  width:100%;
  z-index:999;
}
.bottom-header .logo{
  float:left;
}
}