@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
}

*,
ul,
ol {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #000;
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1F1F25;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
}

.bg-color1 {
    background-color: #ed413e;
}

.bg-color2 {
    background-color: #151515;
}

.text-color1 {
    color: #ed413e !important;
}

.text-color2 {
    color: #151515 !important;
}

.txt-hover:hover,
.txt-hover:focus {
    color: #a9a9a9;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-70 {
    width: 70%;
}

.width-60 {
    width: 60%;
}

.flexbox {
    display: -webkit-box;
    display: flex;
}

.flexbox .element {
    height: 100%;
}

.homepage header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
.right-buton .btn-style-1:hover{
    background: #000;
}

.header-social-icons li {
    display: inline-block;
    margin-right: 5px;
}

.header-social-icons li a {
    color: #fff;
    border: 1px solid #fff;
    width: 35px;
    display: block;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}

.header-social-icons li a:hover {
    color: #ed413e;
    border: 1px solid #ed413e;
}
.header-social-icons li a i {
    font-size: 18px
}

.header-grid-info ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: end;
}

.header-grid-info li {
    display: inline-flex;
    gap: 15px;
    color: #fff;
}

.header-grid-info li:not(:last-child) {
    border-right: 1px solid #ed413e;
    padding-right: 30px;
    margin-right: 30px;
}

.header-grid-info li .icon {
    font-size: 32px;
    color: #000;
}

.header-bottom {
    background-color: transparent;
    padding: 0;
    position: relative;
}

.bgcolor-navwrapper {
    position: relative;
    display: block;
    background-color: #ed413e;
    padding-right: 10px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.bgcolor-navwrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 99px;
    left: -1000000px;
    background-color: #ed413e;
    z-index: -1;
}

.header-grid-info li .header-grid-info-details p {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    margin-top: -4px;
    color: #000000;
}

.logo {
    display: inline-block;
    margin: 5px auto;
}

.logo .img-fluid {
    max-width: 70%;
}

.mobile-menu {
    display: none;
}

.nav-wrapper {
    display: block;
    text-align: center;
}

.navigation>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: -4px;
}

.navigation>li:last-child {
    margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu {
    opacity: 0;
    position: absolute;
    top: 130%;
    left: 0;
    width: 250px;
    z-index: 999;
    background-color: #ff8daa;
    visibility: hidden;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-bottom: 3px solid #9a9a9a;
    transition: all 500ms ease;
    display: block;
}

.navigation li.dropdown>.dropdown-menu li {
    border-bottom: 1px solid #e6e6e6;
    margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
    border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
    background-color: #ffffff;
    padding: 10px 15px;
    color: #000;
}

.navigation li.dropdown:hover>.dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navigation>li:first-child {
    display: none;
}

.navigation a {
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    padding: 18px 20px;
    transition: all 500ms ease 0s;
}

.navigation li.dropdown>a {
    padding-right: 35px;
}

.navigation>li.dropdown>a:after {
    font-family: "bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    /*    display: block;*/
    font-size: 14px;
    transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
    color: #000000;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
    color: #fff;
    background-color: #000;
}

.contact-info span {
    color: #000;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.fs-70 {
    font-size: 70px;
}

.list1 li,
.list2 li,
.areas-list li {
    padding: 0px 0 15px 26px;
    position: relative;
}

.list1 li:before,
.list2 li:before,
.areas-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\F133';
    font-family: "bootstrap-icons";
    font-size: 18px;
    color: #ed413e;
}

.areas-list li:before {
    content: '\F3E7';
}

.list2 li:before {
    color: #ca4421;
}

.list3 {
    margin-left: 16px;
}

.list3 li {
    list-style-type: decimal;
    padding-bottom: 18px;
}

.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
    position: relative;
    z-index: 1;
}

.overlap {
    position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before {
    background-color: rgba(41, 42, 96, 0.85);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlap1:before {
    background-color: rgba(0, 0, 0, 0.7);
}

.overlap2:before {
    background-color: rgb(55 57 60 / 80%);
}

.widget-title {
    font-size: 24px;
    font-weight: 600;
    color: #018859;
    margin-bottom: 20px;
}

.widget-title a:hover {
    color: #a9a9a9;
}

.footer-menu li a {
    position: relative;
    padding: 2px 0 10px 20px;
    display: inline-block;
    color: #fff;
}

.footer-menu li a:before {
    position: absolute;
    top: 2px;
    left: 0;
    color: #ed413e;
    content: '\F231';
    font-family: 'bootstrap-icons';
}

.footer-links {
    display: block;
    color: #ddd;
}

.footer-link a {
    color: #c8c8c8;
}

.footer-menu li a:hover,
.footer-links a:hover {
    color: #a9a9a9;
}

.navigation li.dropdown>.dropdown-menu.child-dropdown {
    top: 0;
    left: 100%;
    padding: 15px;
}

.btn-style-1 {
    font-size: 14px;
    padding: 18px 40px;
    border-radius: 35px;
    border-top-right-radius: 0;
    background-color: #ed413e;
    color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    outline: none !important;
    font-weight: 700;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
}

.header-bottom .btn-style-1 {
    border-top-left-radius: 400px;
    background-color: #0d0d0d;
    padding: 14px 40px 14px 60px;
    font-size: 16px;
}

.btn-style-1::before {
    position: absolute;
    content: "";
    background-color: #000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform: scaleY(0) rotateX(0deg);
    z-index: -1;
    transition: 0.2s linear;
}

.btn-style-1:hover:before {
    -webkit-transform: scaleY(1) rotateX(0deg);
    transform: scaleY(1) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.btn-style-1:hover {
    color: #fff;
}

.slider-wrapper .btn-style-1:hover,
.slider-wrapper .btn-style-1:focus {
    color: #fff;
    background: #000;
}

.section-padding {
    padding: 70px 15px;
}

.team-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
}

.effect-img-thumb {
    border: 3px solid #ebebeb;
    border-radius: 30px;
    overflow: hidden;
}

.effect-img-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(180, 231, 23, 0) 55.57%, #121211 100%);
    bottom: 0;
    left: 0;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.thumb-hover-effect:hover .effect-img-thumb::before {
    opacity: 1;
    visibility: visible;
}

.list4 li {
    position: relative;
    padding: 15px 10px 15px 70px;
    border-left: 4px solid #ed413e;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
    border-bottom-right-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    color: #fff;
}

.hover-effect-two::before {
    content: '';
    border-radius: 5px;
    background-image: -webkit-linear-gradient(127deg, rgb(111 11 4) 11%, rgb(237 65 62) 81%);
    background-image: linear-gradient(127deg, rgb(111 11 4) 11%, rgb(237 65 62) 81%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.monovan {
    position: absolute;
    width: 100%;
    transform: translate(-55px, -50%);
    top: 50%;
    transition: transform 1500ms ease;
}

.list4 .hover-effect-two:hover:before,
.list4 .hover-effect-two:focus:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
    background-image: -webkit-linear-gradient(127deg, rgb(241 218 217) 11%, rgb(248 248 248) 81%);
    ;
    background-image: linear-gradient(127deg, rgb(241 218 217) 11%, rgb(248 248 248) 81%);
}

.list4 .hover-effect-two:hover,
.list4 .hover-effect-two:focus {
    color: #000;
}

.list4 .hover-effect-two:hover .monovan {
    transform: translateX(100%);
}

.leftfull-wrap {
    padding: 40px 150px 40px 40px;
    border-radius: 0 30px 0 0;
    box-shadow: 5px 20px 40px 0px rgb(211 211 211);
}

.rightfull-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ed413e;
    padding: 12px 0 0 15px;
    border-radius: 30px 0 0 0;
    overflow: hidden;
    width: 55%;
    height: 400px;
}

.rightfull-wrap img {
    border-radius: 20px 0 0;
    transform: scale(1);
    overflow: hidden;
    transition: all 0.5s ease;
}

.shape-element-4 {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0%;
}

.shape-element-u {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 420px;
    opacity: 0.3;
    border: 1px solid #e4c9c9;
    border-radius: 300px 300px 0 0;
    border-bottom: 0;
}

.custom-mt-200 {
    margin-top: 200px;
}

.curve-bg-heading {
    position: relative;
}

.bg-pacth-heading1 {
    background-color: #ed413e;
    color: white;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding: 20px 30px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    position: relative;
    display: inline-block;
    width: 320px;
}

.curve-bg-heading::before {
    content: "";
    position: absolute;
    top: 56%;
    background: #000;
    height: 2px;
    width: 450px;
    left: 50%;
    transform: translateX(-50%);
}

.ourteam-section .curve-bg-heading::before {
    background: #fff;
}

.curve-heading-left.curve-bg-heading::before {
    left: 0;
    transform: inherit;
    top: 57%;
    background: #000;
    height: 2px;
    width: 398px;
}

.curve-heading-left .bg-pacth-heading::before {
    left: 0;
    transform: inherit;
}

.curve-heading-left .bg-pacth-heading1 {
    margin-left: 13px;
}

.bg-pacth-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 345px;
    height: 40px;
    background-color: #9b110f;
    z-index: -1;
    clip-path: polygon(3% 0, 97% 0, 100% 100%, 0% 100%);
}

.circle-card {
    width: 435px;
    height: 435px;
    border-radius: 10%;
    border: 5px solid #ed413e;
    padding: 40px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.circle-card.middle-circle {
    background-size: cover;
    background-position: center;
    color: #fff;
    transform: scale(1.1);
    border: 0;
    transition: all 0.5s;
}

.circle-card h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}

.circle-card.middle-circle::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.circle-card.middle-circle * {
    position: relative;
    z-index: 1;
}

.middle-card {
    z-index: 2;
    margin-top: 0;
}

.side-card {
    z-index: 1;
}

.side-card .bgimg-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    transition: all .9s;
}

.article-content {
    position: relative;
    z-index: 1;
}

.side-card .article-content h5,
.side-card .article-content p {
    color: #fff;
}

.side-card:hover .bgimg-hover {
    opacity: 1;
}

.side-card:hover .article-content h5,
.side-card:hover .article-content p {
    color: #fff;
}

.side-card:hover .circle-card {
    border: 5px solid transparent;
}

.circle-card.middle-circle:hover {
    border: 5px solid #ed413e;
    border-radius: 50%;
}

.border-wrap {
    position: absolute;
    border: 2px solid #ed413e;
    width: 100%;
    height: 60%;
    transform: translate(-50%, -50%);
    left: 47%;
    top: 50%;
    z-index: -1;
    border-radius: 50px;
}

.footer-link a:hover,
.footer-link a:focus {
    color: #ed413e;
}

.sliderform {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: rgb(9 9 10 / 58%) 0px 20px 6px -10px;
}

.formsection {
    padding: 70px 15px;
    background-color: #ed413e;
    position: relative;
    overflow: hidden;
}

.cta-bg-shape .cta-bg {
    position: absolute;
    max-width: 100%;
    height: 100%;
    clip-path: polygon(26% 0%, 100% 0%, 100% 100%, 0% 100%);
    top: 0;
    left: 49%;
}

.cta-bg-shape .cta-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #344E41;
    background: linear-gradient(262deg, rgb(52, 78, 65) -50%, rgba(0, 0, 0, 0.33) 100%);
    z-index: 1;
}

.cta-bg-shape .cta-bg img {
    height: 100%;
    position: relative;
}

.sliderform .form-control,
.sliderform select {
    padding: 12px 12px;
    font-size: 1rem;
    border-radius: 0;
    font-weight: 400;
}

.cta-layout1 .vs-btn {
    font-weight: 500;
    text-transform: capitalize;
    background-color: green;
    z-index: 2;
    color: inherit;
    display: inline-block;
}

.sliderform .form-outline {
    margin-bottom: 15px;
}

.main-footer {
    position: relative;
    overflow: hidden;
}

.footer-top,
.bg-patch-footer {
    position: relative;
}

.bg-patch-footer::before {
    position: absolute;
    content: "";
    width: 10000%;
    height: 100%;
    background-color: #e9e9e9;
    z-index: -1;
    top: 0px;
    left: 0px;
}

.logobelow-widget {
    position: relative;
    background-color: #000;
    padding: 50px 25px;
}

.footer-widget {
    padding: 30px 12px;
}

.footer-widget.logobelow-widget {
    padding: 50px 25px;
}

.footer-logo.logobelow-widget {
    border-bottom: 1px solid #ed413e;
}

.logobelow-widget .header-grid-info ul {
    display: flex;
    list-style: none;
    align-items: start;
    justify-content: end;
    flex-direction: column;
}

.social-icons li {
    display: inline-block;
    margin-right: 5px;
}

.social-icons li a {
    color: #fff;
    border: 1px solid #fff;
    width: 35px;
    display: block;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}

.logobelow-widget .header-grid-info li .header-grid-info-details p {
    color: #fff;
}

.logobelow-widget .header-grid-info .header-grid-info-details a {
    color: #fff;
}

.logobelow-widget .header-grid-info li:not(:last-child) {
    border: 0;
}

.logobelow-widget .header-grid-info li {
    margin-bottom: 20px;
}

.curvefooterpatch {
    position: absolute;
    left: -141px;
    z-index: -1;
    top: 0
}

.footer-logo img {
    width: 300px;
}

.widget-title {
    position: relative;
    padding-bottom: 25px;
}

.widget-title::before {
    content: "";
    position: absolute;
    width: 52px;
    height: 4px;
    background-color: #ea4241;
    left: 0;
    bottom: 0;
    border-radius: 2px;
}

.shape-mockup {
    position: absolute;
    left: -10px;
    bottom: -85px;
}

.moving {
    animation: moving 8s linear infinite;
}

.black-hoverlink:hover,
.black-hoverlink:focus {
    color: #ed413e;
}

.btn-style-1.submit-btn {
    text-decoration: none;
    border: 0;
    box-shadow: none;
}

.submit-icon {
    display: none;
}

.submit-icon.rotating-show {
    display: inline-block;
    vertical-align: middle;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.inner-box {
    padding: 30px;
    border: 1px solid #ed413e;
    width: 100%;
}

.site-map-list li {
    border-left: 1px solid #dfdfdf;
    padding: 10px 0 10px 30px;
    position: relative;
}

.site-map-list li:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
}

.site-map-list li>ul.child-menu {
    margin: 10px 0 10px 20px;
}


/* col-xl */
@media (min-width: 1200px) and (max-width:1400px) {
    .header-bottom .btn-style-1 {
        padding: 14px 30px 13px 50px;
    }

    .leftfull-wrap {
        padding: 20px 80px 20px 20px;
    }

    .circle-card {
        width: 415px;
        height: 415px;
        padding: 40px 30px;
    }

    .border-wrap {
        height: 75%;
    }

    .curvefooterpatch {
        display: none;
    }

    .emailfooter {
        font-size: 14px;
    }

    .navigation a {
        padding: 18px 13px;
    }
}

/* col-lg */
@media (min-width: 992px) and (max-width:1200px) {}

@media (min-width: 992px) and (max-width:1190px) {

    .slide-text>h1,
    .slide-text>h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .header-bottom .btn-style-1 {
        padding: 18px 15px 18px 30px;
    }

    .leftfull-wrap {
        padding: 20px 70px 20px 30px;
    }

    .border-wrap {
        border: 2px solid #ed413e;
        height: 106%;
        left: 50%;
    }

    .bg-patch-footer .emailfooter {
        font-size: 11px;
    }

    .team-card.mt-md-5 {
        margin-top: 150px !important;
    }

    .footer-widget {
        padding: 30px 20px;
    }

    header .header-grid-info li .icon img,
    footer .header-grid-info li .icon img {
        width: 30px;
    }

    header .header-grid-info li:not(:last-child),
    footer .header-grid-info li:not(:last-child) {
        border-right: 1px solid #ed413e;
        padding-right: 14px;
        margin-right: 14px;
    }

    .curvefooterpatch {
        display: none;
    }
}

/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px) {
    .mobile-menu {
        display: block;
        font-size: 20px;
        background: #ea4140;
        padding: 8px 20px;
        color: #fff;
        cursor: pointer;
        margin: 0 auto;
        text-align: left;
    }

    .mobile-menu i {
        float: right;
    }

    .nav-wrapper {
        position: fixed;
        top: 0;
        right: -300px;
        width: 255px;
        height: 100%;
        overflow-x: scroll;
        z-index: 999;
        border-radius: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #ea4140;
        padding: 0;
    }

    .navigation {
        text-align: left;
    }

    .nav-wrapper.open {
        right: 0;
    }

    .navigation>li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #333;
    }

    .navigation>li:first-child {
        display: block;
    }

    .navigation>li:before {
        display: none;
    }

    .navigation li a {
        padding: 10px 20px;
        color: #fff;
        text-transform: none;
    }

    .navigation li:hover>a,
    .navigation li:focus>a,
    .navigation li.active>a {
        background-color: #000;
        color: #ffffff;
    }

    .navigation>li.dropdown>a:after {
        right: 20px;
    }

    .navigation li.dropdown>.dropdown-menu,
    .navigation li.dropdown:hover>.dropdown-menu {
        position: static;
        top: 0;
        visibility: visible;
        opacity: 1;
        width: 100%;
        float: none;
    }

    .navigation li.dropdown>.dropdown-menu li a {
        padding: 10px 10px 10px 30px;
    }

    .fixed-top {
        position: static;
    }

    .header .header-grid-info ul {
        justify-content: center;
    }

    .logo {
        display: block;
        text-align: center;
    }

    .header-top {
        padding-top: 10px;
    }

    .header-bottom {
        background-color: #ddd;
    }

    .header-bottom .btn-style-1 {
        border-radius: 0;
        padding: 18px 30px 18px 30px;
    }

    .custom-mt-200 {
        margin-top: 250px;
    }

    .rightfull-wrap {
        position: relative;
        width: auto;
        height: auto;
        border-radius: 0;
    }

    .section-padding,
    .formsection {
        padding: 50px 15px;
    }

    .border-wrap {
        display: none;
    }

    .cta-bg-shape .cta-bg {
        position: relative;
        max-width: 100%;
        height: 100%;
        clip-path: none;
        top: 0;
        left: auto;
    }

    .main-footer .header-grid-info ul {
        justify-content: center;
    }

    .bg-patch-footer::before {
        background-color: transparent;
    }

    .curvefooterpatch {
        display: none;
    }

    .formsection .cta-bg-shape .cta-bg::before {
        display: none;
    }

    .homepage header {
        position: relative;
        top: auto;
    }

    .bgcolor-navwrapper::before {
        display: none;
    }

    .btn-style-1 {
        text-align: center;
    }

    .header-social-icons li a {
        width: 30px;
        line-height: 30px;
        height:30px
    }

    .header-social-icons li a i {
        font-size: 16px
    }
}

/* col-md */
@media (min-width: 768px) and (max-width:991px) {
    .header-bottom .btn-style-1 {
        padding: 15px 20px 15px 20px;
        display: block;
    }

    header .header-grid-info li .header-grid-info-details p,
    header .header-grid-info li .header-grid-info-details h6 {
        margin-bottom: 0;
    }

    header .header-grid-info li .icon img,
    footer .header-grid-info li .icon img {
        width: 30px;
    }

    .leftfull-wrap {
        padding: 25px;
    }

    header .header-grid-info li:not(:last-child),
    footer .header-grid-info li:not(:last-child) {
        border-right: 1px solid #ed413e;
        padding-right: 14px;
        margin-right: 14px;
    }
}

/* for all mobile */
@media (min-width: 220px) and (max-width:767px) {
    .custom-mt-200 {
        margin-top: 50px;
    }

    .leftfull-wrap {
        padding: 15px;
    }

    .rightfull-wrap {
        padding: 0;
    }

    .rightfull-wrap img {
        border-radius: 0;
    }

    .bg-pacth-heading,
    .curve-bg-heading::before {
        display: none;
    }

    .bg-pacth-heading1 {
        width: auto;
    }

    .circle-card {
        width: auto;
        height: auto;
        border: 0 solid #ed413e;
        border-radius: 0;
        padding: 40px 15px;
    }

    .section-padding,
    .formsection {
        padding: 30px 10px;
    }

    .header-grid-info li:not(:last-child) {
        padding-right: 0;
        margin-right: 0;
    }

    .circle-card.middle-circle {
        transform: inherit;
    }

    .sliderform {
        padding: 20px;
    }

    .footer-widget {
        padding: 20px 15px 20px 15px;
    }

    .circle-card.middle-circle:hover {
        border: 0 solid transparent;
        border-radius: 0;
    }
}

/* col-sm  */
@media (min-width: 576px) and (max-width:767px) {
    .header-grid-info ul {
        display: block;
    }

    header .header-grid-info li:not(:last-child) {
        padding-right: 0;
        margin-right: 0;
    }

    .header-grid-info li:not(:last-child) {
        border: 0;
    }

    .header-bottom .btn-style-1 {
        width: 100%;
    }

    .slider-wrapper .btn-style-1 {
        padding: 11px 30px;
    }

    .slide-text h1,
    .slide-text h2 {
        margin-bottom: 15px;
    }

}

/* col-xs */
@media (min-width: 220px) and (max-width:575px) {
    .header-grid-info ul {
        display: block;
    }

    header .header-grid-info li:not(:last-child) {
        padding-right: 0;
        margin-right: 0;
    }

    .header-grid-info li:not(:last-child) {
        border: 0;
    }

    .emailfooter {
        font-size: 15px;
    }

    .header-bottom .btn-style-1 {
        width: 100%;
    }

    .slider-wrapper .btn-style-1 {
        padding: 11px 30px;
    }

    .slide-text h1,
    .slide-text h2 {
        margin-bottom: 15px;
    }

    header .header-grid-info ul {
        text-align: center;
    }

    header .header-grid-info li:nth-child(2) {
        padding-right: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .slider-wrapper .carousel-indicators {
        display: none;
    }

    .inner-box {
        padding: 15px;
    }
}

@media (min-width: 220px) and (max-width:390px) {

    header .header-grid-info ul {
        text-align: left;
    }

    .emailfooter {
        font-size: 12px;
    }
}