*, ::after, ::before {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width:768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:768px) {
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

@media screen and (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255,255,255,.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button:focus {
  outline: none;
}

ul, li, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 0px;
  padding: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a, .btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.titlepage {
  padding-bottom: 60px;
}

.titlepage::before {
  content: "";
  position: absolute;
  border: #fff solid 5px;
  border-width: 5px;
  width: 80px;
  z-index: 999;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 55px;
}

.titlepage h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 50px;
  color: #323232;
}

.text_align_left {
  text-align: left;
}

.container {
  max-width: 1170px;
}

.contact {
  background: #fefeff;
  padding: 90px 0;
}

.contact .titlepage::before {
  right: inherit;
  border: #2e2f34 solid 5px;
  left: 15px;
}

.main_form .contactus {
  border: #d2d2d3 solid 1px;
  padding: 0 15px;
  margin-bottom: 25px;
  width: 100%;
  height: 71px;
  background: #fff;
  color: #888888;
  font-size: 16px;
  font-weight: normal;
}

.main_form .textarea {
  border: #d2d2d3 solid 1px;
  margin-bottom: 25px;
  width: 100%;
  background: #fff;
  color: #888888;
  font-size: 18px;
  font-weight: normal;
  padding: 57px 15px 0 15px;
  border-radius: 0;
  height: 150px;
}

.main_form .send_btn {
  font-size: 17px;
  transition: ease-in all 0.5s;
  background-color: #323232;
  text-transform: uppercase;
  color: #fff;
  padding: 25px 0px;
  max-width: 252px;
  width: 100%;
  display: block;
  margin-top: 10px !important;
  font-weight: bold;
}

.main_form .send_btn:hover {
  background-color: #464646c7;
  transition: ease-in all 0.5s;
  color: #fff;
}

#request *::placeholder {
  color: #888888;
  opacity: 1;
}

.posi_in {
  position: inherit;
  padding: 0;
}

.clientsl_text {
  margin-top: 90px;
  box-shadow: 0px 0 11px rgba(30, 30, 30, 0.07);
  padding: 40px;
  margin-bottom: 26px;
}

.clientsl_text i img {
  margin-top: -89px;
  display: block;
  margin-right: 20px;
  float: left;
}

.clientsl_text h3 {
  margin-top: -11px;
  color: #000b0a;
  font-size: 23px;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
}

.clientsl_text h3 img {
  float: right;
}

.clientsl_text p {
  color: #757575;
  padding-top: 62px;
  display: block;
}

#clientsl .carousel-indicators {
  display: none;
}

#clientsl a.carousel-control-next, #clientsl a.carousel-control-prev {
  background: #ffffff;
  width: 67px;
  height: 59px;
  top: 105%;
  opacity: 1;
  font-size: 33px;
  color: #000000;
  box-shadow: 3px 0 36px rgba(30, 30, 30, 0.2);
}

#clientsl a.carousel-control-prev {
  left: 37%;
}

#clientsl a.carousel-control-next {
  right: 37%;
}

#clientsl a.carousel-control-next:focus, #clientsl a.carousel-control-next:hover, #clientsl a.carousel-control-prev:focus, #clientsl a.carousel-control-prev:hover {
  background: #252525;
  color: #fff;
  opacity: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #clientsl a.carousel-control-prev {
    left: 33%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .titlepage h2 {
    font-size: 37px;
    line-height: 41px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .clientsl_text {
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #clientsl a.carousel-control-next, #clientsl a.carousel-control-prev {
    top: 98%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #clientsl a.carousel-control-prev {
    left: 34%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #clientsl a.carousel-control-next {
    right: 26%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .main_form .send_btn {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .titlepage h2 {
    font-size: 24px;
    line-height: 54px;
  }
}

@media (max-width: 575px) {
  .main_form .send_btn {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  #clientsl a.carousel-control-next, #clientsl a.carousel-control-prev {
    top: 100%;
  }
}

@media (max-width: 575px) {
  #clientsl a.carousel-control-next {
    right: 25%;
  }
}

@media (max-width: 575px) {
  #clientsl a.carousel-control-prev {
    left: 25%;
  }
}

@media (max-width: 575px) {
  .clientsl_text i img {
    float: inherit;
  }
}

@media (max-width: 575px) {
  .clientsl_text h3 {
    margin-top: 11px;
  }
}

