/*====RESET=====*/
body {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  word-wrap: break-word;
  line-height: 1.4;
}

a {
  text-decoration: none!important;
  color: #333;
  display: block;
}

p {
  color: #333;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.back-to-top,
.menu-thumb,
.btn,
.navbar-custom .nav li a,
.filter,
.navbar-default .navbar-toggle:hover,
footer a {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.form-control {
  border-radius: 0;
}

textarea {
  resize: vertical;
}

.strecth {
  padding: 0!important;
}

.form-control {
  font-size: 14px;
}

.lang-btn img {
  width: 20px;
  height: auto;
}
/*====RESET END====*/

/*====BACK TO TOP====*/

.back-to-top {
  padding: 6px;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  position: fixed;
  bottom: 20px;
  right: 15px;
  text-align: center;
  font-size: 16px;
  z-index: 10000;
  color: #ddd;
  background-color: rgba(100,100,100,.5);
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background-color: rgba(100,100,100,.7);
}

/*====BACK TO TOP end====*/

/*----------GENERAL---------*/
.row-custom {
  margin-right: -7px;
  margin-left: -7px;
}

.img-responsive {
  width: 100%;
}

.box-shadow {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.20);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.20);
  transition: 0.3s;
  transition: 0.3s;
}

.tagline {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tagline > div {
  padding-left: 10px;
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
}

.breadcrumb-item a {
  color: #aaa;
}

.breadcrumb-item.active {
  color: #727272;
}

.row-custom > div {
  padding: 0 7px;
}

.text-white {
  color: #fff;
}
/*--------GENERAL END-------*/

/*=====NAVBAR=====*/
.top-info ul li a {
  font-size: 13px;
}

.top-info {
  background-color: #0d65d3;
}

.navbar-custom {
  margin-bottom: 0;
  border: none;
  background-color: #fff;
}

.navbar-custom .navbar-brand {
  padding: 10px;
}

.navbar-custom .navbar-brand img {
  max-width: 200px;
}

.navbar-default .navbar-nav {
  height: 82px;
}

.navbar-custom .navbar-nav > li > a {
  font-weight: 600;
  font-size: 16px;
  color: #727272;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > li > a:active,
.navbar-custom .navbar-nav > li > a:active:hover,
.navbar-custom .navbar-nav > li > a:active:focus,
.navbar-custom .navbar-nav > li.dropdown:not(.mega-dropdown).open > a{
  color: #fff;
  background-color: #0d65d3;
  border-radius: 3px;
}

.navbar-custom .nav > li > a {
  padding: 15px 17px;
}

.navbar-right .dropdown-menu {
  left: 0;
  right: auto;
}

.navbar-custom .navbar-nav > li {
  padding: 5px 0;  
  transition: all .3s ease-in-out;
}

.dropdown-submenu {
  position:relative;
}

.dropdown-submenu > .dropdown-menu{
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #333;
  display: none!important;
}

.dropdown-multiple .dropdown-submenu > a:after{
  display: block;
  content: '';
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -21px;
}

dropdown-multiple .dropdown-submenu:hover > a:after{
  border-left-color: #555;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-menu > li > a {
  padding: 15px 20px;
  color: #fff;
}

.dropdown-submenu > .dropdown-menu  {
  margin-top: -1px;
  margin-left: 0;
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  background-color: #333;
}

.open > .dropdown-menu {
  display: block!important;
}

.dropdown-multiple .open > .dropdown-menu {
  margin-left: 2px!important;
  margin-top: -1px!important;
}

.navbar-custom .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:hover,
.navbar-custom .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:focus,
.navbar-custom .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:active,
.navbar-custom .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:active:hover,
.navbar-custom .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a:active:focus,
.top-info .right-info > ul > li.dropdown .dropdown-menu > li > a:hover,
.top-info .right-info > ul > li.dropdown .dropdown-menu > li > a:focus,
.top-info .right-info > ul > li.dropdown .dropdown-menu > li > a:active,
.top-info .right-info > ul > li.dropdown .dropdown-menu > li > a:active:hover,
.top-info .right-info > ul > li.dropdown .dropdown-menu > li > a:active:focus {
  color: #fff;
  background-color: #0d65d3;
}

.navbar-custom .navbar-nav > li.dropdown:not(.mega-dropdown) .dropdown-menu > li > a {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 40px;
}

.top-info .right-info > ul > li.dropdown .dropdown-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-info .right-info > ul > li.dropdown .dropdown-menu {
  top: 23px;
  border-radius: 0;
  min-width: 122px;
}
/*=====NAVBAR END=====*/

/*=======BANNER======*/
.banner {
  position: relative;
  background-color: #000;
}

.small-banner {
  position: relative;
  height: 180px;
}

.item {
  height: 100%;
  background-repeat: no-repeat!important;
  background-position: center!important;
  background-size: cover!important;
}

.small-banner .tagline {
  background-color: rgba(0,0,0,0.2);
}

.small-banner .title {
  margin-bottom: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
/*=====BANNER END======*/

/*====SWIPER=======*/
.swiper-container .banner-image,
.swiper-container .swiper-service {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide .banner-image,
.swiper-slide .swiper-service,
.swiper-slide .swiper-testimony {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner-image .swiper-button-prev,
.banner-image .swiper-container-rtl .swiper-button-next,
.banner-image .swiper-button-next,
.banner-image .swiper-container-rtl .swiper-button-prev,
.swiper-service .swiper-button-prev,
.swiper-service .swiper-container-rtl .swiper-button-next,
.swiper-service .swiper-button-next,
.swiper-service .swiper-container-rtl .swiper-button-prev,
.swiper-testimony .swiper-button-prev,
.swiper-testimony .swiper-container-rtl .swiper-button-next,
.swiper-testimony .swiper-button-next,
.swiper-testimony .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  background-color: rgba(255,255,255,0.5);
  padding: 35px;
}

.banner-image .swiper-button-prev,
.swiper-service .swiper-button-prev,
.swiper-testimony .swiper-button-prev {
  left: 0px;
  border-radius: 0px 3px 3px 0px;
}

.banner-image .swiper-button-next,
.swiper-service .swiper-button-next,
.swiper-testimony .swiper-button-next {
  right: 0px;
  border-radius: 3px 0px 0px 3px;
}

.banner-image .swiper-button-prev svg,
.banner-image .swiper-button-next svg,
.swiper-service .swiper-button-prev svg,
.swiper-service .swiper-button-next svg,
.swiper-testimony .swiper-button-prev svg,
.swiper-testimony .swiper-button-next svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 30px;
  color: #fff;
}

.banner-image .swiper-button-next svg {
  right: 50%;
}

.banner-image .swiper-pagination-bullet-active {
  background-color: #0d65d3;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  padding: 5px;
}

.service {
  position: relative;
}

.swiper-service .swiper-slide {
  text-align: left;
}

.swiper-service .swiper-button-next,
.swiper-service .swiper-button-prev {
  background-image: none;
}

.swiper-service .swiper-button-prev, .swiper-service .swiper-container-rtl .swiper-button-next,
.swiper-service .swiper-button-next, .swiper-service .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}

.swiper-service .swiper-button-prev,
.swiper-service .swiper-container-rtl .swiper-button-next,
.swiper-service .swiper-button-next,
.swiper-service .swiper-container-rtl .swiper-button-prev,
.swiper-testimony .swiper-button-prev,
.swiper-testimony .swiper-container-rtl .swiper-button-next,
.swiper-testimony .swiper-button-next,
.swiper-testimony .swiper-container-rtl .swiper-button-prev {
  padding: 25px;
  border-radius: 3px;
  background-color: rgba(0,0,0,0.7);
}

.swiper-service .swiper-button-prev svg,
.swiper-service .swiper-button-next svg,
.swiper-testimony .swiper-button-prev svg,
.swiper-testimony .swiper-button-next svg {
  font-size: 30px;
  color: #fff;
}

.banner .item {
  min-height: 590px;
  background-position: top!important;
}
/*======SWIPER END======*/

/*=====BOX=======*/
.box-standard {
  padding-top: 50px;
  padding-bottom: 50px;
}

.box-out {
  border: 1px solid #ddd;
  background-color: #fff;
}
/*======BOX END======*/

/*======TITLE=======*/
.title {
  font-weight: 700;
  font-size: 34px;
  position: relative;
  color: #333;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 50px;
}

.title-white.title {
  color: #fff;
}

.left-title:after,
.center-title:after {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 80px;
  height: 3px;
  content: '';
  background-color: #0d65d3;
}

.center-title {
  text-align: center;
}

.center-title:after {
  left: 50%;
  transform: translateX(-50%);
}
/*=====TITLE END======*/

/*=======BUTTON=======*/
.btn {
  border-radius: 3px;
}

.btn-standard {
  background-color: #0d65d3;
  border: 1px solid #0d65d3;
  color: #fff;
  z-index: 999;
}

.btn-standard:hover,
.btn-standard:active,
.btn-standard:focus {
  background-color: #073c7e;
  color: #fff;
}

.btn-transparent {
  border: 1px solid #0d65d3;
  color: #0d65d3;
  font-weight: 600;
  background-color: #fff;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
  background-color: #073c7e;
  color: #fff;
}
/*=====BUTTON END=====*/

/*=====HOME======*/
.headline-text.box-standard {
  padding-top: 40px;
  padding-bottom: 40px;
}

.headline-text .title {
  font-size: 36px;
  margin-bottom: 0;
}

.headline-text p {
  font-size: 20px;
  padding-top: 10px;
}

.product .box-out,
#product-detail .box-out,
.client .box-out,
.certificate .box-out {
  border-top: 3px solid #0d65d3; 
  position: relative
}

.product .box-out {
  padding-bottom: 55px;
}

.desc-holder {
  padding: 15px;
  background-color: #fff;
}

.desc-holder .title {
  margin-bottom: 0px;
  font-size: 18px;
}

.desc-holder a:hover .title {
  color: #0d65d3;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.desc-border {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  position: relative;
}

.price {
  padding-top: 10px;
  color: #0d65d3;
  font-weight: 700;
}

.btn-holder {
  padding: 0 15px 15px 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn-product {
  width: 49%;
}

.btn-view-all {
  margin-top: 30px;
}
  
.btn-view-all .btn-standard {
  padding: 12px 22px;
}

.price .col-sm-6 svg{
  display: none;
}

.col-sm-6.discount {
  color: #aaa;
  text-decoration: line-through;
  font-size: 12px;
  margin-top: 3px;
}

.price .col-sm-6 {
  text-align: center;
}

.btn-holder .btn-transparent {
  float: right;
}

.discount-tag {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 999;
}

.discount-tag .box-out {
  border: none;
  padding: 20px 15px;
  border-radius: 50%;
  background-color: #d3160d;
}

.discount-tag p {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.page-service .wrapper {
  background-color: #333;
  position: relative;
}

.wrapper > a {
  overflow: hidden;
}

figure {
  margin: 0px;
}

.page-service img,
.product img,
.client img,
.certificate img {
  width: 100%;
  height: auto;
  transition: all 1s ease;
}

.wrapper:hover img {
  transform: scale(1.1);
}

.page-service .desc-holder p {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.page-service .box-out {
  border-bottom: 3px solid #0d65d3;
}

.calculator p.title {
  margin-bottom: 0;
}

.calculator h3.title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 48px;
}

.calculator .btn-transparent {
  padding: 12px 22px;
  margin-top: 40px;
}

.calculator .btn-transparent:hover,
.calculator .btn-transparent:active,
.calculator .btn-transparent:focus {
  border-color: #fff;
  color: #fff;
  font-weight: 600;
  background-color: transparent;
}
/*=====HOME END======*/

/*=====ABOUT US======*/
.about-us .desc-holder {
  padding: 0;
  padding-top: 25px;
}

.about-us .box-out {
  background-color: #0d65d3;
  border: none;
  border-bottom: 3px solid #333;
  position: relative;
}

.about-us .item {
  background-image: url('../images/abstract.png');
  height: 260px;
}

.about-us .call-holder {
  background-color: #333;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}

.call-holder svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
}

.about-us .call-no {
  font-weight: 700;
  margin-top: 10px;
  font-size: 22px;
  color: #fff;
}
/*=====ABOUT US END======*/

/*=====PRODUCT======*/
#product .col-lg-4 {
  margin-bottom: 20px;
}

.sort-by {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

.sort-by .pull-left p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.filter . box-out {
  border: 1px solid #ddd; 
}

.filter .title {
  padding: 15px 5px;
  background-color: #f1f1f1;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}

.filter .box-in {
  padding: 20px 10px;
}

.filter .input-group-addon,
.calculator .input-group-addon {
  border-radius: 0;
}

.filter-form {
  margin-top: 40px;
}

.filter-product {
  display: none;
}

.filter .panel-default {
  border: none;
}

#filter-product.collapse {
  display: block;
}

.sub-type + .sub-type {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.sub-type {
  padding-bottom: 15px;
}

.sub-type ::-webkit-input-placeholder { 
  text-align:right; 
}

p.sub-type {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

/*.filter-form .checkbox * {
  cursor: pointer;
}

.filter-form .checkbox {
  padding-left: 20px;
  margin-top: 1px;
}

.filter-form .checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
}

.filter-form .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #555;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.filter-form .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  margin-left: -21px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.filter-form .checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
}

.filter-form label svg {
  display: none;
  position: absolute;
  left: -17px;
  top: 3px;
  width: 100%;
}

.filter-form .checkbox input[type="checkbox"]:checked+label {
  font-weight: bold;
}

input[type="checkbox"].styled:checked + label:after svg,
input[type="radio"].styled:checked + label:after svg {
  display: block;
}*/

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  left: 20px;
  top: -3px;
  width: 19px;
  height: 19px;
  background-color: transparent;
}

.filter label {
  padding-left: 25px;
}

.pagination > .active > a, 
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #0d65d3;
  border-color: #0d65d3;
}

.sort-by .dropdown-menu > li > a,
.calculator .dropdown-menu > li > a {
  color: #333;
}

.sort-by .dropdown-menu > li > a:hover,
.sort-by .dropdown-menu > li > a:focus,
.calculator .dropdown-menu > li > a:hover,
.calculator .dropdown-menu > li > a:focus {
  background-color: #0d65d3;
  color: #fff;
}

.breadcrumb a {
  display: inline-block;
}

.breadcrumb-holder {
  border: 1px solid #ddd;
  background-color: #f1f1f1;
  padding: 5px;
}

#order-modal .title {
  font-size: 24px;
  margin-bottom: 20px
}

.modal-header .close {
  position: absolute;
  right: 20px;
  z-index: 999;
  padding: 5px 10px;
}

#product-detail h2.title,
.other-detail h3.title {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

#product-detail .price {
  font-size: 26px;
  font-weight: 700;
}

.specification.box-out {
  border-top: 1px solid #ddd!important;
}

.specification {
  margin-top: 20px;
}

.specification .title {
  font-size: 18px;
  margin-bottom: 0;
}

.title-holder {
  padding: 15px 15px;
  background-color: #333;
}

.title-holder .title {
  color: #fff;
}

#product-detail .detail-specification {
  padding: 20px;
}

#product-detail .table {
  margin-bottom: 0px;
}

#product-detail .table > thead > tr > th,
#product-detail .table > tbody > tr > th,
#product-detail .table > tfoot > tr > th,
#product-detail .table > thead > tr > td,
#product-detail .table > tbody > tr > td,
#product-detail .table > tfoot > tr > td {
  border-top: none;
}

#product-detail .btn-holder {
  padding: 0px;
  padding-left: 15px;
}

#product-detail .btn-holder .btn-standard,
#product-detail .btn-md .btn-standard {
  padding: 13px 20px;
}

.other-detail h3.title {
  border: none;
  margin-top: 60px;
  margin-bottom: 0;
}

#product-detail .btn-md {
  margin-top: 30px;
}

.documentation {
  margin-top: 50px;
}

.documentation .title {
  font-size: 24px;
}

.holder-documentation,
#client a:hover .holder-doc {
  position: absolute;
  background-color: rgba(0,0,0,0.8);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-weight: 600;
}

.gallery-thumb {
  position: relative;
}
/*=====PRODUCT END======*/

/*=====CLIENT======*/
.client-info {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.client-info .title {
  font-size: 18px;
  margin-bottom: 30px;
}

.client-info .left-title:after {
  bottom: -15px;
  height: 2px;
  width: 70px;
}

.client .row > div,
.certificate .row > div,
.other-project .row > div {
  margin-bottom: 15px;
}

.btn-client {
  padding: 10px;
}

.btn-client a {
  color: #0d65d3;
}

#client-detail .documentation {
  margin-top: 0;
}

.documentation .col-md-3 {
  margin-bottom: 15px;
}

.gallery-holder {
  position: relative;
}

span.roll {
  background:center center no-repeat #000;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;	
}

.roll:before {
  color: #000;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.roll svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
}
/*=====CLIENT END======*/

/*=====HOW TO ORDER======*/
.step .img-holder {
  position: relative;
}

.step .holder-documentation,
.certificate .holder-documentation {
  bottom: 7px;
  left: 7px;
  right: 7px;
  font-size: 16px;
}

.order .title {
  font-size: 24px;
}

.step-desc {
  padding-left: 30px;
}

.step {
  padding-bottom: 30px;
}

.step + .step {
  padding-top: 30px;
  border-top : 1px solid #ddd;
}

.step ol {
  margin-left: -20px;
}

.step ol>li {
  margin:0;
  text-indent:-21px;
  list-style-type:none;
  counter-increment:item;
}

.step ol>li:before {
  display:inline-block;
  width:1.5em;
  padding-right:0.5em;
  font-weight:bold;
  text-align:right;
  content:counter(item) ".";
}

.step li span {
  margin-top: 15px;
}
/*=====HOW TO ORDER END======*/

/*=====CERTIFICATE======*/
.certificate .holder-certificate p {
  background-color: #0d65d3;
  color: #fff;
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}

.certificate .holder-certificate {
  padding: 5px;
  display: table;
  width: 100%;
}

.img-thumb {
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*=====CERTIFICATE END======*/

/*=====CONTACT======*/
.contact .title {
  font-size: 30px;
  margin-bottom: 30px;
}

.contact p {
  font-size: 16px;
}

.contact form,
.calculator form {
  margin-top: 20px;
}

.contact .form-control,
.calculator .form-control,
.calculator .bootstrap-select > .btn {
  font-size: 16px;
  height: 45px;
  border-radius: 3px!important;
}

.contact textarea.form-control {
  height: auto;
}

.contact .form-group,
.calculator .form-group {
  margin-bottom: 30px;
}

.contact .btn-standard {
  font-size: 16px;
  padding: 10px 15px;
}

.contact-follow .box-out {
  border: 1px solid #0d65d3;
  padding: 30px;
  border-radius: 3px;
  position: relative;
}

.contact-follow .box-out:before{
  border: 1px dashed #0d65d3;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  right: -10px;
  z-index: -1;
  content: '';
}

.contact-follow .title {
  font-size: 24px;
  margin-bottom: 10px
}

.contact-follow .follow {
  margin-top: 20px;
}

.map {
  position: relative;
  border-top: 1px solid #ddd;
}

#map-canvas {
  height: 450px;
}

.map-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  background-color: #333;
}

.map-btn {
  padding: 10px 15px;
}

.map-btn a,
.map-btn a:hover,
.map-btn a:focus{
  color: #fff;
}
/*=====CONTACT END======*/

/*=====CALCULATOR======*/
.calculator .form-control,
.calculator .bootstrap-select > .btn {
  border-radius: 0!important;
}

.calculator label {
  margin-bottom: 15px;
}

.calculator .btn-danger {
  background-color: #dd0303;
}

.calculator .btn-danger:hover,
.calculator .btn-danger:focus,
.calculator .btn-danger:active {
  background-color: #fff;
  border-color: #dd0303;
  color: #dd0303
}

.result.box-out {
  border: 1px dashed #0d65d3;
  display: table;
  width: 100%;
}

.result-desc {
  display: table-cell;
  vertical-align: middle;
}

.result .title {
  font-size: 24px;
}

.btn-calculator {
  margin-top: 20px;
}

.btn-calculator button {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.pk {
  width: 140px;
  height: 140px;
  position: relative;
  background-color: #0d65d3;
  border-radius: 50%;
  display: inline-block;
  margin-top: 30px;
}

.pk p {
  font-size: 36px;
  font-weight: 700;
  width: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*=====CALCULATOR END======*/

/*=====WHY DAIKIN & MITRA MANDIRI======*/
.why-testimony .wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}

.why-testimony .item {
  height: 300px;
}

.testimony-text {
  padding: 15px;
}

.client-profile {
  position: absolute;
  bottom: 10px;
  left: 15px;
}

.client-profile .name {
  font-weight: 700;
  font-size: 16px;
}
/*=====WHY DAIKIN & MITRA MANDIRI END======*/

/*=====FOOTER=====*/
footer .title {
  font-size: 24px;
  margin-bottom: 20px;
}

footer .sosmed {
  margin-top: 40px;
}

footer svg,
.order svg,
.contact-follow svg {
  position: absolute;
  left: -25px;
  top: 12px;
}

footer .li-pad li,
.order .li-pad li,
.contact-follow .li-pad li {
  position: relative;
  margin-left: 25px;
}

footer li,
.order li,
.contact-follow li {
  padding: 10px 0;
}

footer p,
footer a,
footer li {
  color: #fff;
}

footer a:hover,
footer a:focus {
  color: #727272;
}

.quick-link a {
  position: relative;
}

.quick-link a:hover:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #fff;
}

.quick-link a:hover {
  color: #fff;
}

.quick-link a {
  display: inline-block;
}

.copy {
  padding: 10px 0;
  border-top: 1px solid #b2b2b2;
  text-align: center;
  margin-top: 20px;
}

.copy p {
  margin: 0;
}

.icon-contact svg {
  position: static;
  color: #2d84f1;
  font-size: 40px;
  margin-bottom: 15px;
}

.icon-contact p {
  color: #2d84f1;
  font-weight: 600;
}

.icon-contact .box-out {
  background-color: transparent;
  padding: 20px;
  text-align: center;
}
/*===FOOTER END====*/

/*===FAQ====*/
.faq .panel-group .panel {
  margin-bottom: 10px;
}

.question {
  color: #cc0000;
}

.faq .panel-title {
  font-size: 20px;
  font-weight: 600;
}

.faq .panel-title a {
  padding-left: 35px;
  position: relative;
}

.faq .panel-title span {
  position: absolute;
  left: 0;
}

.faq .panel-body {
  position: relative;
  padding-left: 52px;
}

.faq .panel-body span {
  position: absolute;
  left: 17px;
  font-weight: 600;
  font-size: 20px;
}
/*===FAQ END====*/

.whatsapp-float .fab {
  color: #fff;
}

.whatsapp-float {
  position:fixed;
  width:50px;
  height:50px;
  bottom:15px;
  right:60px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:35px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.fab-whatsapp-float{
  margin-top:8px;
}