@import url("https://fonts.googleapis.com/css2?family=PT+Sans&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aclonica&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: 'PT Sans', sans-serif;
}

.top-sec {
  background: #8d0100;
  color: #fff;
}

.top-sec .tp-cl1 {
  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: 5px 0px;
}

.top-sec .tp-cl1 .tp-inr p {
  margin: 0px;
  font-size: 25px;
  font-family: 'Aclonica', sans-serif;
  color: #fbe33a;
}

.top-sec .tp-cl2 .tp-inr {
  padding: 0px 8px;
  border-left: 1px solid #fff;
}

.top-sec .tp-cl2 .tp-inr p {
  color: #fbe33a;
  font-size: 20px;
  font-family: inherit;
  font-family: inherit;
}

.top-sec .tp-cl2 .tp-inr span {
  display: block;
  color: #fff;
}

.top-sec .tp-cl3 {
  background: #fbe33a;
  padding: 0px;
  z-index: 1;
  position: relative;
}

.top-sec .tp-cl3 .tp-inr {
  border: 0px;
}

.top-sec .tp-cl3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: inherit;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #8d0100;
  -webkit-transform: skewY(-55deg);
          transform: skewY(-55deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: -1;
}

.top-sec .tp-cl3 ul {
  list-style: none;
  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;
  margin: 0px;
}

.top-sec .tp-cl3 ul li {
  padding: 0px 10px;
  line-height: 27px;
}

.top-sec .tp-cl3 ul li a .fas, .top-sec .tp-cl3 ul li a .fa, .top-sec .tp-cl3 ul li a .fab {
  font-size: 24px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #8d0100;
  position: relative;
  border-radius: 50%;
  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;
}

.log-sec {
  padding: 10px 0px;
}

.log-sec .log-cl {
  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;
}

.log-sec .log-cl .log-inr {
  padding: 0px;
}

.log-sec .log-cl2 .log-inr p {
  font-size: 22px;
  color: #fbe33a;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  font-family: 'Aclonica', sans-serif;
  margin: 0px;
  background: #8d0100;
  padding: 8px 0px;
  border-radius: 30px;
  font-weight: 400;
}

.log-sec .log-cl2 .log-inr 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;
}

.log-sec .log-cl2 .log-inr span a {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #8d0100;
  padding: 10px 20px;
  border: 1px solid #8d0100;
  margin: 10px;
  z-index: 1;
  background: transparent;
  font-weight: bold;
}

.log-sec .log-cl2 .log-inr span a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0px;
  right: inherit;
  bottom: inherit;
  left: 0%;
  margin: 0 auto;
  background: #8d0100;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0;
}

.log-sec .log-cl2 .log-inr span a:hover::before {
  width: 100%;
}

.log-sec .log-cl2 .log-inr span a:hover {
  color: #fff;
}

.log-sec .log-cl2 .log-inr span marquee {
  width: 60%;
  margin: 0 auto;
  color: #8d0100;
  font-size: 25px;
  font-weight: 600;
  margin: 0px;
}

.log-sec .log-cl2 .log-inr .mrq2 {
  padding: 5px 0px;
  margin: 0px;
  background: #fbe33a;
  border-radius: 20px;
}

.abt-sec {
  padding: 100px 0px;
  text-align: center;
  outline: 5px solid #8d0100;
  outline-offset: -30px;
  position: relative;
  text-align: center;
}

/*.abt-sec:before {
  content: "";
  position: absolute;
  width: 400px;
  height: 300px;
  top: -20px;
  right: inherit;
  bottom: inherit;
  left: -96px;
  margin: 0 auto;
  background: url(flwr.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}*/

.abt-sec .abt-hd .abt-hd-inr {
  text-align: left;
}

.abt-sec .abt-hd .abt-hd-inr p {
  font-size: 40px;
  color: #8d0100;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Aclonica', sans-serif;
  padding-bottom: 20px;
  padding-bottom: 5px;
  text-align: center;
}

.abt-sec .abt-hd .abt-hd-inr p:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 50px;
  top: 100%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.abt-sec .abt-hd .abt-hd-inr p:after {
  display: none;
}

.abt-sec .abt-hd .abt-hd-inr span {
  display: block;
  font-size: 30px;
  color: #000;
  text-transform: capitalize;
  padding: 35px 0px 0px;
  padding: 0px;
  text-align: center;
}

.abt-sec .abt-cl1 {
  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: flex-start;
}

.abt-sec .abt-cl2 p {
  line-height: 27px;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  text-align: left;
}

.abt-sec .abt-cl2 ul 
{
	text-align: left;
	padding-left: 20px;
}

.srv2-sec {
  text-align: center;
  padding: 40px 0px;
}

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

.srv2-sec .srv-hd p {
  font-size: 50px;
  color: #8d0100;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Aclonica', sans-serif;
  padding-bottom: 20px;
}

.srv2-sec .srv-hd p:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 50px;
  top: 100%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

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

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

.srv2-sec .srv2-mn .srv-inr {
  padding: 25px;
  border: 1px solid #8d0100;
  position: relative;
  background: #e6e6e670;
}



.srv2-sec .srv2-mn .srv-inr .srv-nm {
  font-size: 25px;
  color: #8d0100;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  font-family: 'Aclonica', sans-serif;
  margin: 0px;
  padding-top: 15px;
}

.srv2-sec .srv2-mn .srv-inr .cntnt {
  padding: 10px 0px;
}

.srv2-sec .srv2-mn .srv-inr .cntnt p {
  line-height: 25px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  padding-bottom: 15px;
}

.srv2-sec .srv2-mn .srv-inr .cntnt span {
  display: block;
  padding: 20px 0px;
text-align: center;}

.srv2-sec .srv2-mn .srv-inr .cntnt span a {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #8d0100;
  padding: 10px 20px;
  border: 1px solid #8d0100;
  margin: 10px;
  z-index: 1;
  background: transparent;
  font-weight: bold;
}

.srv2-sec .srv2-mn .srv-inr .cntnt span a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0px;
  right: inherit;
  bottom: inherit;
  left: 0%;
  margin: 0 auto;
  background: #8d0100;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0;
}

.srv2-sec .srv2-mn .srv-inr .cntnt span a:hover::before {
  width: 100%;
}

.srv2-sec .srv2-mn .srv-inr .cntnt span a:hover {
  color: #fff;
}

.test-sec {
  padding: 50px 0px;
  position: relative;
  background: url(test-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

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

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

.test-sec .test-cl1 p {
  font-size: 50px;
  color: #fbe33a;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Aclonica', sans-serif;
  padding-bottom: 20px;
}

.test-sec .test-cl1 p:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 50px;
  top: 100%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.test-sec .test-cl1 p:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.test-sec .test-cl1 span {
  display: block;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  padding: 35px 0px 0px;
}

.test-sec .test-cl2 {
  padding: 30px 20px;
}

.test-sec .test-cl2 .testimonial {
  padding: 55px 0 0px 275px;
  position: relative;
}

.test-sec .test-cl2 .testimonial:before, .test-sec .test-cl2 .testimonial:after {
  content: "";
  width: 320px;
  height: 55px;
  position: absolute;
  left: 0;
}

.test-sec .test-cl2 .testimonial:before {
  top: 0;
}

.test-sec .test-cl2 .testimonial:after {
  bottom: 0;
}

.test-sec .test-cl2 .testimonial .pic {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 70px;
  left: 100px;
}

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

.test-sec .test-cl2 .testimonial .description {
  font-size: 16px;
  color: #fff;
  line-height: 27px;
  position: relative;
  margin: 0px;
}

.test-sec .test-cl2 .testimonial .description:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -35px;
  left: 0;
  font-size: 20px;
  color: #fff;
}

.test-sec .test-cl2 .testimonial .testimonial-title {
  font-size: 22px;
  font-weight: 800;
  color: #fbe33a;
  text-transform: capitalize;
  padding-top: 20px;
}

.test-sec .test-cl2 .testimonial .post {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fbe33a;
  margin-top: 10px;
}

.test-sec .test-cl2 .owl-theme .owl-controls {
  text-align: right;
}

.test-sec .test-cl2 .owl-theme .owl-controls .owl-buttons div {
  background: #fbe33a;
  border-radius: 0;
  opacity: 1;
  padding: 5px 10px;
}

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

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

.srv3-sec {
  padding: 40px 0px;
  text-align: center;
}

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

.srv3-sec .srv-hd p {
  font-size: 50px;
  color: #8d0100;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Aclonica', sans-serif;
  padding-bottom: 20px;
}

.srv3-sec .srv-hd p:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 50px;
  top: 100%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

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

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

.srv3-sec .srv-mn .srv-bx {
  position: relative;
  padding: 20px 15px;
  -webkit-box-shadow: 0px 0px 23px #73737363;
          box-shadow: 0px 0px 23px #73737363;
  background: #fff;
}

.srv3-sec .srv-mn .srv-bx .srv-im {
  padding: 0px;

  border: 2px solid #8d0100;
}

.srv3-sec .srv-mn .srv-bx .srv-im img {
  width: 100%;
}

.srv3-sec .srv-mn .srv-bx p {
  font-size: 20px;
  color: #8d0100;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  font-family: 'Aclonica', sans-serif;
  padding: 10px 0px;
  margin: 0px;
}

.srv3-sec .srv-mn .srv-bx span {
  /*display: block;
  padding: 10px 0px;
  position: absolute;
  top: 64%;
  right: 0;*/
}

.srv3-sec .srv-mn .srv-bx span a {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #8d0100;
  padding: 10px 20px;
  border: 1px solid #8d0100;
  margin: 10px;
  z-index: 1;
  background: transparent;
}

.srv3-sec .srv-mn .srv-bx span a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0px;
  right: inherit;
  bottom: inherit;
  left: 0%;
  margin: 0 auto;
  background: #8d0100;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0;
}

.srv3-sec .srv-mn .srv-bx span a:hover::before {
  width: 100%;
}

.srv3-sec .srv-mn .srv-bx span a:hover {
  color: #fff;
}

.cnt-sec {
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}

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

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

.cnt-sec .cnt-cl1 {
  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;
}

.cnt-sec .cnt-cl1 .cnt-inr {
  padding: 0px;
}

.cnt-sec .cnt-cl1 .cnt-inr .cnt-p {
  font-size: 50px;
  color: #fbe33a;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Aclonica', sans-serif;
  padding-bottom: 20px;
  padding: 0px;
}

.cnt-sec .cnt-cl1 .cnt-inr .cnt-p:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 50px;
  top: 100%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: url(line-divider.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.cnt-sec .cnt-cl1 .cnt-inr .cnt-p:after {
  display: none;
}

.cnt-sec .cnt-cl1 .cnt-inr span {
  display: block;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  padding: 35px 0px 0px;
  padding: 0px;
}

.cnt-sec .cnt-cl1 .cnt-inr .cnt-dtls {
  padding: 20px;
}

.cnt-sec .cnt-cl1 .cnt-inr .cnt-dtls ul {
  list-style: none;
  margin: 0px;
}

.cnt-sec .cnt-cl1 .cnt-inr .cnt-dtls ul li {
  line-height: 80px;
  font-size: 25px;
  color: #ffff;
}

.cnt-sec .cnt-cl1 .cnt-inr .cnt-dtls ul li .fas, .cnt-sec .cnt-cl1 .cnt-inr .cnt-dtls ul li .fa, .cnt-sec .cnt-cl1 .cnt-inr .cnt-dtls ul li .fab {
  font-size: 24px;
  width: 50px;
  height: 50px;
  color: #8d0100;
  background: #fff;
  border-radius: 50%;
  padding: 14px;
  margin-right: 10px;
}

.cnt-sec .cnt-cl2 .cnt-inr p {
  font-size: 20px;
  color: #8d0100;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  font-family: 'Aclonica', sans-serif;
  text-align: left;
  padding: 10px 0px 10px 30px;
  font-weight: 400;
  background: #8d0100;
  color: #fff;
}

.cnt-sec .cnt-cl2 .cnt-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: 10px 15px;
}

.cnt-sec .cnt-cl2 .cnt-inr .inpt label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
}

.cnt-sec .cnt-cl2 .cnt-inr .inpt input, .cnt-sec .cnt-cl2 .cnt-inr .inpt textarea {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  padding: 7px 20px;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #000;
  resize: none;
}

.cnt-sec .cnt-cl2 .cnt-inr .inpt input:focus, .cnt-sec .cnt-cl2 .cnt-inr .inpt textarea:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 20px #efefef;
          box-shadow: 0px 0px 20px #efefef;
}

.cnt-sec .cnt-cl2 .cnt-inr .inpt textarea {
  border: 1px solid #000;
}

.cnt-sec .cnt-cl2 .cnt-inr .styl-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cnt-sec .cnt-cl2 .cnt-inr .styl-btn button {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #8d0100;
  color: #fff;
  border: 1px solid #8d0100;
  -webkit-box-shadow: 0px 0px 10px #efefef;
          box-shadow: 0px 0px 10px #efefef;
  padding: 10px 20px;
}

.cnt-sec .cnt-cl2 .cnt-inr .styl-btn button:focus {
  outline: none;
}

.cnt-sec .cnt-cl2 .cnt-inr .styl-btn button:hover {
  background: transparent;
  color: #8d0100;
}

.wavy-pt {
  padding: 0px;
  margin-bottom: -10px;
}

.ftr-sec {
  background: #8d0100;
  padding: 50px 0px 50px;
  text-align: center;
  display: block;
}

.ftr-sec .ftr-cl1 p {
  line-height: 27px;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  font-weight: 400;
}

.ftr-sec .ftr-cl2 {
  text-align: left;
}

.ftr-sec .ftr-cl2 p {
  font-size: 30px;
  color: #fbe33a;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  font-family: 'Aclonica', sans-serif;
  font-weight: 500;
  padding-bottom: 20px;
  text-align: left;
}

.ftr-sec .ftr-cl2 ul {
  list-style: none;
  margin: 0px;
}

.ftr-sec .ftr-cl2 ul li {
  font-size: 17px;
  color: #fff;
  line-height: 50px;
  border-bottom: 1px solid #ffffff26;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 400;
}

.ftr-sec .ftr-cl2 ul li:hover {
  color: #fbe33a;
}

.ftr-sec .ftr-cl2 ul li .fas, .ftr-sec .ftr-cl2 ul li .fab, .ftr-sec .ftr-cl2 ul li .fa {
  padding-right: 5px;
}

.ftr-sec .ftr-cl2 ul li:last-child {
  border: 0px;
}

.ftr-sec .ftr-cl2 span {
  display: block;
  background: #fbe33a;
  color: #000;
  font-size: 20px;
  font-size: 25px;
  padding: 5px 20px;
  text-transform: capitalize;
}

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

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

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

#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;
  }
}

.visible-xs{display: none;}
@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 .tp-cl1 .tp-inr p {
    font-size: 18px;
  }
  .top-sec .tp-cl3 ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .top-sec .tp-cl3 ul li {
    padding: 0px 3px;
  }
  .top-sec .tp-cl3 ul li a .fas, .top-sec .tp-cl3 ul li a .fa, .top-sec .tp-cl3 ul li a .fab {
    font-size: 18px;
    width: 35px;
    height: 35px;
  }
  .srv2-sec .srv2-mn .srv-inr {
    padding: 25px 21px;
  }
  .srv2-sec .srv2-mn .srv-inr .srv-nm {
    font-size: 20px;
  }
  .cnt-sec:before {
    width: 42%;
  }
  .cnt-sec:after {
    width: 58%;
  }
}

@media screen and (max-width: 991px) {
  .top-sec {
    text-align: center;
  }
  .top-sec .tp-cl1 {
    max-width: 80%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-sec .tp-cl2 {
    max-width: 50%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .top-sec .tp-cl3 {
    max-width: 20%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background: transparent;
  }
  .top-sec .tp-cl3:before {
    display: none;
  }
  .top-sec .tp-cl3 ul {
    padding: 10px 0px;
  }
  .top-sec .tp-cl3 ul li a .fas, .top-sec .tp-cl3 ul li a .fa, .top-sec .tp-cl3 ul li a .fab {
    color: #8d0100;
    background: #fbe33a;
  }
  .srv2-sec .srv2-mn .srv-inr .srv-nm {
    font-size: 28px;
  }
  .srv2-sec .srv2-mn .srv-inr .cntnt span {
    text-align: center;
  }
  .test-sec .test-cl2 .testimonial {
    padding: 80px 0 0px 265px;
  }
  .cnt-sec {
    padding: 50px 0px;
  }
  .cnt-sec:before {
    width: 100%;
    height: 500px;
  }
  .cnt-sec:after {
    width: 100%;
    height: 500px;
    top: 46%;
  }
  .ftr-sec .ftr-cl2 {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 767px) {
  .top-sec .tp-cl1 {
    max-width: 100%;
  }
  .top-sec .tp-cl2 {
    max-width: 50%;
  }
  .top-sec .tp-cl3 {
    max-width: 100%;
  }
  .top-sec .tp-cl3 ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .abt-sec {
    outline-offset: -20px;
  }
  .abt-sec:before {
    width: 350px;
  }
  .test-sec .test-cl2 .testimonial {
    padding: 0;
    border: none;
  }
  .test-sec .test-cl2 .testimonial:before, .test-sec .test-cl2 .testimonial:after {
    border: none;
  }
  .test-sec .test-cl2 .testimonial .pic {
    position: relative;
    top: 0;
    left: 0;
  }
  .test-sec .test-cl2 .testimonial .description {
    margin-top: 15px;
  }
  .test-sec .test-cl2 .testimonial .description:before {
    content: "";
  }
  .ftr-sec .ftr-cl2 p {
    font-size: 25px;
  }
  #callbook {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .visible-xs{display: inherit!important;}
  .log-sec .log-cl2 .log-inr p {
    font-size: 17px;
  }
  .log-sec .log-cl2 .log-inr span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .log-sec .log-cl2 .log-inr span marquee {
    width: 100%;
  }
  .abt-sec {
    outline: 4px solid #8d0100;
    outline-offset: -10px;
    padding: 40px 0px;
  }
  .abt-sec:before {
    height: 200px;
  }
  .abt-sec .abt-hd .abt-hd-inr span {
    text-align: right;
  }
  .abt-sec .abt-hd .abt-hd-inr p {
    text-align: right;
    font-size: 30px;
  }
  .srv2-sec .srv-hd p {
    font-size: 35px;
  }
  .srv2-sec .srv-hd span {
    font-size: 17px;
  }
  .test-sec .test-cl1 p {
    font-size: 45px;
  }
  .srv3-sec .srv-mn .srv-bx p {
    font-size: 27px;
  }
  .cnt-sec:after {
    height: 710px;
    top: 36%;
  }
}

@media screen and (max-width: 410px) {
  .top-sec .tp-cl1 .tp-inr {
    padding: 0px;
  }
  .top-sec .tp-cl2 .tp-inr {
    padding: 0px;
  }
  .top-sec .tp-cl2 .tp-inr p {
    font-size: 16px;
  }
  .top-sec .tp-cl2 .tp-inr span {
    font-size: 13px;
  }
  .log-sec .log-cl2 .log-inr p {
    font-size: 14px;
  }
  .abt-sec:before {
    height: 150px;
    left: -125px;
  }
  .srv2-sec .srv-hd p {
    font-size: 31px;
  }
  .srv2-sec .srv2-mn .srv-inr {
    padding: 25px 15px;
  }
  .srv2-sec .srv2-mn .srv-inr .srv-nm {
    font-size: 21px;
  }
  .srv2-sec .srv2-mn .srv-inr .cntnt span {
    text-align: left;
  }
  .test-sec {
    padding: 50px 0px 20px;
  }
  .test-sec .test-cl1 p {
    font-size: 37px;
  }
  .srv3-sec .srv-hd p {
    font-size: 38px;
  }
  .srv3-sec .srv-hd span {
    font-size: 16px;
  }
  .cnt-sec .cnt-cl1 .cnt-inr .cnt-p {
    font-size: 42px;
  }
  .cnt-sec .cnt-cl1 .cnt-inr span {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */

.menu {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px,1fr));
  justify-content: start;
  grid-gap: 1px;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.menu li {
  
}
.menu a {
  color: white;
  display: block;
  text-decoration: none;
  padding: 10px;
  background: #8d0100;
  text-align: center;
}
.menu a:hover,
.menu a:focus {
  outline: 2px solid black;
}

.bg-yellow {
    background: #f1c210;
    color: #000;
}