* {
    margin: 0;
    padding: 0;
    list-style: none !important;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

img {
    max-width: 100%;
    text-align: center;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

p {
    color: #888;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

span {
    color: #d61913;
}

ul.top-info li a:hover {
    color: #d61913;
}

/* top header start here  */
.logo img {
    height: 120px;
}

header.top-head {
    background: #000;
    padding: 3px 0;
}

ul.top-info {
    padding: 0;
    margin: 0;
}

ul.top-info li {
    display: inline-block;
    margin-right: 12px;
}

ul.top-info li {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}

ul.top-info li a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}

ul.top-info li i {
    color: #d61913;
    margin-right: 5px;
    font-size: 16px;
}

ul.top-right {
    text-align: right;
    padding: 0;
    margin: 0;
}

ul.top-right li {
    display: inline-block;
    margin-right: 8px;
}

ul.top-right li a {
    color: #fff;
}

ul.top-right li a:hover {
    color: #d61913;
}

.marquee {
    color: #fff;
    font-size: 11px;
    position: relative;
    top: 4px;
}

/* top header end here  */

/* nav bar start here */
.wrap.sticky-top nav#main_navbar {
    background: #fff !important;
    box-shadow: 1px 0 10px rgb(0 0 0 / 10%);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #d61913 !important;
    text-decoration: none;
    background-color: #0d6efd00 !important;
}

a.navbar-brand img {
    height: 65px;
}

li.nav-item.dropdown1 {
    margin-right: 60px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    margin-right: 60px;
}

.navbar-light .navbar-nav .nav-link:last-child {
    margin-right: 0px;
}

a.nav-link.dropdown-toggle:hover {
    color: #d61913 !important;
}

ul.dropdown-menu.animate__animated.animate__fadeIn.show li {
    border-bottom: 1px solid #dee2e6;
}

.dropdown-menu>li.show {
    color: #d61913 !important;
}

ul.dropdown-menu.animate__animated.animate__fadeIn.show li:last-child {
    border-bottom: 0px solid #dee2e600;
}

.dropdown-menu>li a:hover {
    color: #d61913 !important;
    padding-left: 20px !important;
}

.dropdown-item {
    transition: 0.3s;
}

.animate__fadeIn {
    animation-name: unset !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #d61913 !important;
}

.dropdown-menu>li.show>a {
    color: #fff !important;
    background: #d61913 !important;
}

.dropdown-menu>li a:hover,
.dropdown-menu>li.show {
    background: rgba(255, 255, 255, 0) !important;
    color: #d61913 !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/toggle.jpg) !important;
}

ul.dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

ul.dropdown-menu li:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, .15);
}

/* nav bar end here */

/* banner start here */
section.banner {
    background-image: url(../images/usability-slider.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 5%;
}

.banner-text {
    text-align: left;
}

.banner-text h1 {
    color: #333;
    font-size: 37px;
    font-weight: 700;
    padding: 11% 0;
    margin-top: 0;
    text-align: left;
    line-height: 1.3;
}

/* banner end here */

/* banner service part start here */
section.services-part {
    margin-bottom: 5%;
}

h2.hd-text {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #d61913;
}

/* banner service part end here */

/* STRATEGIES START HERE */
section.strategies-part {
    margin-bottom: 5%;
    background: #f8f8f8;
    padding: 3% 0;
}

section.strategies-part p {
    text-align: center;
}

.boxes h2 {
    font-size: 18px;
    color: #fff;
    background: #d61913;
    padding: 20px 25px;
    line-height: 1.6;
    margin-bottom: 70px;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 45%, 0% 0%);
    text-align: left;
}

.boxes h4 {
    font-size: 18px;
    color: #fff;
    background: #d61913;
    padding: 20px 25px;
    line-height: 1.6;
    margin-bottom: 70px;
    text-align: right;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}

h2.strategies-center {
    background: #d61913;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    padding: 100px 0px 100px 0;
    width: 68%;
    margin: 0 auto;
    text-align: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

/* STRATEGIES END HERE */

/* why start here */
section.why-part {
    margin-bottom: 5%;
}

.why-boxes h2 {
    background: #d61913;
    color: #fff;
    font-size: 16px;
    padding: 20px;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: center;
}

/* why end here */

/* footer start here */
footer.main-footer {
    padding: 1% 0 1% 0;
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

ul.footer-icon {
    text-align: left;
    margin-top: 20px;
}

ul.footer-icon li {
    display: inline-block;
    margin-right: 12px;
}

ul.footer-icon li a {
    color: #fff;
    font-size: 22px;
    transition: 0.2s;
}

ul.footer-icon li a:hover {
    color: #d61913;
}

h2.footer-hd-text {
    color: #fff;
    font-size: 22px;
}

ul.footer-ul li {
    margin-bottom: 15px;
    list-style: none;
}

ul.footer-ul li a {
    color: #888;
    text-decoration: none;
    transition: 0.3s;
}

ul.footer-ul li a:hover {
    color: #d61913;
    text-decoration: underline;
}

h3.mail {
    position: relative;
    bottom: 10px;
}

h3.mail a {
    color: #888;
    font-size: 16px;
    text-decoration: none;
}

h3.mail a:hover {
    color: #fff;
    text-decoration: underline;
}

h4.copyright {
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

h4.copyright2 {
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

.footer-logo img {
    height: 120px;
}

h3.mail a:hover {
    color: #d61913;
}

.footer-btn.pt-2 {
    text-align: center;
}

.footer-btn.pt-2 ul li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

.footer-btn.pt-2 ul li a {
    display: inline-block;
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    text-decoration: underline;
}

.footer-btn.pt-2 ul li a:hover {
    color: #d61913;
}

li.footer-after:after {
    content: "";
    width: 1px;
    background-color: #fff;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
}

/* footer end here*/

/* responsive 1199px start here*/
@media only screen and (max-device-width:1199px) {
    h2.strategies-center {
        width: 34%;
        margin-bottom: 56px;
    }

    .boxes h4 {
        clip-path: none;
        text-align: left;
    }

    .boxes h2 {
        clip-path: none;
    }

    .footer-full.border-bottom.pb-5 {
        padding-bottom: 15px !important;
    }
}

/* responsive 1199px end here */

/* responsive 1024px start here*/
@media only screen and (max-device-width:1024px) {
    h4.copyright {
        text-align: center !important;
    }

    h4.copyright2 {
        text-align: center !important;
        padding-top: 5px !important;
        font-size: 14px;
    }

    ul.footer-ul li {
        margin-bottom: 12px;
    }

    h2.footer-hd-text {
        margin-bottom: 20px !important;
    }

    .banner-text h1 {
        font-size: 32px;
        font-weight: 700;
        padding: 11% 0;
    }

    h2.hd-text {
        font-size: 32px;
    }

    h2.strategies-center {
        width: 40%;
        margin-bottom: 20px;
    }

    .boxes h2 {
        margin-bottom: 24px;
        clip-path: none;
    }

    .boxes h4 {
        margin-bottom: 24px;
        clip-path: none;
    }

    li.footer-after:after {
        display: none;
    }

    .footer-btn.pt-2 ul li {
        padding: 0 10px;
    }

    .footer-btn.pt-2 {
        padding: 0 !important;
    }

    h4.copyright {
        margin-bottom: 0;
    }

}

/* responsive 1024px end here */

/* responsive 991px start here */
@media only screen and (max-device-width:991px) {
    ul.top-info {
        text-align: center;
    }

    ul.top-right {
        text-align: center;
    }

    header.top-head {
        padding: 10px 0;
    }

    .marquee {
        top: 2px;
    }

    h2.strategies-center {
        width: 60%;
    }
}

/* responsive 991px end here */

/* responsive 980px start here */
@media only screen and (max-device-width:980px) {
    ul.top-info {
        text-align: center;
    }

    ul.top-right {
        text-align: center;
    }

    body {
        padding: 0 !important;
    }

    header.top-head {
        padding: 3px 0;
    }

    ul.top-info {
        display: none;
    }

    ul.top-right {
        display: none;
    }

    h2.footer-hd-text {
        font-size: 18px;
    }
}

/* responsive 980px end here */


/* responsive 768px start here */
@media only screen and (max-device-width:768px) {
    .banner-text h1 {
        font-size: 30px;
    }


    .service-left p {
        margin-top: 5px !important;
    }

    ul.service-ul.mt-4 li {
        margin-bottom: 2px;
    }

    .service-left {
        margin-top: 15px;
    }

    ul.service-ul.mt-4 {
        margin-top: 10px !important;
    }

    .service-left {
        margin-top: 15px;
    }

    ul.service-ul.mt-4 {
        margin-top: 10px !important;
    }

    .service-left p {
        margin-top: 5px !important;
    }

    ul.service-ul.mt-4 li {
        margin-bottom: 2px;
    }

    .service-left {
        margin-top: 15px;
    }

    ul.service-ul.mt-4 {
        margin-top: 10px !important;
    }

    .service-pic {
        margin-top: 20px;
    }

    .service-text h2 {
        font-size: 28px;
    }

    h2.hd-text {
        font-size: 28px;
    }

    h2.hd-text {
        font-size: 28px;
    }

    h2.strategies-center {
        width: 40%;
    }

}

/* responsive 768px end here */

/* responsive 767px start here */
@media only screen and (max-device-width:767px) {
    h2.footer-hd-text.mt-5.mb-5 {
        text-align: center;
    }

    ul.footer-ul {
        text-align: center;
    }

    h3.mail {
        text-align: center;
    }

    ul.footer-icon {
        text-align: center;
    }


    h2.strategies-center {
        width: 52%;
    }
}

/* resposnive 767px end here */

/* responsive 740px start here */
@media only screen and (max-device-width:740px) {
    h2.strategies-center {
        width: 55%;
    }
}

/* responsive 740px end here */


/* responsive 667px start here */
@media only screen and (max-device-width:667px) {
    h2.strategies-center {
        width: 55%;
    }

    .boxes h4 {
        text-align: left;
    }
}

/* responsive 667px end here */


/* responsive 540px start here */
@media only screen and (max-device-width:540px) {
    h2.strategies-center {
        width: 55%;
    }
}

/* responsive 540px end here */


/* responsive 425px start here */
@media only screen and (max-device-width:425px) {
    .banner-text h1 {
        font-size: 23px;
    }

    .footer-full.border-bottom.pb-5 {
        text-align: center;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-logo p {
        width: 100% !important;
    }

    ul.footer-icon {
        text-align: center;
    }

    .footer-full.border-bottom.pb-5 {
        padding-bottom: 15px !important;
    }

    h2.hd-text {
        font-size: 23px;
    }

    .service p {
        font-size: 15px;
        line-height: 1.6;
    }

    .boxes h2 {
        font-size: 15px;
    }

    h2.strategies-center {
        width: 70%;
        font-size: 30px;
    }

    .why-boxes h2 {
        font-size: 15px;
        ;
    }

    p.box-little-text {
        text-align: center;
    }

    p.banner-para {
        line-height: 2;
    }

    h1.banner-h1 {
        margin-bottom: 0;
    }

    .boxes h4 {
        text-align: left;
    }
}

/* responsive 425px end here */


/* responsive 375px start here */
@media only screen and (max-device-width:375px) {
    .banner-text h1 {
        font-size: 23px;
    }

    h4.copyright {
        font-size: 14px;
    }

    h4.copyright2 {
        font-size: 14px;
    }

    h2.strategies-center {
        font-size: 23px;
    }

    h2.strategies-center {
        width: 75% !important;
    }
}

/* responsive 375px end here */


/* responsive 320px start here */
@media only screen and (max-device-width:320px) {
    .boxes h2 {
        font-size: 14px;
    }

    h2.strategies-center {
        padding: 60px 0px 60px 0;
    }

    h2.strategies-center {
        width: 50%;
    }


}

/* responsive 320px end here */

/* responsive 280px start here */
@media only screen and (max-device-width:280px) {
    h2.strategies-center {
        width: 65% !important;
    }

}

/* responsive 280px end here */


/* responsive 250px start here */
@media only screen and (max-device-width:250px) {

    h2.strategies-center {
        width: 85% !important;
    }

}

/* responsive 250px end here */