* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: vazir;
  color: #444;
}

@font-face {
    font-family: "vazir";
    src: url("/Content/Fonts/vazir-font/Vazir-Light.eot"),
		     url("/Content/Fonts/vazir-font/Vazir-Light.woff") format('woff'),
         url("/Content/Fonts/vazir-font/Vazir-Light.ttf") format('truetype');
	font-weight: normal;
}
@font-face {
    font-family: "vazir";
    src: url("/Content/Fonts/vazir-font/Vazir-Medium.eot"),
		 url("/Content/Fonts/vazir-font/Vazir-Medium.woff") format('woff'),
         url("/Content/Fonts/vazir-font/Vazir-Medium.ttf") format('truetype');
	font-weight: bold;
}

.yellow-box-shadow {
  box-shadow: inset 0 0 0px 2px #ffc107;
}

html {
  scroll-behavior: smooth !important;
}

body {
  width: 100%;
  direction: rtl;
  text-align: right;
  font-size: 16px;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

.hidden {
  visibility: hidden;
  display: none;
}

.center {
  text-align: center;
  margin: auto;
}

.scaleable-img {
  position: relative;
  overflow: hidden;
}

.scaleable-img::before {
  content: "";
  padding-bottom: 75%;
  display: block;
}

.scaleable-img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes width800 {
  0% {
    width: 100%;
    height: 100%;
  }
  25% {
    width: 800px;
    height: 800px;
  }
  50% {
    width: 800px;
    height: 800px;
  }
  75% {
    width: 800px;
    height: 800px;
  }
  100% {
    width: 0px;
    height: 0px;
  }
}

.th-color {
  color: #11aacc;
  border-color: #11aacc;
}

.section-title {
  position: relative;
  display: inline-block;
}

.section-title::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  border-bottom: 2px solid #b6b6b6;
  display: inline-block;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  top: 22px;
}

.section-title::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 50px;
  border-bottom: 4px solid #11aacc;
  display: inline-block;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  top: 23px;
}

.section-heading-line-right {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background: #11aacc;
  border-radius: 25%;
  margin-top: 15px;
  margin-bottom: 5px;
}

.section-heading-line-mid {
  margin: auto;
}

.primary-button {
  background: #11aacc;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 25px 13px 25px;
}

.primary-button:hover {
  background: #222;
  color: #fff;
}

.title-box span {
  color: #11aacc;
}

.load-more {
  border: 1px solid #11aacc;
  padding: 10px 35px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: #11aacc;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
}

.load-more:hover {
  outline: none;
  color: #fff;
  background-color: #11aacc;
}

a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.white {
  color: #ddd;
}

.gray-back {
  background-color: #eee;
}

.header,
.sticky {
  z-index: 1000;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-self: center;
  align-self: center;
  width: 100%;
  height: auto;
  z-index: 99999999;
  overflow: hidden;
}

.preloader .item-logo {
  position: absolute;
  top: 23%;
  right: 50%;
  width: 120px;
  -webkit-transition: opacity 1.5s 1.5s, top 1.75s ease 3.5s;
  -moz-transition: opacity 1.5s 1.5s, top 1.75s ease 3.5s;
  transition: opacity 1.5s 1.5s, top 1.75s ease 3.5s;
  transform: translate(50%, -50%);
  z-index: 9;
}

.preloader .item-logo img {
  width: 100%;
}

.preloader .item-logo::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  -webkit-transition: all 2.5s;
  -moz-transition: all 2.5s;
  transition: all 2.5s;
  box-shadow: 0 0 0 2000px #11aacc;
  z-index: -1;
}

.preloader .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100%;
}

.preloader .item-1 {
  position: relative;
  -webkit-transition: all 0s ease-in 2.1s;
  -moz-transition: all 0s ease-in 2.1s;
  transition: all 0s ease-in 2.1s;
}

.preloader .item-1::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -25%;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  z-index: 99999;
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  transition: all 2s ease-in;
}

.preloader.loaded .item-1 {
  width: 0%;
  padding-top: 0%;
}

.preloader.loaded .item-logo {
  opacity: 0;
  top: -500px;
}

.preloader.loaded .item-logo::before {
  box-shadow: 0 0 0 0 #11aacc;
}

/* scroll-to-top */
.scroll-to-top {
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 10002;
}

.scroll-to-top .btn {
  background-color: #11aacc;
  border-radius: 50%;
  font-size: 1.5em;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.scroll-to-top .btn:hover {
  background-color: #444;
}

.scroll-to-top .btn i {
  color: #fff;
  vertical-align: middle;
}

/* scroll-to-top */
/* nav */
.header {
  position: relative;
  top: 0;
  background-color: #222;
  height: 47px;
}

.header .container,
.header .row {
  height: 100%;
  align-items: center;
}

.header .nav-contact {
  padding: 0px 0;
  text-align: left;
}

.header .nav-contact a {
  display: inline-block;
  margin: 0px 8px 0px;
  width: 15px;
  vertical-align: sub;
}

.header .nav-contact a i {
  color: #fff;
  opacity: 0.9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.header .nav-contact a:hover i {
  opacity: 1;
  color: #11aacc;
}

.header .col-8 li {
  color: #eee;
  list-style-type: none;
  display: inline-block;
  font-size: 0.8em;
}

.header .col-8 li i {
  color: #11aacc;
  font-size: 1em;
  vertical-align: middle;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 80px !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.nav-item {
  height: 100%;
}

.nav-item .d-flex {
  align-items: center;
  height: 100%;
}

.nav-item .item {
  /* display: inline-block; */
  position: relative;
  /* width: 30px; */
  height: 30px;
  margin-top: 10px;
}

.nav-item .item::after {
  content: "";
  position: absolute;
  bottom: -17px;
  right: -5px;
  width: 0%;
  height: 3px;
  background-color: #11aacc;
  transition: right 0.5s, width 0.2s, color 0.5s;
}

.nav-item .item:hover::after {
  width: 35%;
  right: 25px;
}

.nav-item .item:hover a {
  opacity: 0.6;
}

.nav-item .item .fa-bars,
.nav-item .item .fa-times {
  color: #e7e7e7;
  font-size: 2em;
  text-align: left;
}

.nav-item .menu-icon {
  position: absolute;
  top: 14px;
  left: 25px;
}

.nav-item .menu-icon:hover::after {
  width: 0% !important;
}

.nav-item a {
  display: inline-block;
  color: #eee;
  margin: 0 10px;
  position: relative;
}

.nav-item a::after {
  content: "/";
  opacity: .4;
  position: absolute;
  left: -25px;
}

.nav-item .first-item a::after {
  display: none;
}

.nav-item .call-item span {
  color: #eee;
}

.nav-item .call-item span i {
  color: #eee;
}

.nav-item .call-item span span {
  opacity: 0.7;
}

.nav-item .call-item:hover span {
  color: #11aacc;
}

.nav-item .call-item:hover span i {
  color: #11aacc;
}

.nav-item .right {
  height: 25px;
  margin: 15px;
}

.nav-item .right p {
  color: #ddd;
}

.is-sticky .sticky {
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.6);
}

.is-sticky .sticky .logo {
  background-image: url("/Content/Images/AltFavicon.png");
}

.is-sticky .sticky .nav-item a {
  color: #444;
}

.is-sticky .sticky .nav-item .call-item span {
  color: #444;
}

.is-sticky .sticky .nav-item .call-item span i {
  color: #444;
}

.is-sticky .sticky .nav-item .call-item:hover span {
  color: #11aacc;
}

.is-sticky .sticky .nav-item .call-item:hover span i {
  color: #11aacc;
}

.logo {
  width: 190px;
  height: 70px;
  background-image: url("/Content/Images/Favicon.png");
  background-size: cover;
}

/* slider */
.section-slider {
  position: relative;
  top: -80px;
  width: 100%;
  margin-bottom: -75px;
  z-index: 999;
}

.section-slider img {
  width: 100%;
}

.section-slider::after {
  content: "";
  clear: both;
  display: table;
}

#slider .tp-caption {
  font-size: 3em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.tp-rightarrow,
.tp-leftarrow {
  top: 50% !important;
}

/*
  * Products
  */
#products .item-container {
  height: 100%;
  position: relative;
}

#products .item-container .item-image img {
  width: 100%;
  /*position: absolute;
                  top: 0;
                  right: 0;
                  bottom: 0;
                  left: 0;*/
  border-radius: 5px;
}

#products .item-container .item-text {
  border-radius: 5px;
  box-shadow: 5px 5px 30px -5px rgba(1, 1, 1, 0.2);
  position: absolute;
  z-index: 100;
  background: #fff;
}

#products .item-container .item-text .item-title {
  font-size: 1.5em;
  /*&::after {
                      content: "";
                      width: 100%;
                      position: absolute;
                      left: 0;
                      bottom: 0;
                      border: 1px solid $brownColor1;
                  }*/
}

#products .item-container .item-text .item-desc {
  height: 200px;
  overflow: hidden;
  text-align: justify;
  line-height: 1.7em;
}

/*
  * Sentence
  */
#sentence {
  color: #fff;
  background-image: url("../Uploads/Images/Products/product-4.jpg");
  position: relative;
  /*.contact-form {
          background: #000;
          .form-group {
              position: relative; 
              input, textarea {
                  padding-right: 0;
                  padding-left: 0;
                  background: none;
                  border: none;  
                  border-bottom: 1px solid gray;
                  border-radius: 0; 
                  box-shadow: none;
                  overflow: hidden;   
                  color: #fff;
              }
              .input-border {
                  width: 0%;
                  position: absolute;
                  bottom: 0;
                  display: inline-block;
                  border-top: 1px solid $brownColor1;
                  @include transition(width 0.7s);
              }
              input:focus ~ .input-border, textarea:focus ~ .input-border {
                  width: 100%;
              }
          }
      }*/
}

#sentence::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
}

#sentence .container {
  position: relative;
  z-index: 10;
}

#sentence .item-title {
  font-size: 3em;
}

#sentence .cust-button {
  padding: 10px 30px;
  color: #444;
  font-size: 1.4em;
  background: #c69a6d;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background 0.7s;
  -moz-transition: background 0.7s;
  transition: background 0.7s;
  /*&:hover {
              background: $redColor1;
          }*/
}

/* slider */
/* The Modal (background) */
.modal {
  display: none;
  align-items: center;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1500px;
}

.mySlides {
  text-align: center;
  background-color: black;
}

.mySlides img {
  height: 650px;
  max-width: 100%;
}

/* The Close Button */
.close {
  color: white !important;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.close:hover,
.close:focus {
  color: #999 !important;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white !important;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "prev button" to the left */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.service .item-title {
  align-self: center;
}

.service .item-box .col-12 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.service .item-box .col-12:nth-child(1), .service .item-box .col-12:nth-child(2), .service .item-box .col-12:nth-child(4), .service .item-box .col-12:nth-child(5) {
  border-left: 1px solid #eee;
}

.service .item-box .col-12 p {
  height: 70px;
  overflow: hidden;
  font-size: 0.95em;
}

.service .item-box .col-12 span {
  font-size: 1.1em;
}

.service .item-box .col-12 a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.service .item-box .col-12 a h4 {
  font-size: 1.25em;
}

.service .item-box .col-12 a:hover h4 {
  color: #11aacc;
}

.service .item-box .col-12 h3 {
  font-size: 2em;
}

.service .item-box .col-12 img {
  width: 30%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

.service .item-box .col-12 p, .service .item-box .col-12 span {
  color: #aaa;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.service .item-box .col-12:hover {
  background-color: #f7f7f7;
}

.service .item-box .col-12:hover img {
  transform: rotate(360deg);
}

.service .item-box .col-12:hover p {
  color: #727272;
}

.project .item-box {
  position: relative;
  max-height: 420px;
  border: 1px solid #fff;
}

.project .item-box .image-box {
  width: 100%;
  height: 100%;
}

.project .item-box .image-box img {
  width: 100%;
  height: 100%;
}

.project .item-box .item-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(200, 200, 200, 0.8);
  z-index: 9;
  opacity: 0;
  border: 1px solid #f5f5f5;
  border-bottom: 4px solid #11aacc;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.project .item-box .item-text .text-box {
  padding: 200px 30px 10px;
}

.project .item-box .item-text .text-box h6 {
  font-size: 0.75em;
  color: #444;
  transform: scaleY(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.project .item-box .item-text .text-box .title {
  font-size: 1.25em;
  display: inline-block;
  color: #222;
  transform: scaleY(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.project .item-box .item-text .text-box .button a {
  background: #11aacc;
  color: #fff;
  font-size: 1.5em;
  line-height: 300%;
  padding: 9px 19px 5px;
  -webkit-transition: box-shadow 1s;
  -moz-transition: box-shadow 1s;
  transition: box-shadow 1s;
}

.project .item-box:hover .item-text {
  opacity: 1;
}

.project .item-box:hover .item-text .text-box h6 {
  transform: scaleY(1);
}

.project .item-box:hover .item-text .text-box .title {
  transform: scaleY(1);
  margin-bottom: 0px !important;
}

.project .item-box:hover .item-text .text-box .button a {
  box-shadow: 0 10px 20px 0 rgba(251, 186, 0, 0.5);
}

.project .item-box .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.about-sec .image-box {
  width: 100%;
}

.about-sec .image-box img {
  width: 100%;
}

.about-sec span {
  font-size: 1.25em;
}

.about-sec h4 {
  font-size: 3em;
}

.about-sec p {
  font-size: 0.95em;
  color: #727272;
  line-height: 200%;
}

.about-sec ul li {
  font-size: 0.9em;
  list-style-type: none;
}

.about-sec ul li i {
  color: #11aacc;
  vertical-align: middle;
}

/* Features */
.features .feature-image {
  background: rgb(16 147 203 / 15%);
  border-radius: 50%; 
  padding: 10px;
}
.features .feature-image img, 
.features .feature-image svg {
  width: 60px;
  height: 60px;
  fill: #11aacc;
}
.features .feature-text span {
  font-size: 0.9rem;
}


.video-sec video {
  box-shadow: 0 0 20px 0 #777;
  border-radius: 5px;
}

.advantage .item-2 .image-box {
  order: 2;
}

.advantage .item-2 .item-box {
  order: 1;
  padding-left: 30px;
  padding-right: 0px;
}

.advantage .item-1 .item-box,
.advantage .item-3 .item-box {
  padding-right: 30px;
  padding-left: 0px;
}

.advantage .image-box img {
  max-width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.275);
}

.advantage .item-box .text-box {
  background-color: #f5f5f5;
}

.advantage .item-box .text-box h3 {
  font-size: 1.35em;
}

.advantage .item-box .text-box p {
  color: #727272;
  font-size: 0.95em;
  line-height: 175%;
}

.slogan {
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  position: relative;
}

.slogan .inner-slogan {
  width: 100%;
  height: 100%;
}

.slogan .inner-slogan::before {
  background-color: rgba(33, 33, 33, 0.8);
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.slogan .slogantitr{
	font-weight: bold;
    font-size: 2em;
    color: #fff;
    background-color: #222;
    padding: 5px;
    width: 600px;
    opacity: 0.75;
}
.slogan .textphoto{
	background-image: url('/Uploads/Images/slogan/shoar.png');
	width: 600px;
	height: 100px;
	padding: 5px;
	font-size: 25px;
	color: #11aacc;
	background-color: #fff;
    opacity: 0.75;
}

.slogan .title-box {
  position: relative;
}

.slogan .title-box h2 {
  color: #eee;
}

.slogan .title-box p {
  color: #f5f5f5;
}

.slogan .title-box p span {
  color: #f5f5f5;
}

.slogan .title-box span, .slogan .title-box i {
  color: #11aacc;
}

.slogan .title-box .item-phone span, .slogan .title-box .item-phone i {
  font-size: 2em;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.slogan .title-box .item-phone:hover span {
  color: #000;
}

.slogan .title-box .item-icon i {
  color: #11aacc;
  font-size: 3.5em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.slogan .title-box .item-icon i:hover {
  color: #f5f5f5;
}

.slogan .title-box .item-text span {
  font-size: 1.1em;
  font-weight: bold;
  color: #11aacc;
}

.slogan .title-box .item-text p {
  font-size: 0.95em;
  line-height: 200%;
}

.slogan .title-box .item-text p i {
  display: none;
}

.slogan .title-box .item-2 p {
  font-size: 0.9em;
}

.slogan .item-box .item-circle {
  background-color: #11aacc;
  height: 150px;
  width: 60%;
  border-radius: 50%;
  margin: auto;
  align-items: center;
}

.slogan .item-box .item-circle div {
  margin: auto;
}

.slogan .item-box .item-circle div span {
  font-size: 3em;
}

.slogan .item-box .item-text span, .slogan .item-box .item-text h6 {
  color: #eee;
}

.slogan .item-box .item-text h6 {
  font-size: 1.75em;
}

.slogan .item-box .item-text span {
  font-size: 0.85em;
}

.process {
  background-color: #f5f5f5;
}

.process .title-box span {
  border-right: 2px solid #b6b6b6;
  color: #727272;
  font-size: 0.95em;
  line-height: 175%;
}

.process .title-box .part-title {
  line-height: 150%;
}

.process .item-box .icon-item {
  align-self: center;
}

.process .item-box .icon-item .icon-box {
  position: relative;
  width: 70px;
  height: 70px;
  font-size: 26px;
  line-height: 75px;
  text-align: center;
  display: block;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 0px;
  outline: none;
  margin: auto;
  color: #11aacc;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.275) 0px 3px 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.process .item-box .text-box {
  border-right: 1px solid #b6b6b6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.process .item-box .text-box h3 {
  font-size: 1.2em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.process .item-box:hover .icon-item .icon-box {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 6px;
}

.process .item-box:hover .text-box {
  border-right: 1px solid #888;
}

.process .item-box:hover .text-box h3 {
  color: #11aacc;
}

.process .image-box {
  max-width: 100%;
}

.process .image-box img {
  max-width: 100%;
}

.blog .item-box .item {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}

.blog .item-box .item .image-box {
  max-width: 100%;
}

.blog .item-box .item .image-box::before, .blog .item-box .item .image-box::after {
  width: 100%;
  height: 100%;
  background: rgba(11, 33, 47, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s ease 0s;
}

.blog .item-box .item .image-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(11, 33, 47, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s ease 0s;
}

.blog .item-box .item .image-box img {
  width: 100%;
  max-height: 350px;
}

.blog .item-box .item .image-box::after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #11aacc;
  top: 0;
  left: 170%;
  opacity: 1;
  z-index: 1;
  transform: skewX(45deg);
  transition: all 1s ease 0s;
}

.blog .item-box .item:hover .image-box::before {
  opacity: 1;
}

.blog .item-box .item:hover .image-box::after {
  left: -170%;
}

.blog .item-box .text-box .text h3 {
  display: flex;
  font-size: 1.25em;
  line-height: 150%;
  height: 60px;
  overflow: hidden;
}

.blog .item-box .text-box .text h3 a {
  align-self: center;
  color: #444;
}

.blog .item-box .text-box .text h3 a:hover {
  color: #11aacc;
}

.blog .item-box .text-box .text p {
  height: 50px;
  overflow: hidden;
  color: #727272;
  font-size: 0.9em;
  line-height: 175%;
}

.blog .item-box .text-box .text ul li {
  list-style-type: none;
  display: inline-block;
  color: #727272;
  font-size: 0.9em;
}

.blog .item-box .text-box .text ul li i {
  color: #11aacc;
}

.post-page .blog-form {
  padding: 0px !important;
}

.footer {
  background-color: #111;
}

.footer .footer-box .footer-logo {
  height: 75px;
}

.footer .footer-box p i,
.footer .footer-box p br {
  display: none;
}

.footer p, .footer h4, .footer i, .footer span {
  color: #eee;
  line-height: 175%;
}

.footer .about {
  height: 135px;
  overflow: hidden;
}

.footer .social-container .social-btn {
  width: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
}

.footer .social-container .social-btn::before {
  content: "";
  -webkit-box-shadow: 0 0 0 1em #11aacc inset;
  box-shadow: 0 0 0 1em #11aacc inset;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.footer .social-container .social-btn i {
  position: relative;
  font-size: 1.3em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  width: 100%;
  line-height: 40px !important;
  z-index: 2;
}

.footer .social-container .social-btn:hover i {
  color: #11aacc;
}

.footer .social-container .social-btn:hover::before {
  content: "";
  -webkit-box-shadow: 0 0 0 1px #11aacc inset;
  box-shadow: 0 0 0 1px #11aacc inset;
}

.footer .projects img {
  width: 100%;
  height: 100%;
}

.footer .rights {
  background-color: #222;
}

.footer .rights a {
  color: #11aacc;
}

.footer .rights p {
  font-size: 0.8em;
}

/* sub-page */
.sub-page {
  padding: 80px 0;
}

.sub-page .title {
  max-width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.sub-page .title span {
  color: #666;
}

/* header-pic */
.header-pic {
  width: 100%;
  max-height: 450px;
  min-height: 200px;
  background-image: url("/Content/Images/projectheader.jpg");
  background-size: cover;
  background-position: center;
  align-items: center;
}

.header-pic h1 {
  font-size: 3.5em;
}

.header-pic h6 {
  font-size: 1.1em;
  line-height: 1.5;
}

.header-pic h6,
.header-pic span {
  color: #727272;
}

ul.Pagination {
  margin: 20px auto 10px auto;
  padding: 0px 10px;
  text-align: center;
}

ul.Pagination li {
  min-width: 25px;
  height: 25px;
  margin: 0px 3px;
  display: inline-block;
}

ul.Pagination li.Page, ul.Pagination li.Previous, ul.Pagination li.Next {
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #FCFCFC;
  color: #11aacc;
}

ul.Pagination li.Page:hover, ul.Pagination li.Previous:hover, ul.Pagination li.Next:hover {
  background: #11aacc;
  color: #fff;
}

ul.Pagination li.Current {
  background: #11aacc;
  color: #fff;
}

ul.Pagination li.Current:hover {
  cursor: default;
}

ul.Pagination li.Page > a,
ul.Pagination li.Previous > a,
ul.Pagination li.Next > a,
ul.Pagination li.Dot > a {
  width: 100%;
  height: 100%;
  padding: 0px 5px;
  display: table;
  font-size: 1.11em;
  line-height: 26px;
  text-align: center;
}

ul.Pagination li.Previous > a,
ul.Pagination li.Next > a {
  font-family: arial;
  font-size: 25px;
  line-height: 18px;
}

ul.Pagination li.Dot > a {
  line-height: 20px;
}

ul.Pagination li > a {
  color: inherit;
}

/* pagination */
.about-sec1.about-sec {
  background-image: none;
}

.about-sec1 .image-box img {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.about .image-box img {
  max-width: 100%;
  border-radius: 10px;
}

.contact .gmap {
  width: 100%;
  height: 400px;
  margin-top: 58px;
}

.contact .gmap iframe {
  width: 100%;
  height: 100%;
}

.contact .contact-box {
  padding: 0px 80px;
  margin-top: -125px;
}

.contact .container {
  position: relative;
}

.contact .box1 .box-content .item-icon {
  border-radius: 10%;
  border: 2px solid #444;
  background: #444;
  width: 80px;
  height: 80px;
  align-self: center;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
}

.contact .box1 .box-content .item-icon i {
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
}

.contact .box1 .box-content .item-icon:hover {
  background: #11aacc;
}

.contact .box1 .box-content .item-icon:hover i {
  color: #444;
}

.contact .box1 .box-content img {
  margin-bottom: 20px;
  width: 45px;
}

.contact .box1 .box-content h5 {
  font-size: 1.5em;
}

.contact .box1 .box-content p {
  font-size: .95em;
  line-height: 2.5em;
}

.contact .box1 .box-content p i {
  font-size: 1em;
  color: #444;
}

.contact .box1 .box-content i {
  font-size: 2em;
  color: #11aacc;
  align-self: center;
  margin: auto;
}

.contact .box2 .title h2,
.contact .box2 .title p {
  color: #444;
}

.contact .box2 .labels label {
  color: #444;
}

.contact .box2 .inputs input,
.contact .box2 .inputs textarea {
  width: 100%;
  border-radius: 3px;
  border: none;
  padding: 10px 15px;
  font-weight: 500 !important;
  border-radius: 5px;
  font-size: 13px;
  border: 1px solid #f6f7f8;
  background: #f6f7f8;
  color: #777 !important;
  outline: none;
  width: 100%;
  padding: 14px;
  margin: 10px 0px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.contact .box2 .inputs input:focus,
.contact .box2 .inputs textarea:focus {
  background: #fff;
  border-color: #ececec;
}

.contact .box2 .inputs textarea {
  height: 200px;
}

.contact .box2 .contact-btn {
  text-align: center;
}

.contact .box2 .contact-btn .btn {
  display: inline-block;
  background: #11aacc;
  color: #fff;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  border-radius: 10px;
  padding: 15px 30px 15px 30px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}

.contact .box2 .contact-btn .btn:hover {
  background: #111;
}

.post-page .post-box .item-box .item {
  background-color: transparent;
}

.post-page .post-box .item-box .item .image-box img {
  width: 100%;
  max-height: none;
}

.post-page .post-box .item-box .item:hover .image-box::before {
  opacity: 0;
}

.post-page .post-box .item-box .item:hover .image-box::after {
  left: 170%;
}

.post-page .post-box .item-box .item .text-box .text .text-justify {
  line-height: 180%;
}

.post-page .post-box .item-box .item .text-box .text .text-justify blockquote {
  background: #f5f5f5;
  border-right: 4px solid #11aacc;
  font-size: 16px;
  font-weight: 500;
  margin: 25px 0px 25px 0px;
  padding: 20px 30px 30px 30px;
}

.post-page .post-box .item-box .item .text-box .text .text-justify blockquote p {
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: 0.5px;
}

.post-page .post-box .item-box .item .text-box .text .text-justify img {
  max-width: 100%;
}

.post-page .post-box .item-box .item .text-box .text .text-justify ul {
  padding: 0 2em;
}

.post-page .post-box .item-box .item .text-box .text .text-justify ul li {
  list-style-type: disc;
  display: list-item;
}

.post-page .post-box .item-box .item .text-box .text ul li {
  list-style-type: none;
  display: inline-block;
  /*color: #727272;*/
  font-size: 1em;
  margin-bottom: 10px;
}

.post-page .post-box .item-box .item .text-box .text ul li i {
  color: #11aacc;
}

.post-page .post-box .item-box .item .text-box .text p {
  height: auto;
  font-size: 1em;
  line-height: 200%;
}

.post-page .post-box .item-box .item .text-box .text h1 {
  font-size: 2.25em;
  font-weight: bold;
}

.post-page .post-box .item-box .item .text-box .text h2 {
  color: #444;
  font-size: 1.5em;
  font-weight: bold;
}

.post-page .post-box .item-box .item .text-box .text h3 {
  height: auto;
  line-height: unset;
  font-weight: bold;
}

.post-page .post-box .item-box .item .text-box .text h4 {
  font-size: 1.2em;
  font-weight: bold;
}

.post-page .post-box .item-box .item .text-box .text .section-heading-line-right {
  width: 250px;
}
.post-page .post-box .item-box .item .text-box .text table {
    width: 100%;  
    margin-bottom: 15px;   
    font-size: 1rem;   
    font-weight: var(--font-weight);
    border: 1px solid #ddd;   
}                     
.post-page .post-box .item-box .item .text-box .text table tbody tr:not(:last-child){border-bottom: 1px solid #eee}
.post-page .post-box .item-box .item .text-box .text table tbody tr:nth-child(even){background-color: #f9f9f9}
.post-page .post-box .item-box .item .text-box .text table tbody tr td:not(:last-child) {border-left: 1px solid #eee}
.post-page .post-box .item-box .item .text-box .text table th, table td {padding: 10px}




.small-blog-list {
  background: #f9f9f9;
}
.small-blog-list ul {
  list-style: none;
}
.small-blog-list li img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.small-blog-list li h6 {
  font-size: 14px;
  line-height: 25px;
  max-height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;                       
}
.sidebar-about {
  background: #e0f2fe;
  line-height: 1.7em;
}
.sidebar-about h3 {
  font-size: 1.2em;
  color: #3699da;
}

.post-page .comment-box {
  background: #f5f5f5;
  border-radius: 5px;
}

.post-page .comment-box h3 {
  font-size: 1.5em;
  font-weight: 500;
  color: #111;
}

.post-page .comment-box .post-comment {
  border-bottom: 1px solid #e7e7e7;
}

.post-page .comment-box .post-comment img {
  width: 75%;
  border-radius: 5px;
}

.post-page .comment-box .post-comment .comment-block {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
}

.post-page .comment-box .post-comment .comment-block h6 {
  color: #111;
}

.post-page .comment-box .post-comment .comment-block strong {
  color: #11aacc;
  font-size: 0.75em;
  font-weight: 500;
}

.post-page .comment-box .post-comment .comment-block p {
  color: #777;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 170%;
  margin-top: 10px;
}

.post-page .comment-box .blog-form .title h2,
.post-page .comment-box .blog-form .title p {
  color: #444;
}

.post-page .comment-box .blog-form .labels label {
  color: #444;
}

.post-page .comment-box .blog-form .inputs {
  margin-bottom: 20px;
}

.post-page .comment-box .blog-form .inputs input,
.post-page .comment-box .blog-form .inputs textarea {
  font-weight: 500 !important;
  border-radius: 5px;
  font-size: 13px;
  border: 1px solid #ececec;
  background: #fff;
  color: #111 !important;
  outline: none;
  width: 100%;
  padding: 12px;
  margin-top: 30px;
  transition: .3s;
}

.post-page .comment-box .blog-form .inputs textarea {
  height: 200px;
}

.post-page .comment-box .blog-form .contact-btn .btn {
  display: inline-block;
  background: #11aacc;
  color: #fff;
  font-size: 14px;
  width: auto;
  font-weight: 500;
  border-radius: 10px;
  padding: 15px 30px 15px 30px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}

.post-page .comment-box .blog-form .contact-btn .btn:hover {
  background: #111;
}

.post-page .subject {
  display: none;
}

.project-page .text span {
  font-size: 0.95em;
}

.project-page .button a {
  background: #444;
  color: #fff;
  font-size: 1.5em;
  line-height: 300%;
  padding: 9px 19px 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.project-page .button a:hover {
  background: #11aacc;
}

.project-page .list-button a {
  padding: 9px 15px 5px;
}

.project-page .list-button a img {
  width: 20px;
}

.project-page .image-box .image {
  width: 100%;
  height: 350px !important;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  position: relative;
}

.project-page .image-box .image .hover-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.project-page .image-box .image .hover-box div {
  margin: auto;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
}

.project-page .image-box .image .hover-box div i {
  color: #eee;
  font-size: 2.25em;
  line-height: 140%;
  vertical-align: bottom;
}

.project-page .image-box .image:hover .hover-box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.project-page .image-box .image:hover .hover-box div {
  opacity: 1;
}

.service-view .post-box .item-box .item .image-box img {
  border-radius: 15px;
}

@media only screen and (min-width: 767px) {
  .interior .scaleable-img-special::before {
    padding-bottom: 36%;
  }
}

@media only screen and (min-width: 769px) {
  .about .box .row .txt-part {
    padding: 80px 120px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px !important;
  }
  .footer .left {
    float: none;
  }
  .footer .footer-one .footer-btn {
    margin: 40px 0;
  }
}

@media only screen and (max-width: 768px) {
  .sticky .menu-item {
    background-color: #222;
    position: fixed;
    top: -1000px;
    left: 0;
    width: 100%;
    max-height: 385px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sticky .menu-item .item {
    width: 100%;
    left: -330px;
  }
  .sticky .menu-item .item:nth-child(1) {
    left: 10px !important;
    text-align: left;
  }
  .sticky .menu-item::after {
    content: "";
    clear: both;
    display: table;
  }
  .sticky .menu-icon {
    text-align: left !important;
  }
  .nav-item .item::after {
    height: 0px;
  }
  .nav-item a::after {
    content: "";
    opacity: 0;
  }
  .is-sticky .sticky .nav-item a {
    color: #fff;
  }
  .is-sticky .sticky .nav-item .item .fa-bars {
    color: #727272;
  }
  .nav-item a {
    color: #fff;
  }
  .nav-item .item-1 {
    margin-top: 65px !important;
  }
  .product-view {
    display: flex;
  }
  .product-view .right-box {
    order: 2;
  }
  .product-view .left-box {
    order: 1;
  }
  .product-view .property {
    order: 3;
  }
  .about .box {
    display: flex;
    background: none;
    margin-bottom: 0;
  }
  .about .box .row .txt-part {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    order: 2;
  }
  .about .box .row .back-img {
    min-height: 300px;
    order: 1;
  }
  .about .box .row .txt-circle {
    width: 40%;
    height: 80px;
    border-radius: 0 0 50px 0;
    top: 0 !important;
    left: 0;
  }
  .about .box .row .txt-circle div {
    text-align: left;
    margin: 10px 15px;
  }
  .blog .item-5 {
    display: none;
  }
  .slogan .item-box .item-circle {
    width: 50%;
  }
  .slogan .slogantitr{
	width: 305px;
	font-size: 1.75em;
  }
  .slogan .textphoto{
	width: 305px;
	height: 130px;
	font-size: 20px;
}
  .contact .contact-box {
    padding: 0;
  }
  .project .item-box {
    min-height: 375px;
  }
  .project .item-box .item-text .text-box {
    padding-top: 220px;
  }
  .mySlides img {
    height: 450px;
  }
  .modal {
    padding-top: 35%;
  }
  .post-page .next-post-btn,
  .post-page .prev-post-btn {
    background-size: 80%;
  }
}

@media only screen and (max-width: 576px) {
  .section-slider {
    top: 0px;
  }
  .nav-item a {
    color: #fff;
  }
  .nav-item .item-1 {
    margin-top: 65px !important;
  }
  .service .row .col-12 p {
    height: 60px;
  }
  .slogan .title-box .item-phone span,
  .slogan .title-box .item-phone i {
    font-size: 2.75em;
  }
  .advantage .item-1 .item-box,
  .advantage .item-2 .item-box,
  .advantage .item-3 .item-box {
    padding-left: 0px;
    padding-right: 0px;
  }
  .process .item-box .text-box {
    border-right: 1px solid #b6b6b6;
  }
  .process .item-box .text-box h3 {
    border-top: none;
    text-align: right;
  }
  .blog .item-box .text-box .text p {
    height: 70px;
  }
  .post-page .post-box .post-info i,
  .post-page .post-box .post-info span {
    font-size: 0.75em;
  }
  .mySlides img {
    height: 200px;
  }
  .modal {
    padding-top: 60%;
  }
  .footer .about {
    height: auto;
  }
}
/*# sourceMappingURL=index.css.map */