@import url('../css2');
@import url('../css2-1');


.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bg.png);
  background-attachment: fixed;
  background-repeat: no-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;
}



.tophead-section {
  padding: 7px 0;
  background: #f9ff00;
  text-align: center;
  float: left;
  width: 100%;
}

.tophead-section1 {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tophead-left1 {
  padding: 0;
}

.tophead-left2 {
  padding: 0;

}

.tophead-left2 p {
  color: #f5002d;
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 8px 15px 8px;
  background: #ffffff;
  text-align: center;
  border-radius: 50px;
}

.tophead-right1 {
  padding: 0px;
}

.tophead-right2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
}









.services-section {
  padding: 50px 0;
  background: #f9ff01;
  float: left;
  width: 100%;
}

.srv_title {
  padding: 0 0 30px;
  text-align: center;
}

.srv_title .dg-subheading {
  border-bottom: 1px solid #ffffff;
  padding: 0 0px 10px;
  position: relative;
  display: inline-block;
}

.why-head .dg-subheading {

  border-bottom: 1px solid #000000;
}

.srv_title .dg-span {
  font-size: 37px;
  color: #f5002d;
  text-transform: uppercase;
  display: inline-block;

}

.srv_title .dg-subheading .dg-dotes {
  width: 35%;
  height: 5px;
  background: #f9ff01;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.srv_title .dg-subheading .dg-dotes:before {
  content: "";
  height: 7px;
  width: 7px;
  background: #f5002d;
  display: block;
  position: absolute;
  left: 0;
}

.srv_title .dg-subheading .dg-dotes:after {
  content: "";
  height: 7px;
  width: 7px;
  background: #f5002d;
  display: block;
  position: absolute;
  right: 0;
}

.srv_title p {
  font-size: 16px;
  color: #000000;

  text-transform: capitalize;
}

.services1 {
  padding: 15px;
}

.services2 {
  background: linear-gradient(360deg, #ffffff 61%, transparent 50%);
  padding: 0 0 15px;
  text-align: center;
}

.services3 {
  padding: 15px 15px 15px;
  text-align: center;
  background: linear-gradient(45deg, #007227, #f1e400);
  border-radius: 50%;
}

.services3 img {
  border-radius: 50%;
  border: 9px solid #fff;
}

.services-text {
  padding: 12px 12px 0;
}

.services-text strong {
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  display: block;
  color: #f5002d;
}

.services-text p {
  font-size: 15px;

  line-height: 27px;
  color: #2b2b2b;
  padding: 5px 0 15px;
}

.services-text a {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000000;
  background: #ffffff;
  width: 115px;
  height: 115px;
  line-height: 85px;
  border-radius: 77px;
  border: 9px solid #f5002d;
  z-index: 1;
  position: relative;
}

.services-text a:after {
  background: #f9ff01;
  position: absolute;
  height: 58px;
  width: 45px;
  right: 0;
  overflow: hidden;
  bottom: -25px;
  content: '';
  border-radius: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}






.choose-sec-1 {
  padding: 50px 0;
  overflow: hidden;
  float: left;
  width: 100%;
}

.choose-right:before {
  background: #f9ff01;
  position: absolute;
  height: 62%;
  width: 100%;
  overflow: hidden;
  top: -51px;
  content: '';
  right: -104px;
  z-index: -1;
}

.why-head .dg-subheading .dg-dotes {
  background: #fff;
}

.choose-left {
  padding: 15px;
}

.choose-content {
  padding: 0 0 30px;
}

.choose-content p {
  font-size: 15px;

  line-height: 29px;
  color: #2b2b2b;
  padding: 0 0 15px;
  text-align: center;
}

.choose-content p strong {
  color: #33501f;

}

.choose-1 {
  padding: 25px 15px;
  text-align: center;
}

.choose-2 {
  padding: 0;
}

.choose-icon {
  padding: 35px 26px;
  border-radius: 20px;
  width: 168px;
  height: 168px;
  margin: 0 auto 74px;
  box-shadow: -6px -5px 0px 3px #f5002d;
  transform: rotate(45deg);
  background: linear-gradient(45deg, #007227, #f1e400);
}

.choose-icon-1 {
  position: relative;
  transform: rotate(314deg);
}

.choose-icon-1:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 130px;
  width: 30px;
  margin: auto;
  bottom: -107px;
  z-index: -1;
  background: linear-gradient(178deg, #f9ff01 77%, transparent);
}

.choose-icon-1:after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: -97px;
  height: -18px;
  width: 95px;
  margin: auto;
  border-radius: 50%;
  background: #ffffff;
}

.choose-icon i {
  transition: all .3s ease-in-out;
  color: #f5002d;
  font-weight: 500;
  font-size: 55px;
  background: #ffffff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 12px;
}

.choose-text p {
  font-size: 25px;
  text-transform: capitalize;
  color: #000000;
}

.choose-right {
  padding: 15px;
}

.choose-right-1 {
  padding: 0;
}

.srv-list {
  padding: 0;
}

.srv-list-1 {
  padding: 0;
  position: relative;
  background: white;
}

.list-contact {
  background: linear-gradient(45deg, #007227, #f1e400);
  text-align: center;
}

.list-contact span {
  font-size: 22px;

  color: #ffffff;
  text-transform: capitalize;
  padding: 10px 0 10px;
  display: block;
}

.list-contact p {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 4px 4px 4px;
  background: white;
  color: #f5002d;
}

.list-contact strong {
  font-size: 25px;

  color: #ffffff;
  text-transform: capitalize;
  padding: 8px 8px 0px;
  display: block;
}

.list-contact a {
  font-size: 32px;
  font-weight: 600;
  color: #f9ff01;
  text-transform: capitalize;
  padding: 0 8px 5px;
  display: block;
}

.srv-list-1 ul {
  padding: 12px 0 0;
}

.srv-list-1 ul li {
  color: #000000;
  font-size: 16px;

  line-height: 26px;
  padding: 4px 0;
  text-transform: capitalize;
  display: flex;
  align-items: baseline;
}

.srv-list-1 ul li i {
  font-weight: 600;
  color: #f5002d;
  display: inline-block;
  font-size: 16px;
  border-radius: 50% 50% 0;
  padding: 0px 5px 0px 0;
}




.about-section {
  padding: 50px 0px;
  float: left;
  width: 100%;
}

.about-us-content {
  padding: 0;
}

.about-us-content p {
  font-size: 15px;

  line-height: 29px;
  color: #2b2b2b;
  padding: 8px 0;
}

.about-us-content p strong {
  color: #33501f;

}

.about-us-content ul {
  margin-top: 18px;
  background: #f9ff01;
  padding: 22px 22px;
  position: relative;
  margin: 0 0 10px;
}

.about-us-content ul:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-left: 5px solid #33501f;
  border-bottom: 5px solid #33501f;
}

.about-us-content ul:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  transition: all .6s ease;
  border-right: 5px solid #33501f;
  border-top: 5px solid #33501f;
}

.about-us-content ul li {
  font-size: 15px;
  line-height: 30px;
  color: #000;
  padding: 0px 0;
}

.about-us-content ul li i {
  font-weight: 600;
  color: #f5002d;
  display: inline-block;
  font-size: 16px;
  border-radius: 50%;
  margin: 0px 7px 0 0;
}


.header
{
  float: left;
  width: 100%;
  padding: 10px 0px;
}
.header2 img
{
  width: 85%;
}

.srv-sec-1 {

  float: left;
  width: 100%;
  padding: 50px 0px;
}

.srv-sec-1 {
  padding: 50px 0;
  text-align: center;
  background: linear-gradient(45deg, #007227, #f1e400);
}

.srv-head .dg-subheading {
  border-bottom: 1px solid #f9ff01;
  padding: 0 20px 10px;
  position: relative;
  display: inline-block;
}

.srv-head .dg-span {
  color: #f5002d;
}

.srv-head .dg-subheading .dg-dotes {
  background: #ffffff01;
}

.srv-head .dg-subheading .dg-dotes:before {
  background: #f9ff01;
}

.srv-head .dg-subheading .dg-dotes:after {
  background: #f9ff01;
}

.srv-head p {
  color: #ffffff;
}

.srv-mn {
  padding: 15px;
}

.srv-inr {
  padding: 0;
}

.dg-sv-ctaline {
  border: 1px solid #f9ff01;
  border-radius: 15px;
  margin-bottom: 99px;
  background: #fff;
}

.dg-sv-ctaline p {
  background: #f9ff01;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 10px 10px 16px;
  text-transform: capitalize;
  font-size: 25px;
  text-align: center;
  display: block;
  color: #f5002d;
}

.dg-sv-ctaline img {
  margin-top: 15px;
  margin-bottom: -90px;
  border-radius: 50%;
  width: 249px;
  box-shadow: 0px -13px 0 7px #f9ff01;
}

.srv-text {
  font-size: 15px;
  line-height: 29px;
  color: #2b2b2b;
  padding: 8px 12px;
}

.srv-contact {
  text-align: center;
  padding: 0 20px;
  margin: 0 auto -53px;
  position: relative;
}

.srv-contact span {
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 60px;
  color: #f5002d;
  border-radius: 50%;
  font-size: 28px;
  background: #ffffff;
  border: 7px solid #f9ff01;
}










.testi-section {
  padding: 50px 0;
  float: left;
  width: 100%;
}

.testi-1 {
  padding: 15px;
}

.testi-2 {
  padding: 0;
}

.testi-bx-sec {
  border: 1px solid #f9ff01;
  display: block;
  padding: 15px;
}

.testi-bx-sec:before {
  position: absolute;
  content: '';
  background: #f9ff01;
  width: 25px;
  height: 25px;
  left: 38px;
  bottom: -3px;
  transform: rotate(45deg);
  box-shadow: 5px 5px #33501f;
  border-radius: 4px;
}

.testi-bx-sec p {
  font-size: 15px;

  line-height: 28px;
  color: #2b2b2b;
}

.testi-name {
  display: block;
  font-size: 22px;
  padding: 5px 0 0;
  text-transform: capitalize;
  font-weight: 600;
  color: #f5002d;
}

.testi_img {
  max-width: 98px;
  height: auto;
  border-radius: 50%;
  border: 7px solid #f9ff01;
  margin: 15px 0 0 0px;
  overflow: hidden;
}







.award-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.award1 {
  padding: 10px;
}

.award2 {
  padding: 0;
}

.award2 img {
  width: 100%;
}






.mark-1 {

  float: left;
  width: 100%;
  padding: 0;
  background: linear-gradient(45deg, #007227, #f1e400);
}

.mark-1a {
  padding: 30px 0;
  text-align: center;
}

.mark-1a p {
  color: #f9ff01;
  font-size: 35px;
  text-transform: capitalize;
}

.mark-1a span {
  color: #fff;
  font-size: 20px;

  padding: 5px 0 15px;
  text-transform: capitalize;
  display: block;
}

.mark-1a span strong {
  color: #000;

}

.mark-1a ul li {
  display: inline-block;
  padding: 0 8px;
}

.mark-1a ul li a {
  color: #000000;
  font-size: 35px;
  font-weight: 600;
  padding: 12px 22px 10px;
  line-height: 40px;
  display: inline-block;
  background: #fff;
  border-radius: 40px;
  text-transform: capitalize;
}




.copy-right {
  float: left;
  width: 100%;
  padding: 0;
  background: #f9ff01;
}

.disclimer {
  padding: 12px 0;
  text-align: center;

  font-size: 17px;
}

.disclimer p {
  color: #000;
  line-height: 20px;

  font-size: 15px;
  padding: 0 0 3px;
}






@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){

  .header2 img {
  display: none;
}
.header .col-sm-5{width: 50%;}
}
@media(min-width:640px) and (max-width:767px){

  .tophead-section1 {
  display: block;
}
.header2 img {
  display: none;
}
.services1 {
  width: 100%;
}
.choose-1 {
  width: 100%;
}
.srv-mn {
  width: 100%;
}
.testi-1 {
  width: 100%;
}
}
@media(min-width:480px) and (max-width:639px)
{

  .tophead-section1 {
  display: block;
}
.header2 img {
  display: none;
}
.services1 {
  width: 100%;
}
.choose-1 {
  width: 100%;
}
.srv-mn {
  width: 100%;
}
.testi-1 {
  width: 100%;
}


}
@media(min-width:320px) and (max-width:479px)
{
.tophead-section1 {
  display: block;
}
.header2 img {
  display: none;
}
.services1 {
  width: 100%;
}
.choose-1 {
  width: 100%;
}
.srv-mn {
  width: 100%;
}
.testi-1 {
  width: 100%;
}
}

