@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&amp;display=swap");
* {
  margin: 0px;
  padding: 0px;
}
body{
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	color:#000;
}
img {
  max-width: 100%;
}

/* html {
  scroll-behavior: smooth;
} */

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;
}

.top-sec {
  text-align: center;
  background:#FED425;
  color:#000;
}

.top-sec .top-col1 {
  padding: 10px;
}

.top-sec .top-col1 p {
  font-size: 20px;
  margin: 0px;
  color: #000;
  line-height: 37px;
}

.logo-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;
}

.logo-sec .logo-side {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 15px;
}

.logo-sec .logo-side .logo-inr {
  padding: 0px;
}

.logo-sec .logo-side .logo-inr .logo-p1 {
  font-size: 30px;
  color: #D10202;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  padding: 10px 0px;
  font-weight: 700;
  text-align: right;
  padding: 0px;
}

.logo-sec .logo-side .logo-inr .logo-p2 {
  display: block;
  font-weight: 500;
  font-size: 20px;
  text-align: right;
  margin: 0px;
  text-transform: uppercase;
}

.logo-sec .logo-side .logo-inr .logo-p2 span {
  display: inline-block;
  padding: 10px 0px;
}

.logo-sec .logo-side .logo-inr .logo-p2 span a {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #fff;
  border: 1px solid #D10202;
  padding: 10px 20px;
  z-index: 1;
  padding: 7px 20px;
  text-transform: capitalize;
}

.logo-sec .logo-side .logo-inr .logo-p2 span 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: #D10202;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.logo-sec .logo-side .logo-inr .logo-p2 span a:hover {
  background: transparent;
  color: #D10202;
  -webkit-box-shadow: 0px 0px 6px #ffffff5c;
          box-shadow: 0px 0px 6px #ffffff5c;
}

.logo-sec .logo-side .logo-inr .logo-p2 span a:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.logo-sec .logo-side .logo-inr 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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 20px 0px;
}

.logo-sec .logo-side .logo-inr ul li {
  margin: 5px;
  background: #D10202;
  color:#fff;
  padding: 10px 14px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  border-radius: 30px;
}

.logo-sec .logo-side .logo-inr ul li:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: -18px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #D10202;
  z-index: -1;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.log-below .blw-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;
  background: #D10202;
  padding: 0px;
  position: relative;
  z-index: 1;
}

.log-below .blw-col1:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: inherit;
  margin: 0 auto;
  margin: 0;
  border: 22px solid #D10202;
  border-color: #fff #fff #fff #D10202;
  z-index: -1;
}

.log-below .blw-col1 p {
  margin: 0px;
}

.log-below .blw-col1 .anim-call {
  color: #fff;
  font-size: 18px;
}

.log-below .blw-col1 .anim-call a {
  color: #FED425;
}

.log-below .blw-col2 {
  background: #fff;
  padding: 7px 15px;
}

.log-below .blw-col2 marquee {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.log-below .blw-col2:before {
  display: none;
}

.log-below .blw-col3:before {
  right: inherit;
  border-color: #fff #D10202 #fff #fff;
  margin: 0;
  left: 0;
}

.log-below .navgtn-col {
background: #D10202;
color:#fff;
    border-radius: 0 0 5px 5px;
    z-index: 2;
	text-align:center;
       padding: 10px 0px 1px 0;
}

.bg-light {
  background: transparent !important;
  margin: 0px 0px 0px;
}

.navbar {
  padding: 0px;
}

.navbar-collapse {
  text-align: center;
}

.navbar-light .navbar-toggler {
  border-color: #000;
}

.navbar-light .navbar-nav .nav-link {
  padding: 10px 14px;
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 18px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background: #D10202;
}

.mr-auto {
  margin: auto !important;
}

.nav-item {
  padding: 0px 4px;
}

.ban-sec {
  margin-top:0;
}

.about-sec {
  padding: 40px 0px;
  position: relative;
  
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  z-index: 1;
}

.about-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  z-index: -1;
 background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(209,2,2,1) 35%, rgba(0,0,0,1) 100%);
}

.about-sec .about-hd {
  text-align: center;
  padding: 0px 0px 30px;
}

.about-sec .about-hd span {
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 30px;
  color:#FED425;
}

.about-sec .about-hd p {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

.about-sec .about-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;
}

.about-sec .about-content {
  text-align: left;
}

.about-sec .about-content p {
  line-height: 27px;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}

.about-sec .about-content ul {
  margin-bottom: 10px;
  width: 100%;
}

.about-sec .about-content ul li {
  line-height: 30px;
  font-weight: 500;
}

.serv1-sec {
  text-align: center;
  padding: 50px 0px;
  background-color:#FED425;
}

.serv1-sec .srv-hd {
  padding: 0px 0px 30px;
}

.serv1-sec .srv-hd p {
  font-size: 50px;
  color: #D10202;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

.serv1-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;
}

.serv1-sec .srv-hd span {
  display: block;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  padding: 29px 0px 0px;
  font-weight: 500;
}

.serv1-sec .srv-main {
  padding: 30px 25px;
}

.serv1-sec .srv-main .srv-inr {
  padding: 0px 0px;
  border: 2px solid;
  -webkit-box-shadow: 0px 0px 20px #797979ad;
          box-shadow: 0px 0px 20px #797979ad;
}

.serv1-sec .srv-main .srv-inr .srv-svg {
  z-index: 2;
  padding: 0px;
}
.serv1-sec .srv-main .srv-inr .srv-svg h2{
    background-color: #FED425;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
	position: relative;
    top: -2px;
}
.serv1-sec .srv-main .srv-inr svg {
  display: block;
  margin-left: -1px;
}

.serv1-sec .srv-main .srv-inr svg path {
  fill: #fdfdfd;
}

.serv1-sec .srv-main .srv-inr .srv-name {
  font-size: 45px;
  color: #D10202;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  padding: 10px 0px;
  font-weight: 700;
  padding: 0px;
  -webkit-transform: translate(10px, 90px);
          transform: translate(10px, 90px);
  fill: #D10202;
}

.serv1-sec .srv-main .srv-inr .srv-nam2 {
  font-size: 30px;
  -webkit-transform: translate(10px, 129px);
          transform: translate(10px, 129px);
  fill: #a2a2a0;
  font-weight: 400;
}

.serv1-sec .srv-main .srv-inr span {
  display: block;
  padding: 10px 0px;
}

.serv1-sec .srv-main .srv-inr span a {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #D10202;
font-size:18px;
font-weight: bold;
  padding: 10px 20px;
  z-index: 1;
}


.serv1-sec .srv-main .srv-inr span a:hover {
  background: transparent;
  color: #000;
 
}

.serv1-sec .srv-main .srv-inr span a:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.serv1-sec .srv-main .srv-im {
  position: relative;
  padding: 0px;
 
}

.serv1-sec .srv-main .srv-im img {
  width: 100%;
}

.serv1-sec .srv-main .srv-content {
  margin-top: -40px;
  background: #fff;
  padding: 15px 15px 20px;
}

.serv1-sec .srv-main .srv-para {
  line-height: 25px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.choose-sec {
  text-align: center;
  padding: 50px 0px;
  
  position: relative;
  z-index: 1;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}

.choose-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #000;
  z-index: -1;
}
.chs-hd {
  padding: 0px 0px 30px;
}

.chs-hd p {
  font-size: 50px;
  color:#fff;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.chs-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;
}
.chs-hd p:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.chs-hd span {
	text-align: center;
  display: block;
  font-size: 20px;
  color: #fed425;
  text-transform: capitalize;
  padding: 29px 0px 0px;
  font-weight: 500;
}
.chs-mn {
  padding: 30px 20px;
}
.chs-mn .chs-inr {
  padding: 0px;
}
.chs-mn .chs-icon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
 
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: #fed425;
  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;
}
.chs-mn .chs-icon .fas {
  font-size: 85px;
  color: #D10202;
}
.chs-mn p {
  font-size: 20px;
  color:#fff;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  padding: 10px 0px;
  font-weight: 700;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 0px;
}
.call-1_now {
    bottom: 5px;
    right: 10px;
    position: fixed;
    z-index: 111;
    cursor: pointer;
}
.serv2-sec {
  text-align: center;
  padding: 60px 0px;
}

.serv2-sec .srv2-mn {
  padding: 30px 20px;
}

.serv2-sec .srv2-mn .srv-inr {
  padding: 0px;
}
.serv2-sec .srv2-mn .srv-inr a{
	    background-color: #FED425;
        font-size: 19px;
    padding: 5px 10px 5px 10px;
    display: block;
}
.serv2-sec .srv2-mn .srv-inr p {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  padding: 10px 0px;
  font-weight: 700;
  background: #D10202;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.serv2-sec .srv2-mn .srv-inr p:before, .serv2-sec .srv2-mn .srv-inr p:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -10px;
  right: inherit;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #D10202;
  margin: 0px;
  -webkit-transform: skewY(-20deg);
          transform: skewY(-20deg);
  z-index: -1;
}



.serv2-sec .srv2-mn .srv-im img {
  width: 100%;
  border-radius: 50%;
}

.test-sec {
  padding: 60px 0px 100px;
  position: relative;
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
}

.test-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #000;
  z-index: -1;
}

.test-sec .test-hd {
  text-align: center;
  padding: 0px 0px 50px;
}

.test-sec .test-hd p {
  font-size: 50px;
  color: #FED425;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

.test-sec .test-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;
}

.test-sec .test-hd p:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.test-sec .test-hd span {
  display: block;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  padding: 29px 0px 0px;
  font-weight: 500;
}

.test-sec .test-slide {
  padding: 0px;
}

.test-sec .testimonial {
  background: transparent;
  text-align: center;
  margin: 0 20px;
}

.test-sec .testimonial .description {
  padding: 40px 30px;
  margin-bottom: 50px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  text-align: left;
  position: relative;
}

.test-sec .testimonial .description:before {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  float: left;
  padding: 0 15px 5px 0;
  font-size: 30px;
  color: #FED425;
  text-align: center;
  position: relative;
  top: 8px;
  left: 0;
}

.test-sec .testimonial .description:after {
  content: "";
  width: 50%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.test-sec .testimonial .testimonial-content {
  position: relative;
}

.test-sec .testimonial .testimonial-content:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: -50px;
  left: 50%;
}

.test-sec .testimonial .testimonial-content:after {
  content: "";
  width: 2px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  -webkit-transform-origin: 100% 100% 0;
          transform-origin: 100% 100% 0;
}

.test-sec .testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 7px;
}

.test-sec .testimonial .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.test-sec .testimonial .title {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #FED425;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.test-sec .owl-theme .owl-controls {
  margin-top: 30px;
}

.test-sec .owl-theme .owl-controls .owl-page span {
  width: 15px;
  height: 10px;
  border-radius: 0;
  background: #FED425;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.test-sec .owl-theme .owl-controls .owl-page.active span {
  width: 35px;
  background: #fff;
}

.form-sec {
  padding: 40px 0px;
  position: relative;
  z-index: 1;
}

.form-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #D10202;
  z-index: -1;
  -webkit-clip-path: polygon(100% 10%, 35% 100%, 100% 100%);
          clip-path: polygon(100% 10%, 35% 100%, 100% 100%);
}

.form-sec .frml-list {
  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;
}

.form-sec .frml-list .frm-srv {
  padding: 0px;
}

.form-sec .frml-list .frm-srv ul li {
  line-height: 50px;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.form-sec .frml-list .frm-srv ul li .fas {
  padding-right: 10px;
  color: #D10202;
}

.form-sec .form-part {
  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: 30px 15px;
}

.form-sec .form-part .form-inner {
  padding: 20px;
  background: #efefef;
}

.form-sec .form-part p {
  font-size: 50px;
  color: #D10202;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

.form-sec .form-part 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;
}

.form-sec .form-part p:after {
  right: inherit;
  margin: 0;
}

.form-sec .form-part span {
  display: block;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  padding: 29px 0px 0px;
  font-weight: 500;
  padding: 5px 0px 5px 10px;
  margin: 40px 0px;
  background: #FED425;
  border-radius: 5px;
}

.form-sec .form-part .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: 5px 15px;
}

.form-sec .form-part .inpt label {
  display: block;
  margin: 0px;
  text-transform: capitalize;
  font-weight: 500;
}

.form-sec .form-part .inpt input, .form-sec .form-part .inpt textarea {
  width: 100%;
  padding: 5px 10px;
  border: 0px;
  border-radius: 6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  resize: none;
}

.form-sec .form-part .inpt input:focus, .form-sec .form-part .inpt textarea:focus {
  outline: none;
}

.form-sec .form-part .styl-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-sec .form-part .styl-btn button {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  border: 1px solid #D10202;
  background: #D10202;
  color: #fff;
  padding: 10px 20px;
}

.form-sec .form-part .styl-btn button:hover {
  background: transparent;
  color: #D10202;
}

.ban2-sec {
  text-align: center;
  padding: 100px 0px;
  position: relative;
  background: url(ban2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  z-index: 1;
}

.ban2-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  z-index: -1;
  background: #000000c4;
}

.ban2-sec .ban2-col {
  padding: 0px;
}

.ban2-sec .ban2-col .ban-name {
  font-size: 60px;
  color: #FED425;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  padding: 10px 0px;
  font-weight: 700;
  margin: 0px;
  font-weight: 700;
}

.ban2-sec .ban2-col .astr-name {
  font-size: 40px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  padding: 10px 0px;
  font-weight: 700;
  margin: 0px;
  padding: 10px 0px;
}

.ban2-sec .ban2-col 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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ban2-sec .ban2-col ul li {
  padding: 20px;
}

.ban2-sec .ban2-col ul li a {
  position: relative;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  color: #fff;
  border: 1px solid #D10202;
  padding: 10px 20px;
  z-index: 1;
  color: #000;
  border: 1px solid #FED425;
  font-weight: 500;
}

.ban2-sec .ban2-col 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: #D10202;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ban2-sec .ban2-col ul li a:hover {
  background: transparent;
  color: #D10202;
  -webkit-box-shadow: 0px 0px 6px #ffffff5c;
          box-shadow: 0px 0px 6px #ffffff5c;
}

.ban2-sec .ban2-col ul li a:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.ban2-sec .ban2-col ul li a:before {
  background: #FED425;
}

.ban2-sec .ban2-col ul li a:hover {
  color: #FED425;
}
.marq-col{
width: 100%;	
}
.ftr-sec {
  background: #000;
  padding: 30px 0px 1px;
  text-align: center;
  display: block;
}

.ftr-sec .dsclmr {
  padding: 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: #FED425;
}

#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) {
  .logo-sec .logo-side .logo-inr .logo-p1 {
    font-size: 25px;
  }
  .logo-sec .logo-side .logo-inr ul li {
    padding: 10px 9px;
    margin: 5px 0px;
  }
  .log-below .blw-col1 .anim-call {
    font-size: 16px;
  }
  .log-below .blw-col1:before {
    border-width: 19px;
  }
  .log-below .blw-col2 {
    padding: 7px 0px;
  }
  .log-below .blw-col2 marquee {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .logo-sec .logo-side {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logo-sec .logo-side .logo-inr .logo-p1 {
    text-align: center;
  }
  .logo-sec .logo-side .logo-inr .logo-p2 {
    text-align: center;
  }
  .log-below {
    background: #FED425;
  }
  .log-below .blw-col1 {
    background: transparent;
    z-index: 3;
  }
  .log-below .blw-col1 .anim-call {
   
    color: #fff;
    padding: 8px 15px;
   
    background: #D10202;
  }
  .log-below .blw-col1:before {
    display: none;
  }
  .log-below .blw-col2 {
    display: none;
  }
  .log-below .blw-col3 {
    display: none;
  }
  .log-below .navgtn-col {
    padding: 10px 15px;
    border-radius: 0px;
  }
  .ban-sec {
    margin: 0px;
  }
  .serv1-sec .srv-main {
    max-width: 50%;
    margin: 0 auto;
  }
  .form-sec:before {
    -webkit-clip-path: polygon(100% 50%, 10% 100%, 100% 100%);
            clip-path: polygon(100% 50%, 10% 100%, 100% 100%);
  }
}

@media screen and (max-width: 767px) {
  .logo-sec .logo-side .logo-inr .logo-p1 {
    font-size: 20px;
  }

  .about-sec {
    background-position-x: -700px;
  }
  .serv1-sec .srv-main {
    max-width: 100%;
    margin: 0;
  }

  .ban2-sec .ban2-col .ban-name {
    font-size: 55px;
  }
  #callbook {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .top-sec .top-col1 {
    padding: 10px 0px;
  }
  .top-sec .top-col1 p {
    font-size: 15px;
    line-height: 26px;
  }
  .logo-sec .logo-side .logo-inr .logo-p1 {
    font-size: 18px;
  }
  .log-below .blw-col1 .anim-call {
    
  }
  .about-sec .about-hd p {
    font-size: 28px;
  }
  .serv1-sec .srv-hd p {
    font-size: 38px;
  }
  .serv1-sec .srv-hd span {
    font-size: 18px;
  }
  .choose-sec .chs-hd p {
    font-size: 38px;
  }
  .test-sec .test-hd span {
    font-size: 18px;
  }
  .form-sec:before {
    display: none;
  }
  .form-sec .form-part .form-inner {
    padding: 20px 15px;
  }
  .form-sec .form-part span {
    font-size: 18px;
  }
  .ban2-sec {
    background-position-x: -572px;
  }
  .ban2-sec .ban2-col .ban-name {
    font-size: 40px;
  }
  .ban2-sec .ban2-col .astr-name {
    font-size: 29px;
  }
}

@media screen and (max-width: 410px) {
  .log-below .blw-col1 .anim-call {
    padding: 8px 5px;
  }
  .about-sec {
    background-position-x: -1020px;
  }
  .about-sec .about-hd p {
    font-size: 29px;
  }
  .serv1-sec .srv-hd p {
    font-size: 34px;
  }
  .serv1-sec .srv-main {
    padding: 30px 15px;
  }
  .choose-sec .chs-hd p {
    font-size: 36px;
  }
  .choose-sec .chs-hd span {
    font-size: 18px;
  }
  .test-sec .test-hd p {
    font-size: 45px;
  }
  .test-sec .testimonial .description {
    padding: 40px 12px;
  }
  .form-sec .frml-list {
    padding: 0px 10px;
  }
  .form-sec .frml-list .frm-srv ul li {
    font-size: 19px;
  }
  .form-sec .frml-list .frm-srv ul li .fas {
    padding-right: 3px;
  }
  .form-sec .form-part p {
    font-size: 45px;
  }
  .form-sec .form-part span {
    padding: 5px;
  }
  .ban2-sec .ban2-col .ban-name {
    font-size: 29px;
  }
}
 @media (max-width: 500px) {
	.collapse {
    display: block;
}
	 .call-1_now {
display: none;
}
}

.services-part {
        background-color: #d10202;
}
.boxs-ser {
    background: #FED425;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
    transition: 0.6s;
}   
.boxs-ser img {
    width: 100%;
    margin-bottom: 15px;
}
.boxs-ser h3 {
    color:#D10202;
    font-size: 24px;
	    padding: 10px;
}
.boxs-ser p {
    font-size: 17px;
    color: #000;
}

.boxs-ser p a {
    color: #fff;
    background:#D10202;
    padding: 10px 20px;
    border-radius: 40px;
    transition: 0.6s;
    text-decoration: none;
}
.boxs-ser:hover {
    box-shadow: 0px 3px 10px #0000006E;
} 

.services-list {
    background:#D10202;
    padding: 14px;
	margin: 10px;
    border-radius: 10px;
}
.services-list ul {
    padding: 0;
    margin: 0;
}
.services-list ul li {
    color: #fff;
    font-size: 17px;
    list-style: none;
    padding-bottom: 10px;
    font-weight: 500;
    transition: 0.6s;
}
.services-list ul li:hover {
    color: #FED425;
}
.services-list ul li i {
    color: #FED425;
}
.service-boxs h2 {
    color:#D10202;
    font-size: 40px;
	padding: 35px;
	font-weight:bold;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center; 
}
.services-list h3 {
    color: #FED425;
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 15px;
}

/*Start........ Form-section*/
.form-part {
      text-align: center;
    background: #84010e;
    padding: 5% 0; 
}
.contact-part {
    background: #ffc107; 
    padding: 25px;
    border-radius: 8px;
    border: solid 3px #efad00;
}
div#review h4 {
    font-size: 30px;
    margin-bottom: 5px;
    color: #ffc107;
}
div#review p.text-size {
    color: #fff;
    font-size: 20px;
}
div#review p.description {
    color: #fff;
}


.contact-part h3 {
    font-size: 30px;
    margin-bottom: 5px;
    color: #84010e;
}
.contact-part p {
    color: #222;
    font-size: 20px;
}   
.contact-part label {
    color: #fff;
        display: none;
}
textarea#description {
    height: 92px;
}
 
.contact-part button.submit {
    background: #84010e;
    padding: 13px 15px;
    color: #fff;
}
 
.same-rep h2 {
    font-size: 40px;
    font-weight: 700;
    color: #2e1115; 
}
 
.contact-part label {
    color: #fff;
    display: none;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* mycode */
.navbar {
  display: flex;
  position: relative;
  justify-content: space-evenly;
  align-items: center;
  background-color: #333;
  color: white;
}

.brand-title {
  font-size: 1.5rem;
  margin: .5rem;
}

.navbar-links {
  height: 100%;
}

.navbar-links ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.navbar-links li {
  list-style: none;
}

.navbar-links li a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 1rem;
}

.navbar-links li:hover {
  background-color: #555;
}

.toggle-button {
  position: absolute;
  top: .75rem;
  right: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
}

@media (max-width: 800px) {
  .navbar {
      flex-direction: column;
      align-items: flex-start;
  }

  .toggle-button {
      display: flex;
  }

  .navbar-links {
      display: none;
      width: 100%;
  }

  .navbar-links ul {
      width: 100%;
      flex-direction: column;
  }

  .navbar-links ul li {
      text-align: center;
  }

  .navbar-links ul li a {
      padding: .5rem 1rem;
  }

  .navbar-links.active {
      display: flex;
  }
}




.slider{
    /* width: 800px; */
    /* height: 500px; */
    /* border-radius: 10px; */
    overflow: hidden;
  }
  
  .slides{
    width: 500%;
    /* height: 500px; */
    display: flex;
  }
  
  .slides input{
    display: none;
  }
  
  .slide{
    width: 20%;
    transition: 2s;
  }
  
  .slide img{
    width: 800px;
    /* height: 600px; */
  }
  
  /*css for manual slide navigation*/
  
  /* .navigation-manual{
    position: absolute;
    width: 800px;
    margin-top: -40px;
    display: flex;
    justify-content: center;
  } */
  
  /* .manual-btn{
    border: 2px solid #40D3DC;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
  } */
  
  .manual-btn:not(:last-child){
    margin-right: 40px;
  }
  
  .manual-btn:hover{
    background: #40D3DC;
  }
  
  #radio1:checked ~ .first{
    margin-left: 0;
  }
  
  #radio2:checked ~ .first{
    margin-left: -20%;
  }
  
  #radio3:checked ~ .first{
    margin-left: -40%;
  }
  
  #radio4:checked ~ .first{
    margin-left: -60%;
  }
  
  /*css for automatic navigation*/
  
  .navigation-auto{
    position: absolute;
    display: flex;
    width: 800px;
    justify-content: center;
    margin-top: 460px;
  }
  
  .navigation-auto div{
    border: 2px solid #40D3DC;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
  }
  
  .navigation-auto div:not(:last-child){
    margin-right: 40px;
  }
  
  #radio1:checked ~ .navigation-auto .auto-btn1{
    background: #40D3DC;
  }
  
  #radio2:checked ~ .navigation-auto .auto-btn2{
    background: #40D3DC;
  }
  
  #radio3:checked ~ .navigation-auto .auto-btn3{
    background: #40D3DC;
  }
  
  #radio4:checked ~ .navigation-auto .auto-btn4{
    background: #40D3DC;
  }





