@import url('../css2');
@import url('../css2-1');

body {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
}

.hdd {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-style: normal;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center !important;
}
/* start head section */

.head-section{
  padding:0px 0 10px;
}

.head-right1{
}
.head-line strong{
  color:#000;
  display:block;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}
.head-line strong img{
   height: 63px;
}
.head-line p{
  color: #8f283f;
  font-size: 23px;
  text-transform: capitalize;
  font-weight: 700;
}
.head-line-service p{
   background: #ffb900;
   font-size: 20px;
   color: #941938;
   border-radius: 50px;
   padding: 6px 23px;
   text-transform: capitalize;
   font-weight: 800;
   display: inline-block;
}

.head-line-service strong{
   font-weight: 700;
   padding: 5px 0 0;
   display: block;
   text-transform: capitalize;
   font-size: 18px;
   color: #000;
}

.head-line-service a{
  background: #ffffff;
  outline: #ffffff solid 5px;
  border: 3px solid #559f1a;
  color: #fff;
  height: 46px;
  text-align: center;
  line-height: 39px;
  display: inline-block;
  margin: 0 0  0 0px;
  width: 46px;
  position: absolute;
  border-radius: 50%;
  right: -20px;
  top: -30px;
  z-index: 9;
}
.head-line-service a .bi{
  width: 26px;
  height: 25px;
  animation: blk 0.5s infinite ease-in-out;
}
@keyframes blk{
  0%{color:#ffffff;}
  100%{color:#148406;}
}
.head-line-service ul li{
  list-style: none;
  display: inline-block;
  font-size: 16px;
  padding: 4px 10px;
  text-transform: capitalize;
  margin: 0 4px;
  color: #000;
  border: 1px solid #d94a6b;
}
/* end head section */
.main {
    margin: auto;
    padding: 0;
    width: 93%;
}
.our-services-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-title {
    text-align: center;
}

.about-title p {
    text-transform: capitalize;
    padding: 0px 10px 2px;
    font-size: 55px;
       background: #000;
   color:#fff;
    font-weight: 600;
   
}

.about-title span {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    padding: 6px 25px 6px;
   background: #000;
    display: inline-block;
    margin: -15px 0 0;
    border-radius: 30px;
}

.services-design1 {
    padding: 12px;
    text-align: center;
    margin-top: 30px;
}

.services-design2 {
    text-align: center;
    padding: 0 20px 0;
	border-radius: 15px;
    background: #000;
}

.services-design4 {
    position: relative;
    z-index: 9;
}

.services-design4 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services-design4 ul li a {
    color: #000;
    padding: 5px 20px 6px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    background: #fff;
    margin: 5px auto;
    border-radius: 0 0 15px 15px;
	text-decoration:none;
}

.services-design4 ul li a i {
    font-weight: 600;
}

.services-design4 .chat {
    color: #008000;
    background: #fff;
    font-weight: 700;
}

.services-design4 strong {
    font-size: 22px;
    font-weight: bold;
    color: #fff500;
    text-transform: capitalize;
    display: inline-block;
    padding: 25px 0 0;
}

.services-design4 p {
    font-size: 17px;
    font-weight: 200;
    line-height: 32px;
    color: #ffffff;
    padding: 0 0 15px;
}

.services-design3 img {
   
    border: 8px solid #fff;
    border-bottom: 0;
}

.about-us-section {
    float: left;
    width: 100%;
	background: #fff500;
    padding: 50px 0px;
}

.about-us-content {
    float: left;
    padding-top: 20px;
	width: 100%;
}
.about-us-content img{
	float: right;
    width: 39%;
    border-radius: 43px;
    /* border: 5px solid #fff; */
    padding: 10px;
}

.about-us-content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 35px;
    color: #000;
    padding: 6px 0;
    text-align: justify;
}

.about-us-content p strong {
    color: #000;
    font-weight: bold;
}

.about-us-content ul {
    padding: 10px 0;
}

.about-us-content ul li {
    position: relative;
    padding: 9px 0;
    background: #ffffff;
    font-size: 17px;
    font-weight: 400;
    color: #434343;
}

.about-us-content ul li:before {
    font-size: 22px;
    margin: 0px 9px 0 0;
    font-weight: 500;
    display: inline-block;
    content: "";
    text-align: center;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50px;
    border: 4px solid #ff0012;
}

.best-sv-section {
    position: relative;
    z-index: 0;
    float: left;
    width: 100%;
}

.sv-title strong {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 48px;
    display: block;
    text-align: center;
    padding: 5px 12px 12px;
    color: #a51a37;
    background: #ffb900;
}

.main-services1:nth-child(1) {
    padding: 0 30px 0 0px;
}

.main-services2 {
    padding: 20px 0px 20px 20px;
    background: #a51a37;
}

.mainsrv {
    align-items: center;
}

.mainserv-left1 {
    position: relative;
}

.mainserv-left1 img {
    width: 100%;
}

.mainserv-left1:after {
    position: absolute;
    height: 86%;
    width: 80%;
    border: 3px solid #ffffff;
    content: "";
    left: 10%;
    transition: 0.6s;
    top: 0;
    border-top: 0;
}

.mainserv-right1 {
    padding: 0 0px 0 0px;
	
}

.mainserv-right1 strong {
    font-size: 22px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    color: #ffad14;
    padding: 0;
}

.mainserv-right1 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    padding: 3px 0 5px;
    text-align: justify;
}

.mainserv-right1 a {
    font-size: 16px;
    margin: 12px 0 0 auto;
    line-height: 30px;
    padding: 3px 20px 3px;
    font-weight: 600;
    z-index: 9;
    width: fit-content;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    background: #ff0012;
    border-radius: 6px;
}

.mainserv-right1 a.chat {
    background: #2cb741;
}

.best-sv-section:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30%;
    height: 100%;
    background: #fff;
    margin: 0 auto;
    left: 0;
    z-index: -1;
}

.o-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
	background-color:#000;
}

.our-services1 {
    padding: 86px 16px 16px 16px;
    margin-top: 20px;
}

.our-services2 {
    padding: 0px 22px 3px;
    z-index: 9;
    border-radius: 190px 190px 0 0;
    position: relative;
}

.our-services2:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 90%;
    border-radius: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: cover;
    z-index: -9;
    top: 0;
	background-color:#fff500;
}

.our-services3 {
    padding: 0px 30px 0 30px;
    overflow: visible;
    margin: -60px 0 20px 0;
    text-align: center;
}

.our-services3 img {
    border: 13px solid #fff;
    border-radius: 20px;
	border-radius:50%;
}

.our-services4 {
    text-align: center;
    padding: 39px 0px 0px;
}

.our-services4 strong {
    font-size: 23px;
    padding: 4px 18px 4px;
    color: #000;
    font-weight: bold;
    margin: -27px 0px 0;
    display: block;
    text-transform: capitalize;
    background: #fff;
}

.our-services4 p {
    color: #000;
    font-size: 16px;
    padding: 9px 20px 10px 20px;
    margin: 0;
    text-align: center;
    font-weight: 500;
    line-height: 28px;
}

.our-services4 a {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    padding: 5px 33px 6px 29px;
    border-radius: 36px;
    background: #fff;
    text-transform: capitalize;
    display: inline-block;
    margin:10px;
}

.our-services5 {
    padding: 8px 0 0 0;
    text-align: center;
    margin: 0px 0 -3px 0;
}

.our-services5 span {
    background: #fff;
    height: 90px;
    border-radius: 50px 50px 0px 0px;
    width: 90px;
    line-height: 98px;
    position: relative;
    display: inline-block;
}

.our-services5 span img {
    height: 47px;
    animation: rotationn 2s linear infinite;
}

@keyframes rotationn {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    }
}


.top-head {
    padding: 0;
       background: #000;
    float: left;
    width: 100%;
}
.top-head-1 {
    padding: 0;
}
.bg-r {
    background: #fff500;
    padding: 0;
}
.bg-left {
    padding: 0;
}
.bg-left-1 {
    color: #000;
    font-size: 22px;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
    padding: 7px 15px;
}
.bg-right {
    padding: 0;
}
.bg-right-1 {
    padding: 0;
}
.contact-right {
    width: 100%;
    font-size: 20px;
    color: #000000;
    text-align: center;
    background: #fff;
    padding: 10px 20px 0;
    text-transform: capitalize;
    font-weight: 600;
}
.head-list {
    padding: 0;
    background:#fff500;
    float:left;
    width: 100%;
}
.head-list1 {
    padding: 12px 0 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.header-logo {
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
    float: left;
    width: 100%;
}
.header-logo-1 {
    padding-top: 10px;
	padding-bottom: 10px;
    display: flex;
    align-items: center;
}
.header-logo-left {
    padding: 0;
}
.header-logo-left-1 {
    padding: 5px;
    text-align: center;
}
.header-logo-right {
    padding: 0;
}
.header-logo-right-1 {
    padding: 12px;
    text-align: center;
}
.head-right2 {
    padding: 0;
}
.headright-bottom1 {
    padding: 0;
}
.head-bg {
    padding: 0;
    text-align: center;
}
.head-bg1 {
    padding: 0;
    display: flex
;
    align-items: center;
}
.head-whatsapp {
    padding: 0;
}
.head-whatsapp1 {
    padding: 6px 0;
}
.head-whatsapp1 p a {
    text-transform: uppercase;
    color: #0c7903;
    font-size: 20px;
    font-weight: 500;
    border: 1px dashed #0c7903;
    padding: 6px 15px;
    display: block;
}
.head-call {
    padding: 0;
}
.head-call1 {
    padding: 0px 0;
}
.head-call1 span {
    color: #ff0012;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
}
.head-call1 a {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
}
.welcome {
    text-transform: capitalize;
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    padding: 8px 8px;
    background: #f6ff00;
}


.testimonial {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.testi-sec {
    padding: 0 15px;
}

.testi-1 {
    padding: 15px;
    text-align: center;
    margin-top: 30px;
}

.testi-2 {
    background: #000;
    padding: 0 0 15px;
}

.testi-box p {
    padding: 20px 20px 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
}

.testi-info {
    background: #fff;
    text-align: right;
    position: relative;
}

.testi-info span {
    display: block;
    padding: 5px 15px;
    position: absolute;
    top: -21px;
}

.testi-info img {
    box-shadow: 0 0 0px 2px #ffb900;
    width: 80px;
	border-radius: 50%;
}

.testi-info strong {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    display: block;
    padding: 5px 15px 4px;
    text-align: right;
}

.rating {
    color: #ffb900;
    padding: 14px 15px 0;
    font-size: 16px;
}

.testi-right {
    float: left;
    width: 100%;
    background: #01301e;
}

.testi-right1 {
    padding: 15px;
}


.faq-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.faq-design1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin-top: 20px;
}

.question span {
    display: inline-block;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    padding: 2px 0 7px 15px;
    border-left: 3px solid #a51a37;
}

.ans p {
    padding: 9px 15px;
    background: linear-gradient(45deg, #3700ba14, transparent);
    color: #4f4e4e;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.top-add {
    background: linear-gradient(45deg, #f6ff00, #f6ff00);
    float: left;
    width: 100%;
}

.top-add1 {
    padding: 8px 0 8px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    line-height: 24px;
}



.footer-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #000;
}

.footer-flex {
    align-items: center;
}

.footer-left {
    padding: 12px;
}

.footer-left1 {
    padding: 0;
    text-align: center;
}

.footer-detail-left {
    padding: 12px 0;
}

.footer-detail-left i {
    width: 75px;
    height: 65px;
    line-height: 70px;
    background: #fff;
    border-radius: 50px 50px 0 0;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #000;
}

.footer-detail-left span {
    background-color: #ffffff;
    display: block;
    text-align: center;
    border-radius: 40px;
    font-size: 19px;
    padding: 7px 7px 6px;
    color: black;
    font-weight: 600;
    text-transform: capitalize;
}

.footer-detail-left span a {
    color: black;
}

.footer-center {
    padding: 0;
}

.footer-center1 {
    text-align: center;
    padding: 10px;
    background: #fff;
}

.footer-center1 p {
    color: #f6ff00;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 0 0;
    line-height: 25px;
}

.disclaimer {
    padding: 25px 0 2px;
}

.disclaimer p {
    text-align: center;
    font-size: 15px;
    font-weight: 200;
    line-height: 22px;
    color: #000;
    padding: 15px 10px;
    background: #fff;
    border-radius: 10px;
}

.copy {
    text-align: center;
}

.copy span {
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    display: block;
    color: #ffb900;
}

.counter {
    float: left;
    width: 100%;
    padding: 50px 0px;
	background:#fff500;
}

.aboutus-heading-counter strong {
    text-transform: capitalize;
    font-size: 67px;
    font-family: "Federant", serif;
    font-weight: 500;
    display: block;
    padding: 0 10px;
    color: #000;
    text-align: center;
background:#fff;
}

.counter-1 {
    padding: 10px 15px 20px;
    margin-top: 20px;
}

.counter-2 {
    padding: 0;
    text-align: center;
    position: relative;
    /* z-index: 9; */
}

.counter-2:before {
    background: linear-gradient(360deg, #01301e, #01301e);
    content: "";
    width: 3%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    opacity: 0.3;
}

.count-upp {
    position: relative;
    z-index: 9;
    padding: 0 0 20px 0;
}

.count-upp i {
    color: #ffffff;
    font-size: 56px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px 0px 18px;
    height: 100px;
    border: 3px solid #fff;
    width: 100px;
    line-height: 87px;
    border-radius: 50%;
    background: #000;
    z-index: 999;
    position: relative;
}

.count-up {
    text-align: center;
    padding: 20px 0 6px;
    position: relative;
background: #fff;
    z-index: 9;
    border-radius: 11px;
}

.count-up p {
    color: #fff;
    font-size: 19px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0px 6px;
    background: #000;
    width: 90%;
    border-radius: 0 50px 50px 0;
}

.counter-count {
    color: #000;
    font-size: 38px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 6px 0 0;
    display: block;
    position: relative;
    border-radius: 50px;
}


@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){.head-bg1 {
  display: block;
}
.header-logo-1 {
  display: block;
}
.services-design1 {
  width: 50%;
  float: left;
}
}
@media(min-width:640px) and (max-width:767px){.head-bg1 {
  display: block;
}
.header-logo-1 {
  display: block;
}
}
@media(min-width:480px) and (max-width:639px)
{ .head-bg1 {
  display: block;
}
.header-logo-1 {
  display: block;
}
.welcome {
  font-size: 18px;
}
.about-title p {
  font-size: 35px;
}
.sv-title strong {
  font-size: 30px;
}
.aboutus-heading-counter strong {
  font-size: 35px;
}
.header-logo-1 .col-sm-4 {
  padding: 0;
}
.header-logo .container-fluid {
  padding: 0;
}
}
@media(min-width:320px) and (max-width:479px)
{
    .head-bg1 {
  display: block;
}
.header-logo-1 {
  display: block;
}
.welcome {
  font-size: 18px;
}
.about-title p {
  font-size: 35px;
}
.sv-title strong {
  font-size: 30px;
}
.aboutus-heading-counter strong {
  font-size: 35px;
}
.header-logo-1 .col-sm-4 {
  padding: 0;
}
.header-logo .container-fluid {
  padding: 0;
}
}
