@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');


.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bg.jpg);
  background-attachment: fixed;
  background-repeat: repeat;
}

img {
  max-width: 100%;
}

body {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.hdd {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.header {
  float: left;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  background: #fff;
}


.footer-sec {
  background: url(../images/ff.jpg);
  background-attachment: fixed;
  background-repeat: round;
  border-radius: 0 0 180px 0;
  float: left;
  width: 100%;
}

.footer-sec2 {
  padding: 0;
  text-align: center;
}

.footer-left {
  padding: 0 15px;
}

.footer-left-1 {
  padding: 0;
}

.footer-text {
  padding: 0;
}

.footer-text span {
  font-size: 35px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  text-transform: capitalize;
  padding: 15px 0 5px;
}

.footer-text p {
  color: #000000;
  padding: 4px 12px 6px;
  background: #f2c039;
  font-weight: 700;
  font-size: 28px;
  text-transform: capitalize;
  border-radius: 50px;
}

.footer-contact a {
  font-size: 65px;
  font-weight: 700;
  padding: 5px 0 15px;
  color: white;
  display: block;
}

.footer-copyryt {
  padding: 0 12px;
  text-align: center;
  background: #fff;
}

.disclaimer {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 23px;
}

.copyryt {
  padding: 4px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.disclaimer a {
  background: #31ba45;
  font-size: 25px;
  color: #fff;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 5px 12px;
  margin: 0 0 5px;
}

.disclaimer a img {
  height: 52px;
}







.ourservices-section {
  padding: 0;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}


.ourservices-section1 {
  padding: 50px 0 90px;
}




.our-services {
  padding: 102px 0 0;
}

.ourservices-1 {
  padding: 10px;
}

.ourservices-2 {
  padding: 0 20px;
  text-align: center;
  background: #f2c039;
}

.ourservices-3 {
  padding: 0px;
  margin: -90px 0 0;
  position: relative;
  z-index: 0;
  text-align: center;
}

.ourservices-3 span {
  display: block;
  background: #fff;
  border: 3px dashed #f2c039;
  border-radius: 50%;
  height: 300px;
  width: 300px;
  margin: 0 auto 0px;
  animation: rotation 20s infinite linear;
  position: absolute;
  z-index: -9;
  left: 0;
  right: 0;
}

.ourservices-3 span:before {
  height: 25px;
  width: 25px;
  content: "";
  left: 28%;
  right: 0;
  position: absolute;
  border-radius: 50%;
  top: -5px;
  background: #f2c039;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.ourservices-3 img {
  border-radius: 50%;
  width: 260px;
  margin: 19px auto 0;
  display: block;
}

.ourservices-4 {
  padding: 30px 0 0 0;
}

.ourservices-4 strong {
  font-size: 32px;
  text-transform: capitalize;

  display: block;
  color: #fff;
}

.ourservices-4 p {
  color: #000;
  line-height: 27px;
  font-weight: 400;
  padding: 8px 0 33px;
  font-size: 15px;
}

.ourservices-4 a {
  background: #04251c;
  color: #fff;
  padding: 0;
  display: inline-block;
  line-height: 41px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 46%;
  bottom: -20px;
}

.bestservices-heading {
  padding: 0px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bestheading-design {
  position: relative;
}

.bestheading-design b {
  display: inline-block;
  height: 4px;
  border-radius: 50px;
  width: 100%;
  background: #f2c039;
}

.bestheading-design span {
  display: inline-block;
  background: #fff;
  padding: 7px 20px;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  margin: 0 0 -37px;
  border: 1px solid #f2c039;
  transform: translateY(20px);
  font-weight: 500;
}

.bestheading-design b:before {
  left: 0;
  height: 25px;
  width: 25px;
  border: 3px solid #ffffff;
  background: #04251c;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 30px;
  box-shadow: inset 0.2em 0.2em 0.2em 0 #04251c, inset -0.2em -0.2em 0.2em 0 #04251c;
}

.bestheading-design b:after {
  right: 0;
  height: 25px;
  width: 25px;
  border: 3px solid #ffffff;
  background: #04251c;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 30px;
  box-shadow: inset 0.2em 0.2em 0.2em 0 #04251c, inset -0.2em -0.2em 0.2em 0 #04251c;
}

.bestservices-heading strong {
  font-size: 43px;
  line-height: 66px;
  text-transform: capitalize;
  padding: 10px 0 0;
  display: block;
  color: #04251c;
}



.marksection {
  padding: 20px 20px 0;
  margin: 0 0 35px;
  text-align: center;
  background: url(../images/ff.jpg);
  background-attachment: fixed;
  background-repeat: round;
  position: relative;
  z-index: 9;
  float: left;
  width: 100%;
}


.marksection1 {
  padding: 0;
}


.mark-right1 {
  padding: 0 0px 0 0px;
  text-align: left;
}

.mark-right2 {
  padding: 0 0px;
  text-align: center;
  color: #fff;
}

.mark-right2 strong {
  display: block;
  font-size: 44px;
  font-weight: 500;
  color: #f2c039;
  text-transform: capitalize;

}

.mark-right3 {
  padding: 10px 0 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mark-right3 p {
  width: 60%;
  padding: 0px 20px 8px 0px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-transform: capitalize;
}

.mark-right3 a {
  width: 40%;
  padding: 2px 12px 5px;
  background: #f2c039;
  font-size: 30px;
  font-weight: 600;
  color: #121111;
  text-transform: capitalize;

  display: block;
}


.topservices {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.topservices-1 {
  padding: 12px;
}

.topservices-2 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 0px;
  text-align: left;
  position: relative;
  border-radius: 20px;
  background: rgb(255, 255, 255);
  padding: 0px 15px 20px;
  border-bottom: 12px solid #f2c039;
}

.topservices-2 i img {
  display: inline-block;
  width: 155px;
  height: 155px;
  line-height: 54px;
  text-align: center;
  background: #04251c;
  margin: 0px 8px;
}

.topservices-2 span {
  color: #04251c;
  font-weight: 800;
  font-size: 55px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: -5px;
  opacity: 0.1;
}

.topservices-2 strong {
  font-size: 25px;
  text-transform: capitalize;
  display: block;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 15px 0px 5px;
}


.why-us {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.counter-1 {
  padding: 30px 15px 0px;
}

.count-icon i {
  width: 65px;
  height: 42px;
  line-height: 47px;
  text-align: center;
  color: #04251c;
  font-size: 26px;
  background: #f2c039;
  border-radius: 500px 500px 0px 0px;
}

.count-up {
  position: relative;
  box-shadow: rgba(255, 159, 0, 0.29) 0px 0px 7px;
  background: white;
  padding: 5px 0px 15px 72px;
  border-radius: 0px 15px 15px;
}

.counter-count {
  color: #f2c039;
  font-size: 32px;
  font-weight: 800;
  text-transform: capitalize;
}

.count-up span {
  color: #04251c;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
  margin: -15px 0px 0px;
}

.count-up::after {
  content: "";
  font-size: 17px;
  text-align: center;
  position: absolute;
  width: 9px;
  height: 95%;
  left: 27px;
  bottom: 6px;
  z-index: 0;
  background: #f2c039;
  margin: 0px auto;
  border-radius: 0px 0px 20px 20px;
}



.baner {
  background: url(../images/ff.jpg);
  background-attachment: fixed;
  background-repeat: round;
  float: left;
  width: 100%;

}

.baner-tex {

  padding: 10px 0 10px 0;
}

.best-cont a {
  font-size: 30px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.best-cont a i {
  padding: 0 10px 0 0;
  font-size: 40px;

}

.baner-new h4 {
  font-size: 45px;
  color: #f2c039;
  line-height: 54px;
}

.baner-new p {
  font-size: 25px;
  color: #fff;
  padding: 10px 0;
}

.baner-new h5 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  color: #f2c039;
}

.bner-bck {
  background-color: rgba(0, 0, 0, 0.47);
  padding: 70px 0;
}



.testi {
  float: left;
  width: 100%;
  padding: 0px 0px;
}

.testimonials-layout {
  padding: 10px;
  margin-top: 20px;
}

.testimonials-text {
  padding: 15px 0px 15px 20px;
  background: linear-gradient(#feffe2, transparent);
  /* border: 1px solid #088870; */
}

.image-client {
  position: relative;
}

.image-client img {
  border-radius: 50%;
  border: 6px solid #04251c;
  margin: 0 auto 0 0;
  height: 60px;
  padding: 3px;
  display: block;
}

.image-client span i {
  display: block;
  position: absolute;
  opacity: 0.2;
  top: -40px;
  right: 0;
  color: #f2c039;
  margin: 0 auto;
  font-size: 100px;
}

.text-client {
  padding: 0px 0px 0px 0;
  position: relative;
}

.text-client b {
  display: block;
  text-align: right;
  color: #fff;
  width: fit-content;
  border-radius: 40px 0 0 40px;
  padding: 4px 20px;
  margin: 0 0 0 auto;
  background: linear-gradient(45deg, #04251c, #f2c039);
}

.text-client b strong {
  font-size: 16px;
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
}

.text-client p {
  color: #484848;
  padding: 11px 20px 0 0px;
  font-size: 15px;
  text-align: center;
  line-height: 28px;
}

.text-client ul li i {
  display: inline;
  text-align: center;
  padding: 10px 0 0 0;
  color: #f2c039;
  font-size: 16px;
}




.aboutus-section1 {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.about-right1 {
  padding: 0 0px 0 0px;
  width: 55%;
}

.about-right2 {
  padding: 0;
}

.about-us {
  padding: 0 30px 0 0px;
}


.about-design {
  padding: 13px 0 0 0;
  text-align: left;
}

.about-design p {
  color: #000;
  line-height: 31px;
  margin: 6px 0 0px 0;
  font-size: 16px;
  font-weight: 400;
}

.about-design p strong {
  color: #04251c;

}

.about-design p a {
  color: #04251c;
  text-transform: capitalize;
  margin: 0;

}

.image-ram {
  margin: 0 auto;
  display: block;
}

.about-left_image {
  padding-top: 30px;
}

.about-left_image img {
  border-radius: 10%;
}



.header-top {
  float: left;
  width: 100%;
  padding: 0;
  background: #04251c;
}

.header-top1 {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  padding: 9px 0 3px;
}

.header-top2 {
  text-align: center;
  padding: 7px 0 7px;
}

.header-top2 a {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 0 13px 0 0;
}

.header-top2 a i {
  font-size: 25px;
  color: #f2c039;
  font-weight: 400;
  padding: 0 2px 0 0;
}

.header-top2 span {
  font-size: 17px;
  font-weight: 700;
  color: #04251c;
  display: inline-block;
  text-transform: uppercase;
  padding: 3px 15px;
  background: white;
  border-radius: 45px;
}



@media(min-width:768px) and (max-width:991px) {


  .header .col-sm-4 {
    width: 50%;
  }

  .ourservices-1 {
    position: relative;
    margin-top: 100px;
  }

  .ddd {
    margin: 0;
  }

  .about-right1 {
    width: 100%;
  }
}

@media(min-width:640px) and (max-width:767px) {
 

  .ourservices-3 span {
    height: 250px;
    width: 250px;

  }

  .ourservices-3 img {
    width: 200px;
    line-height: 200px;
  }

  .ourservices-1 {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 100px;
  }

  .ddd {
    margin: 0;
  }

  .about-right1 {
    width: 100%;
  }

  .mark-right3 {
    display: block;
  }

  .mark-right3 a {
    width: 100%;
  }

  .mark-right3 p {
    width: 100%;
  }
}

@media(min-width:480px) and (max-width:639px) {
 

  .ourservices-3 span {
    height: 250px;
    width: 250px;

  }

  .ourservices-3 img {
    width: 200px;
    line-height: 200px;
  }

  .ourservices-1 {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 100px;
  }

  .ddd {
    margin: 0;
  }

  .about-right1 {
    width: 100%;
  }

  .mark-right3 {
    display: block;
  }

  .mark-right3 a {
    width: 100%;
  }

  .mark-right3 p {
    width: 100%;
  }

  .footer-contact a {
    font-size: 34px;
  }
  .header .col-sm-4 {
  padding: 0;
}
}

@media(min-width:320px) and (max-width:479px) {
  

  .ourservices-3 span {
    height: 250px;
    width: 250px;

  }

  .ourservices-3 img {
    width: 200px;
    line-height: 200px;
  }

  .ourservices-1 {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 100px;
  }

  .ddd {
    margin: 0;
  }

  .about-right1 {
    width: 100%;
  }

  .mark-right3 {
    display: block;
  }

  .mark-right3 a {
    width: 100%;
    font-size: 24px;
  }

  .mark-right3 p {
    width: 100%;
  }

  .footer-contact a {
    font-size: 34px;
  }
  .header .col-sm-4 {
  padding: 0;
}
}