@import url("https://fonts.googleapis.com/css2?family=Aclonica&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&amp;display=swap");
* {
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: 'Poppins', sans-serif;
}

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

ul li {
  text-transform: capitalize;
}

.top-sec .top-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  background: #ffc107;
}

.top-sec .top-col1:before {
  content: "";
  position: absolute;
  width: 34px;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: inherit;
  margin: 0 auto;
  background: #9c0000;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 50%);
          clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 50%);
}

.top-sec .top-col1 .top-p1 {
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Aclonica', sans-serif;
  margin: 0px;
}

.top-sec .top-col2 {
  font-size: 20px;
  font-weight: 600;
  background: #9c0000;
  color: #fff;
}

.hdr-sec {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hdr-sec .logo-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hdr-sec .logo-col .logo-inr {
  padding: 0px;
}

.hdr-sec .logo-side {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.hdr-sec .logo-side .logo-inr {
  padding: 20px 15px;
  background: #000000a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.hdr-sec .logo-side .logo-span1 {
  display: inline-block;
  color: #fff;
}

.hdr-sec .logo-side .logo-span1 .fa {
  color: #ffc107;
}

.hdr-sec .logo-side ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.hdr-sec .logo-side ul li {
  padding: 0px 4px;
}

.hdr-sec .logo-side ul li a {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #fff;
  border: 1px solid #9c0000;
  padding: 10px 20px;
  z-index: 1;
  border: 1px solid #ffc107;
  color: #9c0000;
  padding: 10px 15px;
  border-radius: 3px;
}

.hdr-sec .logo-side ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #9c0000;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hdr-sec .logo-side ul li a:hover {
  background: transparent;
  color: #9c0000;
  -webkit-box-shadow: 0px 0px 6px #ffffff5c;
          box-shadow: 0px 0px 6px #ffffff5c;
}

.hdr-sec .logo-side ul li a:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.hdr-sec .logo-side ul li a:before {
  background: #ffc107;
}

.hdr-sec .logo-side ul li a:hover {
  color: #ffc107;
}

.hdr-sec .logo-side ul li .fa, .hdr-sec .logo-side ul li .fas, .hdr-sec .logo-side ul li .fab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
}

.ban-sec {
  margin-top: -148px;
}

.ban-sec .ban-col {
  padding: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ban-sec .ban-col .ban-p1 {
  font-size: 50px;
  color: #9c0000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Aclonica', sans-serif;
  text-transform: capitalize;
  font-weight: 800;
  position: absolute;
  z-index: 1;
  top: 25%;
  right: 18%;
}

.ban-sec .ban-col .ban-p1:after {
  content: "";
  position: absolute;
  width: 35%;
  height: 35px;
  top: inherit;
  right: 0px;
  bottom: -30px;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ban-sec .ban-col .ban-p1:after {
  display: none;
}

.about-sec {
  padding: 100px 0px;
}

.about-sec .abt-hd {
  padding: 0px 0px 60px;
  text-align: center;
}

.about-sec .abt-hd .abt-p1 {
  margin: 0px;
  font-size: 25px;
}

.about-sec .abt-hd .abt-p1 span {
  color: #9c0000;
}

.about-sec .abt-hd .astro-nm {
  font-size: 50px;
  color: #9c0000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Aclonica', sans-serif;
  text-transform: capitalize;
  font-weight: 800;
}

.about-sec .abt-hd .astro-nm:after {
  content: "";
  position: absolute;
  width: 35%;
  height: 35px;
  top: inherit;
  right: 0px;
  bottom: -30px;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.about-sec .about-content .para {
  line-height: 27px;
  font-size: 15px;
  text-align: left;
  color: #000;
  font-weight: 400;
}

.about-sec .about-content ul {
  list-style: inherit;
  margin-bottom: 10px;
  padding-left: 20px;
}

.about-sec .about-content ul li {
  line-height: 30px;
}

.chs-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.chs-col .chs-inr {
  padding: 0px;
}

.chs-col .chs-inr .choose-head {
  font-size: 40px;
  color: #9c0000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Aclonica', sans-serif;
  text-transform: capitalize;
  font-weight: 800;
}

.chs-col .chs-inr .choose-head:after {
  content: "";
  position: absolute;
  width: 35%;
  height: 35px;
  top: inherit;
  right: 0px;
  bottom: -30px;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.chs-col .chs-inr .choose-head:after {
  display: none;
}

.chs-col .chs-mn {
  padding: 55px 20px 25px;
}

.chs-col .chs-mn .chs-bx {
  padding: 20px 0px;
  background: #ffc107;
  border-radius: 10px;
  border: 15px solid #9c0000;
}

.chs-col .chs-mn .chs-bx:hover .icon-bx {
  color: #9c0000;
}

.chs-col .chs-mn .chs-bx:hover .icon-bx:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.chs-col .chs-mn .chs-bx .icon-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #000000;
  color: #ffc107;
  font-size: 45px;
  position: relative;
  z-index: 1;
  margin: -70px auto 0;
  border-width: 10px;
  border-style: solid;
  border-color: #ffffff #9c0000 #ffc107 #9c0000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.chs-col .chs-mn .chs-bx .icon-bx:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.chs-col .chs-mn .chs-bx .chs-name {
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Aclonica', sans-serif;
  margin: 0px;
  padding: 15px 0px 0px;
}

.chs-col .chs-mn .chs-bx .count-num {
  display: block;
  font-size: 35px;
  font-weight: 700;
  color: #9c0000;
}

.award-sec {
  text-align: center;
  padding: 0px 0px 50px;
}

.award-sec .awrd-hd {
  padding: 0px 0px 60px;
}

.award-sec .awrd-hd p {
  font-size: 30px;
  color: #9c0000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Aclonica', sans-serif;
  text-transform: capitalize;
  font-weight: 800;
}

.award-sec .awrd-hd p:after {
  content: "";
  position: absolute;
  width: 35%;
  height: 35px;
  top: inherit;
  right: 0px;
  bottom: -30px;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.award-sec .awrd-hd p:after {
  width: 30%;
}

.award-sec .awrd-mn {
  padding: 15px;
}

.award-sec .awrd-mn .aw-inr {
  padding: 10px;
}

.serv1-sec {
  text-align: center;
  padding: 100px 0px;
  background: #9c0000;
}

.serv1-sec .srv-hd {
  padding: 0px 0px 30px;
}

.serv1-sec .srv-hd p {
  font-size: 50px;
  color: #ffc107;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Aclonica', sans-serif;
  text-transform: capitalize;
  font-weight: 800;
}

.serv1-sec .srv-hd p:after {
  content: "";
  position: absolute;
  width: 35%;
  height: 35px;
  top: inherit;
  right: 0px;
  bottom: -30px;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.serv1-sec .srv-hd p:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.serv1-sec .srv-hd span {
  display: block;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  padding: 40px 0px 0px;
  font-weight: 600;
}

.serv1-sec .srv-mn {
  padding: 30px 15px;
}

.serv1-sec .srv-mn .srv-inr {
  border-radius: 5px;
}

.serv1-sec .srv-mn .srv-inr .srv-name {
  font-size: 20px;
  color: #ffc107;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Aclonica', sans-serif;
  margin: 0px;
  padding: 10px 0px;
}

.serv1-sec .srv-mn .srv-inr .srv-para {
  line-height: 27px;
  font-size: 15px;
  text-align: left;
  color: #000;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.serv1-sec .srv-mn .srv-inr:hover span {
  color: #ffc107;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.serv1-sec .srv-mn .srv-inr:hover span:before {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.serv1-sec .srv-mn .srv-img {
  padding: 0px;
  overflow: hidden;
}

.serv1-sec .srv-mn .srv-img .service-pic {
  border-radius: 50%;
}

.serv1-sec .srv-mn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background: #fff;
  color: #9c0000;
  font-size: 40px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 55%;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: inset 0px 0px 13px #9c0000;
          box-shadow: inset 0px 0px 13px #9c0000;
}

.serv1-sec .srv-mn span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #9c0000;
  z-index: -1;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.test-sec {
  padding: 100px 0px;
  background: #efefef8a;
}

.test-sec .test-hd {
  padding: 0px 0px 50px;
  text-align: center;
}

.test-sec .test-hd p {
  font-size: 50px;
  color: #9c0000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Aclonica', sans-serif;
  text-transform: capitalize;
  font-weight: 800;
}

.test-sec .test-hd p:after {
  content: "";
  position: absolute;
  width: 35%;
  height: 35px;
  top: inherit;
  right: 0px;
  bottom: -30px;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.test-sec .test-hd span {
  display: block;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  padding: 40px 0px 0px;
  font-weight: 600;
}

.test-sec .test-slide {
  padding: 0px;
}

.test-sec .testimonial {
  margin: 20px 15px 0;
}

.test-sec .testimonial .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
  border: 5px solid #fff;
  -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
          box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
  position: relative;
}

.test-sec .testimonial .pic:after {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background: #9c0000;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 65px;
  left: 0;
}

.test-sec .testimonial .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.test-sec .testimonial .testimonial-content {
  padding: 10px;
  margin-left: 120px;
}

.test-sec .testimonial .description {
  font-size: 14px;
  color: #000;
  line-height: 22px;
}

.test-sec .testimonial .testimonial-title {
  font-size: 19px;
  color: #9c0000;
  text-transform: capitalize;
  display: inline-block;
}

.test-sec .testimonial .post {
  font-size: 14px;
  font-style: italic;
  color: #444;
  margin-top: 10px;
}

.test-sec .owl-theme .owl-buttons {
  margin-top: 20px;
}

.test-sec .owl-theme .owl-controls .owl-buttons div {
  padding: 5px 10px;
  background: #9c0000;
  border-radius: 0;
  opacity: 1;
  border-bottom: 2px solid #9f3c3c;
}

.test-sec .owl-theme .owl-controls .owl-buttons div:hover {
  background: #d04949;
}

.test-sec .owl-theme .owl-controls .owl-buttons .owl-prev:before, .test-sec .owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}

.test-sec .owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\f054";
}

.serv2-sec {
  position: relative;
  z-index: 1;
  background: url(srv2-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.serv2-sec:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 84%;
  top: 8%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #ffffff45;
  z-index: -1;
}

.serv2-sec:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #000000c7;
  z-index: -1;
}

.serv2-sec .srv-hd {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.serv2-sec .srv-hd:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 400px;
  top: -22px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #ffffff0f;
  z-index: -1;
  -webkit-clip-path: circle(49.1% at 50% 3%);
          clip-path: circle(49.1% at 50% 3%);
}

.serv2-sec .srv-hd p {
  font-size: 40px;
}

.serv2-sec .srv-hd p:after {
  width: 25%;
}

.serv2-sec .srv-hd span {
  font-weight: 400;
}

.serv3-sec {
  padding: 100px 0px;
}

.serv3-sec .srv-hd {
  padding: 0px 0px 30px;
  text-align: center;
}

.serv3-sec .srv-hd p {
  font-size: 50px;
  color: #9c0000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Aclonica', sans-serif;
  text-transform: capitalize;
  font-weight: 800;
}

.serv3-sec .srv-hd p:after {
  content: "";
  position: absolute;
  width: 35%;
  height: 35px;
  top: inherit;
  right: 0px;
  bottom: -30px;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.serv3-sec .srv-hd span {
  display: block;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  padding: 40px 0px 0px;
  font-weight: 600;
}

.serv3-sec .srv-mn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.serv3-sec .srv-mn .srv-inr {
  padding: 30px 0px;
}

.serv3-sec .srv-mn .srv-inr ul li {
  line-height: 40px;
  padding: 5px 0px;
  border-bottom: 1px solid #efefef;
  font-weight: 600;
  font-size: 18px;
}

.serv3-sec .srv-mn .srv-inr ul li .fas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffc107;
  color: #000;
  font-size: 16px;
}

.serv3-sec .srv-col2 .srv-inr {
  padding: 20px;
  background: #0000000d;
}

.serv3-sec .srv-col2 .srv-box1:nth-child(2) .srv-box2 {
  background: url(service2-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.serv3-sec .srv-col2 .srv-box1:nth-child(3) .srv-box2 {
  background: url(service3-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.serv3-sec .srv-col2 .srv-box1:nth-child(4) .srv-box2 {
  background: url(service4-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.serv3-sec .srv-col2 .srv-box1:nth-child(5) .srv-box2 {
  background: url(service5-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.serv3-sec .srv-col2 .srv-box1:nth-child(6) .srv-box2 {
  background: url(service6-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.serv3-sec .srv-col2 .srv-box1 {
  padding: 20px;
}

.serv3-sec .srv-col2 .srv-box1 .srv-box2 {
  padding: 15px;
  background: url(service1-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 10px;
  z-index: 1;
}

.serv3-sec .srv-col2 .srv-box1 .srv-box2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #0000007a;
  z-index: -1;
  border-radius: 10px;
}

.serv3-sec .srv-col2 .srv-box1 .srv-box2 .serv-pic {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}

.serv3-sec .srv-col2 .srv-box1 .srv-box2 .srv-img {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.serv3-sec .srv-col2 .srv-box1 .srv-box2 .srv-img img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.serv3-sec .srv-col2 .srv-box1 .srv-box2 .srv-name {
  font-size: 22px;
  color: #ffc107;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Aclonica', sans-serif;
  margin: 0px;
  padding: 6px 15px;
  background: #000000d9;
  margin-top: 10px;
}

.contact-sec {
  padding: 100px 0px;
  background: url(form-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  z-index: 1;
}

.contact-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #000000b8;
  z-index: -1;
}

.contact-sec .contact-hd {
  padding: 0px 0px 30px;
  text-align: center;
}

.contact-sec .contact-hd p {
  font-size: 50px;
  color: #ffc107;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Aclonica', sans-serif;
  text-transform: capitalize;
  font-weight: 800;
}

.contact-sec .contact-hd p:after {
  content: "";
  position: absolute;
  width: 35%;
  height: 35px;
  top: inherit;
  right: 0px;
  bottom: -30px;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.contact-sec .contact-hd p:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.contact-sec .contact-hd span {
  display: block;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  padding: 40px 0px 0px;
  font-weight: 600;
  font-weight: 400;
}

.contact-sec .cont-col1 .cont-col2 {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-sec .cont-col1 .cont-col2 .cont-inr {
  padding: 40px 0px 40px 50px;
  border: 2px dashed #ffc107ad;
  text-align: left;
}

.contact-sec .cont-col1 .cont-col2 .cont-inr .cont-head {
  font-size: 25px;
  color: #ffc107;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.contact-sec .cont-col1 .cont-col2 ul li {
  line-height: 65px;
  font-size: 20px;
  color: #fff;
}

.contact-sec .cont-col1 .cont-col2 ul li .fas, .contact-sec .cont-col1 .cont-col2 ul li .fa, .contact-sec .cont-col1 .cont-col2 ul li .fab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 76% 26% 26% 76% / 63% 37% 63% 37%;
  background: #ffc107;
  color: #000;
  font-size: 20px;
}

.contact-sec .cont-col1 .form-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact-sec .cont-col1 .form-col .form-inr {
  padding: 25px;
  background: #afafaf1f;
}

.contact-sec .cont-col1 .form-col .form-inr .from-head {
  font-size: 20px;
  color: #ffc107;
}

.contact-sec .cont-col1 .form-col .form-inr .from-head .fas {
  font-size: 30px;
  color: #fff;
}

.contact-sec .cont-col1 .form-col .form-inr .inpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 19px 15px;
  position: relative;
  z-index: 1;
}

.contact-sec .cont-col1 .form-col .form-inr .inpt .fas {
  position: absolute;
  top: 22px;
  left: 0px;
  right: 0;
  color: #ffc107;
  padding-left: 25px;
  padding-top: 10px;
  z-index: -1;
}

.contact-sec .cont-col1 .form-col .form-inr .inpt input, .contact-sec .cont-col1 .form-col .form-inr .inpt textarea {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid transparent;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding: 10px 0px 10px 33px;
  width: 100%;
  color: #fff;
}

.contact-sec .cont-col1 .form-col .form-inr .inpt input:focus, .contact-sec .cont-col1 .form-col .form-inr .inpt textarea:focus {
  outline: none;
  border: 1px solid #fff;
}

.contact-sec .cont-col1 .form-col .form-inr .inpt textarea {
  border: 1px solid #fff;
}

.contact-sec .cont-col1 .form-col .form-inr .inpt ::-webkit-input-placeholder {
  color: #fff;
}

.contact-sec .cont-col1 .form-col .form-inr .inpt :-ms-input-placeholder {
  color: #fff;
}

.contact-sec .cont-col1 .form-col .form-inr .inpt ::-ms-input-placeholder {
  color: #fff;
}

.contact-sec .cont-col1 .form-col .form-inr .inpt ::placeholder {
  color: #fff;
}

.contact-sec .cont-col1 .form-col .form-inr .styl-btn .fas {
  position: relative;
  top: 0;
  padding: 0px;
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

.contact-sec .cont-col1 .form-col .form-inr .styl-btn button {
  border: 1px solid #ffc107;
  color: #000;
  padding: 10px 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #ffc107;
}

.contact-sec .cont-col1 .form-col .form-inr .styl-btn button:focus {
  outline: none;
}

.contact-sec .cont-col1 .form-col .form-inr .styl-btn button:hover {
  background: transparent;
  color: #ffc107;
}

.contact-sec .cont-col1 .form-col .form-inr .styl-btn button:hover .fas {
  color: #ffc107;
}

.ftr-sec {
  background: #9c0000;
  padding: 30px 0px 50px;
  text-align: center;
  display: block;
}

.ftr-sec .dsclmr {
  padding: 30px 0px 0px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.ftr-sec .dsclmr p {
  line-height: 25px;
  text-align: center;
  font-weight: 400;
}

.ftr-sec .dsclmr span {
  display: block;
  text-align: center;
  color: #ffc107;
}

#callbook {
  display: none;
  background: green;
  bottom: 0;
  left: 0;
  width: 100%;
  position: fixed;
  display: none;
  right: 0;
  z-index: 100;
}

#callbook ul {
  padding: 0px;
}

#callbook ul li {
  position: relative;
  padding: 10px 0px;
  width: 50%;
  list-style: none;
  float: left;
  text-align: center;
}

#callbook ul li a {
  color: #fff;
  font-size: 18px;
}

#callbook ul li a .fa, #callbook ul li a .fab {
  color: #fff;
  position: relative;
  top: 0px;
  font-weight: 600;
  font-size: 20px;
  -webkit-animation: pulsate 0.5s ease-out;
          animation: pulsate 0.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#callbook ul li a .fa {
  color: #000;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
}

@media screen and (max-width: 1199px) {
  .top-sec .top-col1 .top-p1 {
    font-size: 16px;
  }
  .top-sec .top-col2 {
    font-size: 17px;
  }
  .chs-col .chs-mn {
    padding: 55px 15px 25px;
  }
  .chs-col .chs-mn .chs-bx {
    padding: 20px 0px;
  }
}

@media screen and (max-width: 991px) {
  .top-sec .top-col1:before {
    display: none;
  }
  .hdr-sec .logo-col {
    max-width: 50%;
  }
  .hdr-sec .logo-side .logo-inr {
    padding: 15px 5px;
  }
  .hdr-sec .logo-side ul li {
    padding: 0px 2px;
  }
  .hdr-sec .logo-side ul li a {
    font-size: 17px;
    padding: 7px 10px;
  }
  .ban-sec .ban-col .ban-p1 {
    font-size: 40px;
  }
  .chs-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .chs-col2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .serv2-sec:before {
    height: 90%;
    top: 5%;
  }
  .serv2-sec .srv-hd:before {
    display: none;
  }
  .serv2-sec .srv-hd p::after {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .hdr-sec .logo-col {
    max-width: 100%;
  }
  .ban-sec {
    position: relative;
    margin-top: -50px;
  }
  .ban-sec .ban-col .ban-p1 {
    top: 19%;
    right: inherit;
  }
  .serv3-sec .srv-col2 .srv-box1 .srv-box2 .srv-name {
    font-size: 23px;
  }
  #callbook {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .ban-sec {
    margin-top: -40px;
  }
  .ban-sec .ban-col .ban-p1 {
    top: 22%;
    font-size: 25px;
  }
  .about-sec .abt-hd .astro-nm {
    font-size: 36px;
  }
  .about-sec .abt-hd .astro-nm:after {
    width: 70%;
  }
  .serv1-sec .srv-hd p {
    font-size: 40px;
  }
  .serv1-sec .srv-hd p:after {
    width: 50%;
  }
  .serv1-sec .srv-hd span {
    font-size: 16px;
  }
  .serv1-sec .srv-mn .srv-inr .srv-name {
    font-size: 25px;
    padding: 20px 0px 10px;
  }
  .serv2-sec:before {
    height: 96%;
    top: 2%;
    width: 95%;
  }
  .award-sec .awrd-hd p:after {
    width: 50%;
  }
}

@media screen and (max-width: 410px) {
  .top-sec .top-col1 .top-p1 {
    font-size: 14px;
  }
  .hdr-sec .logo-side .logo-inr {
    padding: 10px 5px;
  }
  .hdr-sec .logo-side ul li a {
    padding: 5px 7px;
  }
  .ban-sec {
    margin-top: -30px;
  }
  .ban-sec .ban-col .ban-p1 {
    top: 24%;
    font-size: 18px;
  }
  .test-sec .test-hd p {
    font-size: 40px;
  }
  .test-sec .test-hd p:after {
    width: 50%;
  }
  .test-sec .test-hd span {
    font-size: 18px;
  }
  .test-sec .testimonial .pic {
    float: none;
    margin: 0 auto;
  }
  .test-sec .testimonial .description {
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
  }
  .test-sec .testimonial .testimonial-content {
    margin: 0px;
    text-align: center;
  }
  .serv3-sec .srv-hd p {
    font-size: 40px;
  }
  .serv3-sec .srv-hd p:after {
    width: 50%;
  }
  .contact-sec .contact-hd p:after {
    width: 50%;
  }
  .contact-sec .contact-hd span {
    font-size: 16px;
  }
  .contact-sec .cont-col1 .cont-col2 .cont-inr {
    padding: 40px 0px 40px 10px;
  }
  .contact-sec .cont-col1 .form-col .form-inr {
    padding: 25px 15px;
  }
}
/*# sourceMappingURL=style.css.map */