@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@400;500&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Capriola&amp;family=Denk+One&amp;display=swap");

body {
  margin: 0;
  padding: 0;
  color: rgb(254, 101, 127);
  font-family: "Denk One", sans-serif;
}

.icon-bar {
  position: fixed;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  margin: 20px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.mobile {
  background: #0051ff;
  color: white;
}

.whatsapp {
  background: green;
  color: white;
}
.main {
  margin: auto;
  padding: 0;
  width: 93%;
}

a {
  color: #000;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #000;
  text-decoration: none;
}
img {
  max-width: 100%;
}
h1 {
  margin: 0px;
}
h2 {
  margin: 0px;
}
h3 {
  margin: 0px;
}
h4 {
  margin: 0px;
}
h5 {
  margin: 0px;
}
h6 {
  margin: 0px;
}

/*stat top-head section*/

.top {
  padding: 10px;
  background: rgb(254, 101, 127);
  font-family: "Dosis", sans-serif;
}
.top1 {
  padding: 0px;
}
.top-1 {
  padding: 10px 0px;
  /* background: #FBE27B; */
  color: #fff;
  border-radius: 28px;
  font-size: 22px;
}
.top2 {
  padding: 0px;
}
.top-2 {
  padding: 10px;
}
.top-2 ul {
  padding: 0px;
  list-style: none;
  float: right;
  margin: 0px;
}
.top-2 li {
  font-size: 15px;
  padding: 0px 0px 0px 7px;
  display: inline-block;
  animation: anim 2s linear infinite;
}
.top-2 li a {
  text-decoration: none;
  color: #fff;
}
.top-2 i {
  width: 36px;
  height: 36px;
  font-weight: 600;
  background-color: #ffeb00;
  color: rgb(254, 101, 127);
  border-radius: 12px;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  transition: all 0.2s linear;
}

.num {
  text-align: center;
  background-color: darkgreen;
  padding: 10px;
  border-radius: 50px;
  color: white;
  font-weight: bold;
}

.phNum {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  color: black;
  font-weight: bold;
}

@keyframes anim {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(8px);
  }
}
.top-2 ul li:nth-child(1) {
  animation-delay: 200ms;
}
.top-2 ul li:nth-child(2) {
  animation-delay: 800ms;
}
.top-2 ul li:nth-child(3) {
  animation-delay: 1600ms;
}
.top-2 i:hover {
  background: #fff;
  transition: 0.5s;
}

/*end top-head section*/

/*start head section*/

.head {
  padding: 0px;
  /*background:#900390;*/
}
.head-1 {
  padding: 10px;
}
.head1 {
  padding: 0px;
}
.head2 {
  padding: 0px;
  text-align: center;
}

/*end head section*/

/*start navbar toggal*/
.navbar-inverse .navbar-toggle:hover {
  background-color: rgb(254, 101, 127);
}
.navbar-inverse .navbar-toggle {
  border-color: rgb(254, 101, 127);
  float: left;
  background: rgb(254, 101, 127);
  padding: 10px 30px;
}
/*end navbar toggal*/

.navbar {
  position: relative;
  min-height: 50px;
  border-radius: 0px;
  font-family: "Dosis", sans-serif;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
.navbar-inverse {
  background: rgb(254, 101, 127);
  border: none;
  padding: 15px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  padding: 16px 20px 16px 20px;
  font-size: 20px;
  font-weight: 600;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #000000;
  background: #ffeb00;
  transition: 0.8s;
}
.navbar-nav {
  padding: 0px 20px;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(254, 101, 127);
  box-shadow: inset 0 1px 0 rgb(3 58 8);
}

#header {
  background-color: rgb(254, 101, 127);
  padding: 0px 0;
  color: #fff;
  z-index: 9999;
  transition: 0.5s;
  margin: 0px;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px 0px #101010;
  background-color: #fff;
  z-index: 5555;
  transition: 0.5s;
}

.top-navvii {
  padding: 0px;
}
.top-navvaa {
  padding: 0px;
}
.top-navvii2 {
  padding: 0px;
}

/*end navbar*/

/*start section*/

#home {
  padding: 0px;
}
.header {
  padding: 0px;
}

/*end home section*/

/*start about us section*/

.about {
  padding: 30px;
}
.about-head {
  padding: 0px;
  text-align: center;
}
.about-head span {
  text-align: center;
  font-size: 40px;
}
.about-head p {
  text-align: center;
  font-size: 17px;
  color: #ff0000;
  margin: 0px;
  padding: 5px 0px;
}
.about1 {
  padding: 20px 20px;
}
.about2 {
  padding: 10px 20px;
  text-align: left;
}
.about2 p {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  font-family: "Dosis", sans-serif;
}
.about-4 strong {
  font-weight: 700;
  color: #ff0000;
}
.about-4 p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-family: "Dosis", sans-serif;
}
.about2 strong {
  font-weight: 700;
  color: rgb(254, 101, 127);
}
.about3 {
  padding: 0px;
}
.about4 {
  padding: 0px;
}
.about_1 {
  padding: 15px 5px 15px 0px;
  margin-top: 20px;
}
.about_2 {
  padding: 15px 0px 15px 5px;
}
.about-4 {
  padding: 10px 20px;
  text-align: left;
}
.about-img {
  padding: 10px;
  text-align: center;
}

.about-form {
  padding: 10px;
  text-align: left;
}
.contac-r {
  padding: 0px 20px 0px 20px;
  margin: 0;
}
.form-texxx h3 {
  padding: 10px 0;
  margin: 0;
  font-size: 30px;
  text-align: center;
  color: red;
}
.form-group {
  padding: 5px;
}
input.form-control {
  color: #000;
}
.form-group label {
  color: #000;
  text-align: left;
  font-size: 19px;
  font-weight: 500;
}
.form-control {
  border: 1px solid;
}
textarea.form-control {
  height: 80px;
  color: #000;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  padding: 15px;
  color: #fff;
  transition: 0.8s;
  background: red;
}
.btn-group > .btn:first-child:hover {
  color: #fff;
  transition: 0.8s;
  background: #000;
}

/*end about us section*/

/*start mark section*/

.mark {
  padding: 0px;
  background: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.marka {
  background: linear-gradient(to right, rgb(254, 101, 127), #000000e3);
  padding: 50px 30px;
}
.marka p {
  text-align: center;
  font-size: 36px;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Dosis", sans-serif;
  margin: 0px;
  font-weight: 600;
  padding: 10px;
}
.mark-call {
  text-align: center;
  padding: 20px 0 10px 0;
}
.mark-call a {
  text-decoration: none;
  padding: 12px 30px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 20px;
  border-radius: 29% 62% 31% 17% / 26% 31% 22% 75%;
}
.mark-call a:hover {
  background: #ffeb00;
  color: #000;
  transition: 0.8s;
}

/*end mark section*/

/*start our services section*/

.services-section {
  padding: 50px 30px;
}
.serv1 {
  padding: 20px;
}
.serv2 {
  padding: 10px;
}
.serv3 {
  padding: 10px;
}
.serv4 p {
  font-weight: 600;
  text-align: center;
  margin: 0px;
  font-size: 25px;
  background: #eae6e6;
  padding: 10px 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 -10px 10px -8px rgba(15, 15, 15, 0.6392156862745098);
}
.serv5 {
  padding: 0px;
  overflow: hidden;
}
.serv6 {
  background: #eae6e6;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0px 10px 10px -8px rgba(15, 15, 15, 0.6392156862745098);
}
.serv7 {
  padding: 20px 0px 0px 0px;
}
.serv7 p {
  text-align: center;
  font-size: 17px;
  font-family: "Dosis", sans-serif;
  color: #000;
  padding: 0px 0px;
  line-height: 1.6;
}
.serv6 p {
  text-align: center;
  padding: 0px;
}
.serv6 a {
  margin: 0 auto;
  padding: 10px 15px;
  font-weight: 600;
  text-align: center;
  color: #ff0000;
  font-size: 17px;
  transition: 0.7s;
}
.serv5:hover img {
  transform: scale(1.5) rotate(-4deg);
  overflow: hidden;
  transition: all 0.5s linear;
}

/*end our services section*/

/*start testimonials*/

.testi {
  padding: 50px 30px;
  /*background:url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
}
.testi1 {
  padding: 40px 20px;
}
.testi-1 {
  padding: 10px;
}
.testi-2 {
  padding: 10px;
  background: rgb(254, 101, 127);
  box-shadow: 0px 40px 10px -30px rgba(0, 0, 0, 0.37),
    0px -40px 10px -30px rgba(0, 0, 0, 0.37);
}
.testi3 {
  padding: 10px;
  text-align: center;
}
.testi3 span {
  color: #fff;
  font-family: "Denk One", sans-serif;
  margin: 0px;
  font-size: 42px;
  text-align: center;
  padding: 0px;
}
.testi strong {
  color: #fff;
  font-family: "Dosis", sans-serif;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  font-size: 20px;
}
.testimonial-bg {
  border: 5px solid #fff;
  font-family: "Dosis", sans-serif;
  padding: 35px 70px;
  text-align: center;
  position: relative;
}

.testimonial {
  padding: 0 15px;
  margin: 25px 0 0 0;
}
.testimonial .description {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  padding-bottom: 25px;
  margin-bottom: 15px;
  position: relative;
}
.testimonial .description:before {
  content: "";
  width: 75%;
  border-top: 1px solid #fff;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.testimonial .description:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 25px auto;
  overflow: hidden;
  filter: blur(4px);
}
.testimonial .pic img {
  width: 100%;
  height: auto;
  filter: blur(4px);
}
.testimonial .title {
  font-family: "Dosis", sans-serif;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 28px;
  color: #fff;
  font-style: italic;
}
.owl-theme .owl-controls {
  margin-top: 0px;
  position: absolute;
  bottom: -67px;
  right: -51px;
}
.owl-theme .owl-controls .owl-buttons div {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff !important;
  opacity: 1 !important;
  padding: 0;
  display: inline-block;
  margin: 0 10px;
}
.owl-prev:before,
.owl-next:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-size: 35px !important;
  font-weight: 700;
  color: #000 !important;
}
.owl-next:before {
  content: "\f105";
}
@media only screen and (max-width: 767px) {
  .testimonial-bg {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonial-bg:before {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 40px;
  }
  .testimonial-bg {
    padding: 30px 10px;
  }
  .owl-theme .owl-controls {
    bottom: -15%;
  }
}
@media only screen and (max-width: 360px) {
  .testimonial .title,
  .testimonial .post {
    font-size: 16px;
  }
}

/*end testimonials*/
/*start choose us*/

.choose {
  background: url(../images/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0px;
  text-align: center;
  color: #fff;
}
.choose_1 {
  padding: 50px 0px;
  background: rgba(204, 0, 0, 0.92);
  background: linear-gradient(to right, #ff3000, #000000e3);
}
.choose-head h1 {
  padding: 10px;
  font-size: 45px;
  color: #f9df92;
  text-align: center;
}
.choose1 {
  padding: 15px 0px 0px 0px;
  margin-top: 5px;
}
.stats {
  padding: 15px 0px;
  text-align: center;
  font-size: 35px;
  letter-spacing: 1.2px;
  font-weight: 700;
}
.stats .fa {
  color: #f9df92;
  font-size: 60px;
}
.stats h4 {
  font-size: 30px;
}

/*end choose us*/
/*start services list section*/

.list {
  padding: 50px 30px;
}
.list1 {
  padding: 0px;
  text-align: left;
}
.list2 {
  padding: 10px;
}
.list3 {
  padding: 10px;
}
.list3 ul {
  padding: 0px;
  list-style: none;
}
.list3 a li {
  color: #222;
  text-decoration: none;
  font-family: "Dosis", sans-serif;
  padding: 10px;
  border-bottom: 0.5px solid #d0d0d0;
  font-size: 18px;
  transition: 0.8s;
}
.list3 li i {
  font-size: 20px;
  transition: 0.8s;
  color: red;
  font-weight: 600;
  padding-right: 10px;
}
.list3 li:hover {
  color: #680000;
  transition: 0.8s;
  padding-left: 6px;
}

/*end services list section*/

/*start mark2*/

.mark2 {
  padding: 30px 30px;
  background: rgb(254, 101, 127);
  text-align: center;
}
.mark2 p {
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-size: 33px;
  font-weight: 600;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
/*end mark2*/

/*start footer*/

.footer {
  padding: 50px 30px;
  background: #000;
  color: #fff;
}
.fot {
  padding: 10px;
}
.fot1 {
  padding: 10px;
}
.fot-head {
  padding: 0px;
  text-align: center;
}
.fot-head p {
  color: #fff;
  margin: 0px;
  text-align: left;
  font-weight: 600;
  padding: 0px;
  font-size: 27px;
}
.fot-1 {
  text-align: left;
  padding: 10px 0px;
}
.fot-1 span {
  font-family: "Dosis", sans-serif;
  color: #fff;
  margin: 8px 0 0 0;
  line-height: 30px;
  font-size: 16px;
}
.fot_1 {
  padding: 10px;
}
.fot_1 ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
}
.fot_1 li {
  text-align: left;
  color: #fff;
  font-weight: 600;
  line-height: 38px;
  font-size: 18px;
  font-family: "Dosis", sans-serif;
}
.fot_1 i {
  color: #fff;
  font-size: 19px;
  margin-right: 5px;
}

/*end footer*/

/*start disclimer*/

.dis {
  padding: 0px;
  text-align: center;
  background: rgb(254, 101, 127);
}
.dis-1 {
  padding: 0px 20px;
}
.dis-1 p {
  font-size: 16px;
  padding: 10px;
  line-height: 26px;
  margin: 0px;
  font-weight: 600;
  color: #fff;
  font-family: "Dosis", sans-serif;
}
.copy-1 {
  padding: 0px;
}
.copy-1 .copy {
  background: #000;
  font-family: "Dosis", sans-serif;
  padding: 10px;
  margin: 0px;
  font-size: 16px;
  color: #fff;
}
/*end disclimer*/

#callbook {
  background: green;
  bottom: 0;
  height: 50px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 100;
}
#callbook ul {
  padding: 0px;
}
#callbook ul li {
  border-bottom: 1px solid #fff;
  background: red;
  position: relative;
  font-family: "Dosis", sans-serif;
  padding: 21px;
  width: 50%;
  list-style: none;
  float: left;
  text-align: center;
}
#callbook ul li a span {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  position: relative;
  top: -15px;
}
#callbook ul li a i {
  color: #fff;
  position: relative;
  top: -13px;
  font-size: 26px;
}

/*start media query*/

@media (max-width: 767px) {
  body {
    text-align: center;
  }
  .container {
    padding: 0px;
  }
  .main {
    width: 97%;
  }
  .top-2 ul {
    float: none;
  }
  .navbar-inverse .navbar-nav > li > a:hover {
    background: #900390;
    color: #fff;
  }
  .about {
    padding: 30px 0px;
  }
  .about1 {
    padding: 40px 0px;
  }
  .about_1 {
    margin: 0px;
  }
  .about-img {
    padding: 0px 10px;
  }
  .about-form {
    padding: 10px 0px;
  }
  .contac-r {
    padding: 0px;
  }
  .marka {
    padding: 30px 0px;
  }
  .services-section {
    padding: 30px 0px;
  }
  .mark2 {
    padding: 30px 0px;
  }
  .mark2 p {
    font-size: 28px;
    line-height: 51px;
    padding: 10px 0px;
  }
  .footer-call2 p {
    margin: -58px 0px 0px 0px;
  }
  .fot {
    width: 50%;
  }
  .dis-1 {
    padding: 0px 0px;
  }
  .dis-1 p {
    font-size: 15px;
  }
  .copy-1 {
    padding: 0px 0px 0px 0px;
  }
  .testi {
    padding: 30px 0px;
  }
  .serv2 {
    width: 50%;
  }
  .serv1 {
    padding: 20px 0px;
  }
  .serv4 p {
    font-size: 22px;
  }
  .list {
    padding: 30px 0px;
  }
  .footer {
    padding: 30px 0px;
  }
  #callbook {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .serv1 {
    padding: 20px 0px;
  }
  .serv4 p {
    font-size: 22px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .serv1 {
    padding: 20px 0px;
  }
  .serv4 p {
    font-size: 22px;
  }
  .marka p {
    text-align: center;
    font-size: 34px;
  }
  .list {
    padding: 30px 0px;
  }
  .footer {
    padding: 30px 0px;
  }
  .container {
    padding: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
}

@media (max-width: 575px) and (min-width: 0px) {
  .navbar-inverse .navbar-nav > li > a:hover {
    background: rgb(254, 101, 127);
    color: #fff;
  }
  .about {
    padding: 30px 0px;
  }
  .about1 {
    padding: 40px 0px;
  }
  .about_1 {
    margin: 0px;
  }
  .about-img {
    padding: 0px 10px;
  }
  .about-form {
    padding: 10px 0px;
  }
  .contac-r {
    padding: 0px;
  }
  .marka p {
    padding: 0px;
    line-height: 41px;
    font-size: 23px;
  }
  .about-head p {
    font-size: 16px;
  }
  .testi strong {
    font-size: 14px;
  }
  .testi3 span {
    font-size: 33px;
  }
  .owl-theme .owl-controls {
    bottom: -8%;
    right: 0px;
  }
  .mark2 p {
    font-size: 28px;
    line-height: 51px;
    padding: 10px 0px;
  }
  .footer-call2:after {
    left: 121px;
    top: -52px;
  }
  .footer-call2:before {
    top: -52px;
    right: 121px;
  }
  .footer-call2 p {
    margin: -58px 0px 0px 0px;
  }
  .fot {
    width: 100%;
  }
  .dis-1 {
    padding: 0px 0px;
  }
  .dis-1 p {
    font-size: 15px;
  }
  .copy-1 {
    padding: 0px 0px 0px 0px;
  }
  .serv2 {
    width: 100%;
  }
  #callbook ul li {
    padding: 21px 0px;
  }
  .pdb {
    padding-bottom: 50px;
    text-align: center;
  }
  .copy-1 .copy {
    text-align: center;
  }
}
