@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital@1&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reggae+One&amp;display=swap');
body {
    padding: 0;
    margin: 0;
    overflow-x: auto;
}

.main-container {
    float: left;
}

.header {
    float: left;
    width: 100%;
    background-color: white;
    padding: 10px 0px;
}

.log-sec img {
    width: 100%;
    padding: 0px;
}

.header-left {
    float: left;
    width: 100%;
}

.logo-inr {
    padding: 0px;
}

.logo-inr span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #f77b1e;
    border-radius: 50%;
}

.call-p {
    font-size: 18px;
    margin: 0px;
    padding: 10px 0px 20px;
    text-align: center;
}

.logo-inr a {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #fff;
    border: 1px solid #350601;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 18px;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
}

.logo-inr a:hover::before {
    transform: scale(0);
}

.logo-inr a:hover {
    color: #350601;
}

.logo-inr 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: #a91111;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.logo-inr .fa {
    font-weight: 900;
}

.tag-line {
    font-size: 17px;
    margin: 0px;
    font-weight: 600;
    padding-top: 15px;
    font-family: 'Poppins', sans-serif;
    color: black;
    text-align: center;
}

.dd {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}

.logo {
    float: left;
    width: 100%;
}

.logo img {
    float: left;
    width: 100%;
    padding: 10px 0px;
}

.banner_container {
    float: left;
    width: 100%;
}

.banner_container img {
    float: left;
    width: 100%;
}

.text4 {
    float: left;
    width: 100%;
    font-size: 20px;
    color: white;
    font-family: 'Poppins', sans-serif;
    border-top: 2px solid white;
    border-bottom-right-radius: 120px;
    border-bottom-left-radius: 120px;
    position: relative;
    padding: 0px 50px;
}

.header-float {
    float: left;
    width: 100%;
    font-size: 20px;
    background-color: #ffa500;
    color: black;
    text-align: center;
    padding: 5px;
    font-family: 'Poppins', sans-serif;
}

.banner3 {
    float: left;
    width: 100%;
}

.banner3 img {
    float: left;
    width: 100%;
}

.copyrt {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding: 20px;
    color: black;
    background: white;
}

.last-row {
    float: left;
    width: 100%;
}

.cal {
    bottom: 0px;
    left: 10px;
    position: fixed;
    z-index: 1111;
}

.whatsaapp img {
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 0.5s infinite alternate;
}

.cal img {
    -webkit-animation: mover 0.5s infinite alternate;
    animation: mover 0.5s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.whatsaapp {
    bottom: 0px;
    right: 16px;
    position: fixed;
    z-index: 1111;
}

.head-main {
    float: left;
    width: 100%;
    background: #a91111;
}

.bg-r {
    float: left;
    width: 100%;
    background: #f2fff6;
    position: relative;
    padding-top: 5px;
    border-radius: 30px;
}

.contact {
    float: left;
    width: 100%;
}

.contact li {
    list-style: none;
    display: inline;
    color: #a10800;
    font-size: 19px;
    padding-right: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

ul.contact-details {
    float: left;
    width: 100%;
}

.contact i {
    color: #a10800;
    padding-right: 5PX;
}

.contact-right {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #350601;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    border-right: 30px;
    font-weight: 800;
}

.bg-r span {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 17px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #a91111;
    box-shadow: 0 0 8px #a91111;
}

.topb {
    left: unset !important;
    right: 17px;
}

.testi {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background-color: #a91111;
}

.testi-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: white;
    font-family: 'Reggae One', cursive;
    padding-bottom: 30px;
    border-bottom: 2px dashed #fff;
}

.testi-border {
    float: left;
    width: 100%;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.testi-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 30px 20px 60px 20px;
    border-bottom: 2px solid #fff;
}

.testi-img {
    float: left;
    width: 100%;
    margin: -47px 0 0 0;
}

.testi-img img {
    display: table;
    margin: 0 auto;
    float: none;
    border-radius: 50%;
}

.testi-name {
    float: left;
    width: 100%;
    font-size: 25px;
    color: #fff;
    font-family: 'Reggae One', cursive;
    text-align: center;
}

.about-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}

.about-us h2 {
    text-align: center;
    font-family: 'Reggae One', cursive;
    font-size: 40px;
    padding: 0 0 32px 0px;
    color: #da2627;
}

.abt-left {
    float: left;
    width: 100%;
}

.abt-left img {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.abt-right {
    float: left;
    width: 100%;
}

.abt-sub {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 30px;
    color: #fff;
    font-family: 'Reggae One', cursive;
    position: relative;
    z-index: 1;
    padding: 5px 10px;
}

.abt-sub::after {
    content: "";
    position: absolute;
    width: 55%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    content: "";
    background: #a91111;
    margin: 0px;
    z-index: -1;
}

.abt-header {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 45px;
    font-family: 'Reggae One', cursive;
    color: #350601;
    position: relative;
    z-index: 1;
}

.abt-header::after {
    content: "";
    position: absolute;
    width: 33%;
    height: 2px;
    top: inherit;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    margin: 0;
    background: #f77b1e;
}

.about-us::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 400px;
    top: 0px;
    right: 0px;
    bottom: inherit;
    left: inherit;
    margin: 0 auto;
    background: url(../images/hello.html);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
    opacity: 0.5;
}

.abt-desc {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    color: black;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 10px;
    text-align: justify;
}

.abt-right span {
    font-weight: bold;
}

.abt-desc2 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    background: #a91111;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
}

.best-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
}

.best-header {
    float: left;
    width: 100%;
    font-size: 45px;
    font-family: 'Reggae One', cursive;
    color: #a91111;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.best-header::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    top: inherit;
    right: 0px;
    bottom: 0px;
    left: inherit;
    margin: 0 auto;
    margin: 0;
    background: #f77b1e;
    display: none;
}

.best-services::after {
    content: "";
    position: absolute;
    width: 65%;
    height: 56%;
    top: 36%;
    background: #003a0d2e;
    z-index: -1;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.best-border {
    float: left;
    width: 100%;
    padding: 20px;
    background: white;
    -webkit-box-shadow: 0px 0px 10px #afa8a8cf;
    box-shadow: 0px 0px 10px #afa8a8cf;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.best-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #a91111;
    font-family: 'Reggae One', cursive;
    padding-top: 20px;
}

.best-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: black;
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.best-img {
    float: none;
    width: 200px;
    height: 200px;
    display: table;
    margin: 0 auto;
    position: relative;
    margin: 0 auto;
}

.best-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: linear-gradient( 45deg, #350601, #f77b1e);
    z-index: -1;
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
    -webkit-animation: rotate 3s linear infinite;
    animation: spin 3s linear infinite;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.best-img img {
    float: left;
    width: 100%;
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
}

.best-call {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0px;
}

.best-call a {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #fff;
    border: 1px solid #a91111;
    padding: 5px 10px;
    font-weight: 400;
    z-index: 1;
    font-weight: 600;
}

.best-call 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: #a91111;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.best-border:hover .best-call a::before {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.best-border:hover .best-call a {
    color: #350601;
    text-decoration: none;
}

.most {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #a91111;
}

.most-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #fff;
    font-family: 'Reggae One', cursive;
    padding-bottom: 30px;
}

.most-border {
    float: left;
    width: 100%;
    padding: 20px 0px;
    outline: 1px solid #fff;
    outline-offset: 0px;
}

.most-img img {
    display: table;
    margin: 0 auto;
    float: none;
}

.most-img {
    float: left;
    width: 100%;
}

.most-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 15px;
}

.other {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.other-border {
    float: left;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.other-border a {
    text-align: center;
    font-size: 15px;
    background-color: #a91111;
    color: #ffffff;
    padding: 10px;
    margin: 10px 0 0 0px;
    display: inline-block;
    font-family: 'Reggae One', cursive;
}

.other-img img {
    float: left;
    width: 100%;
    border-radius: 50%;
    -webkit-box-shadow: -5px -5px 15px #15151561;
    box-shadow: -5px -5px 15px #15151561;
}

.other-img {
    float: left;
    width: 100%;
}

.other-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: black;
    font-family: 'Reggae One', cursive;
}

.other-list {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.list-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #a91111;
    font-family: 'Reggae One', cursive;
}

.list-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    position: relative;
    z-index: 1;
    color: #350601;
    font-family: 'Poppins', sans-serif;
}

.list-sub::after {
    content: "";
    position: absolute;
    width: 15%;
    height: 2px;
    top: inherit;
    right: 0px;
    bottom: -10px;
    left: 0;
    margin: 0 auto;
    background: #a91111;
}

.srv4-mn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    float: left;
    padding-top: 50px;
}

.srv4-inr {
    padding: 0px;
}

.srv4-inr ul {
    list-style: none;
}

.srv4-inr ul li {
    padding: 10px;
    border-bottom: .5px solid #d0d0d0;
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    color: black;
}

.srv4-inr ul li:hover {
    color: #f77b1e;
    font-weight: bold;
}

.srv4-inr ul li .fa {
    color: #a91111;
    padding-right: 8px;
    font-size: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.why-us {
    float: left;
    width: 100%;
    padding: 0 0 50px 0;
    background: #fff;
}

.why-content {
    float: left;
    width: 100%;
    background: #a91111;
    padding: 20px 0px;
}

.why-border {
    float: left;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
}

.why-icon {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.why-icon span {
    display: block;
    padding: 10px;
    width: 150px;
    height: 150px;
    background: #f77b1e;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.why-icon span i {
    font-size: 53px;
    color: #350601;
    z-index: 3;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #350601;
}

.why-icon::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: -40px;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    border-radius: 50%;
    background: #f77b1e;
}

.why-icon::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    top: -33px;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: #f77b1e;
}

.why-icon span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    right: 0px;
    bottom: inherit;
    left: 0px;
    margin: 0 auto;
    background: #fff;
    z-index: 2;
}

.why-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffa500;
    font-family: 'Poppins', sans-serif;
}

.why-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    padding-bottom: 30px;
    color: white;
    font-family: 'Reggae One', cursive;
}

.why-title {
    color: #350601;
    font-size: 25px;
    padding-top: 20px;
    font-family: 'Poppins', sans-serif;
}

.text2 {
    float: left;
    width: 100%;
    background: black;
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
}

.text2 a {
    color: #f77b1e;
}

.footer {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: black;
}

.footer-border {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.footer-border img {
    float: left;
    width: 100%;
}

.footer-border a {
    color: #ffa500;
    font-size: 30px;
    padding: 13px 0 0 0;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    float: left;
    width: 100%;
}

.footer-about {
    padding: 10px;
    float: left;
    width: 100%;
}

.footer-about1 {
    padding: 10px 0;
}

.quick-serv {
    padding: 20px 0;
    text-align: left;
}

.quick-serv ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.quick-serv ul li {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 0;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.quick-serv li i {
    color: #ffa500;
    padding: 0 5px 0 0;
}

.about-head {
    text-align: left;
    padding: 0;
    padding-bottom: 0px;
}

.about-head p {
    margin: 0;
    color: #ffa500;
    font-size: 27px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    padding: 0px 0;
    font-family: 'Poppins', sans-serif;
}

.about-call {
    padding: 35px 0 0;
    text-align: center;
}

.about-call ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.about-call ul li {
    display: block;
    border: 1px solid #ccbbbb;
    height: 62px;
    position: relative;
    font-size: 20px;
    text-align: center;
    margin-bottom: 38px;
    padding-top: 22px;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
}

.about-call li a {
    color: #fff;
    font-size: 19px;
    text-transform: capitalize;
}

.about-call ul li:hover a {
    color: #f77b1e;
}

.about-call ul li:hover i {
    transform: rotate(360deg);
}

.about-call li i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffa500;
    line-height: 35px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    position: absolute;
    top: -17px;
    left: 50%;
    transition: 0.4s;
    margin-left: -17px;
}

@media(min-width:320px) and (max-width:479px) {
    .srv4-mn {
        display: block;
    }
    ul.contact-details {
        float: left;
        width: 100%;
        display: grid;
    }
    .contact-right {
        font-size: 18px;
        text-align: center;
    }
    .most-border {
        margin-bottom: 30px;
    }
    .most-header {
        font-size: 35px;
    }
    .text4 {
        display: none;
    }
    .header-float {
        font-size: 18px;
    }
    .abt-sub {
        font-size: 20px;
    }
    .abt-header {
        font-size: 35px;
    }
    .abt-img img {
        width: 65%;
    }
    .abt-desc {
        font-size: 18px;
    }
    .why-header {
        font-size: 35px;
    }
    .why-border {
        margin-bottom: 30px;
    }
    .text2 {
        font-size: 20px;
    }
    .best-sub {
        font-size: 25px;
    }
    .best-header {
        font-size: 35px;
    }
    .besy-subb {
        font-size: 20px;
        text-align: center;
    }
    .best-services::before {
        width: 95%;
    }
    .best-border {
        margin-bottom: 30px;
    }
    .best-call a {
        padding: 5px 10px;
    }
    .testi-header {
        font-size: 35px;
    }
    .testi-border {
        margin-bottom: 30px;
    }
    .abt-sub::after {
        width: 65%;
    }
    .list-sub {
        font-size: 20px;
    }
    .list-header {
        font-size: 35px;
    }
}

@media(min-width:480px) and (max-width:639px) {
    .abt-sub::after {
        width: 65%;
    }
    .list-sub {
        font-size: 20px;
    }
    .list-header {
        font-size: 35px;
    }
    .contact-right {
        font-size: 18px;
        text-align: center;
    }
    .most-border {
        margin-bottom: 30px;
    }
    .most-header {
        font-size: 35px;
    }
    .text4 {
        display: none;
    }
    .header-float {
        font-size: 18px;
    }
    .abt-sub {
        font-size: 20px;
    }
    .abt-header {
        font-size: 35px;
    }
    .abt-img img {
        width: 65%;
    }
    .abt-desc {
        font-size: 18px;
    }
    .why-header {
        font-size: 35px;
    }
    .why-border {
        margin-bottom: 30px;
    }
    .text2 {
        font-size: 20px;
    }
    .best-sub {
        font-size: 25px;
    }
    .best-header {
        font-size: 35px;
    }
    .besy-subb {
        font-size: 20px;
        text-align: center;
    }
    .best-services::before {
        width: 95%;
    }
    .best-border {
        margin-bottom: 30px;
    }
    .best-call a {
        padding: 5px 10px;
    }
    .testi-header {
        font-size: 35px;
    }
    .testi-border {
        margin-bottom: 30px;
    }
    .contact li {
        padding-right: 3px;
    }
}

@media(min-width:640px) and (max-width:767px) {
    .bg-r {
        text-align: center;
    }
    .contact-right {
        text-align: center;
    }
    .why-border {
        margin-bottom: 30px;
    }
    .best-border {
        margin-bottom: 30px;
    }
    .testi-border {
        margin-bottom: 30px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .contact-right {
        text-align: center;
    }
    .header .col-sm-6 {
        width: 100%;
    }
    .header-left {
        display: none;
    }
    .best-services .col-sm-4 {
        width: 50%;
        margin-bottom: 30px;
    }
    .best-services .col-sm-3 {
        width: 50%;
        margin-bottom: 30px;
    }
    .footer .col-sm-3 {
        width: 50%;
        margin-bottom: 30px;
    }
    .testi .col-sm-4 {
        width: 50%;
        margin-bottom: 30px;
    }
    .why-us .col-sm-3 {
        width: 50%;
        margin-bottom: 30px;
    }
    .head-main .col-sm-6 {
        width: 100%;
        text-align: center;
    }
    .about-us .col-sm-5 {
        width: 100%;
    }
    .about-us .col-sm-7 {
        width: 100%;
    }
    .most .col-sm-3 {
        width: 50%;
        margin-bottom: 30px;
    }
    .other .col-sm-3 {
        width: 50%;
        margin-bottom: 30px;
    }
    .other-list .col-sm-4 {
        width: 50%;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .contact-right {
        text-align: center;
    }
}

@media(min-width:1201px) and (max-width:1650px) {}

.top_header {
    width: 100%;
    background: #a10800;
    color: #fcff00;
    padding: 8px;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 700;
}

.width-100 {
    width: 100%;
}

.bg1 {
    background-color: #F2FFF6 !important;
}

.bg2 {
    background: #a91111;
}

.bg2,
.bg2 a {
    color: #fff;
}