@import url("//fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
body {
    font-family: "Roboto", sans-serif;
	 -webkit-user-select: none; 
  -ms-user-select: none; 
  user-select: none; 
}
.mr-green {
    background: #0f8457;
    color: #fff;
}
.mr-greyl {
    background: #e5eaf3;
    color: #333;
}
.mr-red {
    background: #ba1d32;
    color: #fff;
}
.mr-black {
    background: #000;
    color: #fff;
}
.mr-yellow {
    background: #fff000;
}
.mr-hed {
    color: #ba1d32;
}
.mr-hedb {
    color: #000;
}
.mr-hedg {
    color: #0f8457;
}
.mr-hedw {
    color: #fff;
}
.mr-hedy {
    color: #fff000;
}
.main {
    width: 94%;
    margin: 0 auto;
    padding: 0px;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2 {
    font-family: "Poppins", sans-serif;
} /*top bar start*/
.social-list li {
    padding: 0px 0px;
    margin: 0 !important;
    list-style: none;
    display: inline-block;
    transition: all 0.2s linear;
}
.social-list li a i {
    padding: 0px;
    text-align: center;
    padding-right: 5px;
}
.social-list li a {
    text-decoration: none;
    font-size: 17px;
    display: block;
    color: #fff;
    line-height: 30px;
    padding: 0px 10px;
    text-align: center;
    border-radius: 4px;
}
.social-list li:nth-child(1) a {
    background-color: #3b5998;
}
.social-list li:nth-child(2) a {
    background-color: #1da1f2;
}
.social-list li:nth-child(3) a {
    background-color: #0077b5;
}
.social-list li:nth-child(4) a {
    background-color: #c4302b;
}
.social-list li a:hover {
    background: #ee1d24;
}
.navbar {
    width: 100%;
}
.navbar-nav li {
    position: relative !important;
    display: inline-block;
}
.navbar-nav li a {
    color: #fff !important;
    padding: 10px 15px 7px 15px;
    display: block;
    text-decoration: none;
}
.menu {
    padding: 0px;
    margin: 0 20px 0 20px;
}
.navbar-nav li a:hover {
    background-color: #ba1d32;
    color: #fff !important;
}
.navbar-nav .current-menu-item a {
    background-color: #ba1d32;
    color: #fff !important;
}
.nab2 a {
    display: block;
    margin: 0px;
    border-radius: 0px;
    padding: 9px;
}
.nab2 a:hover {
    background: #000;
    color: #fff000;
}
.logo-bar {
    border-top: 5px solid #ba1d32;
} /*top bar end*/ /*top serv bar start*/
.ts1 img {
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    width: 29%;
    margin-right: 5px;
}
.ts1 {
    color: #fff;
    padding: 8px 6px;
}
.nab-bar {
    border-top: 2px solid #fff000;
} /*top serv bar end*/ /* start top social icon */
.icon {
    padding: 10px 10px 10px;
    color: #fff;
}
.icon ul {
    margin: 0;
    list-style: none;
    padding: 16px 0 0 0;
}
.icon ul li {
    padding: 4px 5px;
    margin: 0;
    display: inline-block;
}
.icon li a {
    color: #fff;
    text-decoration: none;
}
.icon li a i {
    height: 37px;
    width: 37px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    background: #fff000;
    color: #000;
}
.icon li a:hover i {
    background: #fff;
    color: #ba1d32;
} /* end top social icon */ /*best services start*/
.best1 {
    position: relative;
    z-index: 99;
}
.best21:before,
.best23:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0f8457;
    top: -15px;
    z-index: -1;
}
.best21:before {
    left: -15px;
}
.best23:before {
    right: -15px;
}
.best1 span {
    display: block;
    background: #fff000;
    height: 5px;
    width: 100px;
    margin: 15px 0px;
}
.best1 p {
    font-size: 15px;
}
.best-m {
    z-index: 99;
    margin-top: 0px;
}
.best5 {
    margin: 0px 0px 0 0px;
    align-items: center;
    padding: 0;
}
.best5 a {
    color: #fff;
    background: #ba1d32;
    padding: 9px 30px;
    border-radius: 30px;
    margin: 0;
    text-decoration: none;
    text-align: center;
    font-size: 21px;
    text-transform: capitalize;
}
.best2 .best-txt {
    font-size: 23px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    margin: 0;
}
.best3 p {
    color: #ae1b2f;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.best3 p span {
    margin: 0px auto;
    height: 4px;
    display: block;
    width: 120px;
    background: #0f8457;
    margin-top: 8px;
}
.best-call {
    padding: 20px 10px 10px 10px;
    text-align: center;
    overflow: hidden;
}
.best5 .view {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
.ab {
    line-height: 30px;
}
.best4 {
    padding: 0;
    text-align: center;
}
.best4 img {
    height: 350px;
}
.best-call a {
    color: #fff;
    background: #ba1d32;
    padding: 9px 30px;
    border-radius: 30px;
    margin: 0;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    font-size: 21px;
}
.best5 a:hover {
    color: #000;
    background: #ffc107;
} /*best services end*/ /*at serv start*/
.at-serv {
    background: linear-gradient(to bottom, #fff 20%, #000 20%);
}
.at3 p {
    font-size: 15px;
    margin-bottom: 26px;
}
.at5 {
    background: #fff;
    box-shadow: 0 0 1px;
}
.at3 span {
    font-size: 24px;
    color: #fff000;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.at5 span {
    font-size: 24px;
    color: #ba1d32;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.at5 p {
    margin-bottom: 25px;
} /*at serv end*/
.solve1 {
    padding: 10px;
}
.solve1 {
    padding: 10px;
    text-align: center;
}
.solve1 p {
    color: #ba1d32;
    margin: 0;
    font-weight: 500;
    padding: 10px 10px 15px 10px;
    font-size: 33px;
}
.solve1 p i {
    color: #ffc000;
}
.solve1 span {
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
} /*choose us*/
.choose {
    background: linear-gradient(to bottom, #fff 55%, #ba1d32 30%);
}
.ch5 {
    background: #fff;
    padding: 20px;
}
.choose-list li i {
    position: absolute;
    left: 8px;
    font-size: 35px;
    color: #000;
    top: 30%;
}
.choose-list li {
    padding: 8px 8px 8px 80px;
    position: relative;
}
.choose-list li span {
    color: #ba1d32;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.ch2 .choose-head {
    font-size: 24px;
    font-weight: 700;
    color: #ba1d32;
    font-family: "Poppins", sans-serif;
} /*choose us*/ /*about us start*/
.our_ser {
    margin-bottom: 40px;
}
.about-us a strong {
    color: #ba1d32;
}
.about-us strong a {
    color: #ba1d32;
}
.catt a {
    color: #ba1d32;
}
.tagg a {
    color: #ba1d32;
}
.ab1 h1 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 0.1rem;
}
.ab1 h1 a {
    text-decoration: none;
    color: #ba1d32;
}
.ab2 p {
    margin: 0px 0px 5px 0px;
}
.ab2 h2 {
    color: #0f8457;
    font-weight: 600;
    padding: 10px 0px;
}
.ab2 h3 {
    color: #333;
    font-weight: 600;
    padding: 10px 0px;
}
.ab1 span {
    margin: 0 auto;
    height: 4px;
    display: block;
    width: 120px;
    background: #0f8457;
    margin-bottom: 15px;
}
.lne {
    margin: 0 auto;
    height: 4px;
    display: block;
    width: 120px;
    margin-bottom: 7px;
} /*about us end*/


/*testimonials start*/
.testimonial {
    background: #0f8457;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 15px 100px;
    position: relative;
}
.testimonial:before,
.testimonial:after {
    content: "";
    border-top: 40px solid #0f8457;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.testimonial:after {
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}
.testimonial .icon {
    display: inline-block;
    font-size: 80px;
    color: #ba1d32;
    margin-bottom: 20px;
}
.testimonial .description {
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}
.testimonials-1{
    padding:10px;
}
.testim {
        width: 100%;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 0px 20px 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #fff000;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
        cursor: pointer;
}

.testim .arrow:hover {
    color: #fff000;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
        height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff000;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #fff000;
    border-color: #fff000;
}
.img{margin: 20px 0;}
.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
        overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    filter: blur(3px);
    border-radius: 50%;
}

.testim .cont div span{
   color: #fff000;
   font-size: 24px;
   text-transform: capitalize;
   margin: 7px 0;
   display: inline-block;
}

.testim .cont div p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 30px;
    width: 80%;
    margin: auto;
    padding: 10px 0 0 0;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active span {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive span {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #e7e4e4;
        box-shadow: 0px 0px 0px 0px #e7e4e4;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #e7e4e4;        
        box-shadow: 0px 0px 10px 5px #e7e4e4;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #e7e4e4;        
        box-shadow: 0px 0px 10px 5px #e7e4e4;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #e7e4e4;        
        box-shadow: 0px 0px 0px 0px #e7e4e4;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #e7e4e4;
        box-shadow: 0px 0px 0px 0px #e7e4e4;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #e7e4e4;        
        box-shadow: 0px 0px 10px 5px #e7e4e4;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #e7e4e4;        
        box-shadow: 0px 0px 10px 5px #e7e4e4;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #e7e4e4;        
        box-shadow: 0px 0px 0px 0px #e7e4e4;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #e7e4e4
;
        box-shadow: 0px 0px 0px 0px #e7e4e4
;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #e7e4e4
;        
        box-shadow: 0px 0px 10px 5px #e7e4e4
;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #e7e4e4
;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #e7e4e4;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #e7e4e4;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #e7e4e4;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}


@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }
    
    .testim .cont div p {
        line-height: 25px;
    }

}

.testim .dots .dot.active, .testim .dots .dot:hover {
    background: #fff000;
    border-color: #fff000;
}
.dots{padding: 0px;margin: 0;}













.form-tex2 {
    border: 5px solid #fff000;
}
.form-head {
    color: #fff000;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 0.5rem !important;
}
.txt-white {
    color: #fff;
    font-size: 1rem;
}
.txt-white1 {
    color: #fff;
    font-size: 1.25rem;
} /*testimonials end*/ /*bottom services start*/
.bottom-main1 {
    /*background-image: url(images/about-back.jpg);*/
    background-position: center;
    background:#f6f1ec;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}
.bottom-main:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.83);
}
.bot2 {
    text-align: center;
    color: #0c0c0c;
}
.bot2 .bot-head {
    color: #ba1d32;
    font-size: 30px;
    margin: 10px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.bot2 .bot-head span {
    color: #0c0c0c;
    border-bottom: 2px solid #ba1d32;
    padding-bottom: 4px;
}

.listttt1 li a
{
    font-size:14px !important;
}

.bottom-list {
    margin: 0px;
    padding: 0px;
}
.bottom-list li {
    margin: 0px;
    padding: 0px 0px;
    list-style: none;
    display: block;
}
.bottom-list li a {
    text-decoration: none;
    font-size: 1rem;
    line-height: 2.4rem;
    display: block;
    padding: 3px;
    border-bottom: 1px solid #aaa;
    color: #0c0c0c;
}
.bottom-list li:last-child a {
    border-bottom: 0px;
}
.bottom-list li a i {
    color: #ba1d32;
}
.bottom-list li a:hover {
    background: #ba1d32;
    color: #fff !important;
}
.bottom-list li a:hover i {
    color: #ffcc00;
}
.ot1 .other-head {
    font-size: 24px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin: 0 0 6px 0;
    color: #ba1d32;
} /*bottom services end*/ /*services start*/
.serv1 .serv-head {
    color: #fff000;
    font-size: 24px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin: 0;
}
.serv3 {
    padding: 15px 8px;
    background: #ba1d32;
    text-align: center;
    transition: 0.6s;
}
.serv2 img {
    border-radius: 50%;
    border: 3px solid #fff000;
    padding: 5px 5px 0 5px;
    margin: 0 0 10px 0;
}
.serv3 a {
    background: #fff000;
    display: inline-block;
    padding: 0px 0px 0px 15px;
    text-decoration: none;
    color: #ba1d32;
    font-weight: 700;
}
.serv3 a:hover {
    background: #0f8457;
    color: #fff000;
    font-weight: 400;
}
.serv3 a span {
    display: inline-block;
    background: #000;
    width: 30px;
    padding: 10px;
    margin-left: 11px;
}
.serv3 .serv-headd {
    color: #fff000;
    font-size: 20px;
    margin: 0;
    margin: 0 0 10px 0;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.serv3:after {
    background: #9a0b1e;
    content: "";
    position: absolute;
    height: 0%;
    width: 100%;
    top: 0;
    left: 0;
    transition: 0.6s;
}
.serv4 {
    z-index: 9;
}
.serv3:hover:after {
    height: 100%;
    transition: 0.6s;
}
.serv2 {
    padding: 15px;
} /*services end*/ /* start about us section */
.about-us {
    padding: 20px 10px 40px 20px;
    margin: 20px 10px 40px 20px;
}
.about-head {
    padding: 10px 0 21px 0;
    text-align: center;
}
.about-head p {
    color: #ba1d32;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    font-size: 30px;
}
.about-head p span {
    margin: 0 auto;
    height: 4px;
    display: block;
    width: 120px;
    background: #0f8457;
    margin-bottom: 7px;
}
.about-head strong {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
.aboutuss-txt {
    padding: 30px;
    text-align: left;
}
.besta {
    margin: 40px 0 0 0;
    align-items: center;
    padding: 0;
} 
/* end about us section */


/* start awards and achivement section */

.awards{
	
}
.awards_img{
	padding:10px;
}
.awards_img2{
	padding: 0px 0;
	text-align:center;
}
.awards_text{
	padding: 0px 20px !important;
}
.awards_text1{
   padding: 0px 0px;
}
.awards_text1 p{
	padding:0 5px;
	margin:0;
}
.awards_text1 p a{
	text-decoration:none;
	color:#000;
	font-size:25px;
	font-weight:500;
/* 	font-family: "Poppins", sans-serif; */
}
.awards_text1 p a span{
	padding-right: 8px;
}
.awards_text1 p a i{
	font-size: 16px;
    background: linear-gradient(to right, #ffcc00 0%, #b59207 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.awards-bddr{
	position: absolute;
    bottom: -2px;
    left: 0px;
    width: 200px;
    height: 6px;
    background: linear-gradient(to right, #0f8457 40%, #ba1d32 10%);
    z-index: 9;
}
.awards-bbd6:after{
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:2px;
	background-color:#ba1d32;
}

.awards-bbd6{
	padding: 0 0px 5px 0px;
}
.awords10{
	padding: 4px 0 0 0;
}
.awords17{padding:0;}
.awords10 p{
	text-transform: uppercase;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin:0;
	text-align: left;
}
.right11{
	color: #818181;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
}
.left11{
	color: #000;
	text-transform: lowercase;
	float: right;
	font-weight: 600;
}
.awords11{
	padding: 5px 0px;
}
.awords11 p{
	color:#000;
	padding: 0 0 10px 0;
    margin: 0px;
    line-height: 28px;
    font-size: 14px;
	font-family: "Poppins", sans-serif;
}
.awards_img3{text-align:center;}
awards_img3 img{
	height:280px;
}
/* end awards and achivement section */

.footer-line1 p{
	color:#fff;
	padding: 15px 0;
    margin: 0px;
    line-height: 28px;
    font-size: 16px;
	font-family: "Poppins", sans-serif;
}
.footer-line1 p span{
	color:#fff000;
}





/*footer start*/
.foot-line {
    color: #fff000;
    font-size: 24px !important;
    font-family: "Poppins", sans-serif;
}
.foot-list1 li {
    width: 50%;
    padding: 5px 0px;
    float: left;
    font-size: 15px;
}
.foot-list1 li i {
    padding-right: 4px;
    color: #ba1d32;
}
.foot3 p {
    color: #fff000;
    font-weight: 700;
    font-size: 23px !important;
    font-family: "Poppins", sans-serif;
}
.foot2 img {
    max-width: 245px;
    padding-bottom: 8px;
}
.foot1 span{
    color: #fff000;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    padding: 10px 0;
}
.foot1 p {
    font-size: 14px;
    line-height: 26px;
}
.foot2 a {
    text-decoration: none;
    color: #ba1d32;
    font-weight: 700;
}
.foot4 p {
    font-weight: 700;
}
.foot-list2 li a {
    padding: 5px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 400;
}
.foot-list2 li a:hover {
    color: #fff000;
}
.foot4 {
    border-top: 2px solid #fff000;
    padding: 10px 10px 0 10px;
}
.foot6 {
    border-bottom: 2px solid #fff000;
    margin-bottom: 25px;
    padding: 0 0 10px 0;
}
.foot6 h2 {
    font-size: 24px;
}
.foot6 a {
    padding: 10px;
    text-align: center;
    color: #fff000;
    font-size: 36px;
    text-decoration: none;
}
.foot6 a i {
    padding: 0px 5px;
}
.fix {
    position: fixed;
    padding: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
}
.end {
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.end li {
    display: block;
    padding: 3px 10px;
    text-align: left;
    display: inline-block;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}
.icon-texx2 {
    position: absolute;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    top: 20px;
}
.icon-texx2 p {
    font-size: 15px;
    color: #0f8457;
    margin: 0;
    font-weight: 600;
}
.icon-texx2 p span {
    color: #ba1d32;
}
.social-tpp a {
    position: relative;
    display: inline-block;
    font-family: icomoon;
    font-size: 1.2em;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.social-tpp .fb {
    background: #46629e;
}
.social-tpp .fb:after,
.social-tpp .fb:before {
    border-color: #46629e;
}
.social-tpp .tw {
    background: #22a014;
    padding: 10px;
}
.social-tpp .tw:after,
.social-tpp .tw:before {
    border-color: #22a014;
}
.social-tpp .gp {
    background: #dd4b39;
    padding: 10px;
}
.social-tpp .gp:after,
.social-tpp .gp:before {
    border-color: #dd4b39;
}
.social-tpp a:after,
.social-tpp a:before {
    content: "";
    display: block;
    position: absolute;
    background: 0 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    transition: 0.3s all;
    border: 3px solid;
}
.social-tpp a:after {
    -webkit-transform: scale(1.5);
    animation: sollcl 0.8s linear infinite;
}
@keyframes sollcl {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
.social-tpp a:before {
    -webkit-transform: scale(2);
    animation: scnee 0.8s linear infinite;
}
@keyframes scnee {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(2);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
.best-ms {
    margin-top: 25px !important;
} 
.image-hide{
    text-align:center;
    padding: 0px 0 0;
}
.responsive-call{
    /* background: #ba1d32; */
    color: #ba1d32;
    font-size: 37px;
    text-decoration:none;
    margin:0;
    padding: 0;
    font-weight: 600;
    display:none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}

/*footer end*/

/* popp up  */
.serv-list1 {
    padding: 10px 15px;
    width: 33%;
    display: inline-flex;
}
.serv-list2{
    padding: 0px;
	color:#000;
    text-align:center;
}
.serv-list2 ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.serv-list2 ul li{
    padding: 5px;
    text-align:left;
}
.serv-list2 li a{
        text-decoration: none;
    text-transform: capitalize;
    margin: 0;
    font-size: 16px;
    line-height: 31px;
    color: #222;
    font-weight: 400;
    transition: 0.5s;
}
.serv-list2 li a i{
    color: #ba1d32;
    padding: 0 5px 0 0;
}
.serv-list2 ul li:hover{
    background:#ba1d32;
     transition: 0.5s;
}
.serv-list2 ul li:hover a{
    color: #fff;
     transition: 0.5s;
}
.serv-list2 ul li:hover i{
    color:#ffcc00; 
}
.modal-dialog{
    width: 80% !important;
    max-width: 80% !important;
}
.view1:hover {
    color: #fff;
    background-color: #ba1d32;
    border-color: #ba1d32;
}

.modal-header
{
    border-bottom: none;
}

.modal-footer button
{
    display:none;
}

.view1{
    background: #ba1d32;
    color: #fff;
    padding: 7px 21px 15px;
    text-transform: capitalize;
    font-size: 19px;
    border-radius: 4px;
    font-weight: 500;
    margin-top: 20px;
}

.view1:focus
{
     color: #fff;
}

.btn:hover{
    color: #fff !important;
    text-decoration: none;
}




/* end popp up  */

.content-left {
    padding:10px;
}
.services-list{
    padding:10px;
}











@media (max-width: 1200px) and (min-width: 992px) {
    .bottom-list li a {
        font-size: 15px;
    }
    .ts1 img {
        padding: 4px;
    }
    .ts1 {
        font-size: 14px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
	.serv-list1 {width: 49%;display: inline-flex;padding: 10px;}
    .ts1 {
        text-align: center;
    }
    .ts1 span {
        display: block;
    }
    .ts1 img {
        width: 53%;
        margin-bottom: 8px;
    }
    .at3 p {
        margin-bottom: 12px;
    }
	.footer-line1 p {font-size: 14px;}
}
@media (max-width: 767px) {
    .responsive-call{display:block;}
    .image-hide img{display:none;}
    .ch1{padding:0;}
	.modal-dialog{width: 100% !important; max-width: 100% !important;}
	.serv-list1 {width: 49%;display: inline-flex;padding: 10px;}
    .best21:before,
    .best23:before {
        display: none;
    }
    .best-m {
        margin-top: 20px;
    }
    .foot6 h2 {
        font-size: 17px;
        line-height: 29px;
    }
    .ab1 h1 {
        font-size: 25px;
    }
    .ab2 h2,
    .ct1 h2,
    .serv1 h2,
    .ot1 h2 {
        font-size: 23px;
    }
    .ab2 h3 {
        font-size: 21px;
    }
    .navbar-nav li {
        display: block;
    }
    .foot1 {
        padding-bottom: 72px !important;
    }
    .ph-fx {
        float: left;
    }
    .wh-fx {
        float: right;
    }
    .fix {
        display: inline-block;
        background-color: #fff;
        z-index: 99;
        border-top: 1px solid #d8d0d0;
        padding: 18px 0 18px 0px;
        overflow: hidden;
    }
    .aboutuss-txt {
        padding: 30px 0;
    }
    .about-us {
        padding: 20px 10px 40px 10px;
        margin: 20px 10px 40px 10px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .serv2 {
        padding: 7px;
    }
}
@media (max-width: 575px) {
    .ab1 h1 { font-size: 26px;}
    .text-center{padding:10px 5px;}
    .at5{padding:0 !important;}
    .listttt1 li a{font-size:16px !important;}
    .bottom-list{text-align:left;}
    .services-list {padding: 10px 0;text-align:center;}
    .ts1{display:none;}
    .foot1 span {font-size: 12px;font-weight:600;}
	.serv-list1 {width: 100%;display: inline;}
	.icon {padding: 0 10px 10px; text-align: center;}
	.nab2{display:none;}
	.best5{padding:0 10px;}
	.about-us {padding: 20px 10px 0px 10px; margin: 20px 10px 0px 10px;padding-bottom: 0 !important;}
	.ch2 .choose-head {font-size: 23px;}
	.testi-tpp2{padding:0;}


    .ts1 span {
        font-size: 14px;
    }
    .best3 h2,
    .at5 h2 {
        font-size: 19px;
    }
    .choose-list li {
        padding: 10px;
        text-align: center;
    }
    .choose-list li i {
        display: block;
        position: relative;
        left: unset;
    }
    .bot5 {
        padding: 0px;
    }
    .foot-list1 li {
        width: 100%;
    }
    .foot4 h6,
    .foot4 p {
        font-size: 14px;
    }
    .icon-texx2 p {
        font-size: 13px;
        line-height: 12px;
    }
    .icon-texx2 {
        width: 68%;
        top: 7px;
    }
    .foot-line {
        font-size: 14px !important;
        line-height: 27px !important;
    }
	.footer-line1 p {font-size: 13px;}
	.footer-line1{padding:5px 10px}
	.foot6 a {padding: 10px 0;font-size: 29px;}
}