@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');
.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
    z-index: 2;
}

.main-container:before {
    content: "";
    position: absolute;
    background: url(../img/bbb.png) no-repeat;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    background-size: contain;
    z-index: -1;
    opacity: 1;
    background-repeat: repeat;
    background-attachment: fixed;
}

img {
    max-width: 100%;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.hdd {
    font-family: "Oswald", sans-serif;
    font-style: normal;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.header {
    float: left;
    width: 100%;
    padding: 10px 0px;
    background: #fff;
}

.top-head {
    padding: 0;
    background: linear-gradient(45deg, #161398, #cc0000);
    float: left;
    width: 100%;
}

.top-head-1 {
    padding: 0;
}

.bg-r {
    background: #000;
    padding: 0;
}

.bg-left {
    padding: 0;
}

.bg-left-1 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
    padding: 7px 15px;
}

.bg-left-1 a {
    color: #fff;
}

.contact-right {
    width: 100%;
    font-size: 20px;
    color: yellow;
    text-align: center;
    /* background: #fff; */
    padding: 10px 20px 0;
    text-transform: capitalize;
    font-weight: 600;
}

.head-list {
    padding: 0;
    background: linear-gradient(5deg, #000, #ffb84c);
    float: left;
    width: 100%;
}

.head-list1 {
    padding: 12px 0 0;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.our-services-section {
    float: left;
    width: 100%;
    padding: 70px 0px;
    background: antiquewhite;
}

.about-title {
    text-align: center;
}

.about-title p {
    text-transform: capitalize;
    padding: 0px 10px 2px;
    font-size: 55px;
    background: -webkit-linear-gradient(45deg, #fff, #ffb84c);
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    font-weight: 600;
    color: #161398;
}

.about-title span {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    padding: 6px 25px 6px;
    background: yellow;
    display: inline-block;
    margin: -15px 0 0;
    border-radius: 30px;
}

.services-design1 {
    padding: 12px;
    text-align: center;
    margin-top: 30px;
}

.services-design2 {
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    background: linear-gradient(45deg, #161398, #cc0000);
}

.services-design4 {
    position: relative;
    z-index: 9;
}

.services-design4 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services-design4 ul li a {
    color: #ffffff;
    padding: 5px 20px 6px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    background: #ff0000;
    margin: 0 0 10px 0;
    border-radius: 15px;
}

.services-design4 ul li a i {
    font-weight: 600;
}

.services-design4 .chat {
    color: #000000;
    background: greenyellow;
    font-weight: 700;
}

.services-design4 strong {
    font-size: 28px;
    font-weight: bold;
    color: #fff700;
    text-transform: capitalize;
    display: inline-block;
    padding: 15px 0 10px;
}

.services-design4 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #ffffff;
    padding: 0 0 15px;
}

.services-design3 img {
    border: 6px solid #fff;
    /* border-bottom: 0; */
    border-radius: 10px 10px 0 0;
}

.o-services {
    float: left;
    width: 100%;
    padding: 80px 0px;
    background: antiquewhite;
}

.our-services1 {
    /* padding: 86px 16px 16px 16px; */
    margin-top: 20px;
}

.our-services2 {
    padding: 0px 22px 3px;
    z-index: 9;
    border-radius: 190px 190px 0 0;
    position: relative;
}

.our-services2:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 90%;
    border-radius: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: cover;
    z-index: -9;
    top: 0;
    border: 5px solid #ffb84c;
}

.our-services3 {
    /* padding: 0px 30px 0 30px; */
    overflow: visible;
    margin: 0px 0 20px 0;
    text-align: center;
}

.our-services3 img {
    border: 13px solid #ffb84c;
    border-radius: 20px;
}

.our-services4 {
    text-align: center;
    padding: 39px 0px 0px;
}

.our-services4 strong {
    font-size: 23px;
    padding: 4px 18px 4px;
    color: #000;
    font-weight: bold;
    margin: -27px 0px 0;
    display: block;
    text-transform: capitalize;
    background: #ffb84c;
}

.our-services4 p {
    color: #fff;
    font-size: 16px;
    padding: 9px 20px 10px 20px;
    margin: 0;
    text-align: center;
    font-weight: 500;
    line-height: 28px;
}

.our-services4 a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 5px 33px 6px 29px;
    border-radius: 36px;
    background: linear-gradient(45deg, #161398, #cc0000);
    text-transform: capitalize;
    display: inline-block;
    margin: 10px;
}

.our-services5 {
    padding: 8px 0 0 0;
    text-align: center;
    margin: 0px 0 -3px 0;
}

.our-services5 span {
    background: #fff;
    height: 90px;
    border-radius: 50px 50px 0px 0px;
    width: 90px;
    line-height: 98px;
    position: relative;
    display: inline-block;
}

.our-services5 span img {
    height: 47px;
}

.faq-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.faq-design1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin-top: 20px;
}

.question span {
    display: inline-block;
    font-size: 20px;
    color: #ffb84c;
    font-weight: 600;
    padding: 2px 0 7px 15px;
    border-left: 3px solid #ffb84c;
}

.ans p {
    padding: 9px 15px;
    background: linear-gradient(45deg, #3700ba14, transparent);
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.testimonial {
    float: left;
    width: 100%;
    padding: 70px 0px;
    background: linear-gradient(45deg, #161398, #cc0000);
}

.testi-sec {
    padding: 0 15px;
}

.testi-1 {
    padding: 15px;
    text-align: center;
    margin-top: 30px;
}

.testi-2 {
    background: #fff;
    padding: 0 0 15px;
}

.testi-box p {
    padding: 20px 20px 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
}

.testi-info {
    background: linear-gradient(45deg, #161398, #cc0000);
    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 #ffb84c;
    width: 80px;
    border-radius: 50%;
}

.testi-info strong {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    display: block;
    padding: 5px 15px 4px;
    text-align: right;
}

.rating {
    color: #ffb84c;
    padding: 14px 15px 0;
    font-size: 30px;
}

.rating i {
    padding: 0 5px;
}

.testi-right {
    float: left;
    width: 100%;
    background: #01301e;
}

.testi-right1 {
    padding: 15px;
}

.footer-section {
    padding: 0;
    background: #faebd7;
    float: left;
    width: 100%;
}

.footer-right1 {
    padding: 30px 20px 0;
    background: antiquewhite;
}

.footer-right2 {
    padding: 0;
}

.footer-contact1 {
    padding: 10px 15px;
}

.footer-contact2 {
    padding: 20px 10px;
    text-align: center;
}

.footer-contact2 span {
    height: 100px;
    width: 100px;
    line-height: 120px;
    border-radius: 50%;
    background: linear-gradient(45deg, #161398, #cc0000);
    text-align: center;
    display: block;
    margin: 0 auto;
    animation: pulse2 2s linear infinite;
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 #ffb84c;
    }
    100% {
        box-shadow: 0 0 0 20px transparent;
    }
}

.footer-contact2 span i {
    font-size: 45px;
    color: #fff;
    line-height: 100px;
}

.footer-contact2 strong {
    display: block;
    color: #000;
    padding: 20px 0 3px;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 600;
}

.footer-contact2 a {
    display: block;
    padding: 0;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.footer-left1 {
    padding: 0 0 0 0;
}

.footer-left2 {
    padding: 25px;
    background: #ffb84c;
    text-align: center;
}

.footer-left2 span {
    color: #000;
    padding: 2px 13px;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
}

.footer-left2 strong {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
}

.footer-left2 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #000;
    padding: 0 0 15px;
}

.chat-banner {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background: #199f26;
    position: relative;
}

.chat-banner a {
    display: block;
    padding: 17px 0 20px;
}

.chat-banner a strong {
    color: #fff;
    padding: 0px 85px 0 0px;
    text-transform: capitalize;
    font-weight: 600;
    border-bottom: 1px solid;
    font-size: 32px;
    display: block;
}

.chat-banner a p {
    padding: 5px 85px 0px 0;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.chat-banner img {
    position: absolute;
    top: 11px;
    right: 0;
    height: 99px;
}

.copy-right {
    padding: 10px 0 0 0;
    background-color: #161398;
    text-align: center;
    float: left;
    width: 100%;
}

.otherservices .copy-right p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
}

.copy-right1 p {
    color: #fff;
}

.copy-right1 p a {
    color: #fff;
}

.case-solv {
    padding: 70px 0px;
    float: left;
    width: 100%;
    background: #38010B;
}

.case-solv-1 {
    padding: 67px 0 110px;
}

.case-solv-text {
    padding: 0;
    text-align: center;
}

.case-solv-text p {
    font-size: 14px;
    font-weight: 500;
    padding: 16px 0 0;
    line-height: 27px;
    color: #000000;
}

.case-1 {
    padding: 0;
    margin-top: 20px;
}

.inner {
    text-align: center;
    border-radius: 30px 30px 0 0;
    padding: 15px 0px 0;
    background: #fff;
    box-shadow: 0 0 11px 0 #ffb84c;
    overflow: hidden;
    margin-top: 20px;
}

.icon-box {
    font-size: 60px;
    color: #000;
}

.content {
    background: #fff700;
    font-size: 35px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 0 8px #ffffff;
}

.count {
    position: relative;
}

.counter-title {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    padding: 0 0 10px;
}

.about-title strong {
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 500;
    padding: 8px 10px 10px;
    display: block;
    color: #161398;
    /* background: #ffb84c; */
    position: relative;
    line-height: 60px;
    border-radius: 40px 0;
}

.about-sec {
    float: left;
    width: 100%;
    padding: 70px 0px;
    background: #fff;
}

.about-us-content {
    padding: 10px 0 0;
    margin-top: 20px;
}

.about-us-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    color: #000;
    padding: 7px 0 0;
    text-align: center;
}

.about-us-content p strong {
    color: #ffb84c;
    font-weight: 500;
}

.about-us-content ul {
    padding: 20px 14px 10px;
    background: linear-gradient(0deg, #ffb84c 78%, transparent 0%);
    text-align: center;
    margin: 0 0 15px;
}

.about-us-content ul li {
    padding: 7px 12px 6px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #242424;
    background: white;
    margin: 0 6px 13px;
    border-radius: 10px;
    width: 47%;
    box-shadow: 0 0 6px 0px #0000001a;
}

.about-us-content ul li i {
    font-weight: 600;
    color: #000;
    font-size: 17px;
    text-align: center;
    display: inline-block;
    padding: 0 7px 0 0;
}

.about-sec .about-title p {
    font-size: 20px;
}

@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
    .header .col-sm-4 {
        width: 50%;
    }
    .services-design1 {
        float: left;
        width: 50%;
    }
}

@media(min-width:640px) and (max-width:767px) {}

@media(min-width:480px) and (max-width:639px) {
    .header .container-fluid {
        padding: 0;
    }
    .header .container-fluid .col-sm-4 {
        padding: 0;
    }
    .about-us-content ul li {
        width: 100%;
    }
}

@media(min-width:320px) and (max-width:479px) {
    .chat-banner a strong {
        font-size: 23px;
        display: block;
    }
    .header .container-fluid {
        padding: 0;
    }
    .header .container-fluid .col-sm-4 {
        padding: 0;
    }
    .about-us-content ul li {
        width: 100%;
    }
}