@import url('../css2');
@import url('../css2-1');
body {
    font-family: "Rethink Sans", serif;
    font-weight: 600;
}

.main-container {
    float: left;
    width: 100%;
 /*   background: url(../images/bg.png);*/
    background-attachment: fixed;
}

.hdd {
    font-family: "Timmana", serif;
    font-weight: 500;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

.top-sec {
    padding: 0 12px;
    background: #fed001;
    float: left;
    width: 100%;
}

.top-left {
    padding: 0;
}

.top-left-1 {
    padding: 0;
    text-align: center;
}

.top-left-1 p {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  padding: 7px 0px 0px !important;
}

.top-left-1 p i {
    font-size: 17px;
    font-weight: 400;
    color: #b80000;
}

.top-right {
    padding: 0;
}

.top-right-1 {
    padding: 0;
}

.top-right-1 ul {
    text-align: center;
    display: flex;
    justify-content: center;
}

.top-right-1 ul li {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    display: flex;
    border-radius: 0 0 40px 40px;
    line-height: 36px;
    align-items: center;
}

.top-right-1 ul li i {
    font-size: 22px;
    color: #fff;
    background: #b80000;
    margin: 0 15px 0;
    width: 45px;
    height: 42px;
    line-height: 43px;
	border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
}

.head {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    overflow: hidden;
}

.head-right2 p {
    padding: 15px 0 0px;
    color: #2f2f2f;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
}

.head-num a {
    text-align: left;
    font-size: 48px;
    font-weight: 800;
    color: #ff0600;
    text-transform: capitalize;
    padding: 0;
    display: block;
}

.head-num a span {
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    padding: 2px 15px 3px;
    display: inline-block;
    position: absolute;
    right: -40px;
    background: #0e6100;
    top: 14px;
    border-radius: 50px 0 0 50px;
}

.headline-section {
  float: left;
  width: 100%;
  background-color: #b80000;
}

.headline1 p {
  padding: 6px 8px 6px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 23px;
  animation: blik1 0.9s infinite;
  background: #fff;
  text-align: center;
  color: #000 !important;
}

@keyframes blik1 {
    0% {
        color: #ffffff;
    }

    50% {
        color: #ffffff;
    }

    100% {
        color: #ecfe00;
    }
}

.headline2 {
    padding: 0;
}

.headline2 p {
  padding: 12px 5px 1px;
  text-transform: capitalize;
  font-size: 20px;
  color: #fff;
  text-align: right;
}

.top-add {
    background: #000;
    float: left;
    width: 100%;
}

.top-add1 {
    padding:10px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.aboutus-section {
  
    float: left;
    width: 100%;
  /*  padding-top: 50px;*/
}

.list1 {
    padding: 0;
	background-color:#b80000;
}

.list2 ul li {
    text-transform: capitalize;
    display: block;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 60px;
    margin: 15px;
    border: 1px solid #ffffff3b;
}

.list2 ul li i {
    font-weight: 600;
    font-size: 19px;
    color: #ffc30f;
    padding-right: 7px;
}

.aboutus-section1 {
    padding: 0;
}

.aboutus-section2 {
    padding:50px 35px 15px 115px;
    background: #fff;
}

.aboutus-heading {
    text-align: center;
    padding: 0 0 15px;
}

.aboutus-heading strong {
    display: block;
    font-size: 75px;
    text-transform: capitalize;
    line-height: 75px;
    background: #b80000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aboutus-heading span {
    text-transform: capitalize;
    font-size: 19px;
    color: #2d2d2d;
    font-weight: 600;
    display: inline-block;
}

.about-us {
    padding-top: 20px;
}

.about-us video {
    float: right;
    width: 346px;
    padding: 8px;
    margin: 15px 15px 15px 0;
    border: 1px solid #4e06a529;
}

.about-us p {
    padding: 4px 0;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.about-us p strong {
    font-weight: 600;
    color: #b80000;
    padding: 0;
}

.about-us ul {
    padding: 7px 0;
}

.about-us ul li {
    padding: 6px 0;
    display: block;
    color: #4f4e4e;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.about-us ul li i {
    color: #f6a914;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    padding: 0 6px 0;
    background:#b80000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.faq-design1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.question span {
    display: inline-block;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    padding: 2px 0 7px 15px;
    border-left: 3px solid #ff2200;
}

.ans p {
    padding: 9px 15px;
    background: linear-gradient(45deg, #3700ba14, transparent);
    color: #4f4e4e;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.footer-section {
    background: #b80000;
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.text-start {
    text-align: left !important;
}

.contact-left1 {
    padding: 15px;
}

.contact-left2 ul li {
    padding: 20px 10px;
    text-align: center;
    position: relative;
    border: 1px solid #fff;
    background: #000;
}

.contact-left2 li i {
    font-size: 80px;
    color: #ffffff;
    padding: 0 0 7px;
}

.contact-left2 li span {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}
a{
	text-decoration:none;
}
.footer-ws a span {
    color: #fff;
    padding: 20px 10px;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    display: block;
    background: #1ab500;
	text-decoration:none;
}

.footer-ws a span i {
    display: block;
    font-size: 80px;
    padding: 0 0 8px;
	
}

.footer-left1 {
    padding: 15px 15px;
}

.footer-left2 {
    padding: 10px 15px;
    
    border-radius: 15px 15px;
}

.footer-links ul li {
    color: #000;
    padding: 8px 12px 6px;
    background: #ffffff;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 13px 0;
    border-radius: 40px;
    text-align: center;
}

.footer-right1 {
    padding: 15px 15px 15px;
}

.footer-contact-design strong {
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    text-align: center;
    border-bottom: 1px solid #ffffff26;
    padding: 0 0 10px;
    line-height: 54px;
}

.disclaimer strong {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #ffffffc9;
    padding: 10px 0 0;
    display: inline-block;
    text-align: center;
}

.disclaimer p {
    padding: 12px 0 0;
    font-weight: 500;
    color: #f5f400;
    font-size: 16px;
    text-align: center;
}

.award-section {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.award-section:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    background: #b80000;
    width: 100%;
    height: 50%;
    left: 0;
}

.award-left1 {
    padding: 0 30px 0 0;
    position: relative;
    z-index: 0;
}

.award-left2 {
    margin: 0 auto;
}

.service_card_content1 strong {
    font-size: 27px;
    text-transform: capitalize;
    color: #ecfe00;
    display: block;
    text-align: center;
}

.service_card_content1 p {
    padding: 0 0 8px;
    font-size: 17px;
    font-weight: 300;
    line-height: 33px;
    color: #ffffff;
    text-align: center;
}

.service_card_content1 a {
    color: #ffffff;
    font-size: 17px;
    padding: 6px 15px 1px;
    font-weight: 500;
    text-transform: uppercase;
    background: #09a700;
    border-radius: 50px;
    display: block;
    text-align: center;
}

.list-sv-img {
    position: relative;
    padding: 40px 0 25px;
}

.list-sv-img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    border: 2px solid white;
    border-top: 0;
    width: 78%;
    height: 50%;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto;
}

.list-sv-img img {
    border: 3px solid #ffffff;
    width: 100%;
}

.award-call {
    background:#b80000;
    text-align: center;
    border-radius: 20px;
    border: 4px solid #fff;
    padding: 10px 0 0;
}

.award-call i {
    width: 65px;
    height: 65px;
    line-height: 60px;
    margin: 0 0 10px;
    background: linear-gradient(5deg, #b80000, #ecfe00);
    font-size: 33px;
    color: #ffffff;
    border-radius: 50px;
    border: 3px solid #ffffff;
}

.award-call strong {
    color: #b80000;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    background: white;
    line-height: 35px;
    padding: 7px 0 0;
}

.award-call a {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    padding: 6px 0 0px;
    line-height: 50px;
	text-decoration:none;
}

.award-right2 {
    padding: 50px 0 50px 50px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    background: #fff;
}

.award-heading p {
    color: #b80000;
    font-size: 55px;
    padding: 0;
    text-transform: capitalize;
    display: block;
    text-align: center;
}

.awards-1 {
    padding: 12px;
}

.awards-2 img {
    width: 100%;
    outline: 2px solid #fff;
    outline-offset: -10px;
}

.bestservices-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-title {
    padding: 0 0 25px;
    text-align: center;
}

.about-title strong {
    text-transform: capitalize;
    padding: 0;
    font-size: 55px;
    display: inline-block;
    line-height: 60px;
    color: #b80000;

}

.about-title span {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #000;
    background: linear-gradient(90deg, #ff410300, #ffc30f, #ff410300);
    padding: 10px 10px 5px;
}

.best-services1 {
    padding: 20px;
    margin-top: 20px;
}

.best-services2 {
    position: relative;
}

.design-services {
    justify-content: center;
    align-items: center;
}

.best-services3 {
    width: 90%;
    padding: 0;
}

.best-services3 img {
    width: 100%;
    border-radius: 500px 500px 0 0;
}

.best-services4 {
    width: 80%;
    margin: -36px 0 0;
    padding: 20px 15px 0 20px;
    background: #fff;
    border-radius: 0 30px 100px 0;
    border-left: 5px solid #ecfe00;
}

.best-services4 a {
    padding: 5px 18px 2px;
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
    border-radius: 50px;
    display: inline-block;
    text-transform: capitalize;
    background: #00b514;
}

.best-services4 strong {
    font-size: 25px;
    text-transform: uppercase;
    color: #b80000;
    display: block;
    padding: 10px 0 0;
}

.best-services4 p {
    padding: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    color: #474747;
}

.footer-part {
    float: left;
    width: 100%;
    position: relative;
}

.footer-icon-box {
    background: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 25px 5px;
    border: 1px solid #e5e5e5;
    transition: 0.6s;
}

img.ft-icons {
    margin-bottom: 10px;
}

.footer-icon-box p {
    font-size: 16px;
}

.hind-li {
    float: left;
    width: 100%;
    padding: 50px 0px;
    text-align: center;
}

.deal-part ul li {
    list-style: none;
    display: inline-block;
    background: #b80000;
    padding: 10px 3%;
    border-radius: 15px;
    border: solid 1px #eee;
    margin-right: 1%;
    transition: 0.5s;
}

.deal-part ul li p {
    font-size: 16px;
    margin-top: 9px;
    font-weight: 500;
    color: #fff;
}

.footer-icon-box:hover {
    background: #b80000;
    transform: scale(1.1);
    transition: 0.6s;
	color:#fff;
}




.sservices-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.sservices-section1 {
    padding: 0px;
}


.sservices {
    padding: 30px 0 0;
}

.sservices1 {
    padding: 10px;
}

.sservices2 {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sservices3 {
    padding: 0px;
}

.sservices3 img {
    max-width: 100%;
  
    border: 5px double #000000;
}

.sservices4 {
    padding: 0px 0px 0px 20px;
    text-align: left;
    text-align: center;
}

.sservices4 strong {
    text-align: center;
    padding: 10px 0px 0;
    font-size: 25px;
    color: #b80000;
}

.sservices4 p {
    padding: 0px 0 10px 0;
    font-size: 15px;
    margin: 0;
    color: #222;
    line-height: 30px;
}

.sservices4 a {
    background: #000;
    border-radius: 23px;
    padding: 5px 18px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
}



.testimonial {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.testi-sec {
    padding: 0 15px;
}

.testi-1 {
    padding: 15px;
    text-align: center;
}

.testi-2 {
    background: #b80000;
    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: #b80000;
    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 #fff;
    width: 80px;
	border-radius: 50%;
 
}

.testi-info strong {
    color: #ffc30f;
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    display: block;
    padding: 5px 15px 4px;
    text-align: center;
}

.rating {
    color: #fff;
    padding: 14px 15px 0;
    font-size: 16px;
}

.testi-right {
    float: left;
    width: 100%;
    background: #b80000;
}

.testi-right1 {
    padding: 15px;
}



.srv-sec-1 {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.srv-sec-2 {
    padding: 0;
}

.srv-title {
    padding: 0 0 35px;
    text-align: center;
}

.srv-title strong {
    font-size: 50px;
    display: block;
    background: -webkit-linear-gradient(90deg, #b80000, #b80000 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.srv-title p {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
}

.srv-sec-content {
    padding: 0;
}

.srv-mn {
    padding: 12px;
}

.srv-inr {
  padding: 20px 15px 0px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 5px 0 #000;
  background-color: #b80000;
  border-radius: 15px;
}

.srv-inr .srv-img {
    padding: 0px;
    text-align: center;
    position: relative;
}

.srv-inr .srv-img:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: inherit;
    right: 0px;
    bottom: 0px;
    left: inherit;
    margin: 0 auto;
    border: 17px solid #fff;
    border-color: #b80000 #fff #fff #b80000;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.srv-inr .srv-img img {
    width: 100%;
	border-radius: 15px;
    border: 10px solid #FFF;
}

.srv-text {
    padding: 12px 0 0;
    text-align: center;
}

.srv-text span {
  font-size: 26px;
  font-weight: 600;
  padding: 20px 0px;
  text-transform: capitalize;
  color: #ffc30f;
}
 .about-us video {
    float: left;
    width: 100%;
  }
.srv-text p {
  line-height: 27px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 5px 0px 10px;
}
.srv-text a {
    background: #fff;
    color: #000000;
    font-size: 17px;
    border: 0px solid #fff;
    transition: 0.3s ease-in-out;
    display: inline-block;
    padding: 6px 37px;
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    z-index: 999999;
    margin-bottom: 46px;
	    text-decoration: none;
}

.srv-text a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 47px;
    width: 3px;
    margin: auto;
    bottom: -47px;
    background: linear-gradient(45deg, #b80000, #b80000);
    z-index: -1;
}
@media(min-width:992px) and (max-width:1200px){
    .award-section::before {
        width: 100%;
      }
    .head-num a span {
        display: none;
      }
}
@media(min-width:768px) and (max-width:991px){
   
    .head-num a span {
        right: -33px;
      }
      .srv-sec-1 .col-sm-4{width: 50%;}
      .aboutus-section2 {
        padding: 50px 0px;
      }
      .services2 {
        text-align: center;
      }
      .sservices2 {
        text-align: center;
        display: block;
      }
      .award-section::before {
        width: 100%;
      } .award-right2 {
        padding: 50px 0px;
        margin-top: 20px;
      }
}
@media(min-width:640px) and (max-width:767px){
    .top-right-1 ul li:nth-child(1) {
        display: none;
    }
    .services2 {
        text-align: center;
      }
      .sservices2 {
        text-align: center;
        display: block;
      }
      .award-section::before {
        width: 100%;
      } .award-right2 {
        padding: 50px 0px;
        margin-top: 20px;
      }
}
@media(min-width:480px) and (max-width:639px)
{  .top-right-1 ul li:nth-child(1) {
    display: none;
}
.top-right-1 ul li:nth-child(2) {
    display: none;
}
.head-num a span {
    display: none;
  }
  .services2 {
    text-align: center;
  }
  .sservices2 {
    text-align: center;
    display: block;
  }
  .award-section::before {
    width: 100%;
  } .award-right2 {
    padding: 50px 0px;
    margin-top: 20px;
  }
}
@media(min-width:320px) and (max-width:479px)
{
    .top-right-1 ul li:nth-child(1) {
        display: none;
    }
    .top-right-1 ul li:nth-child(2) {
        display: none;
    }
    .top-right-1 ul li:nth-child(3) {
        display: none;
    }
    .head-num a {
        text-align: center;
        font-size: 29px;
    }
    .head-num a span {
        display: none;
      }
      .aboutus-section2 {
        padding: 50px 0px;
      }
      .about-us video {
        float: left;
        width: 100%px;
      }
      .services2 {
        text-align: center;
      }
      .sservices2 {
        text-align: center;
        display: block;
      }
      .award-section::before {
        width: 100%;
      }
      .award-heading p {
        font-size: 40px;
      }
      .award-right2 {
        padding: 50px 0px;
        margin-top: 20px;
      }
      .aboutus-heading strong {
        font-size: 45px;
        line-height: 50px;
      }

}
