@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');


.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bg.html);
  background-attachment: fixed;
  background-repeat: repeat;
  background-position-x: center;
}

img {
  max-width: 100%;
}

body {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;

  font-style: normal;
}

.hdd {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.header {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  background: #fff;
}


.top-mark1 {
  text-align: center;
  background: #3b069e;
  float: left;
  width: 100%;
}

.top-mark2 {
  color: #ffffff;
  font-size: 19px;
  padding: 12px 0px 5px;
  font-weight: 600;
  text-transform: capitalize;
  text-shadow: 0 0 17px #f6ff00;
}

.top-mark2 p {
  color: #1fdff9;
  font-size: 25px;
  padding: 7px 0px 5px;
  font-weight: 500;
  text-transform: capitalize;
  text-shadow: 0 0 #f6ff00;
}




.top-line {
  background: #1fdff9;
  float: left;
  width: 100%;
}

.top-line1 p {

  font-size: 18px;

  font-weight: 700;

  line-height: 29px;

  color: #000000;

  padding: 10px 0 6px;

  text-transform: capitalize;

  text-align: center;
}






.services {
  background: url(../images/backg1.jpg);
  
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.services-1 {
  padding: 10px;
  margin-top: 30px;
}

.services-2 {
  padding: 45px 0 0;
  position: relative;
  z-index: 1;
}

.services-2:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 18px;
  top: -13px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  border-radius: 50%;
  background: #3b069e;
  z-index: -1;
}

.services-2:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 15%;
  top: 0px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #3b069e;
  z-index: -1;
}

.services-2 img {
  border-radius: 50%;
  border: 12px solid #3b069e;
  border-bottom: 0;
}

.services-3 {

  background: #1fdff9;

  padding: 12px 12px 18px;

  margin: -30px 0 0;

  position: relative;

  border-radius: 15px;
}

.services-3 strong {
  font-size: 22px;
  font-weight: 800;
  text-transform: capitalize;
  display: block;
  color: #b22121;
}

.services-3 p {
  font-size: 17px;
  font-weight: 500;
  line-height: 29px;
  color: #000000;
  padding: 5px 0 15px;
}

.services-3 a {
  color: #ffffff;
  padding: 5px 15px 6px;
  display: inline-block;
  font-size: 17px;
  margin: 0 auto;
  border-radius: 58px;
  background: #3b069e;
  text-transform: capitalize;
  font-weight: 600;
}



.about-title {
  text-align: center;
}


.about-title strong {
  text-transform: capitalize;
  font-size: 75px;
  color: #3b069e;
  display: block;
  position: relative;
}


.services .about-title strong {
  color: #3b069e;
}



.service-title span {
  color: #ffffff;
  background: #b22121;
  padding: 5px 20px 6px;
  font-weight: 600;
}

.about-title span {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  color: #b22121;
  padding: 6px 20px 6px;
  background: #fff;
  display: inline-block;
  margin: -15px 0 0;
  border-radius: 30px;
}









.about-us-section {
  float: left;
  width: 100%;
  background: #1fdff9;
  padding: 50px 0px;
}

.about-title {
  text-align: center;
}

.about-title span {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  color: #b22121;
  padding: 6px 20px 6px;
  background: #fff;
  display: inline-block;
  margin: -15px 0 0;
  border-radius: 30px;
}

.about-title strong {
  text-transform: capitalize;
  font-size: 75px;
  color: #3b069e;

  display: block;
  position: relative;
}

.service-title strong {
  color: #1fdff9;
}

.service-title span {
  color: #ffffff;
  background: #b22121;
  padding: 5px 20px 6px;
  font-weight: 600;
}

.service1-title span {
  color: #b22121;
  padding: 6px 20px 6px;
  font-weight: 700;
  background: #1fdff9;
}

.about-us-content {
  margin-top: 30px;
}

.about-us-content p {
  padding: 6px 0;
  text-align: justify;
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  color: #000000;
}

.about-us-content p strong,
.about-us-content p a {
  color: #b22121;
  font-weight: 600;
}

.about-us-content ul {
  padding: 12px 0;
}

.about-us-content ul li {
  position: relative;
  padding: 9px 12px 9px 27px;
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  border-radius: 30px;
}

.about-us-content ul li b {
  font-weight: 700;
  color: #000000;
  display: block;
  padding: 0 0 5px;
  text-transform: capitalize;
  font-size: 18px;
}

.about-us-content ul li i {
  font-size: 21px;
  display: inline-block;
  color: #b22121;
  padding: 0 5px 0 0;
  position: absolute;
  left: 0;
  font-weight: 600;
}








.add-line {
  background: #3b069e;
  padding: 12px 0;
  float: left;
  width: 100%;
}

.add-line1 {

  text-align: right;
}

.add-line1 p {

  font-size: 22px;

  font-weight: 600;

  line-height: 31px;

  color: #ffffff;

  text-transform: capitalize;

  text-align: left;
}

.add-line1 a {

  font-size: 19px;

  font-weight: 700;

  color: #ffffff;

  padding: 6px 20px 8px;

  background: #b22121;

  border-radius: 50px;

  text-transform: capitalize;

  text-align: center;

  display: inline-block;
}




.awards-section {
  float: left;
  width: 100%;
  background: url(../images/backg1.jpg);
  padding: 50px 0px;
}

.award1 {
  padding: 10px;
  margin-top: 15px;
}

.award2 img {
  width: 100%;
}






.our-services-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
  background: url(../images/backg1.jpg);

}

.services-design1 {
  padding: 12px;
  text-align: center;
  margin-top: 20px;
}

.services-design2 {
  text-align: center;
  padding: 0 15px 20px;
  background: #3b069e;
  border-radius: 20px;
}

.services-design3 img {
  border-radius: 40px 40px;
  border: 8px solid #1fdff9;
  border-top: 0;
}

.services-design2 strong {
  font-size: 22px;
  font-weight: 700;
  color: #1fdff9;
  text-transform: capitalize;
  display: block;
  padding: 10px 0 5px;
  line-height: 30px;
}

.services-design2 p {
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  color: #ffffff;
}

.services-design2 a {
  padding: 5px 16px 5px;
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 auto;
  border-radius: 0 0 15px 15px;
  color: #b22121;
  background: #ffffff;
  font-weight: 700;
}


.topservices {
  float: left;
  width: 100%;
  padding: 50px 0px;
  background: url(../images/backg1.jpg);
}


.topservices-1 {
  padding: 12px 10px 35px;
  margin-top: 20px;
}

.topservices-2 {
  border-radius: 50% 50% 20px 20px;
  background: #1fdff9;
  position: relative;
  z-index: 1;
  padding: 0 0 30px;
}

.topservices-2:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: 0px;
  bottom: 16px;
  left: 0px;
  margin: 0 auto;
  border-radius: 50%;
  background: #3b069e;
  z-index: -1;
}

.topservices-2:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 15%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: #3b069e;
  z-index: -1;
}

.topservices-2 img {
  border-radius: 50%;
  border: 10px solid #3b069e;
  width: 90%;
}

.topservices-2 strong {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  color: #ffffff;
  padding: 8px 12px 7px;
  line-height: 21px;
  background: #3b069e;
  margin: 12px 0 0px;
}

.topservices-2 a {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  color: #000000;
  padding: 7px 10px 12px;
  line-height: 22px;
}

.topservices-2 a i {
  display: block;
  font-style: normal;
}




.testimonials {
  position: relative;
  z-index: 9;
  float: left;
  width: 100%;
  padding: 50px 0px;
  background: url(../images/backg1.jpg);
}

.testimonials1 {
  padding: 12px;
  text-align: center;
  margin-top: 20px;
}

.testimonials2 {
  padding: 25px 15px 15px;
  border: 1px solid #3b069e14;
  background: #3b069e;
  position: relative;
}

.testi-img {
  position: relative;
  z-index: 1;
}

.testi-img span i {
  border-radius: 50%;
  font-size: 100px;
  color: #3b069e0f;
  position: absolute;
  top: -90px;
  left: 0;
  margin: 0 auto;
  right: 0;
  z-index: -1;
}

.testimonials3 p {
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  color: #ffffff;
  padding: 12px 0 25px;
}

.testimonials3 strong {
  font-size: 18px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  color: #000000;
  background: #1fdff9;
  padding: 3px 18px;
  border-radius: 30px;
}

.testimonials3 span {
  font-size: 15px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  color: #c10c19;
  letter-spacing: 1px;
}

.about-img{
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.about-us-section{
    padding: 60px 0;
}



.about-title{
    margin-bottom:40px;
}

.about-title h2{
     text-transform: capitalize;
  font-size: 75px;
  color: #3b069e;
  display: block;
  position: relative;
}

.about-title span{
    display:inline-block;
}

.about-img{
    width:100%;
    max-width:420px;
}









.footer-sec {
  padding: 50px 0px;
  background: #3b069e;
  float: left;
  width: 100%;
}

.footer-sec-1 {
  padding: 0;
  display: flex;
  align-items: center;
}

.footer-left {
  padding: 0;
}

.footer-left-1 {
  padding: 0 20px 0;
}

.footer-title {
  font-size: 33px;
  text-align: center;
  padding: 0;
}

.footer-title strong {
  font-size: 34px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
  text-align: center;
}

.footer-text {
  padding: 0px 12px 0;
  text-align: center;
}

.footer-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
}

.footer-text strong {
  font-weight: 500;
}

.footer-mark {
  padding: 10px 8px 3px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  background: #ffb500;
  margin: 18px 0 0;
  text-transform: capitalize;
}

.footer-right {
  padding: 0;
}

.footer-right-1 {
  padding: 0 20px 0 14px;
  text-align: right;
}

.srv-list1 {
  padding: 0;
}

.srv-list1-1 {
  padding: 0;
}

.srv-list1-2 {
  padding: 0 0px 0;
}

.srv-list1-text {
  background: #1fdff9;
  margin-top: -25px;
  border-radius: 25px 25px 0 0;
  padding: 30px 30px 30px;
  position: relative;
}

.srv-list1-text span {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  color: #cb050b;
  display: block;
  text-align: center;
}

.srv-list1-text ul {
  padding: 0 0 15px;
}

.srv-list1-text ul li {
  padding: 10px 7px 6px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  background: #ffffff;
  margin: 13px 0;
  border-radius: 50px;
  position: relative;
  display: flex;
}

.srv-list1-text ul li:before {
  content: "";
  display: inline-block;
  background: #1fdff9;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 8px 0 0;
}

.footer-contact {
  padding: 8px 0 0;
  border-top: 1px solid #fff;
  text-align: center;
}

.footer-contact p {
  padding: 7px 0 2px;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
}

.footer-contact a {
  padding: 0 0 21px;
  font-size: 35px;
  font-weight: 800;
  color: #3b069e;
  text-transform: capitalize;
  display: inline-block;
}

.call-icon {
  width: 90px;
  height: 90px;
  line-height: 91px;
  background: #3b069e;
  border-radius: 100%;
  color: #ffffff;
  font-weight: 600;
  font-size: 47px;
  position: relative;
  text-align: center;
  margin: 0 auto 0;
  box-shadow: 0 0 0 11px #ffffff;
}


.footer-right-1 p {
  color: #fff;
  font-size: 14px;
  padding: 6px 0 13px;
  line-height: 32px;
  text-align: left;
}

.footer-right-1 p strong {
  color: #1fdff9;
}

.footer-right-1 a {
  color: #1fdff9;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 500;
}

.copyryt {
  padding: 0;
  text-align: center;
}

.disc {
  padding: 15px 0 0px;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  color: #fff;
  display: inline-block;
  border-top: 1px solid #ffffff;
}

.copyryt-1 {
  font-size: 15px;
  line-height: 30px;
  color: #1fdff9;
  text-align: center;
  padding: 10px 0 0px;
  display: inline-block;
}

.header2 img {
  width: 80%;
}



@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
   .footer-sec-1 {
  display: block;
}  .header2 {
  display: none;
}
.header .col-sm-5
{width: 50%;}
.services-1 {
  width: 50%;
}
.footer-contact a {
  font-size: 28px;
}
}

@media(min-width:640px) and (max-width:767px) { .footer-sec-1 {
  display: block;
}  .header2 {
  display: none;
}}

@media(min-width:480px) and (max-width:639px) {
  .footer-sec-1 {
  display: block;
}  .header2 {
  display: none;
}
.header .container {
  padding: 0;
}
}

@media(min-width:320px) and (max-width:479px) {

  .header2 {
  display: none;
}

.top-line1 p {
  font-size: 14px;
}
.about-title strong {
  font-size: 50px;
}
.footer-sec-1 {
  display: block;
}
.footer-contact a {
  font-size: 26px;
}
.header .container {
  padding: 0;
}
}