@import url('../css2');
@import url('../css2-1');


body {
    font-family: "Livvic", sans-serif;
    font-weight: 500;
}

.main-container {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}



.hdd {
    font-family: "Righteous", sans-serif;
    font-weight: 400;
    font-style: normal;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

.logo-col2 {
    float: left;
    width: 100%;
    background: #ff3131;
    color: #fff;
    padding: 10px 15px;
  
    font-size: 18px;
}

.tophead-section {
    background: #000;
    float: left;
    width: 100%;
}
.top-add3{
	background-color:#ff3131;
}
.top-add1 {
    text-align: right;
    padding: 0px;
}

.top-add2 {
    font-size: 19px;

    color: rgb(255, 255, 255);
    text-transform: capitalize;
    display: block;
    text-align: center;
    padding: 9px 12px 0px;
}

.top-add1 {
    text-align: right;
    padding: 0px;
}

.top-add3 p {
    font-size: 22px;

    color: rgb(255, 255, 255);
    text-align: center;
    text-transform: capitalize;
    line-height: 25px;
    padding: 13px 10px 9px;
    animation: 0.6s ease 0s infinite normal none running txt-blnk;
}

@keyframes txt-blnk {
    0% {
        color: rgb(255, 255, 255);
    }

    50% {
        color: rgb(255, 255, 255);
    }

    100% {
        color: rgb(255, 234, 0);
    }
}





.best-srv-sec {
    text-align: center;
    padding: 50px 0px;
    float: left;
    width: 100%;
}

.srv-hd {
    padding: 0px 0px 30px;
    text-align: center;
}

.srv-hd p {
    font-size: 50px;
    color: #000;

    text-transform: capitalize;
    margin: 0px;
    position: relative;

    padding-bottom: 20px;
}

.srv-hd p:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 50px;
    top: 100%;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: url(../images/line.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.srv-hd span {
    display: block;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    padding: 29px 0px 0px;
    font-weight: 500;
}

.best-srv-sec .srv-mn {
    padding: 20px;
}

.best-srv-sec .srv-mn .srv-inr {
    padding: 15px;
    -webkit-box-shadow: 0px 0px 20px #00000024;
    box-shadow: 0px 0px 20px #00000024;
}

.best-srv-sec .srv-mn .srv-inr p {
    font-size: 25px;
    color: #7a0b0d;
    text-transform: capitalize;
    text-align: center;
    margin: 0px;
    padding: 10px 0px;

}

.best-srv-sec .srv-mn .srv-inr span {
    display: block;
    padding: 20px 0px;
}

.best-srv-sec .srv-mn .srv-inr span a {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #fff;
    border: 1px solid #7a0b0d;
    padding: 10px 20px;
    z-index: 1;
}

.best-srv-sec .srv-mn .srv-inr span a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: linear-gradient(45deg, #000, #7a0b0d);
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.best-srv-sec .srv-mn .srv-inr span a:hover {
    background: transparent;
    color: #7a0b0d;
    -webkit-box-shadow: 0px 0px 6px #ffffff5c;
    box-shadow: 0px 0px 6px #ffffff5c;
}

.best-srv-sec .srv-mn .srv-inr span a:hover::before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.best-srv-sec .srv-mn .srv-inr:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.best-srv-sec .srv-mn .srv-im {
    padding: 0px;
    overflow: hidden;
}

.best-srv-sec .srv-mn .srv-im img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}





.testi-sec {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.testi-sec-1 {
    padding: 0;
}

.testi-content {
    padding: 23px 0 0;
}

.testi-1 {
    padding: 15px 15px;
}

.testi-2 {
    padding: 20px;
    text-align:
        center;
    background: #000;
    border-radius: 30px;
}

.pic img {
    border-radius: 50% 35px 40px 35px;
}

.testi-name {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    margin-top: 15px;
}

.testi-name:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 27px;
    width: 1px;
    margin: auto;
    bottom: -49px;
    border-radius: 100%;
    background: rgb(255, 234, 0);
}

.testi-name:after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: -22px;
    height: 15px;
    width: 15px;
    margin: auto;
    border-radius: 50%;
    border: 2px solid rgb(255, 234, 0);
}

.testi-name span {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    color: #ffea00;
    display: block;
}

.description {
    padding: 12px 0px 0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 29px;
    color: #ffffff;
}





.choose1 {
    float: left;
    width: 100%;
    padding: 50px 0px;
    margin-top: 50px;
	    background: #000;
}

.choose-1 {

    text-align: center;
    display: flex;
}

.choose-2 {
    padding: 0;
    background: linear-gradient(45deg, #000, #ff3131);
    margin: 0 auto;
}

.choose-icon {
    background: #fff;
    padding: 15px;
    width: 120px;
    height: 120px;
    margin: -60px auto 0;
    border-radius: 0 0 70px 70px;
}

.choose-head p {
    color: rgb(255, 234, 0);
    font-size: 22px;
    text-transform: capitalize;

    padding: 10px 0 8px;
}

.choose-head span {
    text-align: center;
    background: #fff;
    line-height: 29px;
    font-size: 15px;
    padding: 10px 0 0;
    display: block;
    color: #1f1f1f;
}














.srv-sec-1 {
    padding: 50px 0px;
    float: left;
    width: 100%;
}

.srv-sec-line {

    font-size: 40px;

    text-transform: capitalize;

    font-weight: bold;

    padding: 12px 20px 12px;

    display: block;

    text-align: center;


    color: #000;
}

.srv-sec-2 {
    padding: 25px 0px 25px;
}

.srv-mn {
    padding: 20px 15px;
}

.srv-inr {
    background: #000;
    box-shadow: 0 0 1px #cbc5c5;
    padding: 0;
}

.srv-img {
    padding: 0;
    overflow: hidden;
}

.srv-img-1 {
    padding: 0;
}

.srv-img-1 img {
    width: 100%;
    height: auto;
    transition: all 0.45s ease-in-out;
}

.srv-name {
    padding: 0 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
}

.srv-name strong {
    font-size: 24px;
    text-transform: capitalize;
    background-color: #ffffff;
    font-weight: bold;
    padding: 10px 15px 0;
    display: block;
    color: #ff3131;
}

.srv-text {
    padding: 0;
    text-align: center;
}

.srv-text p {
    padding: 5px 15px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    color: #fff;
    text-align: center;
}

.srv-text ul li {
    background: #fff;
    font-size: 17px;
    display: inline-block;
    padding: 6px 15px 5px;
    text-transform: capitalize;
    margin: 0 4px 0 0;

    border-radius: 0 20px 0 0;
}
.about-us-content img{
	float: right;
    width: 39%;
    border-radius: 43px;
    /* border: 5px solid #fff; */
    padding: 10px;
}
.srv-text ul li:nth-child(2) {
    background: #1ba027;
    border-radius: 12px 0px 0px 0px;
    text-align: right;
}

.srv-text ul li a {
    color: #000;
	text-decoration:none;
}

.award1 {
    padding: 15px;
}


.footer_section {
    float: left;
    width: 100%;
    background: #000;
}

.footer-contact1 {
    padding: 0 12px;
    text-align: center;
}

.footer-contact2 {
    padding: 40px 0 40px;
    background: linear-gradient(141deg, rgb(255, 234, 0), rgb(255, 234, 0));
}

.footer-contact2 span {
    font-size: 14px;
    font-weight: 800;
    color: #7a0b0d;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-contact2 strong {
    font-size: 30px;
    font-weight: 800;
    color: #000000;
    text-transform: capitalize;
    padding: 0 0 5px;
    display: block;
}

.footer-contact2 ul li a {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    background: linear-gradient(45deg, #7a0b0d, #000);
    padding: 0px 15px 0;
    display: block;
    text-shadow: 0 0 16px rgb(255, 234, 0);
}

.footer-contact2 ul li i {
    font-size: 90px;

    padding: 15px 0 0;
    color: #7a0b0d;
}

.footer-contact3 {
    padding: 15px 20px 13px !important;
    background: #ffffff;
    border-radius: 0 0 20px 20px;
    text-align: center;
}

.footer-head {
    text-align: center;
    font-size: 42px;
    font-weight: 200;
    color: #ffffff;
    text-transform: capitalize;
    padding: 0;
    text-shadow: 0 0 8px #ffffff;
    display: block;
    font-family: "Berkshire Swash", serif;
}

.footer-list1 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #202020;
    padding: 10px 0 0;
}


.dis {
    background: linear-gradient(45deg, rgb(255, 234, 0), rgb(255, 234, 0));
    text-align: center;
    padding: 9px 0;
    float: left;
    width: 100%;
}

.dis-1 p {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    line-height: 22px;
    padding: 20px 0 0;
}

.dis-1 span {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    line-height: 25px;
    display: block;
}





.about-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #000;
}

.about-section-1 {
    padding: 0;
}

.about-title {
    padding: 0;
    text-align: center;
}

.about-title strong {
    color: rgb(255, 234, 0);
    text-transform: uppercase;
    font-size: 40px;
    display: block;
	font-weight:bold;
}

.about-title p {
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.about-us-content {
    padding: 20px 0 0;
}

.about-us-content ul {
    padding: 3px 0;
}

.about-us-content ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #ffffff;
    padding: 3px 0;
}

.about-us-content ul li i {
    color: rgb(255, 234, 0);
    font-size: 15px;
    text-align: center;
    padding: 0 5px 0 0;
}

.about-us-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    text-align: justify;
    padding: 8px 0;
}



.services-section {
    padding: 0;
    position: relative;
   
    float: left;
    width: 100%;
}

.services-section1 {
    padding: 0;
}

.services_right1 {
    padding: 30px 30px 0 0;

}

.services_right2 {
    padding: 0;
}

.services-1 {
    padding: 25px 10px;
}

.services-2 {
    padding: 0px 15px 0;
    background: linear-gradient(to right, #ff3131 20%, #000 0%);
    border-radius: 20px 0 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-3 {
    padding: 0px;
    width: 34%;
}

.services-3 img {
    border-radius: 50%;
    box-shadow: 0 0 0 14px rgb(255, 234, 0);
}

.services-4 {
    padding: 30px 0px 20px 30px;
    position: relative;
    width: 65%;
}

.services-4 strong {
    font-weight: bold;
    font-size: 25px;
    line-height: 26px;
    color: #ffea00;
    text-transform: capitalize;
}

.services-4 p {
    color: #fff;
    line-height: 34px;
    font-weight: 400;
    font-size: 16px;
    padding: 9px 0;
    text-align: justify;
}

.services-4 a {
    position: absolute;
    width: 49%;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    float: right;
    right: 0;
    bottom: -17px;
text-decoration:none;
    color: #000;
    padding: 8px 10px 7px;
    font-size: 18px;
    text-transform: capitalize;
}

.services-left1 {
    padding: 0 20px 0px;
    background: #ffffff;
    width: 40%;
    text-align: center;
}

.services-left2 {
    padding: 0px;
}

.services-provide-text {
    padding: 0;
}

.services-provide-text ul li {
    padding: 4px 10px 10px 19px;
    position: relative;
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    margin: 18px 0;
    background: rgb(255, 234, 0);
    font-weight: 500;
    border-radius: 50px;
    z-index: 9;
    text-align: left;
}

.services-provide-text ul li i {
    color: #7a0b0d;

    font-size: 21px;
    display: inline-block;
    padding: 0 5px 0 0;
}

.services-provide-text a {
    display: block;
    font-size: 37px;
    color: rgb(255, 234, 0);

    padding: 12px 10px 10px;
    margin: 30px 0 0;
    background: linear-gradient(45deg, #000, #7a0b0d);
    text-shadow: 0 0 20px rgb(255, 234, 0)85;
}


.header {
    float: left;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    background: #fff;
}



@media(min-width:992px) and (max-width:1200px) {
	.about-us-content img{
	width:100%;
}
}

@media(min-width:768px) and (max-width:991px) {

    .choose1 {
        padding-top: 50px;
        padding-bottom: 0px;
    }
.about-us-content img{
	width:100%;
}
    .choose-1 {
        margin-bottom: 59px;
    }

    .services-4 a {
        position: absolute;
        width: 70%;
    }
}

@media(min-width:640px) and (max-width:767px) {
    .srv-hd p {
        font-size: 35px;
		
    }
.about-us-content img{
	width:100%;
}
    .about-title strong {
        font-size: 35px;
    }

    .srv-sec-line {
        font-size: 35px;
    }

    .srv-mn {
        width: 100%;
    }

    .choose-1 {
        width: 100%;
    }

    .choose1 {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .choose-1 {
        margin-bottom: 59px;
    }

    .services-2 {
        display: block;
    }

    .services_right1 {
        width: 100%;
    }

    .services-left1 {
        width: 100%;
    }

    .services-3 {
        width: 100%;
    }

    .services-4 {
        width: 100%;
    }

    .services-4 strong {
        font-size: 25px;
    }

    .services-4 a {
        position: absolute;
        width: 70%;
    }

    .services-provide-text a {
        font-size: 24px;
    }
}

@media(min-width:480px) and (max-width:639px) {
    .srv-hd p {
        font-size: 35px;
    }
.about-us-content img{
	width:100%;
}
    .about-title strong {
        font-size: 35px;
    }

    .srv-sec-line {
        font-size: 35px;
    }

    .srv-mn {
        width: 100%;
    }

    .choose-1 {
        width: 100%;
    }

    .choose1 {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .choose-1 {
        margin-bottom: 59px;
    }

    .services-2 {
        display: block;
    }

    .services_right1 {
        width: 100%;
    }

    .services-left1 {
        width: 100%;
    }

    .services-3 {
        width: 100%;
    }

    .services-4 {
        width: 100%;
    }

    .services-4 strong {
        font-size: 25px;
    }

    .services-4 a {
        position: absolute;
        width: 70%;
    }

    .services-provide-text a {
        font-size: 24px;
    }
}

@media(min-width:320px) and (max-width:479px) {
    .srv-hd p {
        font-size: 35px;
    }
.about-us-content img{
	width:100%;
}
    .about-title strong {
        font-size: 35px;
    }

    .srv-sec-line {
        font-size: 35px;
    }

    .srv-mn {
        width: 100%;
    }

    .choose-1 {
        width: 100%;
    }

    .choose1 {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .choose-1 {
        margin-bottom: 59px;
    }

    .services-2 {
        display: block;
    }

    .services_right1 {
        width: 100%;
    }

    .services-left1 {
        width: 100%;
    }

    .services-3 {
        width: 100%;
    }

    .services-4 {
        width: 100%;
    }

    .services-4 strong {
        font-size: 25px;
    }

    .services-4 a {
        position: absolute;
        width: 70%;
    }

    .services-provide-text a {
        font-size: 24px;
    }

}