/*---------------------------------About us -------------------------------------*/

.about-section img.alignleft {
  width: 100%;
  margin-right: 0;
}

.brd-img {
  height: 178px;
  padding: 50px 0 0 0;
  margin-bottom: 30px;
}
.brd-img h1 {
  font-size: 35px;
}

.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.alignleft {
  margin: 0 30px 30px 0;
}
img.alignright {
  margin: 0 0 30px 30px;
}
img.aligncenter {
  display: block;
  margin: 0 auto 30px;
}

.why-choose-about {
  padding: 50px 0 30px 0;
}
.why-choose h2 {
  text-align: center;
  margin: 0 0px 44px 0px;
  font-size: 44px;
}
.why-choose-about .col-md-4 {
  text-align: center;
}
.why-choose-about .choose-img {
  padding-bottom: 20px;
}

.about-qualified {
  margin: 75px 0px 75px 0px;
}

/*---------------------------------About us  End-------------------------------------*/

/*---------------------------------Blog  start-------------------------------------*/
.blog {
  margin: 0;
  width: 100%;
}
.blog li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  list-style-type: none;
  margin-bottom: 30px;
  padding: 15px;
}
.blog li:before {
  background: none;
}
.blog li .blog-img {
  float: left;
  margin: 0 10px 10px 0;
  width: 285px;
  clear: left;
  position: relative;
}
.blog li .blog-img img {
  max-width: 100%;
  border: 1px solid #bbbbbb;
}
.blog .blog-right .blog-title {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 10px;
  line-height: 40px;
}
.blog .blog-right .blog-title a {
  color: #454545;
  display: block;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}
.blog .blog-right .blog-title a:hover {
  color: #3a79c3;
  transition: all ease-in-out 0.3s;
}
.blog-right {
  margin-left: 285px;
}
.blog .comment-box {
  min-height: 30px;
}
.blog-data .blog-right h2 {
  line-height: 8px;
  margin: 0;
  padding-bottom: 10px;
}
.blog-right span a {
  color: #3a79c3;
  float: left;
  font-size: 14px;
  margin-top: 5px;
}
.blog-right span a:hover {
  text-decoration: none;
}
.blog .blog-right a.readmore {
  background: #3a79c3;
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 154px;
  display: inline-block;
  text-align: center;
  float: right;
}
.blog .blog-right a.readmore:hover {
  background: #82c500;
}

.sidebar h2 {
  margin-top: 2rem;
  font-size: 24px;
  font-weight: 400;
}
.sidebar ul li a:hover {
  color: #3a79c3;
}
/*---------------------------------Blog  End-------------------------------------*/

/*---------------------------------Blog - Detail start-------------------------------------*/
.detail .blog-right {
  width: 100%;
  margin: 0;
}
.detail .blog-right p {
  text-align: justify;
}
.detail p strong {
  color: black;
}
.detail li .blog-img {
  width: 100%;
  float: none;
}
.blog-bottom > strong {
  float: left;
}

/*---------------------------------Blog - Detail End-------------------------------------*/

/*---------------------------------Contact us 2nd page Start-------------------------------------*/

.cntc-address h2 {
  font-weight: 600;
}
.cntc-address span {
  float: left;
  font-weight: bold;
  margin-right: 5px;
  min-width: 25px;
}
.cntc-address span i {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #1966bf;
}
.cntc-address a {
  color: #000;
}
.cntc-address a:hover {
  color: #4095ff;
  text-decoration: none;
}
.cntc-address p {
  display: flex;
}
.cntc-address .add {
  margin-bottom: 15px;
}
.contant-form2 {
  box-shadow: 0 0px 10px 1px rgb(0 0 0 / 10%);
  padding: 25px 25px 10px 25px;
}
.contant-form2 .nice-select {
  width: 100% !important;
  border-color: var(--border-color-9);
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.contant-form2 input {
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  border-width: 1px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.contant-form2 input::placeholder,
.contant-form2 textarea::placeholder {
  font-size: 15px;
  color: var(--ltn__paragraph-color);
}
.contant-form2 .wpcf7 input[type="tel"] {
  border-color: var(--border-color-9);
  padding-left: 15px;
  padding-right: 15px;
}
.contant-form2 label {
  font-weight: normal;
  margin-top: 10px;
}
.contant-form2 textarea {
  height: 100px !important;
  border-radius: 0px;
  box-shadow: none;
  resize: none;
  border-color: var(--border-color-9);
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  color: var(--ltn__paragraph-color);
}
.contant-form2 .captcha_box {
  float: left;
  height: 44px;
  margin: 0;
  overflow: hidden;
  padding: 0 0 0 210px;
  position: relative;
  width: 100%;
}
.contant-form2 .inner-pages .contant-form-control {
  height: 40px;
}
.contant-form2.captcha_box .captcha_img {
  float: left;
  height: 35px;
  left: 0;
  line-height: 35px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 115px;
}
.contant-form2 .captcha_box .captcha_img img {
  vertical-align: middle;
}
.contant-form2 .captcha_box .captcha_refresh {
  float: left;
  left: 150px;
  position: absolute;
  top: 2px;
}
.contant-form2 .captcha_box .captcha_refresh a span {
  /*background: url(../images/re-captcha1.jpg) repeat scroll 0 0;*/
  display: inline-block;
  height: 35px;
  width: 35px;
  border-right: 1px solid #cecece;
}
.contant-form2 .top-margin .row {
  margin-top: -20px;
}
.contant-form2 .button2 {
  margin-top: 10px;
  float: left;
  width: auto;
}
.contant-form2 .captcha_box .captcha_input {
  float: right;
  height: auto;
  width: 100%;
}
.contant-form2 .button2 input {
  background: #1966bf;
  color: #fff;
  padding: 8px 40px;
  text-align: center;
  width: auto;
  height: auto;
}
.contant-form2 .button2 input:hover {
  background: #ff8f00;
}
.contant-form2 .button input:hover {
  background: rgb(53, 53, 53) none repeat scroll 0 0;
  text-decoration: none;
}
.contant-form2 .button > p {
  float: left;
  margin-top: 6px;
}

.map-ifram {
  height: 450px;
}
.map-ifram iframe {
  height: 450px;
}
/*---------------------------------Contact us 2nd page End-------------------------------------*/

/* ------------------home page banner---------------------------------- */

.slider-top {
  width: 100%;
  float: left;
  position: relative;
}
.slider-top .container1 {
  position: absolute;
  top: 200px;
  max-width: 1200px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
.slider-top .container1 .request-form {
  position: relative;
  z-index: 99;
}



.slider-top .container1 .request-form .wpcf7-response-output{margin:0px 15px 15px 15px; font-size: 14px; text-align: center;}
.slider-top .container1 .request-form .wpcf7-not-valid-tip {color:#f00; font-size:14px;  text-align:left;}
.slider-top .container1 .request-form .mb-3 .wpcf7-spinner {display: block; position: absolute; left: -60px; top: 10px;}


.ltn__header-transparent {
  top: 2px;
}

.slider-top .carousel.slide .carousel-item {
  min-height: 820px;
  position: relative;
}
.slider-top .carousel.slide .carousel-item:before {
  background: rgba(0, 0, 0, 0.3);
  width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; content: "";}


/* ------------thank you page----------------- */
.thankyou img {
  margin: 30px auto 0 auto;
  max-width: 150px;
  margin-bottom: 30px;
  text-align: center;
  display: block;
}
.thanktitle {
  margin: 0;
  font-size: 116px;
  line-height: 110px;
  font-weight: 700;
  color: #1966bf;
  text-align: center;
  text-transform: uppercase;
}
.thankdec {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 20px;
  color: #071c1f;
  text-align: center;
}
.thankyou {
  margin: 30px auto 30px auto;
}

/* --------------------------- Sticky form --------------------------- */

.signup-btn {
  width: 200px;
  height: 45px;
  position: fixed;
  right: -78px;
  top: 240px;
  line-height: 45px;
  transition: ease-in-out all 0.5s;
  -moz-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
}

.signup-btn {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  height: 54px;
  position: fixed;
  right: -75px;
  top: 45%;
  background: #194c79;
  z-index: 99992;
  line-height: 54px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  cursor: pointer;
}

.signup-btn a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.appointment-box {
  position: fixed;
  right: -400px;
  top: 0;
  width: 400px;
  max-width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.appointment-form-visible .appointment-box {
  right: 0;
}
.appointment-form-visible .appointment-box {
  right: -15px;
  opacity: 1;
  visibility: visible;
}
.appointment-box .inner-box {
  height: 100%;
  overflow-y: scroll;
}
.appointment-box .inner-box {
  position: absolute;
  background-color: #194c79;
  right: 0;
  padding: 80px 30px 30px;
  height: 100%;
}
.appointment-box input[type="submit"] {
  background: #62c100;
  display: inline-block;
  border: 2px solid #194c79;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-shadow: 0 0 1px rgb(255 255 255 / 30%);
  white-space: nowrap;
  padding: 18px 62px;
  color: #fff;
}
.appointment-box .inner-box .cross-icon {
  position: absolute;
  z-index: 99;
  right:28px;
  top: 20px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}
.appointment-form {
  position: relative;
}

.appointment-box .wpcf7-spinner {
  position: absolute;
  left: 0;
  margin-top: 20px;
  z-index: 9;
}

.appointment-box .wpcf7 form.invalid .wpcf7-response-output {
  margin-top: 0px;
}
.appointment-box
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
  margin: 0;
}

.appointment-box span.wpcf7-not-valid-tip {
  margin-bottom: 10px;
  color: #fff;
}

.appointment-box .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #f00;
  color: #fff;
}
#appointment-close span img {
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(325deg)
    brightness(115%) contrast(101%);
}

.form-back-drop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000000b3;
  visibility: hidden;
  z-index: 99999;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.appointment-form-visible .form-back-drop {
  opacity: 1;
  visibility: visible;
}

